﻿/*Custom Calendar Icon*/
.uib-datepicker-popup {
    min-width: 1px !important;
}
.btn-default{
    display: flex;
    justify-content: center;
}
.glyphicon.glyphicon-chevron-right,
.glyphicon.glyphicon-chevron-left {
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
    object-fit: contain;
    background-position: center;
}
.glyphicon.glyphicon-chevron-right {
    background-image: url(../../Content/img/book-appt/right-arrow-icon.svg);
}
.glyphicon.glyphicon-chevron-left {
    background-image: url(../../Content/img/book-appt/left-arrow-icon.svg);
}
button[disabled], html input[type=button][disabled], input[type=text][disabled], input[type=submit][disabled], button[disabled]:focus, button[disabled]:hover {
    background-color: #E4E4E4 !important;
    background: #E4E4E4 !important;
}
.list-five-column > li {
    width: calc(100% * (1/5) - 5px - 0px);
}
.line-height-0 {
    line-height: 0 !important;
}
.h-60 {
    height: 60px !important;
}
.height-97 {
    height: 97%;
}
.radius-10 {
    border-radius: 10px !important;
}
.btn-upload-color {
    background-color: #296B9B !important;
}
.btn-capture-color {
    background-color: #66AD94 !important;
}
.btn-select-patient {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #17a2b8;
    border: 1px solid #17a2b8;
    padding: 0.375rem 0.375rem;
}
.hide-trail-logo:before {
    content: "";
    position: absolute;
    left: 22px;
    bottom: 7px;
    background-color: #fff;
    width: 150px;
    height: 25px;
    z-index: 9;
}
.profile-uiselect > input.ui-select-search,
.profile-uiselect > input.ui-select-search:focus {
    width: 100% !important;
    -webkit-appearance: none !important;
    box-sizing: inherit !important;
    -webkit-box-sizing: inherit !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #d2d2d2;
}
.profile-uiselect > .ui-select-match > .form-control {
    padding: 5px 0 !important;
}
.profile-uiselect {
    padding: 14px 0;
}
.profile-uiselect > .ui-select-match > .form-control {
    border-radius: 0 !important;
    border-bottom: 1px solid #d2d2d2;
}
.register-select {
    border-radius: 10px;
    border: solid 0.5px #d2d2d2;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    padding: 6px 15px;
}
.cursor-pointer {
    cursor: pointer;
}
.colnopadding > [class^="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.input-y {
    border: solid 1px #e5dcad;
    background-color: #fff9d6;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
}
.input-y > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d2d2d2;
}

.input-y > input::-moz-placeholder { /* Firefox 19+ */
    color: #d2d2d2;
}

.input-y > input:-ms-input-placeholder { /* IE 10+ */
    color: #d2d2d2;
}

.input-y > input:-moz-placeholder { /* Firefox 18- */
    color: #d2d2d2;
}
.flex {
    flex: 1;
}
.w-40 {
    width: 40px;
}
.w-29 {
    width: 29px !important;
}
.w-30 {
    width: 30%;
}
.w-70 {
    width: 70%;
}
.min-height-330 {
    min-height: 330px !important;
}
.bg-f1f1f1 {
    background-color: #f1f1f1;
}
.btn-blue,
.btn-blue:focus,
.btn-blue:hover {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
}
.btn-save {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
}
.btn-save:focus,
.btn-save:hover {
    background-image: linear-gradient(to bottom, #068cb0 , #07a0d4);
    color: #fff;
}
.btn-discard {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #ff9f9f, #e86868);
    color: #fff;
}
.btn-discard:focus,
.btn-discard:hover {
    background-image: linear-gradient(to bottom, #e86868 , #ff9f9f);
    color: #fff;
}
.btn {
    font-size: 13px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    padding: 0.2rem 0.3rem !important;
}
.btn-eh-md {
    font-size: 16px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    padding: 15px 10px !important;
}
/*------------------------------CheckBox--------------------------------*/
@keyframes check {
    0% {
        height: 0;
        width: 0;
    }

    25% {
        height: 0;
        width: 8px;
    }

    50% {
        height: 16px;
        width: 8px;
    }
}

/*.checkbox {
    background-color: #fff;
    display: flex;
    height: 22px;
    margin: 0 .25em;
    width: 22px;
    border-radius: 4px;
    border: 1px solid #ccc;*/
    /*float: right*/
/*}*/

.checkbox span {
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
    padding: 0;
    cursor: pointer;
}

.checkbox span:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: '';
    display: block;
    height: 14px;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 7px
}

.checkbox span:hover:after {
    border-color: #999
}

.checkbox input {
    display: none
}

.checkbox input:checked + span:after {
    -webkit-animation: check .8s;
    -moz-animation: check .8s;
    -o-animation: check .8s;
    animation: check .8s;
    border-color: #555
}
.checkbox input:checked + .care-checkbox:after {
    border-color: #fff
}
.checkbox input:checked + .care-checkbox {
    background-color: #008b86;
    border-radius: 4px;
}
/*------------------------------CheckBox--------------------------------*/
.qr-checkbox {
    display: flex;
    align-items: center;
}
.qr-checkbox > input[type=checkbox] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}

.qr-checkbox > input[type=checkbox]:hover {
  opacity: 1;
}

.qr-checkbox > input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

.qr-checkbox > input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
/*---------------------Checkbox 2 ------------------------------*/

.care-title {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.input-color {
    border-radius: 10px;
    border: solid 1px #89711d !important;
    background-color: #fff3ca !important;
    display: block;
    width: 100%;
    padding: 0.175rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
}
.input-color::placeholder {
    color: #89711d !important;
}
.care-controls {
    margin: 0;
}
.care-controls > li {
    display: flex;
    align-items: center;
    padding: 5px;
}
.care-input {
    border-radius: 7px;
    border: solid 1px #e5dcad;
    background-color: #fff9d6;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.inut-file {    
    position: relative;
}
.inut-file > input {
    width: 100%;
    padding: 18px 0px;
    /*border-bottom: 1px solid #d2d2d2;*/
}
.inut-file input:after {
    content: "Choose File";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #d2d2d2;
    z-index: 6;
    line-height: 4;
    cursor: pointer;
}
.input-image-select > img {
    width: 100%;
    height: 200px;
    border: 1px dashed #068cb0;
    border-radius: 5px;
    background-size: cover;
    margin: 18px 0px;
    object-fit: cover;
}
.input-image-select > i {
    position: absolute;
    top: 9px;
    right: -9px;
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #d2d2d2;
    cursor: pointer;
}
.dropdown-care {
    width: 100%;
    margin-top: 12px;
}
.dropdown-care > a {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
/*------------------------------------Button-------------------------------------*/
.t-care-danger,
.t-care-danger:focus,
.t-care-danger:hover {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #e86868;
}
.t-care-info,
.t-care-info:focus,
.t-care-info:hover {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}
/*-------------------------------------Delete--------------------------------------*/
.line-delete {
    width: 80px;
    height: 2px;
    display: block;
    margin: 25px 0 10px 0px;
    border-radius: 100px;
    background-color: #0188d1
}
/*------------------------------------Table----------------------------------------*/
.glasses-table {
    margin-bottom: 0;
    table-layout: fixed;
    border-spacing: 5px;
    border-collapse: separate;
    border: none;
}
.glasses-table > thead > tr > th,
.glasses-table > tbody > tr > th {
    border-radius: 6px;
    background-color: rgba(0, 139, 134, 0.1);
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 5px 6px;
    vertical-align: middle;
}
.glasses-table > tbody > tr > td {
    border: solid 0.3px #d2d2d2;
    background-color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 5px 6px;
    vertical-align: middle;
}
/*---------------------------------  Patient Registration US Health Care   -------------------------------------*/
.us-container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden !important;
    display: block;
    /*background-color: #fff;*/
}
.us-line-reg {
    width: 30px;
    height: 1px;
    background-color: #d2d2d2;
    margin: 15px 10px;
    display: block;
}
.help-doctors-text {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-bottom: 10px;
}
.bg-header-us {
    background-color: #fff;
    box-shadow: 0px 15px 10px -15px #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}
.header-care-us-health {
    padding: 10px 15px;
}
.header-care-us-health > h1 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #2d2d47;
}
.header-care-us-health > img {
    height: 40px;
    display: block;
    margin: 10px auto;
}
.US-profile-picture-Reg {
    display: flex;
    align-items: center;
}
.US-profile-picture-Reg > img {
    width: 120px;
    height: 120px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100px;
}
.US-profile-picture-Reg > div > a {
    display: flex;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #1e2957;
}
.us-registration-card > .card-header {
    padding: 0.45rem 1rem !important;
    background-color: #008b86;
}
.us-registration-card > .card-header > h5 > button {
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.sub-heading-reg-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.78;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    margin: 15px 0;
}
.us-input {
    border-radius: 5px;
    border: solid 1px #adadad;
    background-color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: 100%;
    height: 35px;
    display: block;
}
.us-label {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    display: block;
}
/*----------------------------------------------------------------Book Appointment-----------------------------------------------------------------*/
.login-home-ehnotecare > img {
    display: block;
    height: 90px;
  /*  margin: 55px auto;*/
    margin: 25px auto;
}
.login-home-ehnotecare > h1 {
    
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #2D2D47;
    margin-top: 10px;
}
.login-home-ehnotecare > h2 {
    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #2D2D47;
    margin-top: 10px;
}
.login-input-ehnotecare {
    background-color: #fff;
    /*border-radius: 15px;*/
    /*border-bottom: 1px solid #d2d2d2;*/
    padding-bottom: 15px;
    width: 100%;
    padding: 20px;
    margin-top: 10px;
}
.login-input-ehnotecare > h1 {
    
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #101828;
    margin-bottom: 10px;
}
.login-input-ehnotecare > h2 {
    
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #344054;
    margin-bottom: 10px;
    border-bottom: 1px solid #F2F4F7;
    padding-bottom: 10px
}
.care-group {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.care-group > label {
    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
    margin-bottom: 10px;
    /*margin-left: 10px;*/
}
/*.care-control {
    background: #FFFFFF;
    border: 1.6px solid rgba(29, 85, 88, 0.6);
    border-radius: 10px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #101828;
    padding: 15px 10px;
    width: 100%;
}*/
.btn-care {
    background: #1D5558;
    border-radius: 16px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 15px 15px;
}
.btn-care:hover,
.btn-care:focus {
    background-color: #329297;
    color: #fff;
}
.btn-Reschedule {
    background: #2D2D47;
    border-radius: 16px;    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 15px 15px;
}
.btn-sign {
    background-color: #5a7dc7;
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 15px 15px;
}
.dashboard-home-ehnotecare {
    background: #2D2D47;
    padding: 15px 30px;
    width: 100%;
    display: block;
}
.buttons-ehnotecare-dashboard {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.buttons-ehnotecare-dashboard > a {
    color: #fff;
    text-transform: capitalize;
    width: calc(100% * (1/2) - 5px - 0px);
    text-align: center;    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.buttons-ehnotecare-dashboard > a > span {
    background-color: #1D5558;
    border-radius: 100px;
    margin-bottom: 10px;
    padding: 30px;
    display: block;
    margin: 10px auto;
    width: 100px;
    height: 100px;
}
.buttons-ehnotecare-dashboard > a > span > img {
    width: 40px;
    height: 40px;
}
.text-upcoming-appts {
    
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #101828;
    margin-bottom: 30px;
}
.drprofile-ehnotecare {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.drprofile-ehnotecare > img {
    width: 55px;
    height: 55px;
    display: block;
    margin: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #d2d2d2;
    border-radius: 100px;
    object-fit: cover;
    object-position: center center;
}
.drprofile-ehnotecare > div > label {
    
    color: #101828;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}
.drprofile-ehnotecare > div > p {
    
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #667085;
    margin-top: 5px;
}
.login-input-ehnotecare > h6 {
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #667085;
    margin-bottom: 10px;
    margin-top: 10px;
}
.login-input-ehnotecare > h5 {
    
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #101828;
    margin: 10px 0;
}
.pos-cal-time-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 15px;
}
.text-bookappt-appts {
    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
}
.slider-ehnotecare {
    display: flex;
    align-items: center;
    flex-flow: wrap;    
    /*overflow: hidden;*/
}

.slider-ehnotecare > div {
    background: #FFFFFF;
    border: 1px solid #E4E7EC;
    border-radius: 10px;    
    list-style: none;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    width: calc(100% * (1/2) - 10px - 0px);
}
.slider-ehnotecare > div.active {
    background: #2D2D47;
}
.slider-ehnotecare > div.active > b,
.slider-ehnotecare > div.active > p {
    color: #fff;
}
.slider-ehnotecare > div > b {
    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #000000;
}
.slider-ehnotecare > div > p {
    
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.3px;
    color: #667085;
}
.dateslots-ehotecare-list > ul {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.timeslots-ehotecare-list > ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
}
.timeslots-ehotecare-list > ul > li {
    /*width: calc(100% * (1/3) - 5px - 0px);*/    
    list-style: none;
    /*margin-right: 20px;*/
    width: 33%;
}
.dateslots-ehotecare-list > ul > li {
    width: calc(100% * (1/2) - 5px - 0px);
    list-style: none;
}
.dateslots-ehotecare-list > div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
/*.timeslots-ehotecare-list > ul > li:first-child,
.timeslots-ehotecare-list > ul > li:last-child {
    width: 45px;
}
.timeslots-ehotecare-list > ul > li:first-child > a,
.timeslots-ehotecare-list > ul > li:last-child > a {
    background-color: transparent;
}*/
.timeslots-ehotecare-list > ul > li.active > a,
.dateslots-ehotecare-list > ul > li.active > a {
    background: #1D5558;
    color: #fff;
}
.timeslots-ehotecare-list > ul > li.active > a > p,
.dateslots-ehotecare-list > ul > li.active > a > p {
    color: #fff;
}
.dateslots-ehotecare-list > ul > li > a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    margin-bottom: 5px;
    width: 100%;
}
.timeslots-ehotecare-list > ul > li > a {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #101828;
    margin-bottom: 5px;
    /*width: 100px;*/
    width: 100%;
}
.text-congrajulations-ehnotecare {
    
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #2D2D47;
    text-align: center;
}
.dateandtime-text-congrats {
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.text-appointemnt-success-con {
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #2D2D47;
    margin-top: 20px;
}
.profile-qrscreen-ehnotecare {
    background-color: #fff;
    border: 1px solid #E4E7EC;
    width: 114px;
    height: 114px;
    display: block;
    padding: 0;
    border-radius: 100px;
    overflow: hidden;
}
.profile-qrscreen-ehnotecare > img {
    display: block;
    margin: auto auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.profile-qrscreen-ehnotecare > img.custom-deficon {
    display: block;
    margin: auto auto;
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    object-position: center center;
    position: relative;
    top: 40px;
}
select.care-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../img/book-appt/down-arrow-select-icon.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
    padding-right: 30px !important;
}
/*.icons-calendar {
    background-image: url(../img/book-appt/icons-calendar.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    cursor: pointer !important;
    padding-right: 35px !important;
}*/
.gender-btn {
    background: #fff;
    font-style: normal;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
    color: #101828;
    font-size: 16px;
    line-height: 20px;
}
.active.gender-btn {
    background: #1D5558;
    color: #fff;
}
.insurance-upload-select {
    border: 1px solid #E4E7EC;
    border-radius: 16px;
    padding: 15px 30px;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.insurance-upload-select > span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #98A2B3;
}
.insurance-upload-select > img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    width:100%;
}
.img-fixed-height > img {
    height: 100px;
    object-fit: contain;
}
.img-fixed-height > a {
    position: absolute;
    right: 10px;
    top: 10px;
    margin-right: 15px;
}
.insurance-upload-select > input {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto auto;
    opacity: 0;
    cursor: pointer;
}
.button-preview-file > input {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
/*----------------------------------------------------------------//Book Appointment\\-----------------------------------------------------------------*/
.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #B9B8C3;
  transition: all 0.2s ease;
}
.cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 6px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #1d5558;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 8px;
}
/*.cbx span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #B9B8C3;
  transform-origin: 0 0;
  transform: scaleX(0);
}*/
.cbx:hover span:first-child {
  border-color: #3c53c7;
}

.inp-cbx:checked + .cbx span:first-child {
  border-color: #1d5558;
  background: #1d5558;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.inp-cbx:checked + .cbx span:last-child {
  color: #B9B8C3;
  transition: all 0.3s ease;
}
.inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}

/*---------------------------------------------------*/
.review-rating-table {
    margin: 0;
}
.review-rating-table > tbody > tr > td {
    padding: 25px 15px;
}
    .review-rating-table > tbody > tr > td > h3 {
        font-family: "Inter", sans-serif;
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 15px;
        word-break: break-word;
    }
.review-rating-table > tbody > tr > td > ul {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.review-rating-table > tbody > tr > td > ul > li {
    margin-right: 5px;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 0 !important;
}
.review-rating-table > tbody > tr > td > input {
    border-radius: 5px;
    border: solid 0.5px #d2d2d2;
    background-color: #f9f9f9;
}
.review-rating-table > h1 {
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 15px 0; 
}
.review-rating-table > p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 7px 0;
}
.care-control > input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}
input[type=number] {
    -moz-appearance: textfield;
}
.p-l-5 {
    padding-left:5px !important;
}
.p-r-5 {
    padding-right:5px !important;
}
.wi-100 {
    width:100px !important;
}
.w-65 {
    width:65px !important;
}
.w-85 {
    width: 85px !important;
}
.w-120 {
    width: 120px !important;
}
.w-130 {
    width: 130px !important;
}
.w-110 {
    width: 110px !important;
}
.w-150 {
    width:150px !important;
}
.text-center {
    text-align:center !important;
} 
.m-t-20 {
    margin-top:20px !important;
}
.feedback-h2 {
    font-size:27px !important;
    font-weight:700;
}
.m-t-10 {
    margin-top:10px !important;
}
.m-l-10 {
    margin-left: 10px !important;
}
.nodata-text {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.text-back {
    
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #101828;
}
.profile-h3 {
    font-size: 20px !important;
}
.text-mobilenumber {
    font-weight:700;
    text-align:left;
}
.customul-dropdwn > ul.dropdown-menu {
    height: auto;
    max-height: 200px;
    overflow-y: scroll;   
}
.btn-position {
    float: right;
    bottom: 125px;
    right: 100px;
    position:relative;
}
.ml-7 {
    margin-left:7rem;
}
.care-nav-tabs {
    /*justify-content: space-around;
    border-bottom: none;*/
    overflow-x: scroll;
    flex-flow: nowrap;
}
.care-nav-tabs::-webkit-scrollbar {
    background-color: transparent;
    height: 0;
}
.care-nav-tabs > li > a {
    
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #1D5558 !important;
    border: none !important;
    padding: 10px 13px !important;
    white-space: nowrap;
    display: block;
    /*   padding: 10px 5px !important;*/
}
.care-nav-tabs > li > a.active {
    border-bottom: 5px solid #1D5558 !important;
}
.insurence-dropdown ul {
    width:100% !important;
    padding:10px !important;
}
.width-25 {
    width:25% !important;
}
.h-45 {
    height: 45px !important;
}
.w-60 {
    width: 60px !important;
}
.width-40 {
    width: 40% !important;
}

/*Switch*/
/* The switch - the box around the slider */
.switch-eh {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.switch-eh > label {
    width: 52px;
    height: 24px;
    position: relative;
}

/* Hide default HTML checkbox */
.switch-eh > label > input {
    display: none;
}

/* The slider */
.slider-switch {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-switch:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider-switch {
    background-color: #444;
}

input.primary:checked + .slider-switch {
    background-color: #2196F3;
}

input.success:checked + .slider-switch {
    background-color: #8bc34a;
}

input.info:checked + .slider-switch {
    background-color: #3de0f5;
}

input.warning:checked + .slider-switch {
    background-color: #FFC107;
}

input.danger:checked + .slider-switch {
    background-color: #f44336;
}

input:focus + .slider-switch {
    box-shadow: 0 0 1px #2196F3;
}
.slider-switch-text {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    margin-left: 10px;
    cursor: pointer;
}
input:checked + .slider-switch:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider-switch.round-switch {
    border-radius: 34px;
}
.slider-switch.round-switch:before {
    border-radius: 50%;
}
/*---------------Mobile Responsive-------------------*/
.t16-f500-c313131 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.mobile-header {
    background-image: linear-gradient(to bottom, #1d5558 0%, #267a7e 100%);
    padding: 12px 15px;
    width: 100%;
    display: flex;
    align-items: center;
}
.back-icon {
    width: 20px;
    height: 18px;
    display: inline-block;
    background-image: url(../img/plugin/back-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.mobile-header > span {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.doctors-list-mobile {
    /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);*/
    background-color: #f2f2f2;
    padding: 10px;
}
.search-plugin {
    width: 100%;
}
.search-plugin > input {
    border-radius: 10px;
    border: solid 0.5px #767676;
    background-color: #fff;
    padding: 8px;
    box-sizing: inherit;
    -webkit-appearance: inherit;
    -webkit-box-sizing: inherit;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
}
.doctors-list-details {
    display: flex;
    align-items: center;
    justify-content: start;
}
.doctors-list-details > img {
    width: 46px;
    height: 46px;
    margin-right: 15px;
    border-radius: 100px;
}
.doctors-list-details > div > label {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.doctors-list-details > div > p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #776677;
}
.doctors-list-items {
    margin: 0;
    overflow-y: scroll;
    margin: 14px 0 0 0;
    overflow-x: hidden;
}
.doctors-list-items > li {
    list-style-type: none;
    padding: 8px 30px 8px 5px;
    border-bottom: 0.3px solid #c3c3c3;
    position: relative;
}
.doctors-list-items > li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    margin: auto;
    background-image: url(../img/book-appt/right-arrow-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.doctors-list-items > li:last-child {
    border-bottom: none;
}
.bg-eee {
    background-color: #eee;
}
.date-view-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}
.date-view-preview > a > i {
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/book-appt/calendar-dashboard-icon.svg'), #329297;
    background-size: 56%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.date-view-preview > span {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #424242;
}
.date-view-preview > span > b {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}
.calendar-list-slide > ol {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: absolute;
    left: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 0;
}
.calendar-list-slide > ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    grid-gap: 15px;
    padding: 8px;
    width: 80%;
    margin: auto;
    z-index: 1;
    position: relative;
}
.calendar-list-slide > ul  > li > a {
    border-radius: 10px;
    background-color: #fff;    
    padding: 10px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: block;
}
.calendar-list-slide > ul  > li.active > a {
    background-color: #1D5558;
    color: #fff;
}
.calendar-list-slide > ul  > li.active > a > label,
.calendar-list-slide > ul  > li.active > a > p {
    color: #fff
}
.calendar-list-slide > ul  > li > a > label {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #424242;
    text-transform: uppercase;
    border-bottom: 1px solid #909090;
    padding-bottom: 3px;
}
.calendar-list-slide > ul  > li > a > p {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2b6062;
    padding-top: 3px;
}
.select-slots-time {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 7px;
    justify-content: flex-start;
    overflow-y: scroll;
}
.select-slots-time > li {
    list-style: none;
    width: calc(100% * (1/3) - 5px - 0px);
}
.select-slots-time > li > a {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #424242;
    display: block;
    padding: 6px;
}
.select-slots-time > li.active > a {
    border-radius: 10px;
    background-color: #1d5558;
    color: #fff;
}
.appointment-booked-details {
    border-radius: 19px;
    background-color: #cbf0f2;
    padding: 10px;
}
.appointment-booked-details > ul {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background-color: #4ab9bf;
    padding: 14px;
}
.appointment-booked-details > ul > li {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.consent-form-tabs {
    flex-flow: wrap;
}
.consent-form-tabs > li {
    flex: 1;
}
.consent-form-tabs > li > a {
    color: #101828;
    font-weight: 600;
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    display: block;
    padding: 10px 15px;
}
/*---------------------Text---------------------------*/
.text-name {
    font-weight: 700;
    font-size: 18px;
    color: #313131;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}
.ts-lg {
    font-weight: 500;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    position: relative;
}
.ts-lg:before {
    content: "";
    width: 4px;
    height: 8px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto 0;
    border-radius: 100px;
}
.text-completed {
    color: #225F40;
}
.text-booked {
    color: #799C0C;
}
.text-cancelled {
    color: #E51E31;
}
.text-ongoing {
    color: #0098D7;
}
.text-saved {
    color: #98143B;
}
.text-private {
    color: #F26223;
}
.text-insurance {
    color: #006290;
}
/*-*/
.text-completed:before {
    background: #225F40;
}
.text-booked:before {
    background: #799C0C;
}
.text-cancelled:before {
    background: #E51E31;
}
.text-ongoing:before {
    background: #0098D7;
}
.text-saved:before {
    background: #98143B;
}
.text-private:before {
    background: #F26223;
}
.text-insurance:before {
    background: #006290;
}
/*---------*/
.table-consents {
    margin-bottom: 0;
}
.table-consents > tbody > tr > th,
.table-consents > tbody > tr > td {
    padding: 10px 5px;
}
.table-consents > tbody > tr > th {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    background-color: transparent;
}
.table-consents > tbody > tr > td {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4a4a4a;
} 

/*Login*/
.login-container {
    background-color: #1D5558;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container-details > img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 12px;
    object-fit: contain;
    object-position: center center;
    background-size: contain;
    background-position: center center;
    padding: 8px;
}
.login-container:before {
    width: 400px;
    height: 400px;
    content: "";
    background-image: url(../img/top-abstract.png);
    display: block;
    position: absolute;
    top: 0;
    animation: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.login-container:after {
    content: "";
    background-image: url(../img/bottom-abstract.png);
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    left: 0;
    animation: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.login-container-details > p {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.login-container-details > span {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: block;
}
.select-patient-portal {
    display: block;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.profile-details-image {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 5px;
}
.select-patient-portal > li {
    display: block;
    border: 1px solid #068cb030;
    border-radius: 8px;
    padding: 6px;
    list-style: none;
    margin-bottom: 4px;
}
.select-patient-portal > li:hover {
    background-color: #068cb00a;
    cursor: pointer;
}
.profile-details-image > img {
    width: 40px;
    height: 40px;
}
.profile-details-text > h3 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558;
    margin: 0;
    text-transform: capitalize;
}
.profile-details-text > span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.text-add-patient {
    display: block;
    font-size: 10px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #41A5EE;
}
.addpatient-ehnotecare > h1 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #101828;
}
.addpatient-ehnotecare > h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #344054;
}
.datepickeropen {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fff;
}
.datepickeropenspanclose {
    background: rgba(0, 0, 0, .1);
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
/*---*/
.schedule-appt-head {
    border-radius: 8px;
    background-color: #ececec;
    padding: 8px 10px;
    margin: 5px 0;
}
.schedule-appt-head > h2 {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #595858;
}
.appointment-scheduled-status {
    border-radius: 8px;
    border: solid 1px #a7dcf9;
    background-color: #f1faff;
    padding: 8px 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.appointment-details-schedule > img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    margin-right: 15px;
    background-color: #fff;
}
.appointment-details-schedule {
    border-right: 1px solid #909090;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.appointment-details-schedule > div > h3 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
    margin-bottom: 5px;
}
.appointment-details-schedule > div > p {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #787878;
}
.scheduled-list-appt {
    margin: 0;
    display: block;
}
.scheduled-list-appt > li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #484848;
    margin: 5px 0;
}
.scheduled-list-appt > li > img {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 6px;
}
.scheduled-fees {
    border-radius: 8px;
    background-color: #dce4ff;
    padding: 6px;
}
.scheduled-fees > span {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.67;
    letter-spacing: -0.08px;
    text-align: center;
    color: #5f72b2;
    display: block;
}
.scheduled-fees > label {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.08px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #5f72b2;
    padding: 10px 15px;
}
.appointmenet-table {
    margin: 0;
    border-spacing: 0 16px;
    border-collapse: separate;
}
.appointmenet-table > thead > tr > th {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.08px;
    text-align: left;
    color: #595858;
    border: none !important;
    padding: 0.25rem;
}
.appointmenet-table > tbody > tr > td > span {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.appointmenet-table > tbody > tr > td {
    padding: 0.25rem;
    vertical-align: middle;
    border-bottom: 1px solid #dee2e6;
}
.appointmenet-table > tbody > tr > td:first-child {
    border-left: 1px solid #dee2e6;
    border-radius: 5px 0 0 5px;
}
.appointmenet-table > tbody > tr > td:last-child{
    border-right: 1px solid #dee2e6;
    border-radius: 0 5px 5px 0;
}
.view-casehistosry {
    border-radius: 6px;
    background-color: #007bff;
    border: none;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.08px;
    text-align: center;
    color: #fff;
    padding: 6px 18px;
}
/*Case History*/
/*.referal-container-main {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -12px rgba(0,0,0,0.75);
    border-radius: 18px;
    padding: 18px 14px;
    margin: 8px;
}*/
.referal-container {
    display: block;
    /* padding: 2px; */
    padding: 0px;
    border: 1.5px solid #d8d8e0;
    margin-bottom: 5px;
}
.referal-head-lb {
    position: relative;
    border-bottom: 1.5px solid #ededed;
}
.referal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    /* background-color: #e9f1f1; */
    background-color: #e9f1f1 !important;
    border-radius: 0px;
}
.referal-head > a {
    font-size: 16px !important;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    display: block;
    padding-left: 8px !important;
    text-decoration: none !important;
    color: #1d5558 !important;
}
.referal-head > a > img {
    display: none;
}
.referal-body {
    background-color: #fff;
    padding: 6px 8px;
    border-radius: 7px;
}
.tablebg-body-body > tbody:nth-child(odd) > tr > td {
    background-color: #f9f9f9 !important;
}
.referral-table {
    width: 100%;
    background-color: #fff !important;
    border: 1px solid #d2d2d2;
}
.referral-table > thead > tr > th {
    padding: 5px 6px;
    font-size: 12px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}
.referral-table > tbody > tr > td, .referral-table > tbody > tr > th {
    padding: 5px 6px;
    vertical-align: top;
}
.referral-table.border-0 > tbody > tr > td,
.referral-table.border-0 > thead > tr > th {
    border: none;
}
.referral-table > tbody > tr:nth-child(even) > td {
    background-color: #fff;
}
.referral-summary-list {
    display: flex;
    align-items: flex-start;
    grid-gap: 4px 14px;
    margin: 0;
    flex-flow: wrap;
}
.referral-summary-list > li {
    display: flex;
    grid-gap: 4px 6px;
    align-items: center;
    position: relative;
    flex-flow: wrap;
}
.referral-table > tbody > tr > td > label, .referral-table > tbody > tr > td > ul > li > label, .referral-summary-list > li > label, .referral-table > tbody > tr > td > article > label, .referral-table > tbody > tr > td > p > b {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
}
.referral-table > tbody > tr > td > ul > li > b, .referral-summary-list > li > b, .referral-table > tbody > tr > td > p > span {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
}
.referral-table > tbody > tr > td > p, .referral-table > tbody > tr > td > span, .referral-table > tbody > tr > td > ul > li > span, .referral-table > tbody > tr > td > ul > li > p, .referral-summary-list > li > span, .referral-summary-list > li > p, .referral-table > tbody > tr > td > article > span, .referral-table > tbody > tr > td > article > p {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
}
.forgot-password > a {
    color: #07a0d4 !important;
    cursor: pointer;  
    font-weight:500;
}
.forgot-password > a:hover {
text-decoration:underline !important;
}
.fw-600 {
    font-weight: 600;
}
.casehistory-buttons > li {
    list-style: none;
    margin-left:1px;
}
.casehistory-buttons > li > a{
    width: 35px;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.referral-table > tbody > tr > th,
.referral-table > thead > tr > th {
    /*background-color: #fff;*/
    background-color: #f2f2f2;
}
.width-20 {
    width: 20px !important;
}
.list-none {
    list-style:none !important;
}
.valign-middle {
    vertical-align: middle;
}
.eh-od {
    color: #90D1EF !important;
    font-weight: 600;
}
.eh-os {
    color: #72B4A6 !important;
    font-weight: 600;
}
.eh-ou {
    color: #FFD574 !important;
    font-weight: 600;
}
.fs-10 {
    font-size:10px !important;
}
.referral-table-ros > tbody > tr {
    border-bottom: 2px solid #F2F2F2 !important;
}

.referral-table-ros > tbody > tr:last-child {
border-bottom: none !important;
}

.referral-table-ros > tbody > tr > td:first-child::after {
content: "";
position: absolute;
right: 0;
top: 0;
bottom: 0;
background-color: #F2F2F2;
width: 2px;
margin: 4px 0;
}

.referral-table-ros > tbody > tr > td {
position: relative;
}
.ocular-body > tbody {
    border-bottom: 1px solid #d2d2d2;
}
.ocular-body > tbody >:last-child {
    border-bottom: none !important;
}
.referral-table > tbody > tr > td > p, 
.referral-table > tbody > tr > td > span,
.referral-table > tbody > tr > td > ul > li > span,
.referral-table > tbody > tr > td > ul > li > p,
.referral-summary-list > li > span,
.referral-summary-list > li > p,
.referral-table > tbody > tr > td > article > span,
.referral-table > tbody > tr > td > article > p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
}
.gaze-evalution, .us-table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
}
.gaze-evalution > tbody > tr > td > input {
    border-radius: 5px;
    border: solid 0.5px #d2d2d2;
    background-color: #e6e6e6;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    padding: 5px;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: right;
    color: #000;
    width: 100%;
    /* text-indent: 20px; */
}
.gaze-evalution > tbody > tr > td > div, .um-right-pos {
/*    position: absolute;*/
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-left: 8px;
    display: block;
    height: 22px;
}
.referral-table-examnation > tbody > tr > td::after,
.referral-table-VA > tbody > tr > td::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #F2F2F2;
    width: 2px;
    margin: 4px 0;
}

.referral-table-examnation > tbody > tr > td:last-child::after,
.referral-table-VA > tbody > tr > td:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 2px;
    margin: 4px 0;
}

.referral-table-examnation > tbody > tr > td,
.referral-table-VA > tbody > tr > td {
    position: relative;
}

.referral-table-examnation > tbody > tr {
    border-bottom: 2px solid #F2F2F2 !important;
}

.referral-table-ros > tbody > tr > td > label {
    font-weight: 800;
}
/*.referral-table-examnation > tbody > tr:last-child {
border-bottom: none !important;
}*/
.referral-table > thead > tr > th > label {
    font-weight: 800;
}
.valign-middle {
    vertical-align:middle !important;
}
.referral-table.border-0 > thead > tr > th {
    border: none;
    background: #f2f2f2;
    padding:5px;
}
.iop-positions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 5px;
}
.filter-control {
    display: block;
    margin-bottom: 6px;
}
.filter-control > label {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #667085;
    margin-bottom: 5px;
}
.filter-control > input,
.filter-control-input {
    display: block;
    width: 100%;
    height: calc(1em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
}
.custom-control-label {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
/*------------------------------------------------------------------- Default CSS starts Here*/

/*Sections*/
.section__style--1 {
    border-radius: 5px;
    border: 2px solid #DDD;
    background: #FFF;
    margin-bottom: 6px;
    margin-bottom: 5px;
}
.section__style--1 > .section__header-- {
    border-bottom: 0.6px solid #B3B3B3;
    background: #EBEEF3;
    display: flex;
    align-items: center;
    padding: 4px 6px;
    justify-content: space-between;
    border-radius: 5px 5px 0 0;
}
.section__header-- > h1 {
    color: #4A4A4A;
    text-align: left;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.section__style--1 > .section__body-- {
    padding: 6px 6px;
    background-color: #fff;
    border-radius: 0 0 14px 14px;
}

.section__style--4 {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 5px;
}

.section__style--4 > .section__header-- {
    border-radius: 8px 8px 0px 0px;
    /*border-bottom: 1px solid #EDEDED;*/
    background: #F0F0F0;
    border-top: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
}

    .section__style--4 > .section__header-- h1 {
        color: #1D1D1D;
        font-size: var(--font-size-lg);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        padding: 5px 0;
    }

    .section__style--4 > .section__header-- h2 {
        color: #1D5558;
        font-size: var(--font-size-lg);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin: 0;
        padding: 7px 0;
    }

    .section__style--4 > .section__header-- h1 span {
        color: #1D1D1D;
        font-size: var(--font-size-md);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.section__style--4 > .section__body-- {
    border-radius: 0px 0px 8px 8px;
    background: #FFF;
    border: 1px solid #EDEDED;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
}

/*Tabs*/
.tab__style--1 {
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    padding: 0;
}
.tab__style--1 > li {
    list-style: none;
}
.tab__style--1 > li.active > a {
    background: #1D555826;
    color: #1D5558;
    border-radius: 30px;
    border: 0.8px solid #1D5558;
}
.tab__style--1 > li > a {
    display: block;
    color: #4A4A4A;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 30px;
    padding: 6px 14px;
    border: 1px solid #E9E9E9;
    cursor: pointer;
}
/*Accordion*/
.accordion__style--1 {
    display: flex;
    flex-direction:column;
    row-gap: 10px;
}
.accordion__style--1 > .card > .card-header {
    background: #F7F7F9;
    border: none;
    padding: 4px 8px;
}
.accordion__style--1 > .card > div > .card-body {
    padding: 0.35rem;
}
.accordion__style--1 > .card > .card-header > button {    
    color: #000;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 4px;
}
.accordion__style--1 > .card > .card-header > button:hover {
    text-decoration: underline;
}
/*Table*/
.table__style--5 {
    width: 100%;
    /*table-layout: fixed;*/
    border-radius: 4px;
    border: 1px solid #E6E6E6;
}
.table__style--5 > thead > tr > th > label {    
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #1D1D1D;
    display: block;    
}
.table__style--5 > tbody > tr > td {
    padding: 12px 8px;
    background: #fff;
    border: none;
    box-shadow: 0px -1px 0px 0px #2D2E4F1A inset;
}
.table__style--5 > thead > tr > th {
    padding: 6px 6px;
    background: #F9F9F9;
}

.table__style--5 > tbody > tr > td > label {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #5C6672;
}
       
.table__style--5 > tbody > tr > td > div {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.table__style--5 > tbody > tr > td > div > img {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    object-fit: cover;
}

.table__style--5 > tbody > tr > td > p {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
    color: #1D1D1D;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table__style--5 > tbody > tr > td > span,
.table__style--5 > tbody > tr > td > div > span {
     font-size: 13px;
    line-height: 20px;
    text-align: left;
    color: #656565;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}
    /*.table__style--5 > tbody > tr > td > div > span > span {
        display: inline-flex;
        align-items: center;
        grid-gap: 3px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Plus Jakarta Sans;
        font-size: var(--font-size-xs);
        font-weight: 500;
        line-height: 12.6px;
        text-align: left;
        padding: 2px 4px;
        border-radius: 4px;
        color: #1D5558;
        background: #1D55581A;
        cursor:pointer;
    }*/

/*.table__style--5 > tbody > tr > td > span {
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    font-size: var(--font-size-xs);
    font-weight: 500;
    line-height: 12.6px;
    text-align: center;
}*/

.table__style--5 > tbody > tr.active > td,
.table__style--5 > tbody > tr:hover > td {
    background: #1D55580D;
}


.table__style--5 > tbody > tr > td > ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.table__style--5 > tbody > tr > td > ul > li {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.table__style--5 > tbody > tr > td > div p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #1D1D1D;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table__style--5 > tbody > tr > td > ul > li > span{   
    width: 7px;
    height: 7px;
    border-radius: 6px;
    line-height:normal;
}

.table__style--5 > tbody.active > tr:first-child > td{
    box-shadow:none;
}

.table__style--5 > tbody.active > tr > td {
    background: #1D55580D;
} 

.table__style--5 > tfoot > tr > td {
    background: rgba(29, 85, 88, 0.10);
    color: #1D1D1D;
    font-size: var(--font-size-lg);
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 5px
}
.table__style--10 {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 1px;
    table-layout: fixed;
}
.table__style--10 > tbody > tr > td:first-child {
    border-right: 1px solid #d2d2d2;
    width: 120px;
}
.table__style--10 > tbody > tr > td {
    padding: 6px;
    border-bottom: 1px solid #d2d2d2;
    color: #6a6969;
    text-align: left;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px;
}
.table__style--10 > tbody > tr:last-child > td {
    border-bottom: none;
}
.table__style--10 > tbody > tr > td > label {
    color: #595959;
    text-align: left;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-break: break-word;
}
.table__style--10 > tbody > tr > td > p {
    font-size: 13px;
    font-weight: 400;
    word-wrap: break-word
}
.table__style--2 {
    width: 100%;
    margin-bottom: 0;
}
 
.table__style--19 {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border:none;
}

.table__style--19 > thead > tr > th {
    background-color: #f2f2f2;
    padding: 6px 6px;
        
}
.table__style--19 > thead > tr > th > label {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    word-wrap: break-word;
    color:#1d1d1d;
}
.table__style--19 > tbody > tr > td > div > p {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    word-wrap: break-word;
    color: #1D1D1D;
}
.table__style--19 > tbody > tr > td{
    padding: 10px;
    vertical-align:top;
}
    .table__style--19 > tbody > tr > td:first-child{        
        vertical-align:middle;
    }
    .table__style--19 > tbody > tr > td:first-child > label {
        font-size: var(--font-size-lg);
        font-weight: 500;
        color: #1d1d1d;
    }
        .table__style--19 > tbody > tr > td > span {
            font-size: var(--font-size-lg);
            font-weight: 400;
            color: #656565;
        }
.table__style--2 > thead > tr > th,
.table__style--2 > tbody > tr > th {
    color: #595959;
    text-align: left;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-break: break-word;
    padding: 4px;
}
.table__style--2 > tbody > tr > td {
    color: #6a6969;
    text-align: left;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px;
}

.table__style--20 {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border: none;
}

    .table__style--20 > thead > tr > th {
        padding: 9px 8px;
        border-bottom: 1px solid #DDD;
    }

        .table__style--20 > thead > tr > th > label {
            font-size: 13px;
            font-weight: 500;
            line-height: 18px;
            word-wrap: break-word;
            color: #1d1d1d;
        }

    .table__style--20 > tbody > tr > td > div > p {
        font-size: 13px;
        font-weight: 500;
        line-height: 22px;
        word-wrap: break-word;
        color: #1D1D1D;
    }

    .table__style--20 > tbody > tr > td {
        padding: 8px 6px;
        vertical-align: top;
    }

.asc-summary-pre-table {
    width: 100%;
}
.asc-summary-pre-table > tbody > tr > td > span {
    color: #202020;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px;
}
.asc-summary-pre-table > tbody > tr > td > label {
    color: #000;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 6px;
}
/*List*/
.list__style--1 {
    display: flex;
    flex-direction: column;
    grid-gap: 4px 0;
    margin-left: 30px;
    margin-bottom: 14px;
} 
.list__style--1 > li > label,
.list__style--2 > li > label,
.list__style--3 > li > label {
    color: #4a4a4a;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    vertical-align: initial !important;
}
.list__style--3 > li > h4 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}
.list__style--1 > li > span,
.list__style--1 > li > label > span,
.list__style--2 > li > span,
.list__style--2 > li > label > span,
.list__style--3 > li > span {
    color: #6a6969;
    text-align: left;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.list__style--1 > li {
    display: inline-flex;
    align-items: center;
    grid-column-gap: 9px;
    position: relative;
}
.list__style--1 > li:before {
    position: absolute;
    left: -15px;
    content: "*";
    top: 0;
    bottom: 0;
    font-weight: 600;
    margin: auto 0;
    color: #6a6969
}
.list__style--2 {
    display: flex;
    grid-gap: 0 14px;
    margin-left: 30px;
    flex-flow: wrap;
}
.list__style--2 > li,
.list__style--3 > li {
    list-style: none;
    display: flex;
    align-items: center;
}
.list__style--3 {
    display: flex;
    align-items: center;
    grid-gap: 8px 15px;
    flex-flow: wrap;
}
.list__style--4 {
    display: flex;
    flex-direction: column;
    grid-row-gap: 10px;
    list-style: none;
    
}
.list__style--4 > li {
    border-radius: 12px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 16px 8px;
    grid-column-gap: 6px;
    border: 1px solid #E4E4E4;
    cursor: pointer;
}
.list__style--4 > li.active {
    border: 2px solid #006080;
    cursor: unset;
}
/*Sekhar*/
.border-none {
    border: none !important;
}

.text-od {
    color: #5CB7E1 !important;
    font-weight: 600;
}

.text-os {
    color: #61A899 !important;
    font-weight: 600;
}

.text-ou {
    /* color: #E14A53 !important;*/
    color: #FDB62C !important;
    font-weight: 600 !important;
}
.bg-e2dfff {
    background-color: #e2dfff !important;
}

.bg-F0CCB4 {
    background-color: #F0CCB4 !important;
}

.bg-BFEEEB {
    background-color: #BFEEEB !important;
}

.bg-AFD3E8 {
    background-color: #AFD3E8 !important;
}

.bg-FDEFC1 {
    background-color: #FDEFC1 !important;
}

.bg-BBFFDA {
    background-color: #BBFFDA !important;
}

.bg-FFD3D3 {
    background-color: #FFD3D3 !important;
}

.bg-E0F4F0 {
    background-color: #E0F4F0 !important
}

.text-FFC700 {
    color: #FFC700 !important;
}

.bg-EBEBEB {
    background-color: #EBEBEB !important;
}

.bg-CCEBF6 {
    background-color: #CCEBF6 !important;
}

.bg-E3F1EE-appt {
    background-color: #E3F1EE !important;
}

.bg-F0F8FB {
    background-color: #F0F8FB !important;
}

.bg-F2C7C9 {
    background-color: #F2C7C9 !important;
}

.bg-ffa132 {
    background-color: #ffa132 !important;
}

.bg-72b4a6 {
    background-color: #72b4a6 !important;
}

.bg-E9F3F3 {
    background-color: #E9F3F3;
}

.bg-DEEFF0 {
    background-color: #DEEFF0;
}

.bg-EBEEF3 {
    background-color: #EBEEF3 !important;
}
.eh-panel {
    border-radius: 4px;
    border: solid 0.5px #d2d2d2;
    background-color: #fff;
    /*padding: 6px 12px 12px 12px;*/
    margin-bottom: 8px;
    overflow:hidden;
}
.eh-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    background-color: #f5faf9;
    border-radius: 5px 5px 0 0;
    padding: 4px;
    width: 100%;
}
    .eh-header > h1 {
        font-size: var(--font-size-2l);
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: left;
        color: #373737;
        margin: 0;
        position: relative;
        padding-left: 3px;
    }
.eh-header > ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 0 8px;
}
.eh-body {
    padding: 6px;
}
.text-values {
    /*color: rgb(197,17,98) !important;*/
    color: #E14A53 !important;
}
/*.bg-f2f2f2 {
    background-color: #f2f2f2 !important;
}*/
.asc-summary-body {
    padding: 2px 6px;
}
.asc-main-panel {
    border-radius: 5px;
    border: 2px solid #DDD;
    background: #FFF;
    /* overflow: hidden; */
    margin-bottom: 6px;
    margin-bottom: 5px;
}
.asc-main-header {
    display: block;
    position: relative;
}
.asc-main-header > h1 {
    color: #1D5558;
    font-size: var(--font-size-3l);
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding: 3px 6px;
    margin-top: 10px;
}
.asc-main-header:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 7px;
    width: 100px;
    height: 3px;
    border-radius: 100px;
    background-color: #607D8B;
}
.flex-flow-ulli-mb0 {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    list-style:none;
}
.adjustable-position {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    height: 100%;
    overflow-x: hidden;
}
.slim-scroll::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    border-radius: 2px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #929292;
    }
.asc-main-panel {
    border-radius: 5px;
    border: 1px solid #DDD;
    background: #FFF;
    margin-bottom: 6px;
    margin-bottom: 5px;
}

.asc-header-panel {
    border-bottom: 0.6px solid #B3B3B3;
    background: #EBEEF3;
    display: flex;
    align-items: center;
    padding: 4px 6px;
    justify-content: space-between;
    border-radius: 5px 5px 0 0;
}
    .asc-header-panel > h1,
    .asc-header-accordion > .panel-group > .panel > .panel-heading > h4 > .accordion-toggle > span > h1 {
        color: #4A4A4A;
        text-align: left;
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin: 0;
    }

    .asc-header-panel > ul,
    .asc-header-accordion > .panel-group > .panel > .panel-heading > h4 > .accordion-toggle > span > ul {
        display: flex;
        align-items: center;
        margin: 0;
    }

        .asc-header-panel > ul > li,
        .asc-header-accordion > .panel-group > .panel > .panel-heading > h4 > .accordion-toggle > span > ul > li {
            list-style: none;
        }

            .asc-header-panel > ul > li > a {
                color: #3EA6CD;
                font-size: var(--font-size-md);
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                text-decoration-line: underline;
            }

.asc-body-panel {
    padding: 6px 6px;
    background-color: #fff;
    border-radius: 0 0 14px 14px;
}

.asc-footer-panel {
    border-top: 0.5px solid #D7D7D7;
    background: #FFF;
    box-shadow: 0px 0 6.3px 2px rgba(54, 54, 54, 0.10);
    padding: 6px;
}
.asc-adding-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 1px;
    table-layout: fixed;
}

    .asc-adding-table > tbody > tr > td > label {
        color: #595959;
        text-align: left;
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        word-break: break-word;
    }

    .asc-adding-table > tbody > tr > td {
        padding: 6px 8px;
        border-bottom: 1px solid #d2d2d2;
    }

        .asc-adding-table > tbody > tr > td:first-child {
            border-right: 1px solid #d2d2d2;
        }

        .asc-adding-table > tbody > tr > td:last-child,
        .asc-adding-table > tbody > tr > td:last-child.ng-hide {
            border-right: none !important;
        }

    .asc-adding-table > tbody > tr:last-child > td {
        border-bottom: none;
    }
.Risk-fire-asc {
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 100px;
    border: 1px solid #DDD;
    margin-top: 6px;
}

    .Risk-fire-asc > span {
        color: #FF9D0A;
    }
.p-l-3 {
    padding-left: 3px;
}
.p-r-3 {
    padding-right: 3px;
}
.text-267377 {
    color: #0C8986 !important;
}
.text-068cb0 {
    color: #068cb0 !important;
}
.fs-7 {
    font-size: 7px !important;
}
.fs-11 {
    font-size: 11px !important;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-14 {
    font-size: var(--font-size-xl) !important;
}
.asc-main-accordion > .panel-group {
    margin: 0;
}

    .asc-main-accordion > .panel-group > .panel,
    .asc-header-accordion > .panel-group > .panel {
        border: none;
        overflow: visible;
    }

        .asc-main-accordion > .panel-group > .panel > .panel-heading {
            background: #F7F7F9;
            border: none;
            padding: 4px 8px;
        }

            .asc-main-accordion > .panel-group > .panel > .panel-heading > .panel-title {
                color: #000;
                text-align: left;
                font-size: var(--font-size-lg);
                font-style: normal;
                font-weight: 500;
                line-height: normal;
            }

        .asc-main-accordion > .panel-group > .panel.panel-open > .panel-collapse > .panel-body {
            padding: 4px 0;
        }
.advanced-search-filters {
    padding: 10px;
    background: #F7F7F9;
    border: 1px solid #C0C0C0;
    border-radius: 7px;
    position: relative;
}

    .advanced-search-filters > span {
        position: absolute;
        left: 14px;
        right: 0px;
        top: -15px;
        padding: 3px 6px;
        background: #fff;
        width: 140px;
        height: 20px;
        font-weight: 700;
        color: #1C7794;
        font-size: var(--font-size-xl);
        border-radius: 4px;
        line-height: normal;
    }

    .advanced-search-filters > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .advanced-search-filters > ul > li > input, .advanced-search-filters > ul > li > select {
            width: 100%;
            padding: 4px 6px;
            border-radius: 5px;
            border: 0.5px solid #8E8E8E !important;
            font-size: var(--font-size-md) !important;
            font-weight: 400;
            text-align: left;
            color: #262626 !important;
        }

        .advanced-search-filters > ul > li > button {
            display: flex;
            gap: 5px;
            align-items: center;
            font-size: var(--font-size-lg);
            color: #fff !important;
            font-weight: 500;
            border-radius: 5px;
            background: #2D2D47;
            border: 1px solid #2D2D47;
            padding: 3px 10px;
            cursor: pointer;
        }
        .advanced-search-filters > ul > li > input > ul {
            background-color: #f2f2f2;
        }

.yesno-switch > li:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.yesno-switch > li:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.yesno-switch > li + li {
    border-left: none;
}

.yesno-switch > li:only-child {
    border-radius: 5px;
}
.yesno-switch {
    margin: 0;
    display: flex;
    align-items: center;
}

    .yesno-switch > li.active {
        background-image: linear-gradient(#1d5558 0%, #339499 100%);
        color: #fff;
        border: 1px solid #1d5558;
        cursor: auto;
    }

    .yesno-switch > li {
        font-size: var(--font-size-md);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        list-style: none;
        border: 1px solid #909090;
        padding: 3px 15px;
        cursor: pointer;
    }
.facesheet-patientdetails {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 4px 25px;
    margin: 0;
}

    .facesheet-patientdetails > li {
        list-style: none;
        position: relative;
        display: flex;
        align-items: center;
        grid-gap: 4px 6px;
    }

        .facesheet-patientdetails > li > h4 {
            color: #000;
            font-size: var(--font-size-3l);
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin: 0;
            width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            text-transform: capitalize;
        }

        .facesheet-patientdetails > li > span {
            color: #1D5558;
            font-size: var(--font-size-md);
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

        .facesheet-patientdetails > li > label {
            color: #000;
            font-size: var(--font-size-md);
            font-style: normal;
            font-weight: 600;
            line-height: normal;
        }

/*Asc-summary-table */
.asc-summary-panel {
    background-color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #DCDCDC;
}

.asc-summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    background-color: #EBEEF3;
    border-radius: 5px 5px 0 0;
    padding: 4px;
    width: 100%;
}

    .asc-summary-header h1 {
        color: #4A4A4A;
        text-transform: capitalize;
        font-weight: 600;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: left;
        margin: 0;
        position: relative;
        padding-left: 3px;
    }

.asc-summary-body {
    padding: 2px 6px;
}
.patientpopupMain1 {
    display:flex;
    flex-direction:column;
    background-color: rgba(0,0,0,0.5);
    height:100%;
}
.patientpopupMain1 > .modal-dialog {
    max-width: 92%;
    height:100%;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin: auto !important;
}
    .patientpopupMain1.fade .modal-dialog {
        transform: none !important;
        transition: none !important;
    }
.patientpopupMain1 > .modal-dialog > .modal-content {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0.8rem !important;
}
.alergies-facesheet {
    border: 1px solid #CBCBCB;
    border-radius: 6px;
    /*overflow: hidden;*/
    margin: 4px;
}


.tableno-bordered > thead > tr > th, .tableno-bordered tbody > tr > td {
    border: none;
    vertical-align: middle;
    position: relative;
}

.tableno-padding-zero > tbody > tr > td,
.tableno-padding-zero > tbody > tr > th {
    padding: 0 !important;
}
.asc-surgery-list {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 6px;
}

    .asc-surgery-list > li {
        list-style: none;
        display: flex;
        align-items: center;
        grid-column-gap: 6px;
    }

        .asc-surgery-list > li > b {
            color: #28ACB4;
            font-size: var(--font-size-md);
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

        .asc-surgery-list > li > span {
            color: #000;
            font-size: var(--font-size-md);
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

        .asc-surgery-list > li > label {
            color: #000;
            font-size: var(--font-size-md);
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }

        .asc-surgery-list > li > a,
        .right-asc-patient-details > a {
            border: 1px solid #1d5558;
            padding: 3px;
            background-color: #fff;
            text-align: center;
            border-radius: 8px;
            line-height: 0;
            display: block;
            margin-left: auto;
        }
.overflow__auto--x {
    overflow-x: auto !important;
    -webkit-transform: translateZ(0);
}
.fasesheet-accordion.panel-open > .panel-heading {
    background: #F0FAFA;
    position: relative;
    border-bottom: 1px solid #1d5558;
}

.fasesheet-accordion > .panel-heading {
    border-bottom: 1px solid #DDDDDD;
    background: #F2F2F2;
    position: relative;
}

    .fasesheet-accordion > .panel-heading > h4 {
        font-weight: 700;
    }

.fasesheet-accordion > div > .panel-body {
    background-color: #f2f2f2;
    padding: 4px;
    border-radius: 0px 0px 6px 6px;
}

.facesheet-pov-single {
    display: block;
}

.facesheet-pov {
    display: flex;
    grid-gap: 8px;
    justify-content: flex-start;
    flex-flow: wrap;
}

.facesheet-pov-single > div {
    background-color: #fff;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.facesheet-pov > div {
    background-color: #fff;
    width: calc(100% * (1/2) - 5px - 0px);
    box-sizing: border-box;
    padding: 4px;
    border-radius: 4px;
}

.facesheet-pov-summary {
    display: flex;
    align-items: center;
    grid-gap: 4px;
    justify-content: space-between;
    margin-top: 4px;
}

    .facesheet-pov-summary > h2 {
        margin: 0;
        color: #2B5B6D;
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .facesheet-pov-summary > ul {
        display: flex;
        align-items: center;
        grid-gap: 4px;
        margin: 0;
        background: #F0FAFA;
        padding: 4px;
        border-radius: 4px;
    }

        .facesheet-pov-summary > ul > li {
            list-style: none;
            display: flex;
            align-items: center;
        }

            .facesheet-pov-summary > ul > li > button,
            .facsheet-response-div > button {
                border-radius: 5px;
                background: #d2d2d2;
                padding: 2px 6px;
                color: #FFF;
                font-size: var(--font-size-3l);
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                border: none;
                width: 65px;
                cursor: no-drop;
            }

.pov-yes {
    background-color: #11810E !important;
}

.pov-no {
    background-color: #d90429 !important;
}

.facesheet-pov-summary > ul > li > span,
.facsheet-response-div > span {
    color: #A3A3A3;
    font-size: var(--font-size-xs);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.facesheet-pov-summary > ul > li > label,
.facsheet-response-div > label {
    color: #313131;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.billing-cominsoon {
    text-align: center;
}

    .no-record-wrap img, .billing-cominsoon img, .dash-features img {
        margin-bottom: 15px;
        width: 151px;
    }

.accordian__style--10 {
    border: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    grid-gap: 10px;
}

    .accordian__style--10 > .panel-group {
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        /*overflow: hidden;*/
        border-radius: 8px;
    }

        .accordian__style--10 > .panel-group > .panel {
            border: 1px solid #e4e4e4;
            border-radius: 8px;
            overflow: visible;
            box-shadow: none !important;
        }

        .accordian__style--10 > .panel-group > .panel-default > .panel-heading .panel-title span {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .accordian__style--10 > .panel-group > .panel-default > .panel-heading {
            padding: 8px 12px;
            background: #fcfdfd;
            border-radius: 10px;
        }

            .accordian__style--10 > .panel-group > .panel-default > .panel-heading .panel-title h1 {
                font-size: var(--font-size-lg);
                font-weight: 500;
                line-height: 16.38px;
                text-align: left;
                color: #1D1D1D;
                margin: 0;
            }

        .accordian__style--10 > .panel-group > .panel-default > .panel-collapse > .panel-body {
            padding: 4px 8px 10px 8px;
            border: none !important;
            background: #fcfdfd;
            border-radius: 0px 0px 10px 10px;
        }

.accordian__style--10__border > .panel-group > .panel-default {
    overflow: hidden;
}

    .accordian__style--10__border > .panel-group > .panel-default > .panel-heading {
        border-bottom: 1px solid #E4E4E4;
        border-radius: 0px;
    }

.accordian__style--10__bb > .panel-group > .panel-default > .panel-heading {
    border-bottom: 1px solid #E4E4E4;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.boxs__0000001A--br10 {
    box-shadow: 0px 0px 10px 0px #0000001A;
}
.asc-notes {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #F3F3F3;
    padding: 4px 6px;
    color: #000;
}
/* Media */ /*Patient content Boarding CSS*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* styles here */
}

/* Small devices (landscape phones, 576px to 767.98px) */
@media (min-width: 320px) and (max-width: 767.98px) {

    .canva-responsive-sig {
        width: 215px;
    }

    .login-container {
        /*overflow: hidden*/
    }
    
        
    .section__style--m {
        box-shadow: none;
        border-radius: 10px;
        width: 100%;
        padding: 0px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow: visible;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}

@media (min-width: 768px) {
    .section__style--m {
        background: #FFFFFF;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        width: 100%;
        padding: 15px;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        overflow: visible;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }
}
/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* styles here */
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) {

    
}


.inter-uniquifier {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.onboarding__group {
    position: relative;
    display: block; 
}
.onboarding__group > label {
    color: #1D1D1D;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.onboarding__group > select,
.onboarding__group > .ui-select-input-ehnote > .ui-select-match > .btn {
    background-image: url(../img/icons/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    cursor: pointer !important;
    padding-right: 30px !important;
    background-size: 14px;
}
.onboarding__group > select > option {
    padding: 20px 15px;
}
.onboarding__group > input,
.onboarding__group > select,
.onboarding__group > textarea,
.onboarding__group > div > input,
.onboarding__group > div > div > input,
.onboarding__group > div > select,
.onboarding__group > div > textarea,
.care-control,
.onboarding__group > div > button,
.onboarding__group > button {
    font-family: "Inter", sans-serif;
    background: #FBFBFB;
    border-radius: 8px;
    border: 1px solid #CFD3D4;
    display: flex;
    padding: 14px 12px;
    align-items: center;
    color: #3C3C3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    line-height: normal;
    height: auto;
    outline: none;
    -webkit-appearance: none; /* Safari / iOS */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* Standard */
}

    .onboarding__group > .ui-select-input-ehnote > .ui-select-match > .btn {
        padding: 14px 12px !important;
        height: 48px !important;
        border: 1px solid #CFD3D4;
        border-radius: 8px;
    }
    .onboarding__group > .ui-select-input-ehnote > .ui-select-match > .btn > .ui-select-match-text {
        display: flex;
        align-items: center;
        color: #1D1D1D;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .onboarding__group > .ui-select-input-ehnote > .ui-select-match > .btn {
        display: flex;
        align-items: center;
        justify-content: start;
    }
    .onboarding__group > .ui-select-input-ehnote > .ui-select-match > .btn > .ui-select-placeholder {
        color: #3C3C3C;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .onboarding__group > input:focus,
    .onboarding__group > select:focus,
    .onboarding__group > multiselect:focus,
    .onboarding__group > textarea:focus,
    .onboarding__group > div > input:focus,
    .onboarding__group > div > select:focus,
    .onboarding__group > div > textarea:focus,
    .onboarding__group > input:focus-visible,
    .onboarding__group > select:focus-visible,
    .onboarding__group > textarea:focus-visible,
    .onboarding__group > div > input:focus-visible,
    .onboarding__group > div > select:focus-visible,
    .onboarding__group > div > textarea:focus-visible,
    .care-control:focus,
    .care-control:focus-visible,
    .onboarding__group > div > button:focus,
    .onboarding__group > button:focus {
        border: 1.5px solid #5570F1;
        background: #FFFFFF;
        color: #5E6366;
    }
    .onboarding__group > input:disabled {
        background: #EDEDED;
        cursor: no-drop;
    }
    .onboarding__group > input:disabled::placeholder {        
        color: #656565;
    }
    .onboarding__group > input:not(:placeholder-shown) {
        border-color: #5E6366 !important; 
        color: #1D1D1D !important;
    }
    .onboarding__group > select.filled {
        border-color: #5E6366 !important;
        color: #1D1D1D !important;
    }
.onboarding__group > ul > li > a > span,
.onboarding__group > ul > li > a {
    /*color: #3C3C3C;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;*/
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 13px 10px;
}
.dropdown-menu > .uib-typeahead-match:hover > a {
    background-color: #E7E7E7 !important;
}
.dropdown-menu > .uib-typeahead-match > a {
    border-bottom: 1px solid #d2d2d2;
}
/*For Multiselect*/    
    .onboarding__group.filled .care-control {
        border: 1px solid #5E6366 !important;
        color: #1D1D1D !important;
    }
    /* normal state */
    .onboarding__group .care-control {
        border: 1px solid #DDD;
        color: #656565;
    }

ul > li.onboarding__group.active > button {
    background-color: #5570F1;
    color: #fff;
}

.offcanves-right {
    background-color: rgba(42, 42, 42, 0.63);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
}

.offcanves-right > .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    width: 90% !important;
    max-width: 90% !important;
    height: 100vh !important;
    margin: 0;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 767px) {
    
    .offcanves-right > .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.offcanves-right > .modal-dialog > .modal-content {
    height: 100%;
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}


.modal__ceter--,
.modal__center--35{
    background-color: rgba(42, 42, 42, 0.63) !important;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
}

.modal__ceter-- > .modal-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 50% !important;
    max-width: 50%;
    margin: 0;
}
    .modal__center--35 > .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        width: 673px !important;
        max-width: 50%;
        margin: 0;
    }


@media (max-width: 767px) {
    
    .modal__ceter-- > .modal-dialog {
        width: 90% !important;
        max-width: 90% !important;
    }
}

.modal__ceter-- > .modal-dialog > .modal-content {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    height: auto;
}

/*Only for mobile to tab and tab to desktop*/

@media (min-width: 992px) {
    .login-container-details > h2,
    .login-container-details > h3,
    .login-container-details > p,
    .login-container-details > span {
        text-align: center;
    }
    .flex-on {
        flex: 1;
    }
}

@media (max-width: 991px) {
    .login-container-details > h2,
    .login-container-details > h3,
    .login-container-details > p,
    .login-container-details > span {
        text-align: left !important;
    }
    .flex-on {
        flex: 0;
    }
}

.dropdown-menu {
    transform: none !important;
}

.rescheduled-popover {
    background: #ffffff;
    color: #1d5558;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: none;
    max-width: 430px;
}


.custom-popover {
    background: #ffffff;
    color: #1d5558;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border: none;
    max-width: 430px;
}

    .custom-popover .arrow {
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ffffff;
    }


.status__green-- {
    font-size: var(--font-size-md);
    font-weight: 400;
    line-height: normal;
    color: #2DAA2D !important;
    display: flex;
    align-items: center;
    grid-gap: 3px;
    white-space: nowrap;
}

    .status__green--dot::before,
    .status__green--::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #2DAA2D;
        display: inline-block;
        margin-right: 2px;
        border-radius: 3px;
    }


.status__green--dot {
    display: inline-flex;
    align-items: center;
    grid-gap: 4px;
}

.status__red-- {
    font-size: var(--font-size-md);
    font-weight: 400;
    line-height: normal;
    color: #C71D27 !important;
    display: flex;
    align-items: center;
    grid-gap: 3px;
    white-space: nowrap;
}

    .status__red--dot::before,
    .status__red--::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #C71D27;
        display: inline-block;
        margin-right: 2px;
        border-radius: 3px;
    }


.status__red--dot {
    display: inline-flex;
    align-items: center;
    grid-gap: 4px;
}

@media (max-width: 720px) {
    .overflow-x-auto-md {
        overflow-x: auto !important;
    }
}

.onboarding__group > .arrow__symb {
    background-image: url(../img/icons/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    cursor: pointer !important;
    padding-right: 30px !important;
    background-size: 14px;
}

.brand-logo {
    width: 150px;
    height: 60px;
    object-fit: contain;
    object-position: left center;
}