body{
    font-family: 'Averta';
    font-weight: normal;
    font-style: normal;
    background-color: #E5E5E5!important;
}

.navbar-brand img{
    max-height: 50px!important;
}

.flag-text { margin-left: 10px; }
.flag-icon { border-radius: 3px; left: 6px; margin-right: 6px; }

a{  color: #6EB4E0!important;  }
a:hover{text-decoration: none!important;}
.bg-warning-mild{  background: #FDED94!important;  }
.bg-success-mild{  background-color: #BEF2B9;!important;  }
.bg-primary-mild{  background: #A8D6EF;!important;  }
.mild-text{color: #353F50!important;}
.balance_amount{font-size: 18px; font-weight: 600}
.card-logo{
    background: #F3F5F6;
    border-radius: 4.28571px;
    padding: 8px;
    margin-left: 6px;
}

.empty-state{
    min-height: 100px;
    color: #848F9F!important;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register-container{
    margin-top: 50px;
    border-radius: 12px;
    padding: 0px;
    background: #FFFFFF;

    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.form-wrapper{
    padding: 35px;
}

.form-control{
    background: #F3F5F6;
    border-radius: 6px;
    height: 50px;
    border: none;
}

.form-control:focus{
    background: #F3F5F6;
    border: 1px solid #479FC8 !important;
    box-sizing: border-box;
}

label{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #5F738C;
}

.btn-primary{
    height: 50px;
    background: #479FC8;
    border-radius: 6px;
    border: none;
}

.btn-primary:hover{
    background: #307399;
}

.btn-primary-light{
    background: #EBF8FE;
    border-radius: 6px;
    color: #479FC8;
}

.text-primary{
    color: #479FC8!important;
}

.schedule-list{
    display: flex; flex-direction: row; justify-content: space-between; align-items: center;
    font-size: 12px;
    color: #848F9F!important;
}

.make-flex{
    display: flex; justify-content: space-between; align-items: center;
}

.mmr{
    width: 100px!important;
}

.schedule-list .day{
    font-size: 19px!important;
    font-weight: 400!important;
}

.schedule-list i{
    font-size: 21px!important;
}

.field-icon {
    float: right;
    margin-right: 20px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.form-footer{
    padding: 10px 10px 30px 10px;
    text-align: center;
    font-size: 15px;
}

.nav a{
    margin-bottom: 10px!important;
    color: #353F50!important;
}

.nav a.active{
    background: #EBF8FE;
    border-radius: 4px;
    color: #479FC8!important;
}

.nav-link-icon{
    font-size: 19px!important;
}

.home-tab{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding-top: 10px;
}

ul.nav li a{
    color: #848F9F!important;
    margin-bottom: 0px!important;
    padding-bottom: 0px;
}

ul.nav li a.pre_active{
    background-color: #fff!important;
    color: #479FC8!important;

}

ul.nav li a.pre_active:after{
    content: "";
    display: block;
    margin: 0 auto;
    width: 10%;
    padding-top: 10px;
    border-bottom: 3px solid #479FC8;
    border-radius: 4px 4px 0px 0px;
}

.active_pane{
    padding-top: 20px!important;
    cursor: pointer;
    font-weight: 600!important;
}

.active_pane:after{
    content: "";
    display: block;
    margin: 0 auto;
    width: 32px;
    padding-top: 15px;
    border-bottom: 3px solid #353F50;
    border-radius: 4px 4px 0px 0px;
}

.active_ppane{
    padding-top: 20px!important;
    cursor: pointer;
    font-weight: 600!important;
    color: #479FC8!important;
    background-color: white!important;
}

.active_ppane:after{
    content: "";
    display: block;
    margin: 0 auto;
    width: 32px;
    padding-top: 15px;
    border-bottom: 3px solid #479FC8!important;
    border-radius: 4px 4px 0px 0px;
}

.active_calendar_tab{
    padding-top: 20px!important;
    cursor: pointer;
    font-weight: 600!important;
}

.active_calendar_tab:after{
    content: "";
    display: block;
    margin: 0 auto;
    width: 22px;
    padding-top: 12px;
    border-bottom: 3px solid #353F50;
    border-radius: 8px 8px 0px 0px;
}

.appointment-div{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.appointment-tab{
    background: #F3F5F6;
    opacity: 0.7;
    border-radius: 8px 0px 0px 0px;
}

ul.appointment-tab li a{
    padding-top: 12px;
    padding-bottom: 12px;
    color: #848F9F;
    border-radius: 8px 8px 0px 0px!important;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 40px;
    height: 60px;
}

ul.appointment-tab li a.active{
    background-color: #fff!important;
    color: #353F50!important;
    border-bottom: 3px solid #353F50;;
}

.list-group-item-action{
    padding-top: 25px!important;
    padding-bottom: 20px!important;
}
.list-group a{
    color: #353F50!important;
}

.img-circle{
    border-radius: 50%;
    margin-right: 20px;
    margin-top: -10px;
}

.doctor-name{
    color: #848F9F!important;
}

.time-holder{
    margin-top: 10px;
}

.time-holder i{
    font-size: 17px;
    color: #00B8DE!important;
}

.appointment-footer{
    background-color: #FFFFFF;
    font-weight: normal;
    line-height: 17px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none!important;
}

.medical-timeline{
    border: none!important;
}

.medical-timeline .card-body{
    padding-top: 0px!important;
    margin-top: -20px!important;
}

.medical-timeline .card-body .time{
    margin-top: 10px!important;
    color: #353F50!important;
    font-size: 14px;
}

.medical-timeline h5{
    margin-top: 15px!important;
    color: #848F9F!important;
    letter-spacing: 0.4px;
    font-size: 13px;

}

.medical-timeline p{
    margin-top: 15px!important;
}

.img-ring{
    float: left;
    margin: 0px!important;
    margin-left: -12px!important;
    border: 3px solid #fff;
    height: 60px;
}

.record-nav{
    background-color: #FFFFFF;
    margin-top: -50px;
    margin-left: -10px;
    padding-right: 0px;
}

.record-nav a{
    font-size: 17px;
}

.record-nav a i{
    font-size: 20px;
}

.record-nav a.active{
    background-color: #fff;
    color: #479FC8!important;
    border-bottom: 1px solid #E1E6ED;
    border-top: 1px solid #E1E6ED;
}

.border-primary{
    border-color: #479FC8!important;
}

.form-wrapper{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    color: #5F738C!important;
}

.modal-form-wrapper{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 0;
    color: #5F738C!important;
    margin:auto;
}

.back-arrow{
    float: left;
    font-size: 24px;
    margin-right: 15px;
}
.vital-title{
    margin-top: -10px;
}

.vital-title small{
    font-size: 12px;
    color: #848F9F;
}

.modal-header{
    border-bottom: none!important;
}
.modal-footer{
    border-top: none!important;
}

select {
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
}

select {
    background-image:
            linear-gradient(45deg, transparent 50%, gray 50%),
            linear-gradient(135deg, gray 50%, transparent 50%),
            linear-gradient(to right, #ccc, #ccc)!important;
    background-position:
            calc(100% - 20px) calc(1em + 2px),
            calc(100% - 15px) calc(1em + 2px),
            calc(100% - 2.5em) 0.5em!important;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em!important;
    background-repeat: no-repeat!important;
}

select:focus {
    background-image:
            linear-gradient(45deg, green 50%, transparent 50%),
            linear-gradient(135deg, transparent 50%, #479FC8 50%),
            linear-gradient(to right, #ccc, #ccc)!important;
    background-position:
            calc(100% - 15px) 1em,
            calc(100% - 20px) 1em,
            calc(100% - 2.5em) 0.5em!important;
    background-size:
            5px 5px,
            5px 5px,
            1px 1.5em!important;
    background-repeat: no-repeat!important;
    border-color: #479FC8!important;
    outline: 0!important;
}

select:-moz-focusring {
    color: transparent!important;
    text-shadow: 0 0 0 #000!important;
}

.service_box{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    text-align: center;
    padding: 15px 20px;
    height: 270px;
}

.img-small{
    max-height: 50px!important;
}

.service_box img{
    height: 120px;
}

.service_box h3{
    font-weight: 600;
}

.service_box p{
    font-size: 15px;
}

.base_meter{
    height: 16px;
    background: #E1E6ED;
    border-radius: 4px;
    margin-top: -16px!important;
}

.meter_normal_range{
    height: 16px;
    background: #519E47;
}

.meter_marker{
    position: relative;
    z-index: 999!important;
    height: 26px;
    background: #519E47;
    width: 2px;
}

.allergy-list{
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.select2-selection__rendered {
    line-height: 41px !important;
}
.select2-container .select2-selection--single {
    height: 45px !important;
    background-color: #F3F5F6!important;
    /*border: none!important;*/
    /*padding: 0px 10px 10px 10px;*/
}
.select2-selection__arrow {
    height: 44px !important;
}

/*.meter_marker:before { content:”\00ba”; }*/


@keyframes ldio-74vhspza77h {
    0% { background: #aab7c6 }
    12.5% { background: #aab7c6 }
    12.625% { background: #c8d2df }
    100% { background: #c8d2df }
}
.ldio-74vhspza77h div {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #c8d2df;
    animation: ldio-74vhspza77h 1s linear infinite;
}
.loadingio-spinner-blocks-qmbjokowijl {
    width: 125px;
    height: 125px;
    display: inline-block;
    overflow: hidden;
    background: none;
}
.ldio-74vhspza77h {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.ldio-74vhspza77h div { box-sizing: content-box; }

/* File Upload CSS */
.file-area {
    width: 100%;
    position: relative;
}
.file-area input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.file-area .file-dummy {
    width: 100%;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px dashed #C8D2DF;
    border-radius: 6px;
    text-align: center;
    transition: background 0.3s ease-in-out;
}
.file-area .file-dummy .success {
    display: none;
}
.file-area:hover .file-dummy {
    background: rgba(255, 255, 255, 0.1);
}
/* .file-area input[type="file"]:focus + .file-dummy {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline: -webkit-focus-ring-color auto 5px;
} */
.file-area input[type="file"]:valid + .file-dummy {
    border-color: #6EB4E0;
    background-color: #EBF8FE;
}
.file-area input[type="file"]:valid + .file-dummy .success {
    display: inline-block;
}
.file-area input[type="file"]:valid + .file-dummy .default {
    display: none;
}

.timeline-item-marker{
    border: 4px solid white;
}

.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.sch-start-modal-card{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    cursor: pointer;
}

.sch-start-modal-card h4{
    color: #353F50;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

.sch-start-modal-card p{
    color: #848F9F;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.mod-title{
    font-weight: 600; font-size: 22px; color: #353F50;
}

.event-completed{
    background-color: #BEF2B9!important;
    border: #BEF2B9!important;
    color: #353F50!important;
    padding: 2px 10px!important;
    margin-left: 8px;
    font-size: 13px!important;
}

.event-not-started{
    background-color: #A8D6EF!important;
    border: #A8D6EF!important;
    color: #353F50!important;
    padding: 2px 10px!important;
    margin-left: 8px;
    font-size: 13px!important;
}

.cursor{
    cursor: pointer!important;
}

.fc-daygrid-event{
    padding: 2px 10px!important;
    margin-left: 8px;
    font-size: 13px!important;
    border-radius: 4px;
}

.Outpatient-Clinic {
    background-color: #FEF6CF !important;
    border: #FEF6CF !important;
    color: #6B2B0D !important;
}

.Psychiatric-Clinic {
    background-color: #F1FEF1 !important;
    border: #F1FEF1 !important;
    color: #36743D !important;
}

.Orthodontrics {
    background-color: #F3F5F6 !important;
    border: #F3F5F6 !important;
    color: #1A4983 !important;
}

.Pediatric {
    background-color: #FBE9E9 !important;
    border: #FBE9E9 !important;
    color: #A4251A !important;
}

.General-Medicine {
    background-color: #D6DFFF !important;
    border: #D6DFFF !important;
    color: #1A4983 !important;
}

.Oncology {
    background-color: #FFE2D9 !important;
    border: #FFE2D9 !important;
    color: #5B1B07 !important;
}

.Cardiology {
    background-color: #FEDEFF !important;
    border: #FEDEFF !important;
    color: #1A4983 !important;
}

.Eye-Clinic {
    background-color: #EEEBFE !important;
    border: #EEEBFE !important;
    color: #572065 !important;
}

.Antenatal {
    background-color: #FFECC8 !important;
    border: #FFECC8 !important;
    color: #78530C !important;
}

.Respiratory {
    background-color: #C9EBFF !important;
    border: #C9EBFF !important;
    color: #1A4983 !important;
}

.Dermatology {
    background-color: #FEEDDD !important;
    border: #FEEDDD !important;
    color: #81440C !important;
}

.Neurology {
    background-color: #C6FCF5 !important;
    border: #C6FCF5 !important;
    color: #0D6A5E !important;
}

.event-in-progress{
    background-color: #FDED94!important;
    border: #FDED94!important;
    color: #353F50!important;
    padding: 2px 10px!important;
    margin-left: 8px;
    font-size: 13px!important;
}

.event-cancelled{
    background-color: #E1E6ED!important;
    border: #ef5350!important;
    color: #353F50!important;
    padding: 2px 10px!important;
    margin-left: 8px;
    font-size: 13px!important;
}

.text-bold{
    font-weight: bold!important;
}

.calendar-image{
    float: right; margin-top: -30px; border-radius: 50px; border: 2px solid white;
}

.calendar-image-reverse{
    border-radius: 50px; border: 2px solid white; margin-right: 8px; margin-left: -5px; float: left; margin-top: -30px;
}

.event-time-fx{
    display: block!important;
}

.mt-c{
    margin-top: -15px;
}

.ml-4x{
    margin-left: 30px!important;
    font-size: 11px!important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #AAB7C6!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #AAB7C6!important;
}

.patient-avatar{
    width: 45px;
    height: 45px;
}

.btn-default-soft{
    background: #E1E6ED;
    border-radius: 4px;
    padding: 2px 15px;
}

.list-px{
    padding: 14px 45px 0 45px!important;
}

.list-pxx{
    padding: 12px 25px 12px 25px!important;
}

.patient-name{
    color: #353F50;
    font-weight: 600;
    font-size: 16px;
}

.patient-details {
    font-size: 13px;
    color: #5F738C;
}

.patient-details > p > span {
    font-weight: 600;
}

.btn-selected{
    background: #EBF8FE;
    color: #0275D8;
    border: none;
    font-weight: 600;
}

.btn-gender {
    border-left: 1px solid #EBF8FE;
}


.btn-radio{
    padding: 15px 16px 8px 15px;
    border-radius: 50%;
    border: 1px solid #4E5A6C;
    color: #fff;
    width: 49px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-radio-flex{
    padding: 15px 16px 8px 15px;
    border-radius: 25px;
    border: 1px solid #4E5A6C;
    color: #fff;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-radio:hover{
    background-color: #479FC8;
}

.btn-radio-flex:hover{
    background-color: #479FC8;
}

.iconbox{
    background: #FFFFFF;
    padding: 10px 10px 0px 10px;
    color: #353F50;
}

.appointment-card{
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    cursor: pointer;
}

.appt-wrapper{
    padding: 25px 8px 15px 20px;
}

.appt-date{
    font-size: 12px;
    color: #848F9F;
    margin-top: 5px;
}

.appt-reminder{
    color: #9CA9B8;
    font-size: 13px;
}

.appt-reminder strong{
    color: #519E47;
}

.appt-start-btn{
    background: #D8F3FE;
    padding: 10px 17px;
    color: #479FC8;
    font-weight: 600;
}

.appt-future{
    background: #F3F5F6;
    border-radius: 0px 0px 8px 8px;
    padding: 12px;
    color: #AAB7C6;
    font-size: 12px;
}

.no-radius-right{
    border-bottom-right-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.completed-badge{
    background: #BEF2B9;
    border-radius: 4px;
    font-size: 9px!important;
    font-weight: 600;
    color: #519E47;
    padding: 7px;
    margin-left: 8px;
}

.canceled-badge{
    background: #FBE9E9;;
    border-radius: 4px;
    font-size: 9px!important;
    font-weight: 600;
    color: #A4251A;
    padding: 7px;
    margin-left: 8px;
}

.unattended-badge{
    background: #E1E6ED;
    border-radius: 4px;
    font-size: 9px!important;
    font-weight: 600;
    color: #848F9F;
    padding: 7px;
    margin-left: 8px;
}

.pending-badge {
    background: #FDED94;
    border-radius: 4px;
    font-size: 9px!important;
    font-weight: 600;
    color: #AF5F26;
    padding: 7px;
    margin-left: 8px;
    text-transform: uppercase;
}

.ongoing-badge {
    background: #EBF8FE;
    border-radius: 4px;
    font-size: 9px!important;
    font-weight: 600;
    color: #307399 !important;
    padding: 7px;
    margin-left: 8px;
    text-transform: uppercase;
}

.ongoing-badge {
    background: #EBF8FE;
    border-radius: 4px;
    font-size: 9px!important;
    font-weight: 600;
    color: #307399 !important;
    padding: 7px;
    margin-left: 8px;
    text-transform: uppercase;
}

.booked-badge {
    background: #A8D6EF;
    border-radius: 4px;
    font-size: 9px!important;
    font-weight: 600;
    color: #1A4983 !important;
    padding: 7px;
    margin-left: 8px;
    text-transform: uppercase;
}

.calendarMenu{
    width: 60px!important;
    text-align: center;
}

.calendar-toggle{
    height: 30px;
    width: 30px;
    border: 0.471311px solid #353F50;
    box-sizing: border-box;
    border-radius: 52.7869px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-top{
    background: #FFFFFF!important;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.rate-card{
    background: #FFFFFF;
    /* Neutrals & Text/neutral300 */
    border: 1px solid #E1E6ED;
    box-sizing: border-box;
    border-radius: 4px;
}

.rate-date{
    color: #848F9F;
    font-size: 12px;
    margin-bottom: 3px;
}

.rate-text{
    color: #353F50;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px
}

.bank-card{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(53, 63, 80, 0.12);
    border-radius: 8px;
    padding: 20px 25px;
}

.acct-details p{
    margin-bottom: 0px;
    color: #353F50;
    font-size: 14px;
}

.bank-drop::after {
    content: none;
}

.profile-card{
    background: #FFFFFF;
    border-radius: 16px;
    padding: 30px;
    margin-top: 15px;
}

.shortcut-letter{
    background: #F3F5F6;
    border-radius: 6px;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #353F50;
}
.active-setting{
    background: #EBF8FE;
    color: #479FC8;
}

.outChat{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.outChatMessage{
    padding: 10px 15px;
    background: #307399;
    border-radius: 12px 12px 0px 12px;
    color: white;
    font-size: 13px;
    max-width: 50%;
}

.inChat{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
}

.inChatMessage{
    padding: 10px 15px;
    background: #E1E6ED;
    border-radius: 12px 12px 12px 0px;
    color: #353F50;
    font-size: 13px;
    max-width: 50%;
}

.chatTime{
    font-size: 12px;
    color: #5F738C;
}

.chat-date-label{
    background: #EBF8FE;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 14px;
    color: #307399;
}

.specialty-pill{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    background: #479FC8;
    border-radius: 40px;
    color: #fff!important;
    margin-bottom: 8px;
    cursor: pointer;
}

.specialty-pill span{
    font-size: 14px;
}

.sp-pill-delete{
    background: #307399;
    border-radius: 50%!important;
    padding: 1px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: 4px;
}

.specialty-pill-inactive{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    border-radius: 40px;
    color: #fff!important;
    margin-bottom: 8px;
    background: #C8D2DF;
    cursor: pointer;
}




.earning-card{
    background: #FFFFFF;
    box-shadow: 0px 2.70157px 10.8063px rgba(0, 0, 0, 0.08);
    border-radius: 10.8063px;
    padding: 20px;
    margin-bottom: 20px;
}

.earning-card-title{
    color: #848F9F;
    font-weight: 600;
    font-size: 16px;
}

.earning-card-surge{
    color: #18BC2B;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 1px;
}

.earning-card-amt{
    color: #26557E;
    font-size: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.earning-card-lm{
    color: #848F9F;
    font-size: 12px;
}

.transaction-card{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.transaction-header{
    border-bottom: 1px solid #E1E6ED;
    padding: 25px 20px;
    color: #353F50;
    font-size: 16px;
    font-weight: 600;
}

.transaction-body{
    padding: 20px;
}

.income-card{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.income-header{
    border-bottom: 1px solid #E1E6ED;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.income-header span{
    color: #353F50;
    font-weight: bold;
}

.income-header a{
    color: #479FC8!important;
    font-size: 14px;
}

.income-body{
    padding: 20px 15px;
}

.transaction-btn{
    border: 1px solid #479FC8;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 8px 35px;
    color: #479FC8;
    font-size: 13px;
    font-weight: 600;
    background: white;
}

.ern-mth{
    color: #353F50;
    font-size: 16px;
}

.ern-mth-sub{
    color: #848F9F;
    font-size: 12px;
}

.completed{
    font-size: 10px;
    color: #519E47;
    background: #BEF2B9;
    border-radius: 4px;
    padding: 5px;
}

.pending{
    font-size: 10px;
    color: #EC9B40;
    background: #FDED94;
    border-radius: 4px;
    padding: 5px;
}

.table-img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.consultant-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.doctor-profile-card{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-bottom: 15px;
}

.online-indicator{
    width: 8px;
    height: 8px;
    margin-right: 8px;
    /* Green 2 */

    background: #27AE60;
    border-radius: 8px;
}

.doctor-menu-item{
    padding: 10px 20px;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #353F50;
}

.doctor-profile-card div.active{
    background: #EBF8FE!important;
    color: #6EB4E0!important;
}

.doctor-menu-item > span{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin-left: 15px;
}

.bio-card-title{
    font-weight: 600;
    font-size: 10px;
    line-height: 12px;
    color: #479FC8;
}

.bio-card-text{
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    color: #5F738C;
}

.review-value{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #353F50;
}

.review-value > div{
    font-size: 10px;
    line-height: 14px;
    color: #848F9F;
}

.rating-list-wrap{
    border: 1px solid #E1E6ED;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 15px;
}

.rating-list-wrap span.name{
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

.rating-list-wrap span.date{
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #848F9F;
}

.rating-list-wrap p{
    font-size: 12px;
    line-height: 16px;
    color: #353F50;
    margin-top: 5px;
}


.custom-schedule-workdays{
    background: #FFFFFF;
    border: 1px solid #E1E6ED;
    box-sizing: border-box;
    border-radius: 8px;
    padding-top: 6px;
    text-align: center;
}

.custom-schedule-workdays span{
    font-size: 13px;
    line-height: 17px;
    /*color: #5F738C;*/
}

.custom-schedule-workdays p{
    font-size: 18px;
    line-height: 116%;
    font-weight: 600;
    /*color: #353F50;*/
}

.custom-schedule-workdays:hover{
    cursor: pointer;
    background: #EBF8FE;
    border: 1px solid #AEDDF1;
    box-sizing: border-box;
    border-radius: 8px;
}

.day-list div.active{
    background: #EBF8FE;
    border: 1px solid #AEDDF1;
    box-sizing: border-box;
    border-radius: 8px;
    color: #479FC8!important;
}

.day-holder{
    background: #EBF8FE;
    border: 1px solid #A8D6EF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #307399;
    margin-right: 8px;
    float: left;
    margin-bottom: 8px;
}

.length-time{
    border: 1px solid #E1E6ED;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}

.length-time:hover{
    background: #EBF8FE;
    color: #0275D8;
}

.length-row div.active{
    background: #EBF8FE;
    color: #0275D8;
}

.length-row > div:first-of-type{
    border-radius: 6px 0px 0px 6px!important;
}

.length-row > div:last-of-type{
    border-radius: 0px 6px 6px 0px!important;
}

.pro-tip{
    background: #EBF8FE;
    border-radius: 8px;
    padding: 15px;
    color: #353F50;
}

.clinic-menu-list{
    font-size: 16px;
    line-height: 19px;
    color: #353F50;
    padding: 8px;
    cursor: pointer;
}

.clinic-menu-list-active{
    color: #00425F;
    font-weight: 600;
    background: #EBF8FE;
    border-radius: 5px;
}


.support-card{
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    margin-bottom: 5px;
    height: 100%;
}

.popular-topics p{
    margin-bottom: 8px;
}

.support-card h5{
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #353F50;
    margin-bottom: 10px;
    margin-top: 25px;
}

.support-card p{
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #848F9F;
    margin-bottom: 5px;
}

.support-menu-link{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #353F50;
}

.support-menu-link-active{
    color: #479FC8;
}

.toggle-div{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 15px 25px;
}

.helpful-div{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 15px 25px;
    border-top: 1px solid #E5E7EB;
    /*text-align: center;*/
}

.help-btn{
    background: #EBF8FE;
    border-radius: 6px;
    font-size: 14px;
    line-height: 17px;
    color: #479FC8;
    padding: 15px 40px;
    font-weight: 600;
    margin-right: 15px;
}

.helpful-div p{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #353F50;
}

.toggle-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #353F50;
    margin-left: 35px;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-tooltip{
    border: 1px solid #C8D2DF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px;
    background: #F9FAFB;
}

.upload-tooltip span{
    font-size: 12px;
    line-height: 16px;
    color: #5F738C;
}

.p-appt-name {
    color: #353F50;
    font-size: 14px;
}

.p-appt-name span {
    color: #848F9F;
    font-size: 12px;
}

.clinic-list{
    border-bottom: 1px solid #E1E6ED;
    padding: 20px 25px;
    color: #353F50;
    font-size: 16px;
    font-weight: 600;
}

.clinic-list:hover{
    color: #479FC8!important;
}

.date-label-wrap{
    border-bottom: 1px solid #E1E6ED;
    border-top: 1px solid #E1E6ED;
    padding: 12px 50px;
    margin-top: 15px;
    width: 100%!important;
}

.doctor-img-wrap{
    position: relative;
}

.doc-status-badge{
    height: 9px;
    width: 9px;
    border-radius: 50%;
    position: absolute;
    right: 8px;
    top: 6px;
    border: 2px solid white;
}

.online{
    background: #74C965!important;
}

.offline{
    background: #EE312A!important;
}



.my-tooltip:hover
{  -webkit-animation-play-state: paused;}

.my-tooltip:hover .tooltip-info {visibility:visible;}

.tooltip-info {   width:200px;
    padding:10px;
    background:rgba(255,255,255,1);
    border-radius:3px;
    position:absolute;
    visibility:hidden;
    margin:-105px 0 0 -100px;
    box-shadow:0 0 50px 0 rgba(0,0,0,.5);}

.tooltip-info > h3{  font-family: 'Roboto', sans-serif;
    font-weight:100;
    font-size:20px;
    margin:0 0 5px 0;}

.tooltip-info > p {  font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:12px;}

.arrow {
    position:absolute;
    margin:10px 0 0 88px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.clinics {
    padding: 1em;
    color: #ffffff;
    background-color: #C8D2DF;
    border-radius: 40px;
    margin: 0.4em;
    cursor: pointer;
}
.clinics > input {
    display: none;
}
.isChecked {
    background-color: #479FC8;
}
.isChecked > span {
    background: #072F40;
    border-radius: 50%;
    padding: 0.5em;
}

.inv-request-card{
    padding: 15px;
    border: 1px solid #E1E6ED;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 15px;
    cursor: pointer;
}

#dobDays, #dobMonths, #dobYears{
    width: 100%!important;
    height: 45px!important;
}

.md-record-pane{
    height: 75vh; overflow: auto;
}

.rejected-badge{
    padding: 6px 10px!important;
    background: #FBE9E9;
    border-radius: 4px;
    color: #A4251A;
    font-size: 9px;
    font-weight: 600;
    margin-left: 10px;
}

.accepted-badge{
    background: #BEF2B9;
    border-radius: 4px;
    font-size: 9px!important;
    font-weight: 600;
    color: #519E47;
    padding: 7px;
    margin-left: 8px;
}

.hr-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 25px;
    color: #848F9F;
  }
  
  .hr-text::before,
  .hr-text::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid rgba(132, 143, 159, 0.3);
    /* background-color:  rgba(255, 255, 255, 0.863); */
  }
  
  .hr-text::before {
    margin-right: 0.8em;
  }
  
  .hr-text::after {
    margin-left: 0.8em;

  }
  .keep-left{
    display: flex;
      align-items: left;
  }
