*{

}

ul{
    padding:0px;
    margin: 0px;
}

li{
    list-style: none;
}

a{
    color: black;
    text-decoration: none;
}

.card{
    display: block;
}

.w-80{
    width: 80px;
}

.text-main{
    color: #5B050F;
    font-size: 16px;
}
.sub-txt {
    color: #5B050F;
    font-size: 14px; 
}
.p-relative{
    position: relative;
}

.btn-main{
    background: #5B050F;
    color: white;
    padding: 13px;
}

.btn-main-outline{
    border: 1px solid #5B050F;
    color: #5B050F;
    padding: 13px;
}

.btn-main-outline:hover{
    background-color:#5B050F ;
    color: white;
}

.btn-main:hover{
    background-color: black;
    color: white;
}

.ehrLogin{
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.ehrLogin .blurBg{
    bottom: 0px;
    left: 100px;
    z-index: -1;
    filter: blur(150px);
    width: 61%;
    position: absolute;
}

.ehrLogin form{
    max-width: 400px;
    margin: auto;
}

.ehrLogin form input{
    padding: 13px ;
    border: 1px solid #7F7F7F;
}

.ehrLogin form .forgotBtn{
    font-size: 14px;
}
.ehrLogin form label span{
    font-size: 12px;
}

.ehrLogin form .inputfield input{
    width: 52px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 6px;
    appearance: none;
    margin-right: 10px;
}

.mainWrapper{
    display: flex;
    position: relative;
}

.mainWrapper .sideBar{
    width: 275px;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    padding: 40px;
    transition: all 0.3s;
}

.mainWrapper .sideBar .logo{
    display: block;
    margin: auto;
    margin-bottom: 60px;
}

.mainWrapper .sideBar ul li{
    margin-bottom: 30px;
}

.mainWrapper .sideBar ul li a {
    display: flex;
    align-items: center;
    color: #2F3B40;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
}
.mainWrapper .sideBar ul li:hover a{
    color: #5B050F;
}
.mainWrapper .sideBar ul li.active a{
    color: #5B050F;
    font-weight: 700;
    font-size: 15px;
}

.mainWrapper .sideBar ul li i {
    margin-right: 20px;
    font-size: 20px;
}

.mainWrapper .sideBar .bottom{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
}
.mainWrapper .sideBar .bottom a{
    display: flex;
    align-items: center;
    color: #2F3B40;
    color: #2F3B40;
}

.mainWrapper .sideBar .bottom a i{
    margin-right: 20px;
    font-size: 20px;
    transform: rotate(45deg);
    color: #7f7f7f;
}

.mainWrapper .sideBar .bottom .kmaLogo{
    display: block;
    margin: 60px auto 0;
}

.mainWrapper .contentWrapper{
    width: calc(100% - 275px);
    min-height: 100vh;
    background-color: #EFEFEF;
    margin-left: auto;
    padding: 40px;
    transition: all 0.3s;
}

.contentWrapper .searchWrapOne{
    display: flex;
    align-items: center;
    gap: 20px;
}

.contentWrapper .searchWrapOne .inputWrap{
    position: relative;
}
.contentWrapper .searchWrapOne .inputWrap i{
    position: absolute;
    right: 13px;
    top: 19px;
}
.contentWrapper .searchWrapOne .inputWrap input{
    border: none;
    padding: 14px;
}

.contentWrapper .generalInfo{
    padding: 40px;
    background-color: white;
    border-radius: 8px;
}

.contentWrapper .uploadPhoto input{
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.insurenceForm .card{
    padding: 40px;
    border: none;
    border-radius: 8px;
}

.insurenceForm label{
    text-wrap: nowrap;
    width: 150px;
}

.form-control{
    border-color: rgba(127,127,127,.5);
    font-size: 12px;
    padding: 7.2px 10px;
    color: #7f7f7f;
}

textarea{
    border-color: #7F7F7F;
    color: #7f7f7f;
}

.form-select{
    border-color: rgba(127,127,127,.5);
    font-size: 12px;
    padding: 7.2px 10px;
    color: #7f7f7f;
}

.insurenceForm .firstLabel{
    width: 220px;
}

.insurenceForm .lastLabel{
    width: 330px;
}

.btn-main-outline-white{
    border: 1px solid #fff;
    color: #fff;
    padding: 13px;
}

.btn-main-outline-white:hover{
    color: #5B050F;
    background: white;
}

/* .patientInfromation .first{
    width: 250px;
} */

.patientInfromation label{
    min-width: 90px;
    font-size: 13px;
}
/* .patientInfromation .three{
    width: 150px;
}
.patientInfromation .four{
    width: 150px;
}
.patientInfromation .five{
    width: 150px;
}

.patientInfromation .nine{
    width: 170px;
}

.patientInfromation .six{
    width: 170px;
}

.patientInfromation .seven{
    width: 170px;
}

.patientInfromation .eight{
    width: 170px;
} */

.contentWrapper .tabcontent .nav-link.active{
    background: #5B050F;
    color: white;
}

.contentWrapper .tabcontent .nav-link{
    font-size: 13px;
    background: white;
    color: #7F7F7F;
    padding: 7px 25px 8px;
    margin-right: 15px;
}

.contentWrapper .tabcontent .addressBox{
    padding: 50px;
    background-color: white;
    border-radius: 8px;
}

.tabcontent .addressBox .card{
    border: none;
    padding: 0px;
}

.tabcontent .addressBox .card label{
    min-width: 70px;
    font-size: 14px;
}

.tabcontent .addressBox .card h5{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.tabcontent .addressBox .card h5 .form-check{
    font-size: 14px;
    color: gray;
    font-weight: 400;
    margin-bottom: 0px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tabcontent .addressBox .card h5 .form-check label{
    width: 210px;
    font-size: 11px;
}

.tabcontent .addressBox .card h5 .form-check input{
    width: 16px;
    height: 16px;
}

.tabcontent .insurenceInfo .card{
    border: none;
    padding: 25px;
}

.tabcontent .insurenceInfo .card tr td{
    border: none;
}

.insurenceInfo .card .insurenceItem{
    margin-bottom: 10px;
}

.insurenceInfo .card .insurenceItem h6{
    color: #5b050f;
    font-size: 12px;
}
.insurenceInfo .card .insurenceItem p{
    font-size: 10px;
    margin-bottom: 0;
}

.sidebarinner {
    min-height: 410px;
    position: relative;
    height: calc(100vh - 100px);
    width: 100%;
}

.btn-adjust {
    padding: 6.5px;
    font-size: 14px;
    min-width: 120px;
}
.contentWrapper .tabcontent .edit-box {
    padding: 32px 40px;
    height: 100%;
} 
.contentWrapper .tabcontent .modal-box {
    padding: 17px 25px;
    height: 100%;
} 
.bb-1 {
    border-bottom: 1px solid rgba(127,127,127,.5);
}

.tabcontent .addressBox.edit-box .card label {
    min-width: 145px;
    font-size: 13px;
    white-space: nowrap;
}
.tabcontent .addressBox.edit-box .card label.grorp {
    min-width: 65px;
}
.tabcontent .addressBox.edit-box .card label.select-1 {
    min-width: 90px;
}
.contentWrapper .tabcontent .edit-box .card .w-auto-txt {
    width: auto;
    min-width: auto;
} 

.contentWrapper .tabcontent .edit-box .card .b-txt-lab {
    color: #5B050F;
    font-weight: bold;
}
.contentWrapper .tabcontent .edit-box .card .b-txt-blcck {
    color: #1D2427;
    font-weight: bold;
}

.perpend-icon {
    background-image: url(../img/$.svg);
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 10px 13px;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(../img/check.svg);
    background-size: 8px;
}
.form-check-input:checked {
    background-color: #ffffff;
    border-color: #5B050F;
}
.form-check-adjust {
    padding-left: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form-check-adjust label {
    font-size: 11px;
    padding-top: 2px;
}
.w-170 {
    max-width: 170px;
}
.form-check-long {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.form-check-long p {
    font-size: 12px;
    margin-bottom: 0;
}
.form-check-long .check-single {
    padding-left: 25px;
}
.form-check-long  label {
    font-size: 12px;
}
.form-check-input:checked[type=radio] {
    background-image: url(../img/radio.svg);
    background-size: 8px;
}
.date-txt label {
    font-size: 12px;
}
.date-txt span {
    font-size: 12px;
    font-weight: bold;
    color: #5B050F;
}
.up-btn .btn-adjust {
    font-size: 11px;
    min-width: 155px;
}
.up-btn input[type="file"] {
    opacity: 0;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
}

.tabcontent .addressBox.edit-box.modal-box .card label {
    min-width: 85px;
    font-size: 14px;
    min-height: 1px;
}

.sub-tab {
    display: flex;
    gap: 32px;
}
.sub-tab a {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    color: #7F7F7F;
    padding-bottom: 8px;
    display: block;
}
.sub-tab a.active {
    border-bottom: 1px solid #5B050F;
    font-weight: bold;
    color: #5B050F;
}

.const-text {
    padding-top: 2px;
}
.const-text p {
    font-size: 12px;
    color: #7f7f7f;
    margin-bottom: 0;
}
.const-text-deep p {
    color: #1D2427;
}
.const-text p + p {
    margin-top: 10px;
}
.const-text .form-select {
    min-width: 320px;
    font-weight: bold;
    max-width: 320px;
}
.const-text .form-control {
    min-width: 320px;
    max-width: 320px;
}
.const-text p.b-text {
    font-weight: bold;
    color: #5B050F;
}
.form-check-auto {
    padding-left: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.form-check-auto label {
    min-width: 50px !important;
}
.const-text .form-control.form-control-line {
    display: inline;
    margin: 0 10px;
}
.card .d-b-txt .form-check-adjust label {
    padding-top: 4px;
    font-size: 12px !important;
}
.three-btn-text .btn-main, .three-btn-text .btn-main-outline {
    font-size: 11px;
    min-width: 157px;
}
.medical-report {
    width: 100%;
}
.medical-report th {
    background-color: #5B050F;
    padding: 13px 40px;
    font-size: 12px;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
}
.medical-report th:last-child {
    text-align: right;
}
.medical-report td {
    padding: 13px 40px;
    border-bottom: 1px solid rgba(127,127,127,.5);
    color: #7f7f7f;
    font-size: 12px;
    text-align: left;
}
.medical-report td:first-child {
    border-left: 1px solid rgba(127,127,127,.5);
    width: 48%;
}
.medical-report td:last-child {
    border-right: 1px solid rgba(127,127,127,.5);
    text-align: right;
}
.medical-report td i {
    font-size: 17px;
    margin-right: 10px;
    display: inline-block;
}
.icon-table img {
    width: 18px;
    height: 18px;
}

.card-top .d-b-txt .form-check-adjust label {
    font-size: 12px;
    color: #7F7F7F;
}

.tabcontent .addressBox.edit-box.edit-medical .card label {
    min-width: 60px;
    font-size: 14px;
    white-space: nowrap;
}
.tabcontent .addressBox.edit-box.edit-medical .card label.big-label {
    font-size: 16px;
    color: #5B050F;
    font-weight: bold;
}

.form-check-adjust-big {
    padding-left: 35px;
}
.tabcontent .addressBox.edit-box .card .multi-check label {
    min-width: auto;
}
.modal-sm-btn .btn-adjust {
    min-width: 135px;
}
.modal-cust {
    width: 340px !important;
}
.modal-cust .modal-body {
    padding: 30px;
}
.btn-adjust-small {
    font-size: 11px;
    min-width: 120px;
    padding: 8px 20px;
}
.addressBox p.free-text {
    font-size: 13px;
}
.text-main span {
    color: #7F7F7F;
    font-size: 11px;
    padding-left: 5px;
}
.bor-last {
    position: relative;
}
.bor-last:after {
    position: absolute;
    border-bottom: 3px solid #5B050F;
    width: 7px;
    top: auto;
    bottom: 15px;
    right: -15px;
    content: "";
}
.form-check .form-check-input-top {
    margin-top: 0.35em;
}
.cigarettes-count {
    padding-left: 1.5em;
}
.cigarettes-count p {
    font-size: 13px;
    color: #7F7F7F;
    margin-bottom: 0;
}
.cigarettes-count .form-control{
    display: inline-block;
    max-width: 60px;
    padding: 5.2px 10px;
    height: 34px;
}
.raio-btn .form-check-label {
    color: #7f7f7f;
}
.h-80 {
    height: 80px;
}
.Wpx-180 {
    width: 180px;
}
.form-check-multi {
    padding-left: 0;
    display: flex;
    gap: 20px;
}
.form-check-multi .check-single {
    padding-left: 24px;
}
.form-check-multi .check-single .form-check-input {
    margin-top: .35em;
}
.tabcontent .addressBox.edit-box .card .form-check-multi .check-single .form-check-label {
    min-width: 60px
}
.addressBox p.gray-txt {
    color: #7F7F7F;
    font-size: 13px;
    margin-bottom: 0;
}

.tabcontent .insurenceInfo .modal .card{
    border: none;
    padding: 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border: 0;
    padding: 0;
}
.gj-datepicker-bootstrap button[role=right-icon] {
    width: 3rem;
}
.gj-datepicker-bootstrap button[role=right-icon] .gj-icon, .gj-datepicker-bootstrap button[role=right-icon] .material-icons {
    position: absolute;
    font-size: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}
.gj-datepicker .btn:hover {
    background-color: transparent !important;
    color: #5A6568 !important;
}
.remove-add-sec {
    position: absolute;
    right: -15px;
    bottom: 6px;
    color: #2F3B40;
    cursor: pointer;
    font-size: 20px;
}
.remove-add-sec2 {
    bottom: 2px;
}
.form-control.searchbox {
    background-image: url(../img/search_light.svg);
    background-repeat: no-repeat;
    background-position: right 5px center;
    padding-right: 30px;
}

.btn-adjust-two {
    max-width: 140px;
}
.link-copied {
    border: 1px solid #43A047;
    background-color: #E8F5E9;
    padding: 16px;
    position: fixed;
    left: 10px;
    top: 10px;
    right: 10px;
    z-index: 99;
    border-radius: 10px;
    color: #43A047;
    display: flex;
    gap: 15px;
    align-items: center;
 }
 .link-copied p {
    margin-bottom: 0;
 }

 .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #5B050F;
    border-color: #5B050F;
 }

 .remove-add-sec2 {
    position: absolute;
    right: -9px;
    bottom: 1px;
    color: #2F3B40;
    cursor: pointer;
    font-size: 20px;
}
.remove-add-sec3 {
    position: absolute;
    right: -18px;
    bottom: 3px;
    color: #2F3B40;
    cursor: pointer;
    font-size: 20px;
}
.modal .card {
    border: 0;
}

.copyright {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
.sidebarinner .logo {
    width: 160px;
}

/* top-shedule */

.filterarea {

}
.masking-padding {
    padding: 32px 40px;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
}

.advanceInformation .masking-padding .topUserArea {
    padding: 30px;
    height: 100%;
    padding-right: 0;
}

.patient-name p {
    font-size: 12px;
}
.patient-name p span {
    font-weight: bold;
    padding-right: 6px;
}
.topUserArea .infometa ul li { 
    font-size: 12px;
}
.topUserArea .infometa ul li + li {
    margin-top: 8px;
}

.view-area.gridview .masking-padding .topUserArea .infometa ul li + li {
    margin-top: 8px;
}
.topUserArea .infometa ul li label{
    font-weight: 700;
    min-width: 100px;
    padding-right: 10px;
}
.topUserArea .infometa ul li label.big-txt{
    min-width: 145px;
}
.topUserArea .infometa ul li label.small-txt{
    min-width: 75px;
}
.topUserArea .infometa ul li span {
    font-size: 12px;
}
.filterarea .cust-calendar-icon + .btn {
    position: absolute;
    right: -5px;
    top: 17px;
    z-index: 99;
}
.filterarea .min-42 {
    min-width: 55px;
}
.view-menu {
    background-image: url(../img/grid-menu.svg);
    width: 24px;
    height: 24px;
    display: block;
}
.fliter, .view-menu, .setting {
    cursor: pointer;
}
.view-menu.grid {
    background-image: url(../img/list-menu.svg);
}
.view-area .masking-padding {
    margin-bottom: 8px;
    padding-bottom: 10px;
}
.view-area.gridview {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.view-area.gridview .masking-padding {
    width: calc(50% - 8px);
    padding: 0;
    margin-bottom: 0;
}
.view-area .list-none {
    display: none;
}
.view-area.gridview .masking-padding .list-none {
    display: inline-block;
}
.view-area.gridview .masking-padding .grid-none {
    display: none !important;
}
.view-area.gridview .masking-padding .topUserArea .infometa {
    width: 100%;
}
.view-area.gridview .masking-padding .topUserArea .infometa ul li label{
    font-weight: 700;
    min-width: auto;
    padding-right: 13px;
    font-size: 11px;
}
.view-area.gridview .masking-padding .topUserArea .infometa ul li span {
    font-size: 11px;
}
.view-area.gridview .masking-padding .topUserArea .infometa ul li {
    margin-top: 8px;
}
.stting-gap a {
    padding: 0 15px;
    display: inline-block;
}

.view-area.gridview .masking-padding .topUserArea .stting-gap {
    position: absolute;
    right: 40px;
    bottom: 10px;
}
.view-area.gridview .masking-padding .topUserArea .stting-gap a {
    padding: 5px 0px;
    display: block;
}
.filterbody {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    display: none;
}
.settingbody {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 98;
    display: none;
}
.filterbody.openfilter {
    display: block;
}
.settingbody.opensetting {
    display: block;
}
.filter-screen {
    width: 360px;
    position: fixed;
    right: -360px;
    top: 0;
    bottom: 0;
    overflow: auto;
    padding: 40px 40px 32px 40px;
    background-color: #ffffff;
    z-index: 99;
    transition: all .3s;
}
.setting-screen {
    width: 360px;
    position: fixed;
    right: -360px;
    top: 0;
    border-bottom-left-radius: 15px;
    overflow: auto;
    padding: 40px 40px 32px 40px;
    background-color: #ffffff;
    z-index: 99;
    transition: all .3s;
}
.filter-screen.openfilter {
    right: 0;
}
.setting-screen.opensetting {
    right: 0;
}
.viewmore {
    background-color: #5B050F;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    width: 108px;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    transition: all .3s;
    display: none;
    right: 90px;
    opacity: 0;
}
.view-area.gridview .masking-padding .viewmore {
    display: inline-block;
}
.masking-padding .topUserArea:hover .viewmore {
    opacity: 1;
}

.masking-padding .text-end p {
    margin-bottom: 0;
    font-size: 12px;
}
.btn.canceled {
    color: #FF381D;
    border-radius: 5px;
    border: 1px solid #FF381D;
    padding: 3px 16px;
    font-size: 12px;
    background-color: #ffffff;
}

.advanceInformation .view-area.gridview .masking-padding .topUserArea {
    padding-bottom: 20px;
    padding-right: 30px;
}

.btn.standby {
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #AB8F43;
    padding: 3px 16px;
    font-size: 12px;
    background-color: #AB8F43;
}
.btn.heigrisk {
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #FF381D;
    padding: 3px 16px;
    font-size: 12px;
    background-color: #FF381D;
}
.btn.onhold {
    color: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #7F7F7F;
    padding: 3px 16px;
    font-size: 12px;
    background-color: #7F7F7F;
}
.btn.mediumrisk {
    color: #1D2427;
    border-radius: 5px;
    border: 1px solid #FFFF00;
    padding: 3px 16px;
    font-size: 12px;
    background-color: #FFFF00;
}
.btn.lowrisk {
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #00BA13;
    padding: 3px 16px;
    font-size: 12px;
    background-color: #00BA13; 
}
 .tooltip-inner {
    background-color: #710015;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
    font-size: 11px;
    padding: 5px 10px 8px;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #710015 !important;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #710015 !important;
}

.lower-btn-patinet .r-shap-box {
    border: 1px solid #5B050F;
    border-radius: 5px;
    padding: 6px 17px;
    font-size: 11px;
    color: #5B050F;
    font-weight: bold;
}
.lower-btn-patinet .r-shap-box span {
    color: #1D2427;
    padding-right: 10px;
}

.modal-dialog .masking-padding {
    padding: 0;
}
.close-modal {
    position: absolute;
    right: 0;
    z-index: 9;
    font-size: 22px;
    color:#5B050F;
    border: 0;
}
.filter-screen .filter-head {
    position: relative;
    margin-bottom: 24px;
}
.filter-screen .filter-head h4 {
    color: #5B050F;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.filter-screen .filter-head .cross {
    position: absolute;
    right: 0;
    top: 0;
}

.setting-screen .setting-head {
    position: relative;
    margin-bottom: 24px;
}
.setting-screen .setting-head h4 {
    color: #5B050F;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.setting-screen .setting-head .cross2 {
    position: absolute;
    right: 0;
    top: 0;
}


.filter-body {
    display: grid;
    gap: 16px;
}
.filter-body label {
    color: #1D2427;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 6px;
}

.btn-adjust-padd-30 {
   padding: 6.5px 30px;
}

.patientInfromation label span{
    color: #FF5353;
}
.gj-picker-bootstrap.datepicker {
    padding: 10px;
    min-width: 300px;
}
.gj-picker-bootstrap.datepicker div[role=navigator] {
    border-bottom: 1px solid #BDBDBD;
    margin: 0 -10px;
    padding: 0 10px;
}
.gj-picker-bootstrap.datepicker table {
    width: 100%;
}
.gj-picker-bootstrap.datepicker table th div {
    font-size: 12px;
    font-weight: 500;
}
.gj-picker-bootstrap table tr td div {
    font-size: 12px;
    font-weight: normal;
}
.gj-picker-bootstrap table tr td.focused div,.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    background: #EEE;
    border-radius: 50%;
    color: #5B050F
}
.gj-picker-bootstrap table tr td.today div {
    color: #ffffff;
    background-color: #5B050F;
    border-radius: 50%;
    font-weight: normal;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    border-radius: 50%;
}
.gj-picker div[role=navigator] div[role=period] {
    color: #828282;
}
.preferred-method .form-check {
    margin-bottom: 0;
    min-height: auto;
}
.patientInfromation label.m-auto-width {
    min-width: auto;
}
.max-width-define {
    max-width: 170px
}

.remove-add-sec7 {
    top: 20px;
    right: 40px;
    position: absolute;
}
.modal-confirm {
    background-color: transparent;
    border: 0;
}
.alert-text {
    border-radius: 8px;
    padding: 16px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 15px;
}
.confirmation-box {
    background-color: #FFF3E0;
    border-color: #FF9800;
}
.confirmation-box i {
    color: #FF9800;
}
.alert-text h4 {
    color: #263238;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 4px;
}
.alert-text p {
    color: #546E7A;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 27px;
}
.alert-text i {
    font-size: 17px;
}
.btn-main-outline-white {
    border-color: #ffffff;
}
.modal-xs-btn .btn-adjust {
    min-width: 100px;
    padding: 6.5px 30px;
}

.error-box {
    background-color: #FFEBEE;
    border-color: #F44336;
}

.error-box i {
    color: #F44336;
}
.success-box i {
    color: #43A047;
}

.success-box {
    background-color: #E8F5E9;
    border-color: #43A047;
}

.dreft-card {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 34px 17px 34px 28px;
    position: relative;
}
.newtag {
    position: absolute;
    left: 0;
    top: 0;
} 
.draft-formate label {
    font-weight: 700;
    min-width: 60px;
    padding-right: 10px;
    font-size: 12px;
}
.draft-formate li {
    line-height: 18px;
}
.draft-formate span {
    padding-right: 20px;
    font-size: 12px;
}
.patient-name-draft h5 {
    font-size: 15px;
    font-weight: bold;
    color: #5B050F;
}
.advanceInformation .profilePicture {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    object-fit: cover;
}
.flex-no-wrap {
    flex-wrap: nowrap !important;
}
.btn-small-padd {
    padding: 5px 20px;
    font-size: 12px;
}
.no-databox {
    height: calc(100vh - 135px);
}
.valid-text {
    margin-bottom: 0;
}
.valid-text i {
    display: inline;
    margin-right: 7px;
    color: #43A047;
}
.back-btn {
    padding: 6.5px 15px;
    background-color: #ffffff;
    font-size: 12px;
}
.left-card-padd {
    padding: 42px;
}
.patient-profile {
    width: 105px;
    margin: 0 auto 26px;
}
.patient-profile .profilePicture {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    object-fit: cover;
}
.name-designation {
    margin-bottom: 96px;
    text-align: center;
}
.name-designation h4 {
    font-size: 15px;
    font-weight: bold;
    color: #5B050F;
}
.name-designation h4 span {
    font-weight: normal;
    color: #2F3B40;
    display: block;
    font-size: 11px;
    margin-bottom: 8px;
    font-weight: 700;
}
.media-area {
    text-align: center;
    margin-bottom: 96px;
}
.media-area p {
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.media-area ul {
    margin-bottom: 30px;
}
.media-area ul li {
    display: inline-block;
    margin: 0 16px;
    font-size: 24px;
}
.showhide {
    text-align: center;
}

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #7F7F7F;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}
.switch::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background-color: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    background-image: url(../img/croxx.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
}
.switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(128,128,128,0.1);
}
input:checked + .switch {
    background: #5B050F;
}
input:checked + .switch::before {
    left: 27px;
    background: #fff;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
}
input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0,0,0,0.28), 0 0 0 20px rgba(0, 141, 127, 0.2);
}

.showhide span {
    font-size: 12px;
}
.patient-data {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 32px 40px; 
}

.details-text {
    padding: 0 15px 0;
    min-width: 180px;
}
.details-text:first-child {
    padding-left: 0;
}
.details-text:last-child {
    padding-right: 0;
}
.details-text h5 {
    font-size: 12px;
    font-weight: bold;
    color: #5B050F;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.details-text h5 i.show-text {
    margin-left: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #5B050F;
}
.details-text p {
    font-size: 12px;
    color: #1D2427;
    margin-bottom: 0;
}
.details-text p span {
    font-size: 9px;
}
.details-text p i {
    margin-right: 10px;
    font-size: 16px;
}
.single-text-item + .single-text-item {
    margin-top: 24px;
}
.patient-data.hide-details .show-text {
    display: none;
}
.patient-data .hide-text {
    display: none;
}
.patient-data.hide-details .hide-text {
    display: inline-block;
}
.details-text h5 i.hide-text {
    margin-left: 11px;
    font-size: 14px;
    font-weight: 500;
    color: #7F7F7F;
}

.contentWrapper .tabcontent .addressBox.p-16p {
    padding: 16px;
}

.contentWrapper .tabcontent .addressBox.p-40p {
    padding: 24px 40px;
}

.addressBox h5 {
    font-size: 12px;
    font-weight: bold;
    color: #5B050F;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.addressBox p {
    font-size: 12px;
    color: #1D2427;
    margin-bottom: 0;
}

.top-main-text {
    font-size: 15px;
    font-weight: bold;
    color: #5B050F;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.text-details-top .details-text h5 {
    color: #2F3B40;
}

.text-details-top .details-text {
    min-width: 250px;
}
.text-details-5row .details-text {
    min-width: 150px;
}

.top-main-text-edit {
    font-size: 15px;
    font-weight: bold;
    color: #5B050F;
    margin-bottom: 16px;
}
.patient-data label {
    font-size: 12px;
    text-transform: uppercase;
}
.whatsapp-big-text {
    font-size: 24px;
    margin-right: 10px;
    color: #7F7F7F;
}
.mb-16p {
    margin-bottom: 16px;
}
.text-nowrap {
    white-space: nowrap;
}
.datetimepicker-box {
    width: 221px;
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: 0 14px 26px rgba(47,59,64, 53%);
    border-radius: 4px;
    text-align: left !important;
    padding: 24px;
    background-color: #ffffff;
    display: none;
}
.datetimepicker-box.show-shedule {
    display: block;
}
.cross-icon {
    position: absolute;
    right: 18px;
    top: 20px;
}
.datetimepicker-box .gj-datepicker {
    border-color: rgba(127,127,127,.5);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}
.datetimepicker-box .gj-timepicker {
    border-color: rgba(127,127,127,.5);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}
.datetimepicker-box .gj-datepicker .gj-icon {
    color: #5B050F;
}
.datetimepicker-box .gj-timepicker .gj-icon {
    color: #5B050F;
}
.datetimepicker-box .gj-datepicker .btn {
    width: 2rem;
}
.datetimepicker-box .gj-timepicker .btn  {
    width: 2rem;
}
.datetimepicker-box .gj-timepicker .btn:hover {
    background-color: transparent;
}
.datetimepicker-box .gj-timepicker .form-control {
    padding: 9px 10px;
}
.datetimepicker-box label {
    font-size: 12px;
}

.actual-heading {
    padding: 8px 20px;
    background-color: #5B050F;
    border-top-left-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
.shedule-table {
    background-color: #ffffff;
    display: table;
    width: 100%;
    padding: 0 0 6px;
}
.shedule-table-row {
    display: table-row;
}
.shedule-table-head {
    display: table-cell;
    padding: 10px 20px;
    color: #2F3B40;
    font-weight: bold;
    font-size: 12px;
}
.shedule-table-cell {
    display: table-cell;
    padding: 10px 20px;
    color: #2F3B40;
    font-size: 11px;
}

.reshedule-table {
    display: table;
    width: 100%;
    padding: 0 0 6px;
}
.reshedule-table-row {
    display: table-row;
}
.reshedule-table-head {
    display: table-cell;
    padding: 10px 20px;
    color: #2F3B40;
    font-weight: bold;
    font-size: 12px;
    background-color: #ffffff;
}
.reshedule-table-cell {
    display: table-cell;
    padding: 10px 20px 10px 0;
    color: #2F3B40;
    font-size: 11px;
}
.reshedule-table-cell .gj-datepicker {
    border-color: rgba(127,127,127,.5);
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    background-color: #ffffff;
}
.reshedule-table-cell [role=wrapper] {
    max-width: 180px;
}

.reshedule-table-cell .gj-datepicker .gj-icon {
    color: #5B050F;
}
.reshedule-table-cell .gj-timepicker .gj-icon {
    color: #5B050F;
    top: 6px !important;
}
.reshedule-table-cell .gj-datepicker .btn {
    width: 2rem;
}
.reshedule-table-cell .gj-timepicker .btn  {
    width: 2rem;
}
.reshedule-table-cell .gj-timepicker {
    border-color: rgba(127,127,127,.5);
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    background-color: #ffffff;
}
.reshedule-table-cell .gj-timepicker .btn:hover {
    background-color: transparent;
}
.reshedule-table-cell .gj-timepicker .form-control {
    padding: 7px 10px;
}
.reshedule-table-cell span {
    font-size: 11px;
    padding: 0 7px;
    line-height: 30px;
}
.taxtarea-w {
    width: 370px;
}

.request-status {
    font-size: 11px;
    color: #2F3B40;
}

.request-status span.boldtext {
    font-weight: bold;
    color: #5b050f;
    text-transform: uppercase;
}

.request-status span.pending {
    color: #FFAA2C;
}
.details-text-ex {
    min-width: 90px;
}
.details-text-past {
    min-width: 120px;
}
.btn.label-yellow {
    background-color: #FFFF00;
    padding: 3px 15px;
    cursor: default;
    min-width: 100px;
}
.bg-white-shedule {
    background-color: #ffffff !important;
    color: #1D2427;
}
.patient-data-past {
    padding: 24px;
}
.form-check-walkin {
    margin-bottom: 0;
}

.flex-cust1 {
    display: flex;
}
.flex-cust2 {
    display: flex;
}
.view-area.gridview .masking-padding .topUserArea .stting-gap.flex-cust2 {
    display: block;
}
.view-area.gridview .masking-padding .topUserArea .stting-gap .flex-cust1 {
    display: none;
}
.gend-btn {
    position: relative;
}
.gend-btn input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.gend-btn label {
    padding: 4px 7px;
    color: #5A6568;
    border-radius: 4px;
    font-weight: normal;
    font-size: 10px;
    border: 1px solid #7F7F7F;
    background-color: #ffffff;
    margin-bottom: 0;
    min-width: 54px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gend-btn input[type="radio"]:checked + label {
    background-color: #5b050f;
    color: #ffffff;
}
.openfilterb {
    position: fixed;
    overflow: hidden;
}
.opensettingb {
    position: fixed;
    overflow: hidden;
}
.filter-body span {
    font-size: 11px;
}

.filter-body  .btn-adjust {
    padding: 5.8px 12px;
    font-size: 12px;
}

.gend-btn label span {
    height: 23px;
    width: 23px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 6px;
}
.gend-btn label.list-view-img span {
    background-image: url(../img/menu-list-defult.svg);
}
.gend-btn input[type="radio"]:checked + label.list-view-img span {
    background-image: url(../img/menu-list.svg);
}

.gend-btn label.grid-view-img span {
    background-image: url(../img/menu-grid-defult.svg);
}
.gend-btn input[type="radio"]:checked + label.grid-view-img span {
    background-image: url(../img/menu-grid.svg);
}
.fs-12 {
    font-size: 12px;
}

.setting-body .btn-adjust {
    padding: 5.8px 12px;
    font-size: 12px;
}
.btnw-90 {
    min-width: 90px;
}
.btnp-5 {
    padding: 5px;
}
.btnp-6-20 {
    padding: 6px 20px;
}

.mainWrapper .sideBar.sideBar-schdule {
    width: 100px;
    padding: 40px 18px;
    padding-right: 0;
}
.mainWrapper .contentWrapper.sheduler {
    width: calc(100% - 100px);
}

.login-success {
    min-width: 760px;
    max-width: 760px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
}

.dashboard-text {
    height: 75vh;
    text-align: center;
    font-size: 108px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 75vh;
    font-weight: bold;
}

.ehrLogin form .error-msg {
    border: 1px solid #FFB3C1;
}
.ehrLogin form .error-msg + span {
    display: block;
    padding-top: 10px;
    color: #FFB3C1;
    font-size: 10px;
}


a.menu-toggle {
    position: absolute;
    right: -12.5px;
    background-color: #ffffff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    z-index: 99;
    line-height: 25px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-size: 13px;
}

.sideBar.sideBar-schdule .sidebarinner span {
    display: none;
}

.small-view-togg {
    display: none;
}
.sideBar.sideBar-schdule .sidebarinner .big-view-togg {
    display: none;
}

.sideBar.sideBar-schdule .sidebarinner .small-view-togg {
    display: block;
}

.sideBar.sideBar-schdule .sidebarinner .small-view-togg .logo {
    width: 62px;
}
.sideBar.sideBar-schdule ul li {
    text-align: center;
}
.sideBar.sideBar-schdule ul li a {
    display: inline-block;
}
.sideBar.sideBar-schdule ul li i {
    margin-right: 0;
}

.mainWrapper .sideBar.sideBar-schdule .bottom a {
    display: inline-block;
}

.mainWrapper .sideBar.sideBar-schdule .bottom i {
    margin-right: 0;
}

.kma-small {
    display: none !important;
}
.sideBar.sideBar-schdule .sidebarinner .kma-big {
    display: none;
}
.mainWrapper .sideBar {
    padding-right: 0;
}

.sideBar.sideBar-schdule .sidebarinner .kma-small {
    display: block !important;
    width: 59px;
}
.mainWrapper .sideBar ul li.active {
    position: relative;
}
.mainWrapper .sideBar ul li.active:after {
    content: "";
    right: 0;
    width: 8px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #5b050f;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.mainWrapper .sideBar .logo {
    margin-right: 40px;
}
.mainWrapper .sideBar .bottom {
    margin-right: 40px;
}
.mainWrapper .sideBar.sideBar-schdule .bottom {
    text-align: center;
    margin-right: 18px;
}

.mainWrapper .sideBar.sideBar-schdule .logo {
    margin-right: 18px;
}
.w-224p {
    width: 224px;
}
.w-133p {
    width: 133px;
}
.w-160p {
    width: 160px;
}
.backto-top {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.date-top {
    background-color: #ffffff;
    font-size: 12px;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 20px;
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    color: #7f7f7f;
    white-space: nowrap;
}
.moveto-top {
    border-radius: 0;
}
.view-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 1px solid #F5F5F5 !important;
}
.scheduler-head {
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: bold;
}
.sheduler-table {
    display: table;
    width: 100%;
}
.sheduler-table-row {
    display: table-row;
}
.sheduler-table-cell {
    display: table-cell;
    background-color: #ffffff;
    padding: 11px 20px;
    border-left: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    color: #1D2427;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.sheduler-table-cell span {
    color: #5B050F;
    font-weight: bold;
    font-size: 15px;
}
.sheduler-table-cell:last-child {
    border-left: 1px solid #F5F5F5;
}
.sheduler-table-cell:first-child {
    font-size: 12px;
    font-weight: normal;
    color: #2F3B40;
    text-align: left;
    padding: 11px 25px;
}
.sheduler-table-head {
    display: table-cell;
    background-color: #ffffff;
    padding: 11px 10px;
    border-left: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    color: #2F3B40;
    font-size: 12px;
}
.sheduler-table-head span {
    color: #5B050F;
    font-weight: bold;
}
.sheduler-table-head:first-child {
    padding: 11px 25px;
    min-width: 180px;
    text-align: left;
    width: 180px;
}
.sheduler-table-row:last-child .sheduler-table-cell {
    border-bottom: 0;
}

.cell-red {
    background-color: #FFE5EA;
}
.cell-green {
    background-color: #43A047;
}
.cell-green span {
    color: #ffffff;
}
.state-of-shedule {
    position: relative;
    height: 100%;
}
.state-of-shedule:before {
    background-color: #43A047;
    width: 8px;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
}

.doctorname-witharrow {
    background-color: #ffffff;
    border-top-right-radius: 8px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.doctorname-witharrow h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}

.doctorname-witharrow a {
    font-size: 16px;
}
.date-left-right {
    padding: 16px;
    padding-top: 0;
    display: flex;
    background-color: #ffffff;
    justify-content: space-between;
    margin-bottom: 1px;
    align-items: center;
}
.date-left-right span {
    font-size: 12px;
}
.date-left-right .inactive {
    color: #C0C0C0;
}
.acodion-color-profile {
    display: grid;
    gap: 4px;
}
.acodion-color-profile .accordion-item {
    border: 0;
}
.acodion-color-profile .accordion-item + .accordion-item {
    margin-top: 2px;
}
.acodion-color-profile .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

.acodion-color-profile .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}
.acodion-color-profile .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0;
}
.acodion-color-profile .accordion-item:last-of-type {
    border-radius: 0;
}

.acodion-color-profile .accordion-button:not(.collapsed) {
    background-color: #43A047;
    color: #ffffff;
}
.acodion-color-profile .accordion-button:not(.collapsed):after {
    transform: none;
    background-image: url(../img/minus-icon.png);
    background-size: 54%;
    background-position: center;
}
.acodion-color-profile .accordion-button {
    font-size: 12px;
    font-weight: normal;
    padding: 12px 16px;
}
.acodion-color-profile .accordion-button span {
    position: absolute;
    right: 50px;
    color: #5b050f;
    font-size: 12px;
    font-weight: bold;
}

.acodion-color-profile .accordion-button::after {
    background-color: #ffffff;
    border: 1px solid #000000;
    height: 23px;
    width: 23px;
    border-radius: 4px;
    transform: none;
    background-image: url(../img/plus-icon.png);
    background-size: 54%;
    background-position: center;
}
.acodion-color-profile .accordion-button:not(.collapsed) span {
    color: #ffffff;
}
.appoinment-table {
    display: table;
    width: 100%;
}
.appoinment-table-row {
    display: table-row;
}
.appoinment-table-head {
    display: table-cell;
    color: #5B050F;
    font-size: 11px;
    font-weight: bold;
    padding: 0 0 6px 0;
    padding-right: 10px;
}
.appoinment-table-cell {
    padding: 6px 0;
    color: #5A6568;
    font-size: 9px;
    display: table-cell;
    padding-right: 10px;
}
.appoinment-table-cell i {
    margin-right: 8px;
}
.acodion-color-profile .accordion-body {
    padding: 12px 16px;
}

.new-ppointment {
    color: #9E0059;
}
.new-apointment-bg {
    background-color: #9E0059;
    color: #ffffff;
}
.medium-risk {
    color: #FFFF00;
}
.medium-risk-bg {
    background-color: #FFFF00;
    color: #1D2427;
}
.nutral-c {
    color: #ffffff;
}
.heigh-risk {
    color: #FF381D;
}
.heigh-risk-bg {
    background-color: #FF381D;
    color: #ffffff;
}
.low-risk {
    color: #43A047;
}
.low-risk-bg {
    background-color: #43A047;
    color: #ffffff;
}
.Cancelled-c {
    color: #FF381D;
}
.booking-slot {
    border: .5px solid #7F7F7F;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}
.booking-slot span {
    font-size: 12px;
    color: #2F3B40;
}
.booking-slot span b {
    font-weight: normal;
    padding: 0 5px;
}
.book-outer {
    display: grid;
    gap: 4px;
}
.min-w-83 {
    min-width: 83px;
}

.total-booking-status {
    background-color: #ffffff;
    padding: 11px 16px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
}
.booking-slot-count {
    color: #5A6568;
    font-size: 9px;
    padding: 5px 10px 5px 0;
}
.booking-slot-count i {
    padding-right: 5px;
}
.booking-slot-count span {
    padding-left: 5px;
}
.newprofile-blog {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 34px 28px;
    position: relative;
}
.profile-sec {
    display: flex;
    gap: 16px;
    align-items: center;
}
.profile-sec h4 {
    color: #5b050f;
    font-size: 15px;
    font-weight: bold;
}
.id-t-l {
    display: flex;
    gap: 8px;
    color: #2F3B40;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 0;
}

.select-doctor-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-doctor-month em {
    font-style: normal;
    background-color: #5b050f;
    display: inline-block;
    height: 27px;
    width: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
}
.color-option {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}
.select-doctor-month span {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    padding-left: 10px;
}
.Patient-status {
    display: flex;
    gap: 16px;
}
.Patient-status span {
    font-size: 11px;
}
.Patient-status span i {
    margin-right: 8px;
}
.total-appoint {
    display: flex;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 5px 8px;
    align-items: center;
    gap: 9px;
}
.total-appoint-gp {
    padding: 7px 15px;
}
.total-appoint em {
    background-color: #5b050f;
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-style: normal;
    font-size: 15px;
}

.total-appoint span {
    color: #15133D;
    font-weight: bold;
    font-size: 11px;
    margin-right: 24px;
}
.total-appoint b {
    margin-left: auto;
    font-size: 15px;
    color: #7F7F7F;
}

.dayanddate {
    display: flex;
    background-color: #ffffff;
    padding: 10px 22px;
    gap: 13px;
    align-items: center;
    justify-content: space-between;
}
.day-name h6 {
    text-transform: uppercase;
    font-size: 11px;
    color: #1D2427;
    font-weight: bold;
    margin-bottom: 8px;
}
.day-name span {
    border: .5px solid #7F7F7F;
    border-radius: 4px;
    color: #5A6568;
    font-size: 9px;
    display: inline-block;
    padding: 2px 4px;
}
.apointcount {
    text-align: right;
    margin-left: 10px;
    margin-left: auto;
}
.apointcount h4 {
    color: #1D2427;
    font-size: 32px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 3px;
}
.apointcount p {
    margin-bottom: 0;
    color: #5A6568;
    font-size: 9px;
    font-weight: normal;
}
.baseline-gap {
    margin-top: 22px;
}
.daydatelist {
    display: flex;
    gap: 4px 8px;
    flex-wrap: wrap;
    flex-direction: column;
    height: 772px;
}
.day-inactive {
    pointer-events: none;
    filter: grayscale(1);
    background-color: #C0C0C0;
    text-transform: none;
}
.day-inactive .day-name h6 {
    color: #7F7F7F;
    text-transform: none;
}
.day-inactive .apointcount h4 {
    color: #7F7F7F;
}

.sheduler-table-head-b4 {
    border-bottom: 4px solid #F5F5F5;
}
.sheduler-table-head-b4 span {
    padding-right: 40px;
}
.sheduler-table-cell-left {
    text-align: left;
}
.appoinment-state {
    padding: 2px 7px;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    border-radius: 4px;
    font-weight: normal;
    text-align: center;
    min-width: 50px;
    float: right;
}
.sheduler-table-cell-padd-less {
    padding: 0;
}
.sheduler-table-cell-padd-less .booknow-btn {
    border: 0;
    background-color: #710015;
    color: #ffffff;
    height: 100%;
    width: 100%;
    padding: 12px 40px 11.5px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}
.provider-top {
    background-color: #ffffff;
    padding: 16px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
}
.provider-slot {
    display: grid;
    gap: 4px;
}
.provider-top em {
    height: 27px;
    min-width: 27px;
    border-radius: 50%;
    background-color: #5b050f;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    margin-right: 14px;
}

.provider-top .more-provi {
    float: right;
    width: 20px;
    text-align: center;
    margin-right: -7px;
    cursor: pointer;
}

.provider-adjust {
    padding: 14.5px 20px 14.5px 26px;
    position: relative;
}
.provider-adjust .day-name h6 {
    margin-bottom: 2px;
}
.provider-adjust:after {
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
}
.visited.provider-adjust:after {
    background-color: #7F7F7F;
}
.ongoing.provider-adjust:after {
    background-color: #00BA13;
}
.delay.provider-adjust:after {
    background-color: #FFAA2C;
}
.ontime.provider-adjust:after {
    background-color: #ffffff;
}
.provider-adjust a {
    margin-left: auto;
    margin-right: -5px;
    display: flex;
    margin-top: 4px;
}

.inactive-cell {
    filter: grayscale(1);
    opacity: 0.6;
    pointer-events: none;
}

.menu-l {
    position: absolute;
    z-index: 9;
    background: #ffffff;
    padding: 24px 17px;
    border-radius: 8px;
    box-shadow: 0 14px 26px rgba(0,0,0,.3);
    right: 0 !important;
    width: 100%;
    top: calc(100% + 8px) !important;
    transform: translate3d(-20px, 23px, 0px)  !important;
    inset: unset !important;
}
.next-dropdown {
    display: none;
    font-weight: normal;
    text-transform: none;
}
.date-openslot {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #7F7F7F;
    padding: 0 15px 8px 15px;
}
.threedot-menu-outer {
    display: grid;
    gap: 18px;
}

.p-drop-slot {
    display: flex;
    justify-content: space-between;
}
.p-drop-slot i {
    font-size: 14px;
}
.p-name-arrow {
    display: flex;
    min-width: 160px;
    justify-content: space-between;
    align-items: center;
}
.p-name-arrow h4 {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
}
.p-name-arrow i {
    color: #7F7F7F;
}
.arrows-top .arrow-left {
    margin-right: 10px;
}
.arrows-top .arrow-left.inactive-arrow {
    color: #C0C0C0;
}
.field-icon {
    position: absolute;
    right: 10px;
    top: 47px;
    color: #7F7F7F;
}

.dash-main {
    display: flex;
    gap: 17px;
}
.dash-laft {
    position: relative;
    width: 100%;
}
.dash-right {
    max-width: 240px;
    min-width: 240px;
    padding: 40px 20px 0;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(86, 68, 252, 0.06);
}
.sheduler-img {
    position: relative;
    margin: 0 auto 24px;
    max-width: 112px;
}
.sheduler-img img {
    max-width: 112px;
    border-radius: 50%;
}
.sheduler-setting-icon {
    position: absolute;
    background-color: #5B050F;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 27px;
    display: block;
    bottom: 0;
    right: 0;
}

.dash-right h3 {
    font-size: 20px;
    line-height: 24px;
    color: #5A6568;
    text-align: center;
}

.dash-right h3 {
    font-size: 20px;
    line-height: 24px;
    color: #5A6568;
    text-align: center;
    margin-bottom: 8px;
}
.dash-right h4 {
    font-size: 12px;
    line-height: 15px;
    color: #5A6568;
    text-align: center;
    margin-bottom: 8px;
}
.dash-right-top {
    margin-bottom: 48px;
}
.letest-alert-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.letest-alert-head h4 {
    font-size: 12px;
    line-height: 15px;
    color: #2F3B40;
    margin-bottom: 0;
}

.letest-alert-body {
    display: grid;
    grid-template-columns: repeat(auto-fill, 185px);
    grid-template-rows: 1fr;
    grid-gap: 24px;
    margin-bottom: 24px;
}
.single-alert {
    display: flex;
    gap: 14px;
    align-items: center;
}
.notiicon {
    background-color: #5B050F;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    padding: 2px 4px;
}
.notitext {
    max-width: calc(100% - 46px);
}
.notitext a {
    color: #1D2427;
    font-size: 11px;
    font-weight: 700;
    display: block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.notitext p {
    font-size: 9px;
    color: #5B050F;
    margin-bottom: 0;
}
.dash-right .viewmore {
    width: 160px;
    display: block;
    opacity: 1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.dash-right {
    position: relative;
}
.schedule-top {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}
.single-shedule {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(47, 59, 64, 0.1);
    border-radius: 4px;
    padding: 24px 36px;
    display: flex;
    align-items: center;
    gap: 16px;
    width: 33.33%;
}
.ico_notiicon {
    background-color: #5B050F;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    padding: 2px 4px;
}
.sedu-txt-area h4 {
    font-size: 15px;
    font-weight: 700;
    color: #5B050F;
    margin-bottom: 2px;
}
.sedu-txt-area p {
    margin-bottom: 0;
    font-size: 9px;
    line-height: 11px;
    color: #5A6568;
}

.overview_area {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 8px 16px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overview_area h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2F3B40;
    margin-bottom: 0;
}
.over-calender {
    display: flex;
    align-items: center;
    gap: 10px;
}
.over-calender .gj-datepicker {
    border-color: rgba(127,127,127,.5);
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}
.over-calender .gj-datepicker-bootstrap button[role=right-icon] {
    width: 2rem;
}
.over-calender .cust-calendar-icon {
    width: 130px;
}
.over-calender span {
    font-size: 11px;
    color: #2F3B40;
}
.graparea_outer {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}
.graparea_outer:last-child {
    margin-bottom: 0;
}
.graph_area {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(47, 59, 64, 0.1);
    border-radius: 4px;
    width: 65%;
}
.graph_area_2 {
    width: 35%;
}
.graph_area img {
    width: 100%;
}
.schedule-sm-gap {
    margin-bottom: 8px;
}
.sortbydrop {
    position: relative;
}
.sortbydrop .dropdown-menu {
    border-radius: 4px;
    background-color: #5B050F;
    padding: 10px 20px;
    width: 250px;
    transform:  translate3d(-225px, 6px, 0px) !important;
    top: 100%;
    right: 0;
    inset: unset !important;
}
.sortbydrop .dropdown-menu ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sortbydrop .dropdown-menu ul li:last-child {
    border-bottom: 0;
}
.sortbydrop .dropdown-menu ul li a {
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    font-size: 11px;
}
.appointment_date_time {
    background-color: #ffffff;
    padding: 16px;
    margin-bottom: 1px;
}
.appointment_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.appointment_date_time_inner {
    padding: 16px;
    padding-top: 0;
    margin-bottom: 1px;
    background-color: #ffffff;
}
    

.appointment_date h4 {
    font-weight: 700;
    font-size: 11px;
    color: #5B050F;
    line-height: 13px;
    margin-bottom: 0;

}
.appointment_date span {
    font-size: 9px;
    color: #2F3B40;
}

.appointment_date_time label {
    color: #5b050f;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
.appointment_date_time textarea {
    height: 72px;
}

.dateanddoctorbar {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #ffffff;
    padding: 8px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 1px;
}
.dateanddoctorbar .input-group {
    width: auto;
}
.max-calender-width {
   max-width: 173px;
}
.dateanddoctorbar h3 {
    font-size: 15px;
    font-weight: 700;
    color: #5B050F;
}

.available-bar {
    background-color: #ffffff;
    padding: 8px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    gap: 24px;
}

.datetext {
    font-size: 11px;
    font-weight: 700;
    color: #2F3B40;
    line-height: 13px;
}
.datetext span {
    font-size: 11px;
    font-weight: 400;
    color: #2F3B40;
    list-style: 13px;
    display: block;
}
.slot-avai {
    display: flex;
    gap: 8px;
    align-items: center;
}
.slot-arrow {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #7f7f7f;
}
.slots-click {
    min-width: 730px;
}
.slot-active {
    background-color: #00BA13;
    border-radius: 4px;
    padding: 5px 8px;
    max-width: 118px;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
}
.slot-active:hover {
    background-color: #00BA13;
    color: #ffffff;
}
.slot-inactive {
    background-color: #7F7F7F;
    border-radius: 4px;
    padding: 5px 8px;
    max-width: 118px;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
}
.slot-inactive:hover {
    background-color: #7F7F7F;
    color: #ffffff;
}
.datenotavai {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #FFB3C1;
    padding: 12px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 14px;
    color: #1D2427;
}
.other-provide {
    padding: 12px 20px;
    background-color: #ffffff;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    gap: 50px;
    font-size: 12px;
    line-height: 14px;
    color: #1D2427;
}
.big-radio .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
}

.modal-body .doctorname-witharrow {
    padding: 0;
}
.mod-top-d {
    gap: 30px;
    padding: 10px 16px 0;
}
.modal-574p {
    min-width: 574px;
}

.modal-624p {
    min-width: 624px;
}
.smal-cal i {
    color: #7f7f7f;
    margin-right: 3px;
}

.modal-624p .nav-tabs {
    border-bottom: 0;
}

.modal-624p .nav-tabs .nav-link {
    border: 1px solid #5B050F;
    border-radius: 3px;
    color: #1D2427;
    font-size: 11px;
    margin-right: 24px;
}

.color-menu {
    padding: 20px;
    padding: 20px;
    transform: none !important;
    min-width: 115px;
    inset: 27px auto auto -99px !important;
}
.color-menu ul li {
    margin-bottom: 0;
}
.color-menu ul li + li {
    margin-top: 10px;
}
.color-menu ul li a {
    gap: 10px;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
}
.color-menu ul li a i {
    margin-right: 7px;
}
.color-new {
    color: #5b050f;
}
.color-complete {
    color: #7F7F7F;
}
.color-progress {
    color: #00BA13;
}
.color-late {
    color: #7F7F7F;
}
.color-calcel {
    color: #FF381D;
}
.color-more {
    color: #D5D5D5;
}

.provider-table {
    display: table;
    width: 100%;
}
.provider-table-row {
    display: table-row;
}
.provider-table-cell {
    display: table-cell;
    background-color: #ffffff;
    padding: 16px 20px;
    border-left: 2px solid #F5F5F5;
    border-bottom: 4px solid #F5F5F5;
    color: #1D2427;
    font-size: 12px;
    font-weight: bold;
}
.provider-table-cell span {
    color: #1D2427;
    font-weight: normal;
}
.provider-table-cell p {
    color: #5A6568;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 0;
}
.provider-table-cell:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.provider-table-cell:first-child {
    border-left: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 30px;
    overflow: hidden;
}

.cell-relative {
    position: relative;
}
.cell-relative:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    content: "";
}
.cell-complete:after {
    background-color: #7F7F7F;
}
.cell-progress:after {
    background-color: #00BA13;
}
.cell-new:after {
    background-image: url(../img/tag-new.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 53px;
    height: 53px;
}
.form-select-blank {
    padding: 7.2px 20px;
}
.eye-icon-top {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 2px 5px;
}
.eye-icon-top i {
    color: #7F7F7F;
}
.address-bar-search {
    background-color: #ffffff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    padding: 8px 24px;
    margin-bottom: 4px;
    display: flex;
    gap: 20px;
    align-items: center;
}
.main-txt-top-bar {
    display: flex;
    min-width: 410px;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.main-txt-top-bar h2 {
    font-size: 15px;
    font-weight: 700;
    color: #2F3B40;
    margin-bottom: 0;
}
.main-txt-top-bar a {
    height: 24px;
    width: 24px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    color: #7F7F7F;
}
.bar-date-range {
    display: flex;
}
.date-single-bar {
    display: flex;
    align-items: center;
    max-width: 155px;
    margin: 0 20px;
}
.date-single-bar span {
    font-size: 12px;
    color: #7f7f7f;
}

.test-drop ul li {
    padding: 5px 15px;
}
.test-drop ul li a {
    width: auto;
    color: #1D2427;
    font-weight: 700;
}
.test-drop ul li:hover {
    background-color: #5B050F;
}
.test-drop ul li:hover a {
    color: #ffffff;
}
.test-drop.dropdown-menu {
    min-width: 190px;
    box-shadow: 0 14px 26px rgba(47, 59, 64, .53);
}
.vital-box {
    padding: 24px;
    background-color: #ffffff;
}
.top-sm-box {
    display: flex;
    margin-bottom: 24px;
}
.top-sm-box-inner {
    display: flex;
    border-left: 1px solid #C0C0C0;
    flex-wrap: wrap;
    width: 100%;
}
.msg-main-box {
    min-width: calc(100% / 9);
    border-right: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    text-align: center;
    border-top: 1px solid #c0c0c0;
    margin-top: -1px;
    padding: 10px 5px;
}
.msg-main-box h4 {
    color: #5B050F;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}
.msg-main-box p {
    margin-bottom: 0;
    color: #2F3B40;
    font-size: 11px;
    font-weight: 400;
}


.vital-table {
    display: table;
    width: 100%;
}
.vital-table-row {
    display: table-row;
}
.vital-table-cell {
    display: table-cell;
    background-color: #ffffff;
    padding: 7px 24px;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    color: #2F3B40;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}
.vital-table-cell.red-cell {
    background-color: #FFE5EA;
}
.vital-table-cell.no-wrap-cell {
    white-space: nowrap;
}
.vital-table-cell span {
    color: #1D2427;
    display: block;
}
.vital-table-cell b {
    border-bottom: 1px dashed #2F3B40;
    display: block;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.vital-table-cell p {
    color: #5A6568;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 0;
}
.vital-table-cell:last-child {
}
.vital-table-cell:first-child {
    border-left: 1px solid #C0C0C0;
}
.vital-table-head {
    background-color: #5b050f;
    color: #ffffff;
    padding: 8px 24px;
    display: table-cell;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.vital-table-head.text-left {
    text-align: left;
}
.vital-table-cell.text-left {
    text-align: left;
}
.left-pro .dreft-card {
    padding: 16px 20px;
    min-width: 190px
}
.left-pro .dreft-card + .dreft-card {
    margin-top: 4px;
}

.left-pro .dreft-card .name-designation {
    margin-bottom: 24px;
}
.tt-mb {
    margin-bottom: 4px;
}
.full-info-box-outer {
    display: grid;
    gap: 16px;
    text-align: center;
}
.full-info-box {

}
.full-info-box h5 {
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
    color: #5B050F;
}
.full-info-box p {
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    color: #7F7F7F;
}
.full-info-box i {
    margin-right: 6px;
    font-size: 18px;
    color: #1D2427;
}
.doctor-sec {
    width: 440px;
    margin: 58px auto;
}
.doc-view-top-menu {
    padding: 70px 50px;
    position: relative;
    margin-bottom: 70px;
}
.doc-view-img {
    margin: 0 auto;
    width: 169px;
}
.doc-view-img img {
    border: 35px solid #ffffff;
    border-radius: 50%;
}
.doctors-menu {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(47, 59, 64, .1);
    padding: 16px 30px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    overflow: hidden;
    display: inline-block;
}
.doctors-menu.f-m {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.doctors-menu.s-m {
    top: 50px;
    left: 0;
}
.doctors-menu.t-m {
    top: 140px;
    left: 10px;
}
.doctors-menu.fo-m {
    top: 230px;
    left: 0;
}
.doctors-menu.fi-m {
    top: 50px;
    right: 0;
}
.doctors-menu.si-m {
    top: 140px;
    right: 0;
}
.doctors-menu.se-m {
    top: 230px;
    right: 0;
}
.doctors-menu.active:after {
    background-color: #FFAA2C;
}
.doctors-menu.active:after {
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
}

.risk-factor {
    background-color: #ffffff;
    border-radius: 5px;
}
.risk-factor-top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    padding: 8px 32px;
    justify-content: space-between;
}
.risk-factor-left h3 {
    font-size: 15px;
    font-weight: 700;
    color: #5b050f;
    margin-bottom: 4px;
}
.risk-factor-left p {
    font-size: 9px;
    color: #000000;
    margin-bottom: 0px;
}
.risk-factor-bottom {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
}
.risk-factor-bottom-left {
    min-width: 50%;
    border-left: 1px solid #EFEFEF;
    padding: 12px 32px;
    font-size: 11px;
}
.risk-factor-bottom-left:first-child {
    border-left: 0;
}
.risk-factor-bottom-left b {
    margin-right: 4px;
}
.risk-factor-bottom-alt {
    min-width: 60%;
    padding: 8px 32px;
    font-size: 11px;
}
.risk-factor-bottom-alt b {
    margin-bottom: 4px;
    display: block;
}
.risk-factor-bottom-right-alt {
    min-width: 40%;
    border-left: 1px solid #EFEFEF;
}

.right-menu {
    position: fixed;
    background-color: #ffffff;
    right: 0;
    max-height: 100vh;
    top: 50%;
    transform: translateY(-50%);
    max-width: 116px;
    box-shadow: 0 4px 6px rgba(47, 59, 64, .53);
    overflow: auto;
}
.right-menu .arrow-collapes {
    background-color: #5B050F;
    text-align: center;
}
.right-menu .arrow-collapes a {
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 10px;
}
.right-menu ul li a {
    padding: 18px 16px 18px 10px;
    display: block;
    border-bottom: 2px solid #EFEFEF;
    font-size: 11px;
    font-weight: 700;
    color: #1D2427;
    position: relative;
}
.right-menu.closed-menu {
    max-width: 48px;
}
.right-menu.closed-menu ul li a {
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 18px 10px 18px 10px;
}
.right-menu.closed-menu ul li a br {
    display: none;
}
.right-menu.closed-menu ul li a i {
    display: none;
}
.right-menu ul li a i {
    top: 50%;
    color: #7F7F7F;
    position: absolute;
    right: 4px;
    margin-top: -3px;
    font-size: 14px;
}
.right-menu .arrow-collapes a.leftlong {
    display: none;
}
.right-menu.closed-menu .arrow-collapes a.rightlong {
    display: none;
}
.right-menu.closed-menu .arrow-collapes a.leftlong {
    display: block;
}

.nav-bar-provider {
    border-bottom: 0;
}

.nav-tabs.nav-bar-provider .nav-link {
    border-color: #C0C0C0;
    border-bottom: 0;
    margin-right: 1px;
    min-width: 100px;
    color: #6C757D;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0;
}
.nav-tabs.nav-bar-provider .nav-link.active {
    color: #2F3B40;
    font-weight: 700;
}
.tab-content-provider {
    background-color: #ffffff;
}
.span-w {
    min-width: 235px
}
.edit-eye-color a {
    color: #5b050f;
    font-size: 12px;
}

.appointment_date_time .h-90-p {
    height: 90px;
}
.h-90-p {
    height: 90px;
}
.patient-h2 {
    color: #2F3B40;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}
.from-to-span {
    color: #7F7F7F;
    font-size: 11px;
    font-weight: 700;
}
.table-cell-width {
    width: 1%;
}
.familyacc.accordion {
    border: 0;
}

.familyacc .accordion-item {
    border: 0;
    border-bottom: 4px solid #EFEFEF;
}

.familyacc .accordion-button:not(.collapsed) {
    background-color: #5b050f;
    box-shadow: none;
    color: #ffffff;
}

.familyacc .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.familyacc .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.familyacc .accordion-item:last-of-type {
        border-bottom-right-radius: 0; 
        border-bottom-left-radius: 0;
}
.familyacc .accordion-button {
    display: flex;
    align-items: center;
    padding: 12px 40px;
}
.familyacc .accordion-button b {
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    color: #5B050F;
    min-width: 110px;
}
.familyacc .accordion-button em {
    font-size: 15px;
    font-weight: 700;
    line-height: 17px;
    color: #2F3B40;
    min-width: 110px;
    font-style: normal;
}
.familyacc .accordion-button span {
    font-size: 12px;
    color: #7F7F7F;
    min-width: 110px;
    margin-top: 2px;
}
.familyacc .accordion-button:not(.collapsed) b {
    color: #ffffff;
}
.familyacc .accordion-button:not(.collapsed) em {
    color: #ffffff;
}
.familyacc .accordion-button:not(.collapsed) span {
    color: #ffffff;
}

.familyacc .accordion-body {
    padding: 20px 40px;
}
.family-info-txt {
    display: flex;
}
.family-info-txt + .family-info-txt {
    margin-top: 20px;
}

.familyacc .family-info-txt b {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    color: #5B050F;
    min-width: 110px;
}
.familyacc .family-info-txt em {
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    color: #2F3B40;
    min-width: 110px;
    font-style: normal;
}
.familyacc .family-info-txt span {
    font-size: 12px;
    color: #5B050F;
    margin-top: 2px;
    font-weight: 700;
}
.familyacc .family-info-txt strong {
    font-size: 12px;
    color: #2F3B40;
    margin-top: 2px;
    font-weight: 700;
}
.familyacc .family-info-txt p  {
    margin-bottom: 0;
    font-size: 11px;
    color: #000000;
}
.familyacc .family-info-txt p + p {  
    margin-top: 20px;
}
.familyacc .family-info-txt p b {
    font-size: 12px;
    color: #2F3B40;
    margin-top: 2px;
    font-weight: 700;
    margin-right: 20px;
}
.hedisgaps-out table thead th {
    background-color: #5B050F;
    color: #ffffff;
    padding: 8px 16px 8px 16px;
    font-size: 11px;
    font-weight: 700;
}
.hedisgaps-out table thead th.b-font {
    font-size: 15px;
}
.hedisgaps-out table tbody td {
    background-color: #ffffff;
    color: #1D2427;
    padding: 14px 16px;
    font-size: 11px;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
}
.hedisgaps-out table tbody td:first-child {
    border-left: 0;
    font-weight: 700;
}
.hedisgaps-out table tbody td i {
    margin-right: 4px;
    font-size: 14px;
    margin-top: 2px;
}
.hedisgaps-out table tbody td i.tick {
    color: #00BA13;
}
.hedisgaps-out table tbody td i.cross {
    color: #F44336;
}
.hedisgaps-out table tbody td.rowspan-cell:first-child {
    border-left: 1px solid #C0C0C0;
    font-weight: 400;
}
.v-align-top {
    vertical-align: top;
}
.hedisgaps-out table tbody tr:last-child td {
    border-bottom: 0;
}
.hedisgaps-out table tbody td em {
    font-style: normal;
    color: #FF5353;
    font-size: 11px;
}

.advanceInformation .masking-padding .topUserArea.provider-top-area {
    padding: 0;
}

.provider-top-area .patient-name p {
    margin-bottom: 0;
}
.provider-top-area .patient-name p + p {
    margin-top: .5rem;
}
.topUserArea.provider-top-area .infometa ul li label  {
    min-width: 70px;
}

.topUserArea.provider-top-area .infometa ul li label.big-label  {
    min-width: 120px;
}

.progress-note-txt {
    background-color: #ffffff;
    margin-bottom: 4px;
    border-bottom: 4px solid #C0C0C0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 15px 24px;
}
.progress-note-txt h2 {
    font-size: 15px;
    color: #2F3B40;
    font-weight: 700;
    margin-bottom: 0;
}
.progress-note-txt h2 i {
    margin-right: 10px;
}
.progress-note-table {
    display: table;
    width: 100%;
}
.progress-note-table-row {
    display: table-row;
}
.progress-note-table-cell {
    display: table-cell;
    padding: 16px 24px;
    width: 33%;
    font-size: 11px;
    color: #7F7F7F;
    border-bottom: 1px solid #C0C0C0;
}
.progress-note-table-cell i {
    font-size: 14px;
}
.progress-note-table-cell:first-child i {
    margin-right: 5px;
}
.nav-tabs.nav-bar-provider.nav-bar-provider-progress .nav-link {
    border-bottom: 1px solid #C0C0C0;
}
.fill-star {
    color: #5B050F;
}

.progress-note-table-cell.draft {
    color: #5B050F;
    font-weight: 700;
}
.btn-adjust-progress {
    padding: 4px;
    font-size: 13px;
    min-width: 120px;
}
.h-60-p {
    height: 50px;
}

.bg-primary{
    background: #5B050F !important;
}

.text-primary{
    color: #5B050F !important;
}
.fs-xs{
    font-size: 12px;
}

.patientProfile .card{
    border: none;
    padding: 20px;
}

.patientProfile .card.newuser{
    background-image: url(../img/tag-new.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.btn-primary{
    background-color: #5B050F;
    border-color: #5B050F;
}

.singleAppointment {
    border-bottom: 1px solid #ddd;
    margin: 0px;
    padding: 15px 0px;
}