﻿.ros-notes {
    background-color: rgb(191 186 186 / 10%);
    border: 1px solid #afabab;
    padding: 4px;
    font-size: var(--font-size-xl);
    font-weight: 500;
    color: #2d2d47;
    width: 100%;
}
.border-radius-0 {
    border-radius: 0 !important;
}
.bg-blueGD {
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
}

/*-----------------------------Book Appointment-----------------------------------*/
.book-appt-note-tabs {
    display: block;
    margin: 5px 0;
}
.book-appt-note-tabs > ul {
    display: flex;
    align-items: center;
    margin: 0;
    border: none;
}
.book-appt-note-tabs > ul > li > a {
    border-radius: 6px 6px 0px 0px;
    background-color: #FAFAFA;
    color: #000 !important;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
}
.book-appt-note-tabs > ul > li.active > a,
.book-appt-note-tabs > ul > li:hover > a{
    color: #000 !important;
    font-weight: 700;
    background-color: #F2F2F2 !important;
    border: none !important;
}
.book-appt-note-tabs > .tab-content {
    background-color: #F2F2F2;
    padding: 8px; 
}
.book-appt-note-content {
    display: flex;
    margin: 6px 0;
    flex-flow: column;
    flex-direction: column;
    grid-gap: 10px;
}
.book-appt-note-content > li {
    list-style: none;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px;
}
.book-appt-note-content > li > div > label {
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.book-appt-history-tab {
    display: block;
}
.book-appt-note-content > li > p {
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    white-space: pre-line;
}

.book-appt-profile-details,
.book-pastvisit-details {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 10px;
    margin-bottom: 8px;
}
.book-appt-profile-details > li,
.book-pastvisit-details {
    list-style: none;
    padding: 0 6px;
}
.book-appt-profile-details > li > label {
    color: #000;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.book-appt-profile-details > li > span,
.book-pastvisit-details > li > span {
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.book-pastvisit-details > li > b {
    color: #15898F;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.book-appt-profile-details > li > a {
    color: #AEAEAE;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.book-pastvisit-details {
    border-radius: 3px;
    background: #fff;
    padding: 6px;
    margin: 0;
}
.crm-book-appointment > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
.crm-book-appointment > ul > li {
    list-style: none;
}
.crm-book-appointment > ul > li > span,
.crm-book-appointment > span {
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.crm-book-appointment > ul > li > b {
    color: #F6BB22;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.crm-book-appointment > label {
    border-radius: 3px;
    background: #F2F2F2;
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 3px 6px;
    margin: 0 3px 0 0;
}
.book-appt-profile-details > li:first-child {
    border-right: 2px solid #F2F2F2;
    padding-left: 0;
}

.book-appt-profile-details > li > p {
    color: #000;
    font-size: var(--font-size-3l);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}
/*-----------------------------Book Appointment-----------------------------------*/


/*-------Consultation-------*/

#main-container {
    padding-top: 64px;
}
.full-consultation-body {
    background-color: #fff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    /*padding: 0 4px;*/
}
.fullcons-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px;
    /*z-index: 3;*/
    position: relative;
    background-color: #ffffff;
}
.fullcons-header > h1,
.text-ocularhist {
    font-size: var(--font-size-2l);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    margin: 0;
}
.eh-header > h1,
.eh-table-header {
    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;
}
.allergies-fullcons {
    background-color: #FDEFEF;
}
.text-complaints {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.text-Mild {
    font-size: var(--font-size-md);
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17 !important;
    letter-spacing: normal;
    text-align: left;
    color: #5cb85c !important;
}

.text-Sever {
    font-size: var(--font-size-md);
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17 !important;
    letter-spacing: normal;
    text-align: left;
    color: #e86868 !important;
}
.text-Moderate {
    font-size: var(--font-size-md);
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17 !important;
    letter-spacing: normal;
    text-align: left;
    color: #07a0d4 !important;
}
.text-tonometry {
    font-size: var(--font-size-xl) !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.66 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #000 !important;
}
.register-select,
.register-select:focus {
    border-radius: 3px;
    border: solid 0.5px #adadad;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    padding: 5px 12px;
    width: 100%;
}
.text-actionb {
    font-size: var(--font-size-md);
    font-weight: 500 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right !important;
    color: #068cb0;
}
.text-assesplan {
    font-size: var(--font-size-3l);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
    padding: 14px;
}
.text-scnomed {
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.text-scddates {
    font-size: var(--font-size-sm);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
/*------------------------------------------------Consultation-------------------------------------------*/

.us-controls {
    margin: 0;
    display: flex;
    align-items: center;
}
.us-controls > li {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 3px;
}
.us-controls > li > a {
    display: inline-flex;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    margin: 0 5px;
}
.us-controls > li > a:hover {
    text-decoration: underline;
}
.consultation-center {
    /*background-color: #d2d2d2;*/
    padding: 4px;
    /*display: flex;*/
    display: block;
    clear: both;
    width: 100%;
}
.consultation-sides {
    border-radius: 6px;
    background-color: #fff;
    padding: 8px 12px;
    margin: 5px;
    flex: 1;
}
.pastvisit-section {
    border-radius: 6px;
    background-color: #fff;
    /*width: calc(100% * (1/2) - 5px - 0px);*/
    padding: 8px 12px;
    /*margin-right: 5px;*/
    margin-bottom: 5px;
    margin-top: 5px;
}
.consultation-ros,
.consultation-vandp,
.history-pastvisit,
.cons-assessment {
    display: flex;
    flex-wrap: wrap;
    /*padding: 8px 0;*/
}
.grid-gap-5 {
    grid-gap: 5px !important;
}
.pastvisit-summary {
    background-color: #d2d2d2;
    /*padding: 4px;*/
    /* display: flex;
    flex-wrap: wrap;*/
}
.consultation-ros > .eh-panel,
.consultation-ros > .past-panel,
.consultation-ros > .section-eh{
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(100% * (1/3) - 5px - 0px);
    /*flex: 32%;*/
}
.cons-assessment > .eh-panel,
.cons-assessment > .past-panel,
.cons-assessment > .section-eh {
    margin-right: 5px;
    margin-bottom: 10px;
    width: calc(100% * (1/4) - 5px - 0px);
}
.consultation-vandp > .eh-panel,
.consultation-vandp > .past-panel,
.consultation-vandp > .section-eh,
.consultation-vandp > .profile-section {
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(100% * (1/2) - 5px - 0px);
    /*flex: 49%;*/
}

.history-pastvisit > .past-panel {
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(100% * (1/3) - 5px - 0px);
}
.past-table {
    margin: 0;
    width: 100%;
    border-top: 0.5px solid #dedede;
    table-layout: fixed;
}
 .past-table > thead > tr > th {
    text-align: center;
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000;
    /*border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;*/
    padding: 1px 0;
}
 .past-table > tbody > tr > th {
     text-align: right;
     color: #6f6f6f !important;
     font-size: var(--font-size-sm);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    /*border-bottom: 1px solid #f8f8f8;
    border-right: 1px solid #dedede;*/
    padding: 1px 3px;
 }
    .past-table > tbody > tr > td {
        font-size: var(--font-size-md);
        /*font-weight: 500;*/
        font-weight:normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: normal;
        text-align: left;
       /* border-bottom: 1px solid #f8f8f8;
        border-right: 1px solid #dedede;*/
        padding: 2px 15px;
        color:#000;
    }
.past-panel {
    border-radius: 10px;
    border: solid 0.5px #d2d2d2;
    background-color: #fff;
    margin-bottom: 8px;
}
.past-header {
    display: block;
    position: relative;
    padding: 7px 15px;
}
    .past-header > h1 {
        font-size: var(--font-size-lg);
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        /*  color: #000;*/
        color: #068cb0;
        margin: 0;
    }
.past-body {
    display: block;
}
.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 > ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 0 8px;
}
.eh-body {
    padding: 6px;
}
.eh-panel {
    border-radius: 4px;
    border: solid 0.5px #d2d2d2;
    background-color: #fff;
    /*padding: 6px 12px 12px 12px;*/
    margin-bottom: 8px;
}
.usc-remarks {
    font-size: var(--font-size-md) !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #6f6f6f !important;
}
.usc-mvalues {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-left: 10px;
    margin-right: 5px;
}
.chart-panel {
    display: block;
    position: relative;
    clear: both;
    border: 1px solid #ddd;
    margin-bottom: 6px;
}
.chart-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fcf3e9 !important;
}
.chart-heading > h1 {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding: 4px;
    border-left: 3px solid #c5771b;
    margin: 0;
}
.chart-body {
    padding: 4px;
}
.time-active {
    color: #068cb0 !important;
}
/*--------------------------------------Footer------------------------------------*/

.us-signoff {
    background-image: linear-gradient(to bottom, #5cb85c, #358635);
    color: #fff !important;
}
/*--------------------------------------Table--------------------------------------*/
.eh-table {
    margin: 0;
    max-width: 100%;
    background-color: transparent;
    width: 100%;
}
.eh-table > tbody > tr > th,
.eh-table > tbody > tr > td {
    padding: 8px 0;
    position: relative;
}
.eh-table-dryevaluation > tbody > tr > th,
.eh-table-dryevaluation > tbody > tr > td {
    padding: 2px 0;
    position: relative;
}
.eh-table > tbody > tr > th {
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    background-color: transparent;
    background: transparent;
}
.eh-table > tbody > tr > td.eh-ou,
.eh-ou {
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #e86868 !important;
    /*width: 30px;*/
}
.eh-table > tbody > tr > td.eh-od,
.eh-od {
    font-size: var(--font-size-md) !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #07a0d4 !important;
    /*width: 30px;*/
}
.eh-table > tbody > tr > td.eh-os,
.eh-os {
    font-size: var(--font-size-md);
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #5cb85c !important;
    /*width: 30px;*/
}
.eh-table > tbody > tr > td.eh-value,
.eh-value {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    /*color: #6f6f6f;*/
    color: #000;
}
.eh-table > tbody + tbody {
    border-top: 1px solid #dcdcdc;
}
.us-od {
    border-radius: 5px;
    background-color: #CCEBF6 !important;
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 0 6px;
}
.us-os {
    border-radius: 5px;
    background-color: #C2DFD9 !important;
    font-size: var(--font-size-lg);
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 0 6px;
}
.us-ou {
    border-radius: 5px;
    background-color: #F19398 !important;
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 0 6px;
}
.us-table > thead > tr > th,
.us-table > tbody > tr > th {
    border-radius: 5px;
    background-color: #e5e5e5;
    padding: 7px 5px;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
}

.us-table > tbody > tr > td > input,
.us-form {
    border-radius: 5px;
    border: solid 0.5px #d2d2d2;
    background-color: #f9f9f9;
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    padding: 6px 5px;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: 100%;
}
.eh-header > h1 > a {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #07a0d4;
    margin-left: 15px;
}
.popoup-table {
    margin: 0;
}
.popoup-table > tbody > tr > td,
.popoup-table > tbody > tr > th {
    padding: 8px 5px;
    border-bottom: 0.5px solid #d2d2d2;
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    background-color: transparent !important;
}
.popoup-table > tbody > tr:first-child > td,
.popoup-table > tbody > tr:first-child > th,
.popoup-table > tbody > tr:last-child > td,
.popoup-table > tbody > tr:last-child > th {
    border: none !important;
}
div.mimose {
    width: 16px !important;
    height: 16px;
    display: block;
    width: auto;
    border-radius: 100px;
    cursor: pointer;
}
.ros-table > tbody > tr > td,
.ros-table > tbody > tr > th {
    padding: 2px 2px !important;
    font-size: var(--font-size-md);
}
.ros-input,
.ros-input  {
    padding: 3px 5px !important;
    font-size: var(--font-size-md);
}
.ros-select,
.ros-select:focus {
    padding: 1.6px 5px !important;
}
.ros-table > tbody:first-child + tbody {
    border-top: none !important;
}
.ros-table > tbody > tr > td > .heading-conticn {
    display: none;
}
.ros-table > tbody > tr:hover > td > .heading-conticn {
    display: flex;
    align-items: center;
}
.ros-table > tbody > tr > td > span.eh-value {
    line-height: 2.1;
}
.text-medicine {
    vertical-align: top;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
ul.meical-ul {
    margin-bottom: 0;
}
ul.meical-ul > li {
    list-style: none;
    vertical-align: top;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.pastvisit-table {
    margin: 0 !important;
    width: 100%;
}
.pastvisit-table > tbody > tr > th {
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: 20%;
    padding: 2px 0;
    vertical-align: top;
}
.pastvisit-table > tbody > tr > td {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 3px 10px;
}
.pastvisit-table > tbody > tr > td > label {
    line-height: 0 !important;
}
.insidepast-table > tbody > tr > td {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 0;
    vertical-align: top;
}
/*-------------------------9 Gaze EValution-----------------------*/
.gaze-evalution,
.us-table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 5px;
}
.gaze-evalution > tbody > tr > td,
.us-table > tbody > tr > td {
    position: relative;
}
.gaze-evalution > tbody > tr > td > input {
    border-radius: 5px;
    border: solid 0.5px #d2d2d2;
    background-color: #e6e6e6;
    font-size: var(--font-size-lg);
    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: var(--font-size-md);
    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;
}
.eh-table > tbody > tr > td > label {
    line-height: 1.5 !important;
}
/*----------------------------------------------------------------*/
.ros-disply {
    display: flex;
}
.ros-ulliist {
    margin: 0;
}
.ros-ulliist > li {
    clear: both;
    list-style: none;
    display: block;
}
.ros-ulliist > li > a {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
    padding: 8px 10px;
}
.ros-ulliist > li > a > i {
    float: right;
}
.ros-ulliist > li.active > a {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
}
.ros-ulliist > li:hover > a {
    background-color: #eee9e9
}
/*------------------------------Buttons-----------------------------------*/
.btn-discard-us,
.btn-discard-us:focus {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #ff9f9f, #e86868);
    color: #fff;
}
.btn-save-us-outline,
.btn-save-us-outline:focus {
    background-color: #fff;
    border: 1px solid #07a0d4;
    color: #07a0d4;
}
.btn-save-us,
.btn-save-us:focus {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
    border: 1px solid #068cb0;
}
.btn-orders-save,
.btn-orders-save:focus {
    border-radius: 5px;
    background-color: #72B4A6 !important;
    color: #fff;
    border: 1px solid #72B4A6;
}
.btn-clear-us,
.btn-clear-us:focus {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #eea236, #f0ad4e);
    color: #fff;
}
.btn-clear-us:hover {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #f0ad4e, #eea236);
    color: #fff;
}
.btn-discard-us:hover {
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #e86868, #ff9f9f);
    color: #fff;
}

.btn-save-us:hover {
    border-radius: 5px;
    background-image: linear-gradient(to bottom,#068cb0, #07a0d4);
    color: #fff;
}
.btn-orders-save:hover {
    border-radius: 5px;
    background-color: #72B4A6;
    color: #fff;
}
/*------------------------------Buttons End-----------------------------------*/
/*----------------------------------Images-----------------------------------------*/
.us-icon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.care-icons {
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin: auto;
}
.final-icons {
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.files-info {
    background-image: url(../img/consultation/files-info.svg);
}
.plusicon {
    background: url('../img/us-consultation/plusicon.svg');
}
.feather-chevron-down {
    background: url('../img/us-consultation/feather-chevron-down.svg');
    background-position: center;
}
.vip {
    background: url('../img/us-consultation/vip.svg');
}

.chekin {
    background: url('../img/us-consultation/chekin.svg');
}

.Walkin {
    background: url('../img/us-consultation/Walkin.svg');
}
.close-red {
    background: url('../img/close-red.svg');
}

.app-close {
    background: url('../img/us-consultation/app-close.svg');
}
.wheelchair {
    background: url('../img/us-consultation/wheelchair.svg');
}

.oxygen-mask {
    background: url('../img/us-consultation/oxygen-mask.svg');
}
.adviced-arrow {
    background: url('../img/us-consultation/adviced-arrow.svg');
}
.upcomingprofile-add {
    background: url('../img/us-consultation/upcomingprofile-add.svg');
}
.online {
    background: url('../img/us-consultation/online.svg');
}
.plus-icon-us {
    background: url('../img/us-consultation/plus-icon.svg');
}
.edit-icon-us {
    background: url('../img/us-consultation/edit-consultation-icon.svg');
}
.menu-icon-us {
    background: url('../img/us-consultation/menu-button.svg');
}
.minus-icon-us {
    background: url('../img/us-consultation/minus-icon.svg');
}

.arrow-down-circle-icon {
    background: url('../img/us-consultation/down-color-icon.svg');
}

.bill-pay {
    background: url('../img/us-consultation/bill-pay.svg');
}
.bill-print {
    background: url('../img/us-consultation/bill-print.svg');
}

.assessments-uslist {
    margin: 0;
}
.assessments-uslist > li {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
    border-bottom: 1px solid #b2e7ff;
    padding: 12px;
    cursor: pointer;
}
.assessments-uslist > li.active {
    color: #068cb0 !important;
    background-color: #fff !important;
    cursor: context-menu;
}
.assessments-uslist > li > div > label {
    display: block;
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    margin-bottom: 5px;
}
.SNOMED-CT {
    background-color: #f9f9f9;
    padding: 8px;
    border-bottom: 1px solid #d2d2d2;
}
    .SNOMED-CT > label {
        font-size: var(--font-size-xl);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: left;
       /* color: #068cb0;*/
        color: #e86868;
    }
.bg-eye-location {
    background-color: #f1f1f1 !important;
    padding: 10px !important;
    /*display: flex;
    align-items: center;*/
}
.bg-eye-location > div {
    border-bottom: 1px solid #d2d2d2;
    padding: 5px 0;
}
.bg-eye-location > div > label {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-bottom: 5px;
}
.PIOS-list {
    margin: 0;
}
.PIOS-list > li {
    border: none !important;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 8px 0;
}
.newassessmentspopupuib {
    overflow: hidden;
}
.newassessmentspopupuib > .modal-dialog {
    width: 90%;
}
.newassessmentspopupuib > .modal-dialog > .modal-content {
    height: 85vh
}
.PIOS-list > li > .badge {
    background-color: transparent;
}
.PIOS-list > li > label {
    display: block;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
/*-------------------------------------------------------*/
.pastvisit-popup {
    background-color: #d2d2d2;
    padding: 5px;
    display: block;
    height: 100%;
    width: 300px;
    float: right;
    /*margin-top: 60px;*/
}
.pastvisit-tabs {
    /*display: flex;
    justify-content: space-between;*/
    margin-bottom: 7px;
}
.pastvisit-tabs > li:first-child > a {
    border-radius: 100px 0 0 100px;
}
.pastvisit-tabs > li:last-child > a {
    border-radius: 0 100px 100px 0;
}
.pastvisit-tabs > li:nth-child(2) > a {
    border-radius: 0 !important;
}
.pastvisit-tabs > li.active > a {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
}
.pastvisit-tabs > li > a {
    display: block;
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5 !important;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 5px 10px !important;
    background-color: #fff;
    border-radius: 0;
}
.visits-list > li {
    display: block;
    border-radius: 8px;
    background-color: #fff;
    /*padding: 5px 7px;*/
    cursor: pointer;
    margin-bottom: 5px;
}
.opot-main {
    border-radius: 8px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    padding: 5px 6px;
}
.op-pasvist {
    box-shadow: 0px 1px #bbe2b8;
}
.dates-visitpast {
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 12px;
    border-radius: 7px 7px 0 0;
}
.doho-pastvisits {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 12px;
    border-radius: 0 0 7px 7px;
}
.doho-pastvisits > div > label {
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
}
.doho-pastvisits > div > p {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin-bottom: 0;
}
.visits-list > li.active > .dates-visitpast {
    background: #35ACD1;
}
.visits-list > li.active > .doho-pastvisits {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff !important;
}
.visits-list > li.active > .doho-pastvisits > div > label,
.visits-list > li.active > .doho-pastvisits > div > p ,
.visits-list > li.active > .dates-visitpast > span {
    color: #fff !important;
}
.ulregister-tabs > ul {
    margin-bottom: 0;
    /*margin-top: 15px;*/
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    margin-right: 7px;
    margin-left: 7px;
    border-radius: 7px 7px 0 0;
    margin-left: 0;
}
.ulregister-tabs > ul > li {
    display: inline-block;
}
.ulregister-tabs > ul > li > a {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    padding: 6px 10px;
    display: block;
}
.ulregister-tabs > ul > li.active > a {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
    border-radius: 0;
}
/*--------------------------------Addons------------------------------------*/
.hp-zerort:after {
    position: absolute;
    top: 0px;
    content: "o";
    right: 2px;
    font-size: var(--font-size-xs);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.DNF-checkbox {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.DNF-checkbox > li {
    margin-right: 8px;
    list-style: none;
    margin-bottom: 5px;
}
.extexaminpopotemplcss {
    width: 550px;
    max-width: 550px !important;
    /*height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;*/
    display: block;
    margin-top: 0 !important;
}
.bg-mild {
    /*background-image: linear-gradient(to bottom, #008b86, #1d5558);*/
    border: 1px solid #068cb0;
}
.bg-moderate {
    /*background-image: linear-gradient(to bottom, #07a0d4, #068cb0);*/
    border: 1px solid #068cb0;
}
.bg-sever {
    /*background-image: linear-gradient(to bottom, #ff9f9f, #e86868);*/
    border: 1px solid #e86868;
}
.bg-mild:hover,
.bg-mild.active {
    background-image: linear-gradient(to bottom, #008b86, #1d5558);
    border: 1px solid #068cb0;
}
.bg-moderate:hover,
.bg-moderate.active {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    border: 1px solid #068cb0;
}
.bg-sever:hover,
.bg-sever.active {
    background-image: linear-gradient(to bottom, #ff9f9f, #e86868) !important;
    border: 1px solid #e86868;
}
.consultation-input {
    height: 26px !important;
    border-radius: 100px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 500;
    font-size: var(--font-size-md);
    background-color: #fff9d6 !important;
    border: 1px solid #e5dcad !important;
}
.p-2-25 {
    padding: 2px 25px !important;
}
.bg-roo {
    background-color: #edfaff;
}
.bg-assplans {
    border-radius: 15px 0 0 15px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    background-color: #edfaff !important;
}
.col-padding > .col-lg-6 {
    padding: 0 5px;
}
.us-consultation-tabs {
    display: inline-flex;
}
.us-consultation-tabs > li {
    display: flex;
}

.us-consultation-header {
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}
.us-appointment-tabs > ul {
    border-radius: 11px 11px 0 0;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    margin: 0;
    display: flex;
    align-items: center;
}
.us-appointment-tabs > ul > li {
    list-style: none;
    display: block;
}
.us-appointment-tabs > ul > li > a {
    display: block;
    padding: 8px 18px;
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    position: relative;
    background: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
}
.us-appointment-tabs > ul > li.active > a {
    background: linear-gradient(to bottom, #646480, #2d2d47);
    color: #fff;
}
.us-appointment-tabs > ul > li.add-appt-choose > a {
    background: linear-gradient(to bottom, #07a0d4 0%, #068cb0 100%);
}
.us-appointment-tabs > .tab-content {
    background-color: #f5f5f5;
}
.us-consultation-tabs > ul {
    border: 1px solid #CDCDCD;
    background-color: #fff;
    margin: 0;
    display: flex;
    border-radius: 100px;
    padding: 4px 4px;
}
.us-consultation-tabs > ul > li {    
    display: inline-block;
    list-style: none;
}
.us-consultation-tabs > ul > li > a {
    display: block;
    padding: 2px 12px;
    font-size: var(--font-size-md);
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
    position: relative;
    border-radius: 100px;
}
.us-consultation-tabs > ul > li.active > a {
    background-color: #1D5558;
    color: #fff;
}
.past-visits-round {
    border-radius: 6px;
    background-color: #fff;
    padding: 6px;
}

.arrow-menu {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.arrow-menu > li {
    list-style: none;
    display: flex;
    position: relative;
    align-items: center;
    -webkit-box-flex: 1;
    box-sizing: border-box;
    flex: 1;
}
.arrow-menu > li > a {
    align-items: center;
    display: flex;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.1;
    letter-spacing: normal;
    text-align: left;
    color: #868686;
   /* padding: 5px 12px;*/
    padding: 5px 8px;
    position: relative;
    justify-content: center;
    border-bottom: 1.977px solid #868686; 
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}
.arrow-menu > li > a > i {
    font-size: var(--font-size-3l);
    line-height: 25px;
}
.arrow-menu > li.active > a {    
    border-bottom: 1.977px solid #1D5558;
    background: #1D5558;
    color: #fff;
}
.arrow-menu-complete > a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom, #5cb85c, #358635);
    color: #fff !important;
}
.arrow-menu-hostory > a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
    color: #fff !important;
}
.arrow-menu-unsignoff > a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to bottom, #e86868, #ff9f9f);
    color: #fff !important;
}
/*Header*/
.checkedin-summary {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color:#fff;
}

.summary-dropdown span {    
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.summary-edit {
      font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-md) !important;
    font-weight: normal !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f !important;
}
.Final-Orders > li > span, 
.Final-Orders > td > span {
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.Final-Orders > td > span {
    font-size: var(--font-size-md);   
}
.upcmng-appt{
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}
.pastvisit-img img {
    width: 100% !important;
    height: 100px !important;
    background: no-repeat;
    object-fit: contain;
    border:none !important;
}
.list-none {
    list-style:none !important;
}
/*--------------Files----------------*/

.nodata-text,
.nodata-txt-line2 {
  font-size: var(--font-size-5l);
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.91;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.nodata-txt-line2 {
    font-size: var(--font-size-xl) !important;
    color: #6f6f6f !important;
    font-weight: normal !important;
}

.text-header-color > h1 {
    color: #068cb0 !important;
    font-size: var(--font-size-lg) !important;
}

.back-to-normal {
    padding: 26px 10px !important;
    padding-top: 10px !important;
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0) !important;
}

.table-alignement > thead > tr > th {
    text-align: center !important;
    font-weight: 700 !important;
}
.bg-f3f3f3 {
    background-color:#f3f3f3 !important;
}
/*------------------------------ Book Appointment ---------------------------------*/

.appointment-patient-color {
    background-color: rgba(34, 119, 234, 0.17) !important;
    padding: 7px !important;
    border-radius: 4px 4px 0px 0px !important;
}
    .appointment-patient-color > h1 {
        color: #347bca !important;
        font-weight: 700;
        font-size: var(--font-size-lg);
    }

.appointment-group {
    margin-bottom: 5px;
    display: block;
    position: relative;
}
.appointment-group > label {
    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: #007092;
    text-transform: capitalize;
}
.appointment-group > input,
.appointment-group > select,
.appt-form-ctrl {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-image: initial !important;
    border-bottom: 1px solid rgb(190, 190, 190) !important;
    border-radius: 0px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    display: block;
    letter-spacing: inherit;
    width: 100%;
    height: 26px;
    min-height: 26px;
    padding: 1px 0px;
    font-size: var(--font-size-md);
    line-height: 1.42857;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    font-weight: 600;
    appearance: textfield;
    box-sizing: border-box !important;
}
.bg-eeee {
    background-color: #eeeeee !important;
}
.bg-d9d9d9 {
    background-color: #D9D9D9 !important;
}
.height-120 {
    height:120px !important;
}
.proflie-group label {
    font-size: var(--font-size-xl);
    font-weight: 500;
    text-align: left;
    color: #007092;
    text-transform:capitalize;
}
.proflie-group > input, .proflie-group > select, .appt-form-ctrl {
    border: solid 1px #d0d0d0;
    border-radius: 3px !important;
    display: block;
    letter-spacing: inherit;
    width: 100%;
    height: 35px;
    min-height: 35px;
    font-size: var(--font-size-xl);
    line-height: 1.42857;
    font-weight: 600;
}
.table-prescription {
    margin: 0;
    border: 1px solid #d2d2d2;
}
.table-prescription > thead > tr > th {
    background-color: #f5f5f5;
    padding: 2px !important;
    font-weight: 600;
    border-bottom: none !important;
}
.table-prescription > tbody > tr > td {
    border-bottom: 1px solid #d2d2d2;
    padding: 2px !important;
}

.ROS-flex-flow {
    display: flex;
    flex-flow: wrap;
}
.ROS-flex-flow > .eh-panel {
    margin-left: 8px;
    margin-bottom: 5px;

}
.border-right-1 {
    border-right: 1px solid #909090 !important;
}
.bg-fff3ca {
    background-color: #fff3ca !important;
}
.pluginehnotepopup > .modal-dialog {
    width: 90%;
    margin-top: 65px !important;
}
.upload-list {
    display: block;
}
.upload-list > img {
    width: 100%;
    height: 120px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #b1b1b1;
}
.profile-status-worked {
    border-radius: 2px;
    background-color: #d7f5e5;
    padding: 1px 4px;
    color: #0f5831;
    font-weight: 600;
    font-size: var(--font-size-md);
}
.profile-status-notworked {
    border-radius: 2px;
    background-color: #f5d7ddb8;
    padding: 1px 4px;
    color: #a10000 !important;
    font-weight: 600 !important;
    font-size: var(--font-size-md);
}
.btn-profile-status {
    padding: 15px !important;
    line-height: 0px !important;
    margin: 10px !important;
    border-radius: 6px !important;
}
.two-sections,
.three-sections,
.four-sections,
.five-sections {
    display: flex;
    grid-gap: 4px;
    flex-wrap: wrap;
}
.six-sections {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
}
.three-sections > div,
.three-sections > li {
    width: calc(100% * (1/3) - 3px - 0px);
}
.two-sections > .profile-section,
.two-sections > div,
.two-sections > li {
    width: calc(100% * (1/2) - 2px - 0px);
}
.four-sections > div {
    width: calc(100% * (1/4) - 4px - 0px);
}
.five-sections > div {
    width: calc(100% * (1/5) - 4px - 0px);
}
.six-sections > div {
    width: calc(100% * (1/6) - 10px - 0px);
}
.profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    border-bottom: 1px solid #d7d7d7;
}
.profile-header > h1 {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
}
.profile-body {
    padding: 4px;
}
.doctor-info-text {
    display: flex;
    align-items: center;
    justify-content: end;
    grid-gap: 8px;
}
.doctor-info-text > li {
    list-style: none;
}
.patient-notes-section {
    margin: 0;
    display: block;
}
.patient-notes-section > li {
    list-style: none;
    background-color: #fff7df;
    border: 1px solid #e1e1e1;
    padding: 4px;
    margin-bottom: 4px;
}
.patient-notes-section > li > p {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2c2c2c;
}
.appointment-vsts-history {
    background-color: #ececec;
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 4px 4px 0 0;
    justify-content: space-between;
}
.appointment-vsts-history > h1 {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
}
.appointment-vsts-list,
.past-visits-list {
    margin: 0;
    display: block;
    /*border: 1px solid #d2d2d2;*/
}
.appointment-vsts-list > li {
    background-color: #fff;
    border: 1px solid #E4E4E4;
    margin: 4px;
    padding: 12px;
    position: relative;
    cursor: pointer;
    display: block;
    color: #1d5558;
    border-radius: 6px;
}
.appointment-vsts-list > li {
    list-style: none;
}
.past-visits-list > li > a {
    background-color: #fff;
    border-bottom: 1px solid #d2d2d2;
    margin: 4px;
    padding: 12px;
    position: relative;
    cursor: pointer;
    display: block;
    color: #1d5558;
    border-radius: 6px;
}

.appointment-vsts-list > li.active {
    background-color: #C2DFD9;
    border-radius: 6px;
}
.past-visits-list > li > a.active {
    background-color: #1d5558;
    color: #fff;
}
.appointment-vsts-list > li  >  p {
    font-size: var(--font-size-xl);
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-top: 7px;
    margin-bottom: 7px;
}
.appointment-vsts-list > li > span {
    background-color: #F2F2F2;
    color: #000;
    font-size: var(--font-size-md);
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 6px;
    margin-right: 5px;
}
.appointment-vsts-list > li.active > span {
    background-color: #fff;
}
.checkin-button {
    border-radius: 4px;
    border: 1px solid #34b698;
    border-radius: 4px;
    color: #000;
    background-color: #fff;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding: 0px 14px;
}
.checkin-button.active {
    background-color: #34b698;
    color: #fff;
}
.checkin-button.complete {
    background-color: #068cb0;
    color: #fff;
}
.slots-colorcodes {
    margin: 0;
    display: flex;
    grid-gap: 6px;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
}
.slots-colorcodes > li {
    display: flex;
    grid-gap: 2px;
    align-items: center;
    justify-content: flex-start;

}
.slots-colorcodes > li > span {
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #d2d2d2;
}
.bg-partially-available {
    background: #FABE2C !important;
    color: #000 !important;
}
.bg-max-slots {
    background: #FF5151 !important;
    color: #fff !important;
}
.bg-not-avaliableslots {
    background: #A7A7A7 !important;
    color: #fff !important;
}
/*active menu cases*/

.arrow-menu > li > a.active {
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
    color: #fff !important;
    font-size: var(--font-size-md) !important;
}
.consultation-body {
    padding: 6px;
}
.ros-summary-list {
    margin: 0;
    display: block;
}
.ros-summary-list > li {
    list-style: none;
}
.ros-summary-list > tbody > tr > td,
.ros-summary-list > tbody > tr > th,
.ros-summary-list > tbody > tr > td > b,
.ros-summary-list > tbody > tr > td > span,
.ros-summary-list > tbody > tr > td > span > b,
.ros-summary-list > tbody > tr > td > b > span,
.ros-summary-list > tbody > tr > td > b {
    font-size: var(--font-size-xl) !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
}
.diagnosis-assessments-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 8px;
}
.diagnosis-assessments-list > li {
    list-style: none;
    width: 18%;    
    position: relative;    
    padding: 4px 24px 4px 4px;    
    background-color: #eee;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.diagnosis-assessments-list > li.active,
.diagnosis-assessments-list > li.active > span {
    background-color: #1d5558;
    color: #fff;
}
.diagnosis-assessments-list > li > span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    font-size: var(--font-size-xl);
}
.diagnosis-assessments-list > li > a {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 0;
    margin: auto 0;
    width: 20px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    padding: 2px;
    border-radius: 4px;
}
.close-popoexamination {
    z-index: 8;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}
.counsler-remarks li {
    background: #f1f1f1;
    padding: 4px 10px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}
.referral-section {
    background-color: #e5e5e5;
    display: block;
    padding: 0;
}
.chart-section-header {
    display: flex;
    align-items: center;
    grid-gap: 4px;
    padding: 0;
}
.chart-left-tabs {
    margin: 0;
    display: block;
    width: 100%;
    overflow-y: auto;
    direction: rtl;
    -moz-box-shadow: 2px 3px 3px #eeeeee;
    -webkit-box-shadow: 2px 3px 3px #eeeeee;
    box-shadow: 2px 3px 3px #eeeeee;
}
.chart-left-tabs::-webkit-scrollbar,
.patientsearchclass-content > ol::-webkit-scrollbar {
    width: 4px;
    background-color: #d2d2d2;
}
.chart-left-tabs > li {
    list-style: none;
    background-color: #FFFFFF;
}
.chart-left-tabs > li > a {
    display: block;
    text-align: center;
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}
.chart-left-tabs > li > a.active {
    background-color: #1d5558;
    color: #fff;
}
.chart-left-tabs > li > a > i {
    display: block;
    margin-bottom: 3px;
}
.bg-left-color {
    background-image: linear-gradient(to bottom, #646480, #2d2d47) !important;
}
.referal-letter-list-actions {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.referal-letter-list-actions > li {
    list-style: none;
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.referal-letter-list-actions > li > a {
    font-size: var(--font-size-md);
    font-weight: 500;
    line-height: 16px;
    color: #000;
}
.referal-letter-list-actions > li > a > img {
    width: 22px;
    height: 22px;
}
.chart-section-header > h1 {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.92;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 0;
}
.referral-section-body {
    background-color: #FAFAFA;
    padding: 4px;
}
.referal-summary {
    /*border: 1px solid #adadad;*/
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}
.referal-summary  > ul {
    display: flex;
    grid-gap: 6px;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    padding: 6px 10px;
}
.referal-summary  > ul > li {
    list-style: none;
}
.referal-summary > ul > li > b {
    font-size: var(--font-size-3l);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.referal-summary > ul > li > b > span {
    font-size: var(--font-size-3l);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.referral-table {
    width: 100%;
    background-color: #fff !important;
    border: 1px solid #d2d2d2;
}
/*.referral-table > tbody {
    border: 1px solid #d2d2d2;
}*/
.referral-table > tbody > tr > td,
.referral-table > tbody > tr > th {
    /*padding: 8px 6px;*/
    padding: 3px 6px;
    vertical-align: top;
}
.referral-table > tbody > tr > th {
    background-color: #fff;
}
.referral-table > thead > tr > th {
    padding: 2px 6px;
   /* background-color: #d9d9d9;*/
    /*font-size: var(--font-size-xl);*/
    font-size: var(--font-size-md);
    font-weight: 600;
    background-color:#fff;
    /*font-weight: 500;*/
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    border-bottom:2px solid #f2f2f2 !important;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}
.referral-table > thead > tr > th > h2 {
    margin: 0;
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    text-transform: capitalize;
}
.referal-container {
    display: block;
    /*  padding: 2px;*/
    padding: 0px;
   /* border: 1.5px solid #d8d8e0;*/
    margin-bottom: 5px;
    position: relative;
}
.referal-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    /*background-color: #e9f1f1;*/
    /* background-color: #e9f1f1 !important;*/
    background-color: #fff;
    /*border-radius: 0px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
   /* border-radius: 6px;*/
}
.referal-head:hover {
    background-color: #f9f9f9;
}
.referal-body {
    background-color: #fff;
    padding: 6px 8px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*  border-radius: 7px;*/
}
.referal-head > a,
.referal-head > h4 {
    font-size: var(--font-size-3l) !important;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #1d5558 !important;
    display: block;
    text-decoration: underline;
    margin: 0;
}
.table__style--16,
.table__style--19 {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    border:none;
}

.table__style--19 > thead > tr > th{
    background-color:#f2f2f2;
    padding:2px 6px;
}
    .table__style--19 > thead > tr > th > label {
        font-size: var(--font-size-lg);
        font-weight:500;
        color:#1d1d1d;
    }

.table__style--19 > tbody > tr > td{
    padding:3px 6px;
    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--16 > tbody > tr > td > table > tbody > tr > td > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > div > ul > li > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > span > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > span > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > article > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > p > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > small,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > small > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > small,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > p > span > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > p > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > p > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > article > span > b,
    .table__style--16 > tbody > tr > td > table > thead > tr > th > b,
    .table__style--16 > tbody > tr > td > table > thead > tr > th > label,
    .table__style--16 > tbody > tr > td > b,
    .table__style--16 > tbody > tr > td > small > b,
    .table__style--16 > tbody > tr > td > ul > li > small > b,
    .table__style--16 > tbody > tr > td > ul > li > span > b,
    .table__style--16 > tbody > tr > td > ul > li > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > ul > li > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > ul > li > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > article > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > p > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > ul > li > small,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > ul > li > small > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > small,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > p > span > label,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > ul > li > p > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > ul > li > p > b,
    .data__list > li > span > b,
    .data__list > li > small > b,
    .data__list > li > label {
        font-size: var(--font-size-lg);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 22px;
        letter-spacing: normal;
        text-align: center;
        color: #1d1d1d;
        margin: 0;
        text-transform: none;
    }
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > p,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > span,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > span,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > p,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > article > span,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > article > p,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > ul > li > b,
    .table__style--16 > tbody > tr > td > span > b,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > p,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > span,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > ul > li > span,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > ul > li > p,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > article > span,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > article > p,
    .table__style--16 > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > ul > li > b,
    .table__style--16 > tbody > tr > td > ul > li > p,
    .data__list > li > span > span,
    .data__list > li > span{
        font-size: var(--font-size-lg);
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 22px;
        letter-spacing: normal;
        text-align: left;
        color: #656565;
        margin: 0;
    }
.data__list {
    display: flex;
    flex-flow: wrap;
    gap: 5px 16px;
    margin: 0;
    align-items: center;
}
    .data__list > li {
        list-style: none;
        font-size: var(--font-size-lg);
        font-weight: 400;
        color: #656565;
        display: flex;
        align-items: center;
        grid-column-gap: 2px;
    }

.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,
.procedure-head-list > li > label {
    /* font-size: var(--font-size-md);
    font-weight: 800;*/
    font-size: var(--font-size-lg);
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin: 0;
    text-transform: none;
}
.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,
.procedure-head-list > li > span {
    /*font-size: var(--font-size-md);*/
    font-size: var(--font-size-lg);
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
  /*  color: #000000db;*/
    color: var(--color-656565);
    margin: 0;
}
.referral-table > tbody > tr > td > ul > li > b,
.referral-summary-list > li > b,
.referral-table > tbody > tr > td > p > span {
   /* font-size: var(--font-size-md);*/
    font-size: var(--font-size-lg);
    /*font-weight: 800;*/
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.referral-summary-list > li > small,
.referral-table > tbody > tr > td > ul > li > small,
.referral-table > tbody > tr > td > small {  
    font-size: var(--font-size-md);
    /*font-size: var(--font-size-xl);*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    margin: 0;
}
.referral-table > tbody > tr:nth-child(even) > td {
    background-color: #fff
}
.referral-table > tbody > tr > td:nth-child(2) {
    /*padding: 0 !important;*/
    vertical-align: middle;
}
.referral-summary-list {
    display: flex;
    align-items: center;
    grid-gap: 0px 18px;
    margin: 0;
    flex-flow: wrap;
}
.referral-summary-list > li {
    display: flex;
    grid-gap: 4px 6px;
    align-items: center;
    position: relative;
    flex-flow: wrap;
    /*font-size: var(--font-size-md);*/
    font-size: var(--font-size-xl);
    font-weight: 500;
    padding: 1px 0;
}
.procedure-head-list {
    display: flex;
    align-items: center;
    grid-gap: 4px 10px;
    margin: 0;
    flex-flow: wrap;
}
.procedure-head-list > li {
    display: flex;
    align-items: center;
    /*white-space: nowrap;*/
    position: relative;
    grid-gap: 0 5px;
}
.procedure-head-list > li:after {
    content: ",";
    font-size: var(--font-size-md);
    font-weight: 700;
    position: absolute;
    right: -8px;
    bottom: 0;
}
.procedure-head-list > li:last-child:after {
    content: "";
}
.anterior-four-column {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    flex-flow: wrap;
    margin: 8px 0 0 0;
}
.anterior-four-column > li {
    list-style: none;
    width: calc(100% * (1/3) - 5px - 0px);
    position: relative;
}
.anterior-four-column > li > a {
    display: block;
   /* background-color: #eeebeb;*/
    color: #000;
    font-size: var(--font-size-md);
    font-weight: 500;
    z-index: 1;
    padding: 6px 22px 6px 6px;
   /* border: 1px solid #d2d2d2;*/
}
.anterior-four-column > li > img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 3px;
    width: 18px;
    cursor: pointer;
    z-index: 2;    
    border-radius: 100px;
}
.anterior-four-column > li.active > a{
    background-color: #2d2d47;
    color: #fff;
}
.anterior-four-column > li:hover > a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
}
.referral-list-a > li > a {
    background-color: #f5f5f5;
    display: flex;
    padding: 5px 4px;
    align-items: center;
    justify-content: space-between;
    z-index: 38;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.referral-list-a > li > a:hover {
    background-color: #d2d2d2;
}
.referral-list-a > li > a > span {
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: #000;
}
.referal-container-main {
    /*padding: 4px;*/
    background-color: #f1f1f1 !important;
    background-color: #DDDDDD;
    /*border: 1px solid #000000;*/
    -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: 4px;
    padding: 4px;
    margin: 4px;
}
.paper-consultation::-webkit-scrollbar {
    width: 8px;
    border-radius: 100px;
    padding-left: 5px;
}

.form-control.icons-search,
.search-panel-input > input.icons-search {
    border: 0.669px solid #F6BB22 !important;
    background-color: #FFF9D6 !important;
    color: #4A4A4A !important
}
.assemntnav > .panel-group > .panel > .panel-collapse > .panel-body {
    padding: 0px !important;
}
.a4wh > .ta-scroll-window {
   /* width: 595px !important;*/
    /*min-height: 842px !important;*/
/*    height: 78vh !important;*/
    display: block;
    margin: auto;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}
.a4wh > .ta-scroll-window > .ta-bind {
    /*height: calc(100% - (20px + 30px));*/
    height: 100%;
}
.a4wh > div > .btn-group > button{
    padding: 6px 8px;
    line-height: 5px;
    height: 28px !important;
}
.a4wh > div > .btn-group > span {
    padding: 0 !important;
    border: none !important;
    height: 28px !important;
    margin: 0 6px !important;
}
.a4wh > div.ta-toolbar {
    display: flex;
    justify-content: center;
}
.text-values {
    /*color: rgb(197,17,98) !important;*/
    color: #E14A53 !important;
}
/*------------Email---------------*/
.emailpopop {
    border-radius: 6px;
    width: 42px;
    height: 42px;
    margin: auto;
    display: block;
    background-color: #E3F1EE;
    padding: 8px;
    margin-right: 10px;
    position: relative;
}
.emailpopop > a > i {
    font-size: 26px;
    display: block;
    margin: auto;
    color: #323232;
    text-align: center;
}
.emailpopop > a > span {
    position: absolute;
    top: 2px;
/*    left: -6px;
*/    left: -18px;
    border-radius: 100px;
    font-size: var(--font-size-md);
    padding: 1px 6px;
    background-color: #EE1B24;
    color: #ffffff;
    font-weight: 600;
    border: 1px solid #fff;
    right: 25px;
}
.emailpopop > ul {
    display: block;
    margin: 0;
    width: 186px;
    padding: 0 !important;
    right: 0;
    left: auto;
}
.emailpopop > ul > li {
    padding: 6px;
    border-bottom: 1px solid #d2d2d2;
    font-size: var(--font-size-md);
    font-weight: 600;
}
.emailpopop > ul > li > b {
    float: right;
    height: 18px;
    background-color: #2bbb94;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 2px 8px;
    line-height: 14px;
}
.addemails-list {
    margin: 8px 0;
    display: block;
}
.addemails-list > li {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
}
.addemails-list > li > input {
    padding: 6px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d2d2d2;
    background-color: #fff;
    margin-left: 14px;
    font-size: var(--font-size-md);
    font-weight: 500;
}
.addemails-list > li
.email-menu {
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
}
.email-menu > label {
    display: block;
    margin: 0;
    padding: 6px;
    background-color: #44a09e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--font-size-3l);
}
.email-menu > ul {
    margin: 0;
}
.email-menu > ul > li {
}
.email-menu > ul > li > a {
    display: flex;
    justify-content: space-between;
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 3px 4px 3px 18px;
    border-radius: 6px;
    align-items: center;
    border: 1px solid transparent;
    margin: 1px 0;
}
.email-menu > ul > li:hover > a {
    background-color: #fff;
    border: 1px solid #eaeaea;
}
.email-menu > ul > li > a > span {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 27px;
    letter-spacing: normal;
    color: #000;
    background-color: #d9d9d9;
    border-radius: 6px;
    text-align: center;
    height: 24px;
    min-width: 28px;
    padding: 0 8px;
}
.email-menu > ul > li > label {
    background-color: #ddd;
    font-size: var(--font-size-3l);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
    padding: 2px 8px;
}
.email-container {
    display: block;
    background-color: #fff;
}
.email-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
    padding: 4px;
}
.email-header > h1 {
  font-size: var(--font-size-5l);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #028783;
    margin: 0;
}
.email-body {
    display: block;
    padding: 4px;
}
.email-table {
    margin: 0;
}
.email-table > thead > tr > th {
    background-color: #d3fcfb;
    font-size: var(--font-size-xl) !important;
    line-height: 1 !important;
    color: #1d5554 !important;
    padding: 4px 6px !important;
}
.email-table > thead > tr > th > i {
    display: inline-block;
    cursor: pointer;
    color: #d0d0ce;
}
.email-table > tbody > tr > td {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.06px;
    text-align: left;
    color: #313131;
} 
.email-profile {
    display: flex;
    align-items: center;
}
.email-profile > span,
.email-profile > img,
.email-received-profile > img,
.email-received-profile > span {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: block;
    border: 1px solid #d2d2d2;
    font-size: var(--font-size-4l);
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 35px;
    letter-spacing: normal;
    text-align: center;
}
.email-profile > label {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.06px;
    text-align: left;
    color: #000;
}
.email-table > tbody > tr > td > a {
    background-color: #fff;
    width: 34px;
    height: 34px;
    display: inline-block;
    padding: 6px;
    border-radius: 6px;
    text-align: center;
    line-height: 2;
}
.tablegraph-summary {
    border-collapse: inherit !important;
    table-layout: initial !important;
}
.email-item-list {
    margin: 0;
    display: block;
}
.email-item-list > li {
    display: flex;
    grid-gap: 6px;
    align-items: center;
    border: 1px solid #eaeaea;
    border-bottom: none;
    padding: 4px 2px;
}
.email-item-list > li:hover {
    background-color: #f1f1f1;
}
.email-item-list > li > div > i {
    color: #989893;
    font-size: var(--font-size-3l);
}
.email-item-list > li > div > p {
    margin: 0;
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.06px;
    text-align: left;
    color: #000;
}
.email-item-list > li > div > h2,
.email-item-list > li > div > p {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 99%;
}
.email-item-list > li.active > div > h2 {
    font-weight: 600;
    color: #000;
}
.email-item-list > li.active > div > p {
    color: #004deb;
}
.email-item-list > li > div > h2 {
    margin: 0;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: -0.07px;
    text-align: left;
    color: #1b1b1b;
}
.email-item-list > li > div > h4 {
    margin: 0;
    font-size: var(--font-size-xs);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.05px;
    text-align: left;
    color: #737373;
}
.email-item-list > li > .email-select-hs > div.email-profile,
.email-item-list > li:hover > .email-select-hs > .email-checkbox {
    display: block;
}
.email-item-list > li > .email-select-hs {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.email-item-list > li > .email-select-hs > .email-checkbox,
.email-item-list > li:hover > .email-select-hs > div.email-profile {
    display: none;
}
.emaildate-view {
    background-color: #f1f1f1;
}
.emaildate-view > label {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: -0.06px;
    text-align: left;
    color: #000;
}
.mark-readunreadshow {
    display: flex;
    margin: 0;
    align-items: center;
}
.mark-readunreadshow > li:first-child > a {
    border-radius: 6px 0 0 6px;
}
.mark-readunreadshow > li:last-child > a {
    border-radius: 0 6px 6px 0;
}
.mark-readunreadshow > li {
    list-style: none;
}
.mark-readunreadshow > li > a {
    display: block;
    background-color: #d9d9d9;
    padding: 3px 12px;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border: 1px solid #d9d9d9;
}
.mark-readunreadshow > li.active > a {
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
}
.email-received-profile {
    display: flex;
    align-items: center;
}
.email-received-head {
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    justify-content: space-between;
}
.email-received-profile > ul {
    display: block;
    margin: 0 0 0 4px;
}
.email-received-profile > ul > li > p {
    margin-bottom: 4px;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.07px;
    text-align: left;
    color: #000;
}
.email-received-profile > ul > li > label {
    margin: 0;
    display: block;
    font-size: var(--font-size-xs);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.05px;
    text-align: left;
    color: #000;
}
.inbox-view-article {
    background-color: #fff;
    padding: 8px;
    /*border: 1px solid #d2d2d2;*/
    margin-top: 6px;
}
.inbox-view-article > article {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.06px;
    text-align: left;
    color: #000;
    margin: 6px 0
}
.inbox-view-actions {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.inbox-view-actions > li > button {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #424242;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
}
.inbox-view-actions > li > button > i {
    color: #0f6cbd;
    font-size: var(--font-size-md);
}
.inbox-view-attachments {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    flex-flow: wrap;
}
.inbox-view-attachments > li > p {
    display: flex;
    align-items: center;
    padding: 8px 7px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background-color: #fafafa;
   /* width: 160px;*/
   margin: 0;
}
.inbox-view-attachments > li > p > i {
    color: #212121;
    font-size: var(--font-size-md);
    padding: 0 14px;
}
.inbox-view-attachments > li > label {
    color: #000;
    font-size: var(--font-size-3l);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.inbox-view-attachments > li > a {
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 60px;
    border-radius: 5px;
    background: linear-gradient(180deg, #F2F2F2 0%, #E1E1E1 100%);
}
.inbox-view-attachments > li > span {
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.07px;
    text-align: left;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-left: 4px;
}
.rich-text-actions {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.rich-text-actions > li {
    list-style: none;
}
.rich-text-actions > li > button,
.rich-text-actions > li > select {
    border-radius: 6px;
    border: 0.3px solid #909090;
    background: #FFF;
    padding: 6px 12px;
    width: 100%;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 500;
}
.email-tabs {
    position: relative;    
}
.email-tabs > ul {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 4px solid #e3eded;
    padding: 10px 0;
}
.email-tabs > ul > li {
    position: relative;
    list-style: none;
}
.email-tabs > ul > li > a {
    border: none !important;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    padding: 10px 18px;
}
.email-tabs > ul > li.active > a,
.email-tabs > ul > li:hover > a,
.email-tabs > ul > li.active > a:hover {
    position: relative;
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000 !important;
    background-color: #fff;
}
.email-tabs > ul > li.active > a:after,
.email-tabs > ul > li:hover > a:after,
.email-tabs > ul > li > a:hover:after {
    background-color: #28acb4 !important;
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
}
.ccaTemplates {
    z-index: 999999 !important;
    background-color: transparent;
    overflow-x: hidden;
}
.ccaTemplates > .modal-dialog {
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 !important;
}
.appt-visits-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 6px;
    margin: 0;
    line-height: 3;
}
.appt-visits-list > li {
    list-style: none;
}
.appt-visits-list > li.active > a {
    background-image: linear-gradient(to bottom, #07a0d4 0%, #068cb0 100%);
    color: #fff;
}
.appt-visits-list > li > a {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 4px 8px;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.07px;
    text-align: left;
    color: #000;
    border-radius: 6px;
}
@-webkit-keyframes cdsiconblink {
    0%, 49% {
        background-color: rgb(255, 201, 84);
        border: 3px solid #DFAB3A;
    }

    50%, 100% {
        background-color: #fff;
        border: 3px solid #fff;
    }
}
.checklist-ulli {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 2px;
}
.checklist-ulli > li {
    list-style: none;
    padding: 6px 8px;
    width: calc(100% * (1/2) - 2px - 0px);
    /*background-color: #e5e5e5;*/
}
.checklist-ulli > li > span {
    float: right;
    font-size: var(--font-size-md);
    color: #000;
}
.cons-eddl-horizontal {
    margin: 0;
    border-radius: 6px;
    margin-left: auto;
  /*  border: 1px solid #d2d2d2;*/
    overflow: hidden;
}
.cons-eddl-horizontal > li {
    padding: 2px 6px;
    text-align: center;
    background-color: #fff;
 /*   display: block;*/
 display:flex;
 grid-gap:10px;
}
.cons-eddl-horizontal > li > a {
    display: block;
    text-align: center;
}
.referral-table > tbody > tr > td > div > .cons-eddl-horizontal,
.asc-summary-pre-table > tbody > tr > td > div > .cons-eddl-horizontal,
.asc-adding-table > tbody > tr > td > div > .cons-eddl-horizontal {
    display: none;
}
.referral-table > tbody > tr:hover > td > div > .cons-eddl-horizontal,
.asc-summary-pre-table > tbody > tr:hover > td > div > .cons-eddl-horizontal,
.asc-adding-table > tbody > tr:hover > td > div > .cons-eddl-horizontal {
    /* display: block;*/
    display: flex;
}
.cons-eddl {
    margin: 0;
    border-radius: 6px;
    margin-left: auto;
    width: 30px;
    display: none;
}
.drawingpad-img-show > li > i,
.drawingpad-img-show-new > li > i {
    display: none;
}
.drawingpad-img-show > li:hover > i,
.drawingpad-img-show-new > li:hover > i {
    display: inline-block;
}
.referral-table > tbody > tr:hover > td > .cons-eddl {
    display: block;
}
.cons-eddl > li {
    display: block;
    padding: 2px 1px;
    text-align: center;
    background-color: #fff;
}
.cons-eddl > li:first-child {
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: none;
}
.cons-eddl > li:last-child {
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}
.cons-eddl > li > a {
    display: block;
    text-align:center;
}
.examination-popover-popup > .modal-dialog > .modal-content {
    width: 650px;
    left: auto;
    right: 0;
    margin-left: auto;
    bottom: 0;
    top: 150px;
    border-radius: 0 !important;
}
.examination-popover-popup > .modal-dialog {
    width: 100%;
}

.referal-head-lb {
    position: sticky;
    border-bottom: 1.5px solid #ededed;
    top: 0;
    z-index: 9;
    /*z-index: 10;*/
}
.referal-head-lb > a {
    padding-left: 8px !important;
    text-decoration: none !important;
    color: #1d5558 !important;
    font-weight:700;
}
.customassessmentspopup {
    z-index: 99999 !important;
    background: rgba(51, 170, 51, 0.2);
    overflow-x: hidden;
    overflow-y: hidden;
}
.customassessmentspopup > .modal-dialog {
    margin-left: auto;
    margin-right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 45%;
    overflow-x: hidden;
}
.customassessmentspopup > .modal-dialog > .modal-content {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 100vh;
}
.customassessmentspopupback {
    z-index: 99991 !important;
}



.customimgmanagementpopup {
    z-index: 99999 !important;
    background: rgba(51, 170, 51, 0.2);
    overflow-x: hidden;
    overflow-y: hidden;
}

    .customimgmanagementpopup > .modal-dialog {
        margin-left: auto;
        margin-right: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        width: 100%;
        overflow-x: hidden;
    }

        .customimgmanagementpopup > .modal-dialog > .modal-content {
            border-radius: 0 !important;
            box-shadow: none !important;
            height: 100vh;
        }

.customimgmanagementpopupback {
    z-index: 99991 !important;
}
.dashboard-info img {
position: absolute;
    top: 5px;
    bottom: 0;
    /* left: 0; */
    right: 27px;
    width: 16px;
}
.pachymetry-avg > tr > td {
    background-color: #dbf0f5 !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;
}

.referral-table-ros > tbody > tr,
.table__style--16 > tbody > tr {
    border-bottom: 2px solid #F2F2F2 !important;
}

    .referral-table-ros > tbody > tr:last-child,
    .table-assessments-open > tbody > tr:last-child,
    .table__style--16 > 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;
    }
    .table__style--16 > tbody > tr > td:first-child::after,
    .table__style--16 > tbody > tr > td >.referral-table-examnation > tbody > tr > td::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #F2F2F2;
        width: 1px;
        margin: 4px 0;
    }
    .table__style--16 > tbody > tr > td:first-child{
        padding:5px;
    }
    .table__style--16 > tbody > tr > td > label {
        font-size: 13px;
        font-weight: 600;
        line-height: normal;
        color: #1d1d1d;
        text-align: left;
    }

    .referral-table-ros > tbody > tr > td,
    .table-assessments-open > tbody > tr > td,
    .table__style--16 > tbody > tr > td {
        position: relative;
    }

.referral-table-examnation > 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{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 2px;
    margin: 4px 0;
}

.referral-table-examnation > 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:500 !important;
    font-size:var(--font-size-lg);
    text-align: left;
}
.referral-table-examnation > tbody > tr:last-child {
border-bottom: none !important;
}
.referral-table > thead > tr > th > label,
.referral-table > tbody > tr > th > label {
    font-weight: 500;
    color: #1D1D1D;
    font-size: var(--font-size-lg);
}
.patientsearchclass-content {
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
}
.patientsearchclass-content > input {
    background-color: #F2F2F2;
    border-radius: 6px;
    padding: 6px;
    border: none;
    width: 100%;
    text-align: center;
    font-size: var(--font-size-md);
    font-weight: 500;
}
.patientsearchclass-content > ul {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.patientsearchclass-content > ul > li {
    list-style: none;
    flex: 1;
}
.patientsearchclass-content > ul > li > button {
    background-color: #F2F2F2;
    color: #000;
    font-size: var(--font-size-md);
    font-weight: 500;
    outline: none;
    border-radius: 6px;
    padding: 3px 6px;
    outline: none;
    width: 100%;
    display: block;
    border: none;
    outline: none;
}
.patientsearchclass-content > ul > li.active > button {
    background-color: #1d5558;
    color: #fff;
}
.patientsearchclass-content > ol {
    margin: 0;
    max-height: 40vh;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.patientsearchclass-content > ol > li {
    list-style: none;
    flex: 1;
    display: flex;
    padding: 6px;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    cursor: pointer;
}
.patientsearchclass-content > ol > li:hover {
    background-color: #e6f9f9;
}
.patientsearchclass-content > ol > li > div > p {
    margin-bottom: 4px;
    font-size: var(--font-size-3l);
    font-weight: 800;
    color: #1d5558;
}
.patientsearchclass-content > ol > li > div > span {
    font-size: var(--font-size-md);
    font-weight: 600;
    color: #1d5558;
    padding-right: 4px;
    border-right: 1px solid #d2d2d2;
}
.patientsearchclass-content > ol > li > div > label {
    font-weight: 600;
    font-size: var(--font-size-md);
    color: #1d5558;
    line-height: 1.5;
}
.patientsearchclass-content > ol > li > div > span:last-child {
    border: none;
}
.spaceellepies {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding-right: 13px;
}
.orders-right-table {
    width: 100%
}
.orders-right-table > thead > tr > th {
    background-color: #EAEAEA;
    border-bottom: none;
    text-align: center;
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 4px 8px;
}
.orders-right-table > tbody > tr > td {
    border-bottom: 1px solid #000;
    padding: 4px 8px;
}
.orders-right-table > thead >  tr > th:first-child {
    border-top-left-radius:6px !important;
    border-bottom-left-radius:6px !important;
}
.orders-right-table > thead >  tr > th:last-child {
   border-top-right-radius:6px !important;
    border-bottom-right-radius:6px !important;
}
.legend-view-vnp {
    position: absolute;
    width: auto;
    border-radius: 6px;
    background: #F5F5F5;
    color: #000;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 2px 16px;
    text-align: center;
    margin: 0;
    top: -12px;
    left: 15px;
    display: flex;
    align-items: center;
    grid-gap: 7px;
}
.auto-summary-heading {
    position: relative;
    margin-bottom: 5px;
}
.auto-summary-heading > p {
    margin-left: 30px;
    margin-bottom: 0;
    display: inline-block;
    padding: 2px 14px;
    border-radius: 3px;
    background: #DDD;
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    z-index: 3;
    position: relative;
}
.auto-summary-heading:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    content: "";
    z-index: 0;
}
.auto-summary-body-table {
    margin: 0;
    border-spacing: 5px;
    border-collapse: separate;
}
.auto-summary-body-table > tbody > tr > th {
    width: 40px;
    border-radius: 3px;
    padding: 4px 3px;
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.auto-summary-body-table > tbody > tr > td {
    vertical-align: middle;
}
.auto-summary-body-listitems {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 10px;
}
.auto-summary-body-listitems > li {
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.auto-summary-body-listitems > li > label {
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.auto-summary-body-listitems > li > span {
    color: #000;
    font-size: var(--font-size-md); 
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.auto-od {
    background: #CCEBF6 !important;
}
.auto-os {
    background: #C2DFD9 !important;
}
.auto-ou {
    background: #ECD5A7;
}
.vandp-summary-date {
    position: sticky;
    top: 0;
    background-color: #f2f2f2 !important;
    z-index: 9;
    padding: 5px;
    font-weight: 600;
}
.vandp-summary-table > tbody {
    border-bottom:2px solid #d2d2d2 !important;
}
.vandp-summary-table > tbody:last-child {
    border-bottom: none !important;
}
Newimage-managment-accordion{

}
.img-Diagnosis-search {
    list-style:none;
}
.img-Diagnosis-search >li {
 border-radius: 4px;
    background: #E9F3F3;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.img-Diagnosis-search >li > a {
color: #000;
font-size: var(--font-size-md);
font-style: normal;
font-weight: 400;
}
.choose-btn {
    border-radius: 6px;
    background: linear-gradient(180deg, #EAEAEA 0%, #D9D9D9 100%);
    margin-top:25px !important;
    height:35px !important;
    margin-left:5px !important;
}
.choose-btn:active, .choose-btn.active {    
    background: linear-gradient(180deg, #EAEAEA 0%, #D9D9D9 100%);
}
.select-exiting-order-table > thead > tr > th,
.select-exiting-order-table > tbody > tr > td {
    border: 1px solid #585858 !important;
    background:#fff;
}
.select-exiting-order-table > thead > tr > th >label {
    color:#000 !important;
    font-weight:600 !important;
    font-size:12px !important;
}
.img-btn-clear {
    border-radius: 6px !important;
    border: 1px solid var(--EhNote-Green, #1D5558);
    background: #FFF;
    color: var(--EhNote-Green, #1D5558) !important;
}
.img-btn-clear:active, .img-btn-clear.active {
    background: #fff !important;
    border: 1px solid var(--EhNote-Green, #1D5558);
}
.btn-crm-close {
    border-radius: 5.26px;
    border: 1.052px solid #F88C8D;
    background-color: #fff;
    color: #FC4848;
}
.crm-appt-search {
    border-radius: 5px !important;
    background: #2D2D47;
    color: #fff !important;
}
.history-date {
    background: #ddd;
    padding: 3px 5px;
    border-radius: 4px;
}
.past-history-table > thead > tr > th {
    background-color:#f2f2f2 !important;
}
.past-history-table > tbody {
   border-bottom:1px solid #000;
}
.past-history-table > tbody:last-child {
    border-bottom: none;
}
.graph-summary-header-new > h3 {
    background: #f2f2f2;
    padding: 5px;
    width: 35%;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    padding: 10px;
    border-radius: 20px 20px 0px 0px;
}

.thumbnail-list {
    display: block;
    margin: 0;
}
.thumbnail-list > li {
    list-style: none;
}
.thumbnail-list > li.active > a {
    background-color: #068cb0;
    border: 1px solid #068cb0;
}
.thumbnail-list > li > a {
    display: block;
}
.thumbnail-list > li > a > img {
    width: 100%;
    height: 50px;
}