﻿/*Responsive*/
.zindexpopup {
    z-index: 20001 !important
}
.zindexpopupConsentSign {
    z-index: 1000001 !important
}
.reg-userspan {
    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: #6e5500;
    background-color: #e7d082;
    border-radius: 4px;
    padding: 0px 10px;
}
/*Left Navigation*/


/*New History*/
.history-panel {
    border-radius: 10px;
    display: block;
}
.advance-history-header {
    background-image: linear-gradient(to bottom, #646480, #2d2d47) !important;
    padding:0px 25px !important;
}
.history-header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    border-radius: 10px 10px 0 0;
}
.single-header {
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}
.history-header > h1 {
    font-size: var(--font-size-3l);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    margin: 0;
    display: flex;
    align-items: center;
}
.single-header > h1 {
    font-size: var(--font-size-3l);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #07a0d4;
    margin: 0;
}
.history-controls {
    margin: 0;
}
.history-controls > li {
    display: inline-block;
    margin-right: 5px;
}
    .history-controls > li > a {
        display: block;
        border-radius: 5px;
        background-image: linear-gradient(to bottom, #646480, #2d2d47) !important;
        font-size: var(--font-size-md);
       font-weight:normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        padding: 0 14px;
    }
    .history-controls > li.active > a {
        background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5) !important;
        color: #000 !important;
        border: solid 0.5px #d2d2d2;
    }

.history-body,
.single-body {
    display: block;
    margin: 0px 0px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}
.single-body {
    padding: 0 10px;
}
.history-repeat {
    display: block;
    margin-bottom: 20px;
}
.history-panel > .history-repeat:first-child > .history-header {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
.history-fix-div,
.sinfle-fix-div {
    margin-bottom: 8px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sinfle-fix-div > div:nth-child(3n+1) {
    margin-left: 0;
}

.history-fix-div > div {
    border: none !important;
    padding: 10px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 10px;
    margin: 5px 0px 5px 10px;
    width: 31.5%;
    border-radius: 10px;
}
.sinfle-fix-div > div {
    padding: 10px;
    vertical-align: top;
    background-color: #fff;
    margin: 5px 0px 5px 10px;
    width: 32.4%;
    border: solid 1px #d2d2d2;
    border-radius: 10px;
}

.single-panel {
    margin: 8px;
    background-color: #fff;
    border: none !important;
    border-radius: 10px;
    display: block;
    clear: both;
}

.history-list {
    margin-bottom: 0;
}
.history-list > li,
.history-list > li > b,
.textli-b {
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    list-style: none;
    margin-bottom: 5px;
}
.history-list > li > label {
    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;
}
.history-list > li > p {
    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: #6f6f6f;
    margin-bottom: 5px;
}
.inner-single-bg {
    border-radius: 10px;
    border: solid 0.5px #d2d2d2;
    background-color: #f9f9f9;
    margin: 8px;
    display: block;
    clear: both;
}
.inner-single-header {
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
}
.inner-single-header > h1 {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    margin: 0;
}
.inner-single-body {
    display: block;
    margin: 0px 0px;
    border-radius: 0 0 10px 10px;
    padding: 0 10px;
}
.hihead-label {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    margin-top: 6px;
}
.text-contenthead {
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.table-text-left > tbody > tr > td,
.table-text-left > tbody > tr > th,
.table-text-left > thead > tr > td,
.table-text-left > thead > tr > th {
    text-align: left !important;
}
.comparison-history {
    margin-bottom: 0;
}
.comparison-history > 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;
    border: none !important;
    padding: 4px;
}
.comparison-history > 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;
    border: none !important;
    padding: 4px;
}
.comparison-remarks {
    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;
    border-top: 1px solid #d2d2d2;
    padding: 5px 0;
    display: block;
    margin: 0;
}

.table-mainfest {
    margin: 0;
}
.table-mainfest > tbody > tr > td {
    padding: 0;
    border: none;
}
.table-mainfest > tbody > tr > td > label,
.table-mainfest > tbody > tr > td > span {
  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;
}
.table-mainfest > tbody > tr > td > label {
    color: #6f6f6f;
}
.table-mainfest > tbody > tr > td > span {
    color: #000;
}

.Preview-Table{
    margin-top: 5px;
    margin-bottom: 5px;
}
/*.headPreview-Table {}*/
.Preview-Table > thead > tr:first-child > th,
.Preview-Table > thead > tr:first-child > td {
    border-left: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2 !important;
}
.Preview-Table > tbody > tr:first-child > th,
.Preview-Table > tbody > tr:first-child > td,
.headPreview-Table > tbody > tr:first-child > th,
.headPreview-Table > tbody > tr:first-child > td
{
    border-bottom: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
}
.Preview-Table > tbody > tr:last-child > td,
.Preview-Table > tbody > tr:last-child > th,
.headPreview-Table > tbody > tr:last-child > th,
.headPreview-Table > tbody > tr:last-child > td {
    border-bottom: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
}
.Preview-Table > thead > tr > th,
.Preview-Table > tbody > tr > th,
.headPreview-Table > tbody > tr > th {
    background-color: #f6f6f6;
    border-bottom: 0;
    text-align: center;
    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;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
}
.Preview-Table > tbody > tr > td,
.headPreview-Table > tbody > tr > td {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    border-right: 1px solid #d2d2d2;
}

.alphabet-boreer {
    border-radius: 5px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 7px;
}
.anterior-img {
    border-radius: 10px;
    border: solid 1px #d2d2d2;
    background-color: #f1f1f1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    margin-top: 3px;
}
.Examimage-upload {
    border-radius: 10px;
    border: solid 1px #d2d2d2;
    background-color: #f1f1f1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    margin-top: 3px;
}
.Examimage-upload > span {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #adadad;
}
.Examimage-upload > img,
.anterior-img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-repeat: no-repeat;
    display: block;
    border-radius: 10px;
    margin-right: 10px;
}
/*Colors*/
.value-headch {
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.text-value {
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.blue-selected,
.green-selected,
.dark-selected,
.danger-selected {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    display: block;
    width: 110px;
    border-radius: 4px;
}
.blue-selected {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
}
.green-selected {
    background-image: linear-gradient(to bottom, #008b86, #1d5558);
    color: #fff;
}
.dark-selected {
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
    color: #fff;
}
.danger-selected {
    background-image: linear-gradient(to bottom, #ff9f9f, #e86868);
    color: #fff;
}
.text-Search-medicine {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}

/*--------New Consultation---------*/

.headicon-icn {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center;
    /*margin-right: 8px;*/
    object-position: center;
    object-fit: contain;
    margin: auto;
}

/*-------------------------------------------------*/

.copy-cion {
    background: url('../img/New-Consultation/copy-cion.svg');
    width: 15px;
    height: 15px;
    margin: auto;
    display: block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

/*Arrow*/


/*--------*/


.consultation-header {
    border-top: 2px solid #008b86;
    background-color: #fff;
    padding: 6px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consultation-header > h1 {
    font-size: var(--font-size-5l);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.92;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: inline-block;
    margin: 0;
}
.consultation-header > ul, .inside-heading-con {
    float: right;
    margin: 0;
    display: flex;
    align-items: center;
}
.consultation-header > ul > li, .inside-heading-con > li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.consultation-body {
    display: block;
    position: relative;
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.radio-btn-box {
    padding: 1px 5px;
    color: #6f6f6f;
    border-radius: 3px;
    border: solid 1px #d2d2d2;
    background-color: #fff;
}
.consultation-bordered, .firsttdcontemp {
    border: none !important;
    vertical-align: middle;
    position: relative;
    padding: 8px 10px;
}
.firsttdcontemp > tbody,
.firsttdcontemp > tbody + tbody,
.firsttdcontemp > tbody > tr > td {
    border: none;
}
.consultation-bordered > tbody,
.consultation-bordered > tbody > tr > td {
    border: none !important;
}
.consultation-submenu {
    background-color: #fff;
    padding: 5px;
}
.slim-scroll::-webkit-scrollbar {
    width: 5px;
}
.consultation-subheading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}
.examination-table {
    border-spacing: 5px 5px ;
    border-collapse: separate;
    table-layout: fixed;
    margin-bottom: 0;
}

.OD-exmaination-div,
.OS-exmaination-div {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.OD-exmaination-div > div,
.OD-exmaination-div > div:last-child > input,
.OS-exmaination-div > div,
.OS-exmaination-div > div:last-child > input{
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    -webkit-flex: 1;
    flex: 1;
    width: 50%;
    padding: 5px 0px;
}
.OD-exmaination-div > div > input:focus,
.OS-exmaination-div > div > input:focus {
    border: solid 1px #adadad !important;
    background-color: #fff !important;
}
.OD-exmaination-div > div:last-child > input,
.OS-exmaination-div > div:last-child > input{
    width: 100% !important;
}
.OD-exmaination-div > div:first-child {
    border-radius: 3px 0 0 3px !important;
    background-color: #CDECF7;
}
.OD-exmaination-div > div:last-child > input {
    border-radius: 0 3px 3px 0 !important;
    background-color: #F2FAFD;
    border: none;
}
.OS-exmaination-div > div:first-child {
    border-radius: 3px 0 0 3px;
    background-color: #DDF0DD;
}
.OS-exmaination-div > div:last-child > input {
    border-radius: 0 3px 3px 0;
    background-color: #F6FBF6;
    border: none;
}
.examination-table > tbody {
    border: 0;
}
.examination-table > tbody > tr > th {
    border-radius: 5px;
    border: none;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    padding: 3px 10px;
    background-color: #f6f6f6;
}
.examination-table > tbody > tr > td {
    border-radius: 5px;
    border: none;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    padding: 2px 0;
    background-color: #fff;
}
.examination-table > tbody > tr > th.examination-th {
    background-color: #e5e5e5 !important;
}
    .examination-table > tbody > tr.examination-tr-OD > td > input,
    .examination-table > tbody > tr.examination-tr-OD > td > select {
        width: 100%;
        background-color: #F1F9FC;
        font-size: var(--font-size-xl);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        border: none;
        border-radius: 3px;
        padding: 4px 0px;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        height: 26px;
    }
    
.examination-th > div > a,
.extheh-icnhis {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.examination-th > div > a > i,
.extheh-icnhis > i {
    position: relative;
    top: 8px;
}
.examination-table > tbody > tr.examination-tr-OS > td > input,
.examination-table > tbody > tr.examination-tr-OS > td > select {
    width: 100%;
    background-color: #F6FBF6;
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    border: none;
    border-radius: 3px;
    padding: 4px 0px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    height: 26px;
}
.examination-table > tbody > tr.examination-tr-OU > td > input {
    width: 100%;
    background-color: #FFF9F9;
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    border: none;
    border-radius: 3px;
    padding: 4px 0px;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    height: 26px;
}
.examination-table > tbody > tr.examination-tr-OD > td > input:focus,
.examination-table > tbody > tr.examination-tr-OS > td > input:focus,
.examination-table > tbody > tr.examination-tr-OU > td > input:focus {
    border: solid 1px #adadad;
    background-color: #fff;
}
.billDiagnosis-table > tbody > tr:first-child > td {
    border-top: 0;
}
.rxmedicationTable {
    border-spacing: 0 5px;
    border-collapse: separate;
    margin-bottom: 5px;
}
.rxmedicationTable > tbody > tr > td {
    background-color: #f9f9f9;
    border: none;
}
.rxmedicationTable > tbody > tr:first-child > td:first-child {
    border-radius: 5px 0 0 5px;
}
.rxmedicationTable > tbody > tr:last-child > td:last-child {
    border-radius: 0 0 5px 0;
}
.activateposRelat > td:first-child {
    border-top-left-radius: 0;
    border-bottom: solid 1px #d2d2d2;
}
.activateposRelat > td:last-child {
    border-top-right-radius: 0;
    border-bottom: solid 1px #d2d2d2;
}
.rxmedicationTable > tbody.activeedit > tr:first-child > td:first-child {
    border-top: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.rxmedicationTable > tbody.activeedit > tr:first-child > td:last-child {
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    border-right: solid 1px #d2d2d2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-left: 0;
}
.rxmedicationTable > tbody.activeedit > tr > td {
    background-color: transparent;
    border-top: solid 1px #d2d2d2;
    border-bottom: 0;
}
.rxmedicationinsidetable {
    margin-bottom: 0;
    table-layout: fixed;
    margin-bottom: 0;
    background-color: transparent !important;
}
.rxmedicationinsidetable > tbody > tr > td {
    background-color: transparent !important;
    padding: 3px 3px !important;
    text-align: center;
    border: none;
}
.activateposRelat {
    position: relative;
    top: -6px;
    background: #f1f1f1;
}
.activateposRelat > td:first-child {
    border-left: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2 !important;
    border-bottom-left-radius: 5px;
}
.activateposRelat > td:last-child {
    border-right: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2 !important;
    border-bottom-right-radius: 5px;
}
.activateposRelat > td {
    border-top: none !important;
    border-bottom: none !important;
}
.spanod {
    background-color: #CCEBF6 !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-lg) !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #000 !important;
    padding: 3.2px 9px;
    border-radius: 3px;
}
.spanos {
    background-color: #DDF0DD !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-lg) !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #000 !important;
    padding: 3.2px 9px;
    border-radius: 3px;
}
.examination-OU, .spanou {
    background-color: #FFEBEB !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-lg) !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-align: center !important;
    color: #000 !important;
    padding: 3.2px 9px;
    border-radius: 3px;
}
.line-section-left {
    border-left: 3px solid #1d5558 !important;
    border-radius: 0 5px 5px 0;
    padding: 5px;
    border: solid 1px #d2d2d2;
    margin-bottom: 5px;
}
/*--------End New Consultation---------*/
/*text*/
.complaint-text {
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.text-92060 {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #e86868;
}
.text-scheduled {
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #6f6f6f;
}
.complaint-remarks {
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    word-break:break-all;
    color: #000;
}

.edit-complaint {
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}

.edit-sincein {
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.consultation-heading {
    font-size: var(--font-size-2l);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    margin: 0;
}
.text-schedule {
    font-size: var(--font-size-xl) !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #07a0d4 !important;
}
.text-primary-diagnosis {
    font-size: var(--font-size-xl) !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #5cb85c !important;
}
.text-setdefult {
    font-size: var(--font-size-xl) !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: right;
    color: #6f6f6f !important;
}
.text-recentlyused {
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.19;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.text-mainhead {
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.94;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.tick-active-eh {
    margin-left: 15px;
    position: relative;
}
.tick-active-eh:before {
    position: absolute;
    content: "";
    left: -13px;
    top: 2px;
    bottom: 0;
    width: 12px;
    height: 12px;
    background-image: url(../img/consultation/eh-tick.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.tick-od-icon {
    width: 14px;
    height: 14px;
    background-image: url(../img/consultation/eh-tick.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
}
/*---------------text end-----------------*/
/*----------------------------Buttons-----------------------*/
.btn-consultation {
    color: #fff;
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    display: flex;
    align-items: center;
}
.btn-consultation > i {
    margin-right: 5px;
    margin-left: 0;
}


.btn-dangerhover {
    color: #fff;
    background-image: linear-gradient(to bottom, #ff9f9f, #e86868);
}
.btn-dangerhover:hover,
.btn-dangerhover:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #e86868, #ff9f9f);
}

.btn-history {
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color: #fff;
}
.btn-history:hover,
.btn-history:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #068cb0, #07a0d4);
}
.btn-eh-dark {
    background-image: linear-gradient(to bottom, #2d2d47, #646480);
    color: #fff;
}
.btn-eh-dark:hover,
.btn-eh-dark:focus {
    color: #fff;
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
}

/*-------------------Buttons End----------------------*/
.ou-text-last {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto 0;
}


/*US HEalth Care Tabs*/
.slim-tabs {
    margin-bottom: 0px;
    border: none;
}
.slim-tabs > li > a {
    display: block;
    background-color: #f6f6f6;
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 8px 15px;
}
.slim-tabs > li:last-child > a {
    border-radius: 0;
}
.slim-tabs > li.active > a {
    background-color: #09a0a0;
    color: #fff;
}
/*Modal Popup*/
.modal-open > .newconsultationpopup > .modal-backdrop {
    left: auto;
    width: 87.1%;
    background-color: rgba(0, 0, 0, 0.3) !important;
    top: 72px;
    bottom: 6px;
    border-radius: 5px;
}
.newconsultationpopup {
    width: 88%;
    right: 5px;
    margin: auto;
}


.list-templates {
    margin-bottom: 0;
}
.list-templates > li {
    list-style: none;
    position: relative;
}
.list-templates > li:after {
    position: absolute;
    content: "";
    background-color: #d2d2d2;
    width: 1px;
    top: 12px;
    bottom: 0;
    margin-top: 11px;
    left: 8px;
    z-index: 0;
}
.list-templates > li:last-child:after {
    background-color: transparent;
    width: 0;
}
.templates-display {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: 10px;
    grid-gap: 10px;
    padding: 5px;
}
.templates-display > div {
    margin-bottom: 0;
}
.ulDropdowntextclear {
    position: relative;
}
.ulDropdowntextclear > .dropdown-menu {
    width: 100% !important;
}
.ulDropdowntextclear > i.fa-times-circle {
    font-size: var(--font-size-2l);
    color: rgb(255 0 0);
    padding: 3px;
    background-color: #fff9d6;
    position: absolute;
    right: 4px;
    top: 5px;
    bottom: 0;
    border-radius: 100%;
    margin: auto 0;
}
.thumbfileuploadsulli {
    margin-bottom: 0;
    padding: 0 15px;
}
.thumbfileuploadsulli > li {
    list-style: none;
    padding: 5px;
    border: solid 1px #fff;
}
.thumbfileuploadsulli > li:hover,
.thumbfileuploadsulli > li.activeedit:hover,
.thumbfileuploadsulli > li.activeedit-notes {
    border-radius: 5px;
    border: solid 1px #adadad;
    padding: 5px;
}
.buttons-hoverview,
.buttons-saveclear,
.thumbfileuploadsulli > li.activeedit-notes:hover > .buttons-hoverview,
.thumbfileuploadsulli > li > div > div > .buttons-hoverview {
    display: none;
}
.thumbfileuploadsulli > li:hover > .buttons-hoverview,
.thumbfileuploadsulli > li:hover > div > div > .buttons-hoverview{
    display: block;
    margin-top: 5px;
}
.thumbfileuploadsulli > li.activeedit-notes > .buttons-saveclear {
    display: block;
    margin-top: 5px;
}
.thumbfileuploadsulli > li > p,
.thumbfileuploadsulli > li > div > div > p {
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}
.thumbfileuploads {
    width: 150px;
    margin-right: 10px;
    position: relative;
}
.thumbfileuploads > img {
    border-radius: 15px;
    height: 85px;
    width: 100%;
    object-fit: cover;
}

.copy-notes-ion,
.copy-notes-ion:hover,
.copy-notes-ion:focus {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-lg) !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: right;
    color: #07a0d4 !important;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 1px 6px;
}
.copy-notes-ion > i {
    margin-right: 5px;
}
.bottom-margin-dis {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: space-between;
}
.inputhideenbtn {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}
.text-Abill {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #07a0d4;
}
.newconsultationpopup > .modal-dialog > .modal-content {
    box-shadow: none !important;
}


/*mini-popup*/
.mini-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    padding: 5px;
    overflow: hidden;
}
.mini-pop-body {
    position: absolute;
    right: 0px;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
}
.mini-pop-body-new {
    position: absolute;
    right: 0px;
     top: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
}
.borderfifthfrequently > tbody > tr:nth-child(5) > td {
    border-bottom: 1px solid #d2d2d2 !important;
}
.glassinputfocus {
    border: none !important;
}
.glassinputfocus:focus {
    background-color: #f1f1f1 !important;
}
.no-data-text {
    padding: 5px;
    display: inline-block;
    align-items: center;
    width: 100%;
}
.no-data-text > span {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.no-data-text > a {
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #07a0d4;
    margin: 0 3px;
}
.img-code-text {
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.consultation-remarks {
    display: block;
    letter-spacing: inherit;
    width: 100%;
    height: 26px;
    min-height: 26px;
    padding: 1px 10px;
    font-size: var(--font-size-xl);
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 3px !important;
    box-shadow: none;
    font-weight: 600;
}
.consultation-remarks::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #adadad;
}
.consultation-remarks::-moz-placeholder { /* Firefox 19+ */
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #adadad;
}

.consultation-remarks:-ms-input-placeholder { /* IE 10+ */
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #adadad;
}

.consultation-remarks:-moz-placeholder { /* Firefox 18- */
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #adadad;
}
.consultation-submenu {
    border-radius: 5px;
    box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.5px #d2d2d2;
    background-color: #e9e9e9;
    padding: 10px 6px;
    margin: 0 9px;
}

.cursor-nodrop {
    cursor: no-drop !important;
}

.left-nav-opot {
    width: 300px;
    background-color: #fff;
    display: block;
    clear: both;
    /*height: 92vh;*/
}
.left-nav-opot > ul {
    padding: 10px;
    /*height: 80vh;*/
    overflow-y: scroll;
    margin: 0;
}
.left-nav-opot > ul > li {
    list-style: none;
    border-bottom: 1px solid #d2d2d2;
    padding: 10px;
    cursor: pointer;
}
/*-------------------------------------------------------Billing---------------------------------------------------------*/
.billing-heading {
    background-color: #f6f6f6;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.billing-heading > div > span {
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-right: 15px;
}
.billing-actions {
    display: flex;
    align-items: center;
    margin: 0;
}
.billing-actions > li {
    list-style: none;
    margin: 0 15px;
}
.billing-actions > li > a {
    display: block;
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #07a0d4;
}
.billing-table-input {
    margin-bottom: 0;
    table-layout: auto;
}
.billing-table-input > tbody > tr > td {
    padding: 3px;
}
.billing-table-input > tbody > tr > td > div > label {
    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;
}
.billing-table-input > tbody > tr > td > div > input {
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 3px;
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border: none;
    border: solid 0.5px #fff;
    width: 100%;
}
.billing-table-input > tbody > tr > td > div > input:focus,
.billing-table-input > tbody > tr > td > div > input:hover {
    border: solid 0.5px #adadad;
}
.billing-table-input > tbody > tr > td > div > div.input-group > span {
    border-top: solid 0.5px #adadad;
    border-bottom: solid 0.5px #adadad;
    border-left: solid 0.5px #adadad;
    border-right: none;
    background-image: linear-gradient(to bottom, #fff, #f6f6f6);
    border-radius: 5px 0 0 5px;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #6f6f6f;
    padding: 0px 15px;
}
.billing-table-input > tbody > tr > td > div > div.input-group > label > select {
    border-radius: 0 3px 3px 0 !important;
}
.billing-table-input > tbody > tr > td > div > div.input-group > input {
    border-radius: 0 5px 5px 0;
    width: 100%;
    border: solid 0.5px #adadad;
}
.billing-panel {
    padding: 5px;
    display: block;
}
.modifier-ullist {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}
.modifier-ullist > li {
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    display: flex;
}
.modifier-ullist > li > b {
    border-radius: 5px 0 0 5px;
    background-color: rgba(92, 184, 92, 0.2);
    padding: 5px 8px;
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.modifier-ullist > li > span {
    padding: 6px 15px;
    border-radius: 5px;
    background-color: rgba(92, 184, 92, 0.1);
    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: #000;
    border-radius: 0 5px 5px 0;
}



.billing-insurance {
    margin-bottom: 0;
    width: 100%;
}
.billing-insurance > tbody > tr > td,
.billing-insurance > tbody > tr > th {
    padding: 5px;
}
.billing-insurance > tbody > tr > td > label {
    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: #6f6f6f;
    vertical-align: middle;
}
.billing-insurance > tbody > tr > td > p {
    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;
    margin-bottom: 0;
}
.input-billing {
    border: solid 0.5px #07a0d4 !important;
    background-image: linear-gradient(to bottom, #07a0d4, #068cb0);
    color:#fff !important;
}
.table-bg-header th {
    background:none !important;
}
.billingpanel {
    border-radius: 15px !important;
    border: solid 1px #bce6fc !important;
    background-color: #edfaff !important;
}
.btn-billing-pay,
.btn-billing-print {
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #008b86, #1d5558);
    border: 0.5px solid #008b86;
    height: 50px;
  /*  margin-top: 10px;*/
    color: #fff;
}
.btn-billing-pay:active,
.btn-billing-pay:hover {
    background-image: linear-gradient(to bottom, #008b86, #1d5558);
    color: #fff;
    border: 0.5px solid #008b86;
}


.billing-tabledata > tr > td {
    padding: 0px 3px !important;
}
.table-bg-header th {
    padding: 0px 0px !important;
}
.billing-table-bg {
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5) !important;
}
.border-rr-lr {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
/*-----------------------------------------Insurance---------------------------------------------*/
.header-insurance {
    padding: 5px 10px;
    background-image: linear-gradient(to bottom, #969696, #383838);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-insurance > h1 {
    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: #fff;
    margin: 0;
}
.insurance-patient-list {
    background-color: #fff;
    padding: 8px;
}
.insurance-patient-list > ul {
    margin-bottom: 0;
}
.insurance-patient-list > ul > li {
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    padding: 7px 0;
}
.insurance-patient-list > ul > li:last-child {
    border: none;
}
.insurance-patient-list > ul > li > div.flex > h2 {
    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;
    margin-top: 0;
    margin-bottom: 0;
}
.insurance-patient-list > ul > li > div.flex > span {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}
.insurance-patient-list > ul > li > div.w-30 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.card-accordion {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.card-accordion > .card-header {
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-accordion > .card-header > h5 > button {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    outline: none;
}
.accordion-body {
    padding: 10px 15px;
    background-color: #fff;
}
.insurance-table {
    margin: 0;
    width: 100%;
}
.border-insurance > tbody > tr > th,
.border-insurance > thead > tr > th,
.border-insurance > tbody > tr > td {
    border-bottom: 1px solid #d2d2d2;
}
.insurance-table > tbody > tr > th,
.insurance-table > tbody > tr > td,
.insurance-table > thead > tr > th {
    padding: 5px 5px
}
.insurance-table > tbody > tr > th,
.insurance-table > thead > tr > th {
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
    background-color: transparent;
}
.insurance-table > tbody > tr > td {
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.insurance-table > tbody > tr > td > div {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-top: none;
    width: 100%;
    padding: 7px
}

.bg-fbf7f7 {
    background-color: #fbf7f7 !important;
}
.insurance-inside-table {
    margin: 0;
    width: 100%;
}
.insurance-inside-table > thead > tr > th {
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
    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: #000000;
    padding: 10px;
    white-space: nowrap;
    border: 1px solid #f6f6f6;
    border-bottom: none;
}
.insurance-inside-table > tbody > tr > td {
    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: #000;
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
}
.insurance-inside-table > tbody > tr > td:first-child {
    border-left: 1px solid #d2d2d2;
}
.insurance-inside-table > tbody > tr > td:last-child {
    border-right: 1px solid #d2d2d2;
}
/*----------------------------------------*/
.review-rating-table {
    margin: 0;
}

    .review-rating-table > tbody > tr > td {
        padding: 25px 15px;
    }

        .review-rating-table > tbody > tr > td > h3 {
            font-family: Montserrat;
            font-size: var(--font-size-md);
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000;
            margin-bottom: 15px;
        }

        .review-rating-table > tbody > tr > td > ul {
            display: flex;
            align-items: center;
            flex-flow: wrap;
        }

            .review-rating-table > tbody > tr > td > ul > li {
                margin-right: 5px;
                list-style: none;
                margin-bottom: 5px;
                margin-top: 0 !important;
            }

        .review-rating-table > tbody > tr > td > input {
            border-radius: 5px;
            border: solid 0.5px #d2d2d2;
            background-color: #f9f9f9;
        }

.review-rating-table > h1 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin: 15px 0;
}

.review-rating-table > p {
    font-family: Montserrat;
    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: #000;
    margin: 7px 0;
}
.dr-profile-list-ehnote {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dr-profile-list-ehnote > img {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 100px;
    margin-right: 6px;
}

.dr-details-list-ehnote > h1 {
    font-family: Montserrat;
    font-size: var(--font-size-3l);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.dr-details-list-ehnote > label {
    font-family: Montserrat;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #6f6f6f;
}

.dr-details-list-ehnote > p {
    font-family: Montserrat;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.ul-chief-complaints {
    margin: 0px 20px;
    background-color: #effcff;
    border: 1px solid #068cb0;
    margin-bottom: 0;
    border-radius: 10px;
    padding: 10px;
}
.ul-chief-complaints-histr {
    background-color: #effcff;
    border: 1px solid #068cb0;
    border-radius: 4px;
    display: block;
    clear: both;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: auto;
}
.ul-chief-complaints > li {
    position: relative;
    padding: 0px 10px;
    font-size: var(--font-size-2l);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-left: 25px;
}
.ul-chief-complaints > li > input {
    width: 100%;
    padding-right: 16%;
    border: none;
    font-size: var(--font-size-2l);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.ul-chief-complaints > li:hover {
    background-color: #e2f4f8;
}

.ul-chief-complaints > li > .chief-comp-actions,
.Advices-oders-hover > li > .chief-comp-actions {
    display: none;
}
.ul-chief-complaints > li:hover > .chief-comp-actions,
.Advices-oders-hover > li:hover > .chief-comp-actions{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    display: block;
}

.bg-templates {
    background-color: #effcff
}
.templates-list-grid {
    margin: 0;
    padding-left: 0;
}
.templates-list-grid > li,
.autoplans-templates-list > li{
    list-style: none;
    position: relative;
}
.templates-list-grid > li > a {
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 9px 10px;
    display: block;
    border-bottom: 1px solid #d2d2d2
}
.templates-list-grid > li:last-child > a {
    border-bottom: none;
}
.templates-list-grid > li > i {
    position: absolute;
    right: 7px;
    top: 0;
    bottom: 0;
    color: #fff;
    margin: auto 0;
    font-size: 20px;
    cursor: pointer;  
    width: 15px;
    height: 15px;
    display: none;
}
.templates-list-grid > li:hover > i {
    color: #1d5558;
    display: block;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    text-align: center;
    line-height: 0;
    padding: 4px;
}
.templates-list-grid > li:hover > a {
    background-color: #e5e5e5;
    color: #000
}
.templates-list-grid > li.active > a {
    background-color: #E9F3F3;
    color: #000;
}
.templates-list-grid > li.active > a > p { 
    color: #fff;
}
.panel-select-compl {
    margin: 0;
}
.panel-select-compl > li {
    list-style: none;
    display: inline-block;
}
.panel-select-compl > li > a {
    border-radius: 2px;
    background-color: #f9f9f9;
    display: block;
    padding: 6px 8px;
    margin: 2px 2px;
    color: #000;
    font-size: var(--font-size-md);
    border: 1px solid #e0d9d9;
}
.panel-select-compl > li.active > a {
    background-color: #068cb0;
    color: #fff;
}
.input-select-onset {
    display: flex;
    align-items: center;    
}

.input-select-onset > li {
    list-style: none;
    width: 100%;
    display: flex;
}
.input-select-onset > li > input {
    background-color: #ffffff;
    color: #000;
    font-weight: 600;
    font-size: var(--font-size-md);
    border-radius: 5px;
    padding: 5px 10px;
    width: 100%;
    border: none;
    height: 35px;
    border: solid 1px #d2d2d2;
}
.input-select-onset > li:first-child > input {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.input-select-onset > li > button {
    background-color: #eaefeb;
    height: 35px;
    color: #000;
    font-weight: 600;
    font-size: var(--font-size-md);
    border-radius: 0;
    padding: 5px 10px;
    border: none;
    flex: 1;
}
    .input-select-onset > li > button.active,
    .input-select-onset > li > button:hover {
        background-image: linear-gradient(to bottom, #008b86, #1d5558);
        color: #fff;
    }

.input-select-onset > li > select {
    background-color: #f8f8f8;
    color: #000;
    font-weight: 600;
    font-size: var(--font-size-md);
    border-radius: 0;
    padding: 5px 10px;
    border-radius:5px;
    width: 100%;
    border: none;
    height: 35px;
    border: solid 1px #d2d2d2;
}
.input-select-onset > li > textarea {
    background-color: #e7e6e6;
    color: #000;
    font-weight: 600;
    font-size: var(--font-size-md);
    border-radius: 0;
    padding: 5px 10px;
    width: 100%;
    border: none;
}

.chief-comp-list-add {
    display: block;
    margin: 0;
}
.chief-comp-list-add > li {
    list-style: none;
    padding: 4px 10px;
    display: block;
}
.chief-comp-list-add > li > small {
    font-size: var(--font-size-xs);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}
.chief-comp-list-add > li > p {
    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;
    margin: 0;
}

.table-ros-popop {
    margin: 0;
    background-color: transparent !important;
}
.table-ros-popop > tbody > tr > td {
    border: none !important;
    padding: 3px 4px;
    font-size: var(--font-size-md);
}
.table-ros-popop > tbody > tr > td > div > label {
    font-size: var(--font-size-sm) !important;
    color: #000 !important;
}
.text-odosou,
.input-select-onset > li > label,
.ros-label 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: #079aca;
    margin-right: 6px;
}
.eye-mms {
    display: flex;
    align-items: center;
    margin: 0;
    flex-flow: wrap;
}
.eye-mms > li {
    margin-right: 5px;
    list-style: none;
}
.eye-mms > li > a {
    display: block;
    border-radius: 3px;
    border: solid 1px #d9d9d9;
    background-color: #fff;
    border-radius: 0;
    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: #000;
    padding: 3px 8px;
    border-radius: 5px !important;
    margin-bottom: 3px;
}
    .eye-mms > li.active > a {
        background-color: #306A6D;
        color: #fff;
    }

.table-bottom-border {
    margin: 0;
}
.table-bottom-border > tbody > tr > td {
    border-bottom: 0.2px solid #d2d2d2 !important;
    padding: 2px 15px !important;
}
.table-bottom-border > tbody > tr:last-child > td {
    border: none !important
}
/*------------*/
.claim-tracker-cont {
    position: relative;
    text-align: center;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    height: 100px;
}

.claim-step-wizard {
    display: inline-block;
    position: relative;
    width: 100%;
}

.claim-step-wizard .progress {
    position: absolute;
    top: 69px;
    left: 5%;
    width: 75%;
}

.claim-step-wizard .progressbar {
    position: absolute;
    background-color: #3b5343;
    opacity: 1;
    height: 3px;
    width: 0%;
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.claim-step-wizard .progressbar.empty {
    opacity: 1;
    width: 100%;
    background-color: #d0d0d0;
}

.claim-step-wizard ul {
    position: absolute;
    width: 100%;
    list-style-type: none;
    padding: 0;
    left: 0;
}

.claim-step-wizard li {
    display: inline-block;
    text-align: left;
    width: 18%;
}

.claim-step-wizard li .step {
    text-align: center;
    display: inline-block;
    font-size: var(--font-size-5l);
    font-weight: bold;
    line-height: 34px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #d0d0d0;
    background: #ffffff;
    -webkit-transition: background-color 0.6s ease, border-color 0.6s ease;
    -o-transition: background-color 0.6s ease, border-color 0.6s ease;
    transition: background-color 0.6s ease, border-color 0.6s ease;
}       

.claim-step-wizard li.active .step {
    border-color: #3b5343;
    color: #3b5343;
}       

.claim-step-wizard li.done .step,
.claim-step-wizard li.done .step:hover {
    color: white;
    background-color: #3b5343;
    border-color: #3b5343;
}

.claim-step-wizard li > button {
    background: none;
    border: none;
    display: block;
    width: 100%;
    color: #777;
    position: relative;
    text-align: left;
}

.claim-step-wizard li > button:hover .step {
    color: #3b5343;
}

.claim-step-wizard li > button:hover .title {
    color: #3b5343;
}

.claim-step-wizard li button span {
    display: block;
    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: #000;
    position: relative;
    top: -15px;
}

.claim-step-wizard li button p {
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

@media only screen and (max-width: 1200px) {
    .claim-step-wizard li {
        width: 24%;
    }
}

@media only screen and (max-width: 375px) {
    .claim-step-wizard li {
        width: 22%;
    }
}

li.done button div.step,
li.inactive-close button div.step {
    font-size: 0;
}

li.done button div.step::before {
    background-image: url(../img/tick-white.svg);
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    position: relative;
    top: 6px;
}
li.inactive-close button div.step::before {
    background-image: url(../img/cross-white.svg);
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    position: relative;
    top: 6px;
}
.claim-step-wizard li.inactive-close .step,
.claim-step-wizard li.inactive-close .step:hover {
    color: white;
    background-color: #de3131;
    border-color: #de3131;
}
.assessments-list-eh,
.assessments-list-pod {
    margin: 0;
    display: block;
}
.assessments-list-eh > li,
.assessments-list-pod > li {
    list-style: none;
    margin-bottom: 5px;
    position: relative;
}

.assessments-list-eh > li > span {
    font-size: var(--font-size-md);
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-weight: normal;
    color: #767575;
}
.assessments-list-eh > li > p > span {
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-weight: 500;
    color:#ab7659;
    margin-top: 4px;
    display: inline-block;
}
.assessments-list-eh > li > p {
      font-size: var(--font-size-lg);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.assessments-list-pod > li {
    font-size: var(--font-size-lg);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-left: 15px;
}
.assessments-list-pod > li:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.RFP-status {
    display: flex;
    border-radius: 5px;
    margin: 0;
}
.RFP-status > li {
    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: #767575;
    padding: 3px 10px;
    background-color: #ececec;
    list-style: none;
}
.RFP-status > li.active {
    background-color: #42b3f3;
    color: #fff;
}
.chief-complaints-textarea {
    display: flex;
    flex-flow: wrap;
    grid-gap: 6px;
    overflow: hidden;
}

.chief-complaints-textarea > div.pos-relative {
    width: calc(100% * (1/2) - 0px - 5px);
    
}
.chief-complaints-textarea > div > textarea {
    padding-right: 20px !important;
}
.chief-complaints-textarea > div > textarea:focus {
    background-color: #e5e5e5;
}
.chief-complaints-textarea > div > a {
    position: absolute;
    right: 5px;
    top: 0;
    border-radius: 0;
    padding: 2px 2px 2px 2px;
}
/*--------*/
.past-visit-list-checkbox {
    margin: 0;
    width: 100%;
}
.past-visit-list-checkbox > li {
    width: 100%;
}
.past-visit-list-checkbox > li > a {
    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: #000;
    border-bottom: 1px solid #068cb0;
    margin-bottom: 8px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
.past-visit-list-checkbox > li:hover > a {
    background-color: transparent !important;
}
.past-visit-list-checkbox > li > a > i {
    color: #068cb0;
}
.past-visit-list-checkbox > li > ul {
    padding: 0px 8px;
}
/*-------*/
.refraction-history-li {
    margin: 0;
}
.refraction-history-li > li {
    display: block;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
}
.refraction-history-li > li > div {
    text-align: left;
}
.refraction-history-li > 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: #000;
    position: relative;
    padding: 6px 0;
}
.refraction-history-li > li > a {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: var(--font-size-xs);
}

.PlanofDiscussions-list,
.patient-education-list {
    margin: 0;
    width: 100%
}
.PlanofDiscussions-list > li {
    list-style: none;
    font-size: var(--font-size-xs);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 2px 9px;
    cursor: pointer;
}
.list-imagex-ul > li.active {
    background-color: #b5dfff;
}
.list-imagex-ul,
.list-imagex-ul-inside {
    margin: 0;
}
.list-imagex-ul > li {
    padding: 4px 0px;
    text-align: left;
    border-right: 1px solid #b5dfff;
    list-style: none;
}
.list-imagex-ul-inside > li {
    padding: 4px 0px;
    text-align: left;
    border-bottom: 1px solid #b5dfff;
}
.iop-ullist-top {
    margin: 0;
    display: flex;
    align-items: center;
}
.iop-ullist-top > li {
    border-right: 1px solid #000;
    padding-right: 10px;
    list-style: none;
    margin-right: 10px
}
.iop-ullist-top > li:last-child {
    border: none;
}
.iop-ullist-top > li > b {
    font-size: var(--font-size-xs);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.iop-ullist-top > li > span {
    font-size: var(--font-size-xs);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #767676;
}
/*---------------------------------------*/
.suggested-codes-custom-popup {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    background-color: #fff;
    border: 1px solid #909090;
    border-radius: 5px;
    padding: 10px;
    z-index: 99;
}
.suggested-codes-custom-popup-new {  
    right: 10px;   
    background-color: #fff;
    border: 1px solid #909090;
    border-radius: 5px;
    padding: 10px;
    z-index: 99;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}


.list-eh-checkbox {
    margin: 0;
}
.list-eh-checkbox > li {
    line-height: 3;
    list-style: none;
}

/*///*/
.table-graph-new > tbody > tr > th > i,
.table-graph-new > tbody > tr > td > i,
.table-graph-new > tbody > tr > th > i,
.table-graph-new > tbody > tr > td > i,
.graph-list-select > li > i,
.graph-alignment > i {
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.graph-alignment {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.sp-top-arrow {
    background-position: -64px 1px;
}
.sp-bottom-arrow {
    background-position: -64px -12px;
}
.sp-circle-arrow {
    background-position: -80px 1px;
}
.sp-border-circle-arrow {
    background-position: -80px -13px;
}
.sp-vtwo-arrow {
    background-position: -96px 1px;
}
.sp-ecg {
    background-position: -64px -26px;
}
.sp-o2sat {
    background-position: -79px -26px;
}
.pastvisitspopup > .modal-dialog > .modal-content > .modal-header {
    background-color: #c7f2fe;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pastvisitspopup > .modal-dialog > .modal-content > .modal-header > h4 {
    font-size: var(--font-size-4l);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.datepicker-popover.popover {
    max-width: 350px;
    margin-top: 10px !important;
}
.examination-gridview-table {
    margin: auto;
    position: relative;
}
.examination-gridview-table:after {
    width: 20px;
    height: 20px;
    background-color: #de3131;
    border-radius: 100px;
    position: absolute;
    content: "";
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
}
.examination-gridview-table-summary:after {
    top: 0 !important;
    width: 10px !important;
    height: 10px !important;
}
.examination-gridview-table > tbody > tr > td {
    width:50px;
    height:50px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #909090;
}
.examination-gridview-table > tbody > tr > td.selected-grid {
    background-color: #383838;
}

.custom-circle-traigle {
    width: 400px;
    height: 400px;
    position: relative;
    margin: auto;
    display: block;
}
.custom-circle-traigle > ul > li {
    list-style: none;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 130px;
    background-image: url(../img/New-Consultation/traingle-shape.svg);
    cursor: pointer;
}
.custom-circle-traigle > ul > li.active,
.custom-circle-traigle > ul > li:hover{
    background-image: url(../img/New-Consultation/triangle-shape-active.svg);
}


.custom-circle-traigle > ul > li:nth-child(1),
.custom-circle-traigle > ul > li.active:nth-child(1){    
    transform: rotate(0deg);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.custom-circle-traigle > ul > li:nth-child(2),
.custom-circle-traigle > ul > li.active:nth-child(2){
    transform: rotate(45deg);
    right: 107px;
    top: 17px;
}

.custom-circle-traigle > ul > li:nth-child(3),
.custom-circle-traigle > ul > li.active:nth-child(3){
    transform: rotate(90deg);
    right: 88px;
    top: 60px;
}
.custom-circle-traigle > ul > li:nth-child(4),
.custom-circle-traigle > ul > li.active:nth-child(4){
    transform: rotate(135deg);
    right: 106px;
    bottom: 167px;
}
.custom-circle-traigle > ul > li:nth-child(5),
.custom-circle-traigle > ul > li.active:nth-child(5){
    transform: rotate(180deg);
    right: 148px;
    bottom: 149px;
}
.custom-circle-traigle > ul > li:nth-child(6),
.custom-circle-traigle > ul > li.active:nth-child(6){
    transform: rotate(225deg);
    left: 109px;
    bottom: 166px;
}
.custom-circle-traigle > ul > li:nth-child(7),
.custom-circle-traigle > ul > li.active:nth-child(7){
    transform: rotate(270deg);
    left: 91px;
    top: 61px;
}
.custom-circle-traigle > ul > li:nth-child(8),
.custom-circle-traigle > ul > li.active:nth-child(8){
    transform: rotate(315deg);
    left: 108px;
    top: 18px;
}
.custom-circle-traigle > a {
    width: 50px;
    height: 50px;
    border: 1px solid #484848;
    position: absolute;
    left: 0;
    top: 100px;
    right: 0;
    background-color: #fff;
    border-radius: 100%;
    margin: auto;
    z-index: 2;
}
.custom-circle-traigle > a:hover,
.custom-circle-traigle > a.active {
    background-color: #484848;
    box-shadow: 0px 0px 3px 1px #817a7a;
}
/*Fourfiled Test*/
.custom-circle-traigle-fourfield {
width: 300px;
height: 300px;
position: relative;
margin: auto;
display: block;
}


.custom-circle-traigle-fourfield > ul > li:nth-child(1),
.custom-circle-traigle-fourfield > ul > li.active:nth-child(1) {
transform: rotate(270deg);
left: 30px;
right: 0;
margin: 0 auto;
top: -15px;
}
.custom-circle-traigle-fourfield > ul > li:nth-child(2),
.custom-circle-traigle-fourfield > ul > li.active:nth-child(2) {
transform: rotate(0deg);
right: 0px;
top: 0px;
}
.custom-circle-traigle-fourfield > ul > li:nth-child(3),
.custom-circle-traigle-fourfield > ul > li.active:nth-child(3) {
transform: rotate(90deg);
right: 15px;
top: 85px;
}
.custom-circle-traigle-fourfield > ul > li:nth-child(4),
.custom-circle-traigle-fourfield > ul > li.active:nth-child(4) {
transform: rotate(180deg);
right: 100px;
top: 70px;
}
.custom-circle-traigle-fourfield > a {
width: 50px;
height: 50px;
border: 1px solid #484848;
position: absolute;
left: 100px;
top: 80px;
right: 0;
background-color: #fff;
border-radius: 100%;
margin: auto;
z-index: 2;
}
.custom-circle-traigle-fourfield > a:hover,
.custom-circle-traigle-fourfield > a.active {
background-color: #484848;
box-shadow: 0px 0px 3px 1px #817a7a;
}
/*/Fourfiled Test*/
.image-management-list {
    margin: 0;
}
.image-management-list > li {
    display: block;
    list-style: none;
    margin-bottom: 6px;
    background-image: repeating-linear-gradient(-60deg, #bababa, #bababa 14px, transparent 14px, transparent 25px, #bababa 25px), repeating-linear-gradient(30deg, #bababa, #bababa 14px, transparent 14px, transparent 25px, #bababa 25px), repeating-linear-gradient(120deg, #bababa, #bababa 14px, transparent 14px, transparent 25px, #bababa 25px), repeating-linear-gradient(210deg, #bababa, #bababa 14px, transparent 14px, transparent 25px, #bababa 25px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    height: 60px;
    border-radius: 5px;
}
.image-management-list > li > img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 5px;
    border-radius: 5px;
    background-size: contain;
}
.image-management-img {
    background-image: repeating-linear-gradient(0deg, #bababa, #bababa 14px, transparent 14px, transparent 25px, #bababa 25px), repeating-linear-gradient(90deg, #bababa, #bababa 14px, transparent 14px, transparent 25px, #bababa 25px), repeating-linear-gradient(180deg, #bababa, #bababa 14px, transparent 14px, transparent 25px, #bababa 25px), repeating-linear-gradient(270deg, #bababa, #bababa 14px, transparent 14px, transparent 25px, #bababa 25px);
    background-size: 2px 100%, 100% 2px, 2px 100%, 100% 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    height: 100%;
    display: block;
    width: 100%;
    padding: 2px;
}
/*-------------------------Cordinator----------------------------*/
.cord-profile {
    display: flex;
    align-items: center;
}
.cord-profile > img {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center center;
    margin-right: 7px;
    border-radius: 100px;
}
.cord-profile > div > label {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
}
.cord-profile > div > span {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.cord-profile-list {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cord-profile-list > li {
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    list-style: none;
}
.cord-profile-list > li > p {
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.cord-profile-list > li > span {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.marker-col-icon {
    width: 40px;
    height: 42px;
    display: block;
    background-repeat: no-repeat;
    background-position: 9px 12px;
}
.insurance-col-icon {
    width: 40px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: -26px 10px;
}
.patient-education-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: wrap;
    grid-gap: 5px;
    align-items: flex-start;
}
.patient-education-list > li {
    list-style: none;
    display: flex;
    cursor: pointer;
    width: calc(100% * (1/3) - 0px - 5px);
    position: relative;
    border: 1px solid #f1f1f1;
    padding: 5px;
    border-radius: 4px;
    flex-direction: column;
}
.patient-education-list > li > section > .checkbox {
    position: absolute;
    top: 7px;
    left: 9px;
    background-color: #fff;
    padding: 5px;
    height: 30px;
    border-radius: 3px;
}
.patient-education-list > li > section > span {
    border: solid 1px #767676;
    background-color: #eafeff;
    border-radius: 6px;
    padding: 2px 20px;
    color: #5cbedf;
    font-size: var(--font-size-3l);
    width: 100%;
    height: 80px;
    display: block;
}
.patient-education-list > li > section > span > img {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto auto;
    position: relative;
    top: 10px;
}
.patient-education-list > li > section > img {
    border-radius: 6px;
    width: 100%;
    height: 80px;
    background-size: cover;
    object-fit: cover;
}
.patient-education-list > li > section > label {
    font-size: var(--font-size-xs);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin: 3px auto auto;
    width: 170px;
}
.list-cord-pcl {
    margin: 0;
    width: 100%;
}
.list-cord-pcl > li {
    display: block;
    margin-bottom: 8px;
    list-style: none;
    margin-top: 4px;
}
.list-cord-pcl > li > label,
.list-cord-pcl > li > p > b {
    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: #313131;
}
.list-cord-pcl > li > label > span {
    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: #767575;
    width: 100%;
    display: block;
    text-align: center;
    display: block;
}

.list-cord-pcl > li > p {
    margin: 0;
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}
.list-cord-pcl > li > span > b {
    color: #068cb0;    
}
.list-cord-pcl > li > span {
    color: #313131;
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
}
.list-cord-pcl > li > b {
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}
.lab-add-span {
    font-size: var(--font-size-xs);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
    border: solid 1.4px #909090;
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 5px 10px;
    position: relative;
    white-space: nowrap;
    height: 26px;
}
.lab-add-span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #909090;
    width: 0.8px;
    margin: 4px 0;
}



.ros-popover-width {
    width: 400px !important;
    max-width: 400px !important;
    z-index:99999999 !important;
}
.surgery-popover-width {
    width: 280px !important;
    max-width: 280px !important;
}
.suggestions-popover-width {
    width: 650px !important;
    max-width: 650px !important;
}
.img-profile {
    height: 100px;
    width: 100px;
    background-size: cover;
    object-fit: cover;
    object-position: top center;
    background-position: top center;
    border-radius: 8px;
}
.img-profile-thumb {
    height: 30px;
    width: 30px;
    background-size: cover;
    object-fit: cover;
    object-position: top center;
    background-position: top center;
    border-radius: 100px;
}
.bg-fff-br-69a3d9 {
    background-color: #fff;
    border: 1px solid #69a3d9;
}
.surgery-list-action {
    margin: 0;
    /*display: flex;*/
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 15px 5px;
    padding: 5px;
}

.surgery-list-action > li > a > i {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #068cb0;
    object-fit: contain;
}
.surgery-list-action > li > a {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.surgery-list-action > li > a > span {
    color: #000;
    font-size: 10.532px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.asc-pre-op-call {
    background-position: -109px 3px;
}
.asc-documents {
    background-position: -128px 3px;
}
.asc-pre-auth-info {
    background-position: -145px 3px;
}
.asc-super-bill {
    background-position: -164px 3px;
}
.asc-past-visits {
    background-position: -182px 3px;
}
.asc-post-op-call {
    background-position: -200px 3px;
}
.asc-image-study {
    background-position: -217px 3px;
}
.asc-asc-charting {
    background-position: -217px 3px;
}
.edit-white-icon {
    background-position: -95px -15px;
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.Pre-Authorization-files {
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    background-color: #f8f8f8;
    padding: 10px;
}
.table-consents {
    margin: 0;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #b5dfff;
}
.table-consents > thead > tr > th {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    padding: 8px 2px;
    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: #313131;
}
.table-consents > tbody > tr > td {
    border-bottom: 1px solid #b5dfff;
    padding: 6px 2px ;
    position: relative;
}

.addsignatuurepopover {
    margin-bottom: 0px !important;
    margin-top: -15px !important;
    max-width: 550px !important;
    width: 550px;
    background-color: #f6f6f6 !important;
    border-radius: 0 !important;
    border: 1px solid #909090 !important;
}
.addsignatuurepopover > .arrow,
.patientsearchclass > .arrow {
    display: none !important;
}
.addsignatuurepopover > .popover-inner > .popover-content,
.patientsearchclass > .popover-inner > .popover-content {
    padding: 0 !important;
}
.signature-pad {
    border: 1px solid #1d1d1d;
    background-color: #F0F0F0;
    border-radius: 6px;
    padding: 5px;
    position: relative;
    height: auto;
    text-align: center;
    margin: 10px 0;
}
.signature-pad > canvas,
.signature-pad > img {
    width: auto;
    height: 100%;
    background:#fff;
}

.sticky-chief-complaints {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 0;
    right: 0;
}
.chief-complaints-fixed {
    background-color: #EFFCFF;
    border-bottom: 1px solid #CFE7EC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    width: 100%;
}

.chief-complaints-fixed-body {
    padding: 15px;
    display: block; 
}
.chief-complaints-fixed-body {
    background-color: #EFFCFF;
    padding: 10px;
    position: relative;
}

.chief-comp-list-view {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.chief-comp-list-view > li {
    margin-right: 5px;
    list-style: none;
    font-size: var(--font-size-md);
    font-weight: normal;
    line-height: 24px;
}
.chief-comp-list-view > li > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
    display: block;
    min-width: 200px;
    font-size: var(--font-size-md);
    font-weight: 500;    
}


.list-count-activity {
    margin: 0;
    display: flex;
    grid-gap: 10px;
    align-items: center;
    justify-content: center;
}
.list-count-activity > li {
    border: 0.5px solid #068cb0;
    border-radius: 4px;
    min-width: 140px;
    list-style: none;
    padding: 8px;
}
.list-count-activity > li > label {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #068cb0;
    display: block
}
.list-count-activity > li > span {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    display: block
}
.list-count-activity > li.active {
    background-image: linear-gradient(to right, #07a0d4 0%, #068cb0);
}
.list-count-activity > li.active > label,
.list-count-activity > li.active > span,
.list-count-activity > li.active > a {
    color: #fff;
}
.list-count-activity > li > a {
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    display: block;
}


.timeslotsappt {
    display: flex;
    grid-gap: 4px 4px;
    align-items: center;
    flex-flow: wrap;
}
.timeslotsappt > li {
    list-style: none;
    width: calc(100% * (1/6) - 0px - 4px);
    text-align: center;
}
.timeslotsappt > li > a {
    padding: 3px 3px;
    border-radius: 6px;
    border: solid 0.5px rgba(144, 144, 144, 0.6);
    background: linear-gradient(to bottom, #eee 0%, #ebeaea 100%);
    color: #313131;
    display: block;
}
.timeslotsappt > li.active > a {
    background: #068cb0 !important;
    color: #fff;
}
.notesyellowshow {
    margin: 0;
}
.notesyellowshow > li {
    border-radius: 6px;
    border: solid 0.3px #86812d;
    background-color: #fffeee;
    display: flex;
    margin-bottom: 5px;
    padding: 4px;
    align-items: center;
}
.notesyellowshow > li:last-child {
    margin: 0;
}
.notesyellowshow > li > span {
    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: #313131;
    flex: 1;
    padding-right: 5px;
}
.text-patient-details {
    background-color: #ffefd8;
    padding: 4px 10px;
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #8f5605;
    text-transform: uppercase;
    margin: 4px 0;
}

.book-appt-calendar {
    border: solid 1px #35a2bf;
    background-color: #f2fffd !important;
    border-radius: 6px !important;
    border-right: 0 !important;
}
.book-appt-slots {
    border: solid 1px #35a2bf;
    background-color: #fff;
    border-radius: 6px !important;
    border-left: 0 !important;
}

.bg-al-blue {
    background: aliceblue !important;
}
.book-appt-calendar > .datepickeropen > .calendar-container > .calendar {
    padding-left: 0;
    width: 100%;
}
.book-appt-calendar > .datepickeropen > .calendar-container > .calendar > header {
    background-image: none !important;
    background: none !important;
}
.book-appt-calendar > .datepickeropen > .calendar-container > .calendar > header > a {
    background: linear-gradient(to bottom, #008b86, #1d5558);
}
.book-appt-calendar > .datepickeropen > .calendar-container > .calendar > header > h2 {
    color: #1d5558;
    font-size: 18px !important;
    line-height: 2;
}
.btn-user-clear {
    border-radius: 4px;
    border: solid 1px #ff9f9f;
    color: #ff9f9f;
    background: #fff !important;
}

.appt-list-icons-actions {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: flex-start;
}
.appt-list-icons-actions > li {
    list-style: none;
    /*flex: 1;*/
    text-align: center;
}
.appt-list-icons-actions > li > a {
    display: block;
    padding: 4px 0;
}
    .appt-list-icons-actions > li > a > img {
        width: 17px;
        height: 17px;
    }

/*Tag Patient Icons*/
.tag-patient-icons-sm,
.tag-patient-icons {
    display: flex;
    align-items: center;
    margin: 0;
    flex-flow: wrap;
    grid-gap: 4px;
}
    .tag-patient-icons > li {
        list-style: none;
        border-radius: 5px;
        border: 0.5px solid #F6981C;
        background: #F9F9F9;
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
.tag-patient-icons > li > i {
    width: 20px;
    height: 20px;
    background-size: initial;
    display: block;
    background-image: url(../img/tag-patient.svg);
}

    .tag-patient-icons > li > i.autism-tagpatient {
        background-position: 1px;
    }

    .tag-patient-icons > li > i.hearing-tagpatient {
        background-position: -22px;
    }

    .tag-patient-icons > li > i.anxiety-tagpatient {
        background-position: -44px;
    }

    .tag-patient-icons > li > i.heartdisease-tagpatient {
        background-position: -66px;
    }

    .tag-patient-icons > li > i.hivaids-tagpatient {
        background-position: -88px;
    }

    .tag-patient-icons > li > i.vip-tagpatient {
        background-position: -109px;
    }

    .tag-patient-icons > li > i.epllepsy-tagpatient {
        background-position: -132px;
    }

    .tag-patient-icons > li > i.emotional-tagpatient {
        background-position: -154px;
    }

    .tag-patient-icons > li > i.alzheimer-tagpatient {
        background-position: -177px;
    }

    .tag-patient-icons > li > i.blood-tagpatient {
        background-position: -197px;
    }

    .tag-patient-icons > li > i.supportstick-tagpatient {
        background-position: -220px;
    }

    .tag-patient-icons > li > i.newborn-tagpatient {
        background-position: -241px;
    }

    .tag-patient-icons > li > i.wheelchair-tagpatient {
        background-position: -264px;
    }

    .tag-patient-icons > li > i.boat-tagpatient {
        background-position: -284px;
    }

    .tag-patient-icons > li > i.oneeye-tagpatient {
        background-position: -307px;
    }

    .tag-patient-icons > li > i.oxygenmask-tagpatient {
        background-position: -331px;
    }

    .tag-patient-icons > li > i.publictransport-tagpatient {
        background-position: -352px;
    }

    .tag-patient-icons > li > i.hepatitis-tagpatient {
        background-position: -378px;
    }

/*Tag Patient List small icons  */


.tag-patient-icons-sm > li {
    list-style: none;
    border-radius: 5px;
    border: 0.5px solid #F6981C;
    background: #F9F9F9;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tag-patient-icons-sm > li > i {
    width: 20px;
    height: 20px;
    background-size: initial;
    display: block;
    background-image: url(../img/tag-patient.svg);
}

.tag-patient-icons-sm > li > i.autism-tagpatient {
    background-position: 1px;
}

.tag-patient-icons-sm > li > i.hearing-tagpatient {
    background-position: -22px;
}

.tag-patient-icons-sm > li > i.anxiety-tagpatient {
    background-position: -445px;
}

.tag-patient-icons-sm > li > i.heartdisease-tagpatient {
    background-position: -467px;
}

.tag-patient-icons-sm > li > i.hivaids-tagpatient {
    background-position: -88px;
}

.tag-patient-icons-sm > li > i.vip-tagpatient {
    background-position: -512px;
}

.tag-patient-icons-sm > li > i.epllepsy-tagpatient {
    background-position: -132px;
}

.tag-patient-icons-sm > li > i.emotional-tagpatient {
    background-position: -154px;
}

.tag-patient-icons-sm > li > i.alzheimer-tagpatient {
    background-position: -176px;
}

.tag-patient-icons-sm > li > i.blood-tagpatient {
    background-position: -601px;
}

.tag-patient-icons-sm > li > i.supportstick-tagpatient {
    background-position: -222px;
}

.tag-patient-icons-sm > li > i.newborn-tagpatient {
    background-position: -644px;
}

.tag-patient-icons-sm > li > i.wheelchair-tagpatient {
    background-position: 137px;
}

.tag-patient-icons-sm > li > i.boat-tagpatient {
    background-position: -686px;
}

.tag-patient-icons-sm > li > i.oneeye-tagpatient {
    background-position: -707px;
}

.tag-patient-icons-sm > li > i.oxygenmask-tagpatient {
    background-position: -731px;
}

.tag-patient-icons-sm > li > i.publictransport-tagpatient {
    background-position: -352px;
}

.tag-patient-icons-sm > li > i.hepatitis-tagpatient {
    background-position: -378px;
}
.tag-patient-bg {
    border-radius: 8px;
    border: solid 0.5px #f6981c;
    background-color: #f9f9f9;
    padding: 4px 8px;
    display: inline-block;
}
.popopshowdetails {
    margin: 0 !important;
    max-width: 650px !important;
    min-width: 650px !important;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
}

.popopshowdetails > .popover-inner > .popover-content {
    padding: 3px !important;
}
.btn-translation {
    border: 1px solid #068cb0;
    color: #068cb0;
    background:#fff !important;
    border-radius:10px !important;
}
.btn-translation-active {
    border: 1px solid #068cb0;
    color: #fff !important;
    background: #068cb0 !important;
    border-radius: 10px !important;
}

.btn-translation:hover {
   border: 1px solid #068cb0;
    color: #fff !important;
    background: #068cb0 !important;
    border-radius: 10px !important;
}
.view-notescalendar {
    position: relative;
    overflow: hidden;
    max-height: 80px;
}

.profile-section-user {
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.profile-section-user > img {
    border-radius: 0;
    width: 60px;
    height: 60px;
}
.profile-section-user > div > label {
      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;
}
.profile-section-user > div > p {
    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: #3d3d3d;
    margin: 0;
}
.profile-section-user > div > span {
    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: #e86868;
}
.profile-list-buttons {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.profile-list-buttons > li {
    list-style: none;
    cursor: pointer;
}
.profile-list-buttons > li > button > i {
    width: 34px;
    height: 34px;
    padding: 4px;
    display: inline-block;
}

.appointment-list-count {
    margin: 0;
    list-style: none;
    overflow-y: auto;
    height: auto;
    min-height: 200px;
    max-height: 300px;
}
.appointment-list-count > li {
    list-style: none;
    padding: 4px 8px;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: #313131;
}
.appointment-list-count > li > div > span {
    background-color: #f8eaea;
    padding: 4px;
    font-size: var(--font-size-xl);
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    color: #000;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    line-height: 1.5;
    display: block;
}
.appointment-list-count > li:last-child {
    border: none;
}
.Holiday-list-date span {
    background: #CAF4FF;
    padding: 5PX 20PX;
    border-radius: 5PX;
}
/*------------------*/

 
.summary-complaints {
    margin: 0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
}
.summary-complaints > li {
    list-style: none;
    padding: 4px 12px;
    border-bottom: 1px solid #d2d2d2;
    font-size: var(--font-size-md);
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
}

.suggest-code-span {
    padding: 3px 10px;
    border-radius: 4px;
    border: solid 0.5px #f2f2f2;
    background-color: #eaeaea;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}
.summary-list {
    margin: 0;
    display: flex;
    flex-flow: wrap;
    grid-gap: 4px 9px;
    align-items: center;
}
.summary-list > li {
    list-style: none;
    margin: 2px 0;
}
.summary-list > li:first-child {
    font-size: var(--font-size-lg);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}
.summary-list > li > b {
    font-weight: 500;
    font-size: var(--font-size-md);
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #797979;
    padding: 2px 3px;
}
.summary-list > li > span {
    font-weight: 600;
    font-size: var(--font-size-md);
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #313131;
    padding: 2px 3px;
}
.summary-list > li.od-summary,
.summary-list > li.os-summary,
.summary-list > li.ou-summary {
    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: 2px 6px;
    border-radius: 4px;
}
.summary-list > li.od-summary {
    background-color: #e6f8fe;
    color: #07a0d4;
}
.summary-list > li.os-summary {
    background-color: #edf7ed;
    color: #5cb85c;
}
.summary-list > li.ou-summary {
    background-color: #fce9e9;
    color: #e86868;
}
.vp-autorefraction {
    border-left: 3px solid #9990ff !important;
}



.text-vp-autorefraction {
    color: #2216b0 !important;
}

.vp-remarks {
    margin: 3px 0;
    border-radius: 4px;
}
.vp-remarks > b {
    color: rgb(202 0 91);
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}
.vp-remarks > span {
    color: #605e5e;
    font-size: var(--font-size-lg);
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.vp-summary-retinoscopy {
    border-left: 6px solid #c6865c !important;
    font-weight: 600 !important;
    color: #484848 !important;
}
.vp-summary-manifestretinoscopy {
    border-left: 6px solid #2fd6cc !important;
    font-weight: 600 !important;
    color: #484848 !important;
}
.vp-summary-presentglassrx {
    border-left: 6px solid #1873a6 !important;
    font-weight: 600 !important;
    color: #484848 !important;
}
.vp-summary-cycloplegicrefraction {
    border-left: 6px solid #ce9e04 !important;
    font-weight: 600;
    color: #484848 !important;
}
.vp-summary-overrefraction {
    border-left: 6px solid #17c668 !important;
    font-weight: 600;
    color: #484848 !important;
}
.vp-summary-finalglassrx {
    border-left: 6px solid #ff7878 !important;
    font-weight: 600;
    color: #484848 !important;
}
.vp-summary-visualacuity {
    border-left: 6px solid #F59504 !important;
    font-weight: 600;
    color: #484848 !important;
}

.vandpsummary-acuity {
    margin-bottom: 0px;
    table-layout: fixed;
    border-spacing: 4px 2px;
    border-collapse: separate;
}
.vandpsummary-acuity > thead > tr > td > label {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
}
.vandpsummary-acuity > thead > tr > th {
    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: #767676;
    background-color: transparent !important;
    padding: 3px 6px;
}
.vandpsummary-acuity > tbody > tr > td > b {
    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: #767676;
    background-color: transparent !important;
    padding: 3px 6px;
}
.vandpsummary-acuity > tbody > tr > td > span {
    font-size: var(--font-size-md);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    background-color: transparent !important;
    padding: 2px 6px;
}

.examinations-gridtable tbody{
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .examinations-gridtable thead, .examinations-gridtable tbody tr{
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .examinations-gridtable thead{
    width: calc(100% - 1.1em);
  }
  .examinations-gridtable thead{
    position: relative;
  }

.new-arrow-menu {
    display: flex;
    align-items: center;
    grid-gap: 6px;
    margin: 0;
}
.new-arrow-menu > li {
    list-style: none;
}
.new-arrow-menu > li > a {
    padding: 4px 14px;
    border-radius: 3px;
    font-size: var(--font-size-md);
    display: block;
}
.exam-sub-heading {
    margin: 4px 0;
    font-size: var(--font-size-xl);
    color: #c5771b;
    background-color: #fcf3e9;
    padding: 4px;
    border-left: 3px solid #c5771b;
}
/*Delete*/
.vandp-new-summary {
    background-color: #f6f6f6 !important;
    position: relative;
}
.vandp-new-summary > h1:before {
    content: "";
    height: 24px;
    width: 4px;
    background-color: #484848;
    position: absolute;
    left: -2px;
    margin: auto 0;
    top: 0;
    bottom: 0;
}
.vandp-new-summary > h1 {
    color: #484848 !important;
    padding-left: 6px !important;
}
.suggestcode-popup {
    overflow:scroll;
    height:auto !important;
    max-height:300px !important;
}
.assesments-resolved {
    background-color: #ebe2e2 !important;
    padding: 5px;
    width: 100%;
    display: flex;
}
/*Four Field Summary*/
/*Fourfiled Test*/


.custom-circle-traigle-fourfield > ul > li {
    list-style: none;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 130px;
    background-image: url(../img/New-Consultation/fourfield-triangle-shape.svg);
    cursor: pointer;
}

.custom-circle-traigle-fourfield > ul > li.active,
.custom-circle-traigle-fourfield > ul > li:hover {
    background-image: url(../img/New-Consultation/fourfield-triangle-shape-active.svg);
}

/*/Fourfiled Test*/
.custom-circle-traigle-fourfield-summary {
width: 300px;
height: 145px;
position: relative;
display: block;
}

.custom-circle-traigle-summary > ul > li {
    list-style: none;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 65px;
    background-image: url(../img/New-Consultation/traingle-shape.svg);
    cursor: pointer;
}

    .custom-circle-traigle-summary > ul > li.active,
    .custom-circle-traigle-summary > ul > li:hover {
        background-image: url(../img/New-Consultation/triangle-shape-active.svg);
    }


.custom-circle-traigle-fourfield-summary > ul > li:nth-child(1),
.custom-circle-traigle-fourfield-summary > ul > li.active:nth-child(1) {
transform: rotate(270deg);
    left: 69px;
    right: 0;
    margin: 0 auto;
    top: 7px;
}
.custom-circle-traigle-fourfield-summary > ul > li:nth-child(2),
.custom-circle-traigle-fourfield-summary > ul > li.active:nth-child(2) {
transform: rotate(0deg);
    right: 51px;
    top: 15px;
}
.custom-circle-traigle-fourfield-summary > ul > li:nth-child(3),
.custom-circle-traigle-fourfield-summary > ul > li.active:nth-child(3) {
transform: rotate(90deg);
    right: 58px;
    top: 55px;
}
.custom-circle-traigle-fourfield-summary > ul > li:nth-child(4),
.custom-circle-traigle-fourfield-summary > ul > li.active:nth-child(4) {
transform: rotate(180deg);
    right: 99px;
    top: 47px;
}
.custom-circle-traigle-fourfield-summary > a {
    width: 25px;
    height: 25px;
    border: 1px solid #484848;
    position: absolute;
    left: 100px;
    top: 50px;
    right: 0;
    background-color: #fff;
    border-radius: 100%;
    margin: auto;
    z-index: 2;
}
.custom-circle-traigle-fourfield-summary > a:hover,
.custom-circle-traigle-fourfield-summary > a.active {
background-color: #484848;
box-shadow: 0px 0px 3px 1px #817a7a;
}

.custom-circle-traigle-fourfield-summary > ul > li {
    list-style: none;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 65px;
    background-image: url(../img/New-Consultation/fourfield-triangle-shape.svg);
    cursor: pointer;
}

    .custom-circle-traigle-fourfield-summary > ul > li.active,
    .custom-circle-traigle-fourfield-summary > ul > li:hover {
        background-image: url(../img/New-Consultation/fourfield-triangle-shape-active.svg);
    }
/*Four Field Summary*/
/*Eight Field Summary*/
.custom-circle-traigle-summary {
    width: 300px;
    height: 145px;
    position: relative;
    margin: auto;
    display: block;
}


.custom-circle-traigle-summary > ul > li:nth-child(1),
.custom-circle-traigle-summary > ul > li.active:nth-child(1){    
      transform: rotate(0deg);
    left: 0;
    right: 0;
    margin: 0 auto;
    top:3px;
}
.custom-circle-traigle-summary > ul > li:nth-child(2),
.custom-circle-traigle-summary > ul > li.active:nth-child(2){
transform: rotate(45deg);
    right: 104px;
    top: 12px;
}

.custom-circle-traigle-summary > ul > li:nth-child(3),
.custom-circle-traigle-summary > ul > li.active:nth-child(3){
transform: rotate(90deg);
    right: 95px;
    top: 34px;
}
.custom-circle-traigle-summary > ul > li:nth-child(4),
.custom-circle-traigle-summary > ul > li.active:nth-child(4){
transform: rotate(135deg);
    right: 104px;
    top: 56px;
}
.custom-circle-traigle-summary > ul > li:nth-child(5),
.custom-circle-traigle-summary > ul > li.active:nth-child(5){
  transform: rotate(180deg);
    right: 126px;
    top: 65px;
}
.custom-circle-traigle-summary > ul > li:nth-child(6),
.custom-circle-traigle-summary > ul > li.active:nth-child(6){
    transform: rotate(225deg);
    left: 104px;
    top: 56px;
}
.custom-circle-traigle-summary > ul > li:nth-child(7),
.custom-circle-traigle-summary > ul > li.active:nth-child(7){
 transform: rotate(270deg);
    left: 95px;
    top: 34px;
}
.custom-circle-traigle-summary > ul > li:nth-child(8),
.custom-circle-traigle-summary > ul > li.active:nth-child(8){
   transform: rotate(315deg);
    left: 103px;
    top: 12px;
}
.custom-circle-traigle-summary > a {
  width: 25px;
    height: 25px;
    border: 1px solid #484848;
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    background-color: #fff;
    border-radius: 100%;
    margin: auto;
    z-index: 2;
}
.custom-circle-traigle-summary > a:hover,
.custom-circle-traigle-summary > a.active {
    background-color: #484848;
    box-shadow: 0px 0px 3px 1px #817a7a;
}
/*Eight Field Summary*/

/**/
.asc-accordion > .panel-heading {
background-color: #fff !important;
border: none;
padding:0px 10px !important;
}
.asc-accordion {
overflow: hidden;
border: none;
box-shadow: none !important;
position: relative;
}
.asc-accordion > .panel-heading > .panel-title {
font-size: var(--font-size-5l);
font-weight: 500;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: #068cb0;
}
/*.asc-accordion.panel-open > .panel-collapse .panel-body {
border: 1px solid #d2d2d2;
}*/
.asc-accordion > .panel-collapse .panel-body {
padding: 0px !important;
background-color: #fffffd;
border-top:none !important;
}
/**/

.examination-popover-popup {
    z-index:99999 !important;
    position:absolute !important;
    display:block !important;
}
.drawingpad-img-show > li > img,
.drawingpad-img-show-new > li > img {
    width: 100px;
    height: 100px;
    object-position: center center;
    background-position: center center;
    display: block;
    margin: auto;
    background-size: cover;
    object-fit: cover;
}
.drawingpad-img-show > li {
    position: relative;
    border: 2px solid #bababa;
}
.drawingpad-img-show-new > li {
    position: relative;
}
.drawingpad-img-show > li.active {
    border: 2px solid #068cb0;
}
.drawingpad-img-show > li > i,
.drawingpad-img-show-new > li > i {
    position: absolute;
    font-size: 24px;
    background-color: #fff;
    padding: 8px;
    border-radius: 100px;
    text-align: center;
    color: #de3131;
    right: 0px;
    top: 0px;
    cursor: pointer;
}


.coordinator-accordion > .panel-group > .panel > .panel-heading {
    background-color: #dcf8ff;
    position: relative;
}
.coordinator-accordion > .panel-group > .panel > .panel-collapse > .panel-body {
    
}
.coordinator-accordion > .panel-group > .panel > .panel-heading > .panel-title > .accordion-toggle > span > .counsler-remarks {
    position: absolute;
    right: 0;
    top: 0;
   z-index:1;
}
.investigation-accordion > .panel-group > .panel > .panel-collapse > .panel-body {
    padding: 5px;
}

.mips-dashboard-box {
    display: flex;
    align-items: flex-start;
    grid-gap: 4px;
    margin: 0;
    flex-flow: wrap;
}
.mips-dashboard-box > li {
    list-style: none;
    text-align: center;
}
.mips-dashboard-box > li > i {
    font-size: 28px;
    margin: 68px 18px;
}
.mips-dashboard-box > li > article {
    border-radius: 8px;
    background-color: #fff;
    padding: 6px;
    border: 1px solid #d2d2d2;
    height: 14em;
    width: 200px;
    box-shadow:
    inset 0 -3em 3em rgba(0, 0, 0, 0.1),
    0 0 0 2px rgb(255, 255, 255),
    0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
    display: grid;
}
.mips-dashboard-box > li > article > p {
    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: #63837a;
    margin: 8px 0;
    text-transform: capitalize;
}
.mips-dashboard-box > li > article > i {
    font-size: 28px;
    margin: 1px auto;
    color: #28465a;
    display: block;
}
.mips-dashboard-box > li > article > label {
    font-size: var(--font-size-5l);
    font-weight: 600;
    color: rgb(221,44,0);
    display: block;
}
.mips-dashboard-box > li > article > label > span {
    color: #909090;
    font-size: var(--font-size-md);
}
.mips-dashboard-box > li > article > a {
    display: block;
    font-size: var(--font-size-md);
    font-weight: 500;
    color: #07a0d4;
}
.mips-dashboard-box > li > article > h2 {
    margin: 0;
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    color: rgb(154 31 1);
}
.mips-dashboard-box > li > p {
    margin: 10px 0;
    font-weight: 600;
    font-size: var(--font-size-lg);
}

.template-bodypadding-accordion > .panel-collapse > .panel-body,
.template-panel-accordion > .panel-collapse > .panel-body {
    padding: 0 !important;
}
.template-panel-accordion,
.template-panel-accordion-content {
    border: none !important;
}
.template-panel-accordion > .panel-heading {
    background-color: transparent;
    border: none;
}
.template-panel-accordion-content > .panel-heading {
    background-color: none;
}
.template-panel-accordion > .panel-collapse > .panel-body,
.template-panel-accordion-content > .panel-collapse > .panel-body {
    background-color: #f5f5f5;
}
.template-panel-accordion > .panel-heading > .panel-title {
    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: #068cb0;
}
.template-panel-accordion-content > .panel-heading > .panel-title {
    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;
}
.template-bghead-accordion {
    border-radius: 0 6px 6px 0;
    padding: 6px 4px;
    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;
    display: block;
}
.template-panel-accordion-content > .panel-group {
    margin: 0;
}
.summary-right-button > li > button {
   padding:3px 20px !important;
}

.us-consultation-action-buttons {
    display: grid;
    margin: 5px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3px;
}
.us-consultation-action-buttons > li,
.summary-right-button > li {
      list-style: none; 
}
.us-consultation-action-buttons > li > button,
.summary-right-button > li > button {
    width: 100%;
    display: block;
    padding: 4px 2px;
    border: 1px solid #a9a9a9;
    border-radius: 6px;
    color: #2d2d47;
    font-size: var(--font-size-md);
    font-weight: 600;
    background-color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    line-height:1.5;
}
.us-consultation-action-buttons > li:hover > button,
.summary-right-button > li:hover > button {
    border: 1px solid #646480;
    color:#fff;
    background-color: #50506a;
}
.us-consultation-action-buttons > li > button > i {
    font-size: var(--font-size-3l);
    margin-right: 6px;
}
.us-consultation-action-buttons > li > button.cs-off {
    background-color: #5cb85c !important;
    border: 1px solid #5cb85c !important;
    color: #fff !important;
}
.rb-vs {
    border: none !important;
    text-align: center;
}
.rb-vs:before {
    height: 100%;
    width: 3px;
    background-color: #f2f2f2;
    display: block;
    margin: auto;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.rb-vs:after {
    height: 100%;
    width: 3px;
    background-color: #f2f2f2;
    display: block;
    margin: auto;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
}
.Referral-accordion-assmnts > .panel-group > .panel {
    overflow: visible !important
}
.alderete-score label {
    border:1px solid #d2d2d2;
    padding:0px 20px !important;
}
.dilation-custom-popup {
    position: absolute;
    right: 0;
    top: 0;
    width: 96%;
    background-color: #fff;
    border: 1px solid #909090;
    border-radius: 5px;
    padding: 10px;
    z-index: 99;
}
/* Examinations */
.anterior-posterior-container {
    background-color: #FAFAFA;
    border-radius: 8px;
    flex: 1;
}
.anterior-posterior-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 8px;
    padding: 6px;
}
.anterior-posterior-heading > h2 {
    color: #000000;
    font-size: var(--font-size-xl);
    font-weight: 600;
    margin: 0;
}
.anterior-posterior-heading > ul {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    margin: 0;
    justify-content: flex-end;
}
.anterior-posterior-heading > ul > li,
.anterior-posterior-table > thead > tr > th > ul > li,
.anterior-posterior-table > tbody > tr > td > ul > li {
    list-style: none;
}
.anterior-posterior-heading > ul > li > a {
    display: block;
    font-size: var(--font-size-md);
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 6px;
    background-color: #DDDDDD;
    color: #000;
}
.anterior-posterior-heading > ul > li > a > i {
    margin-right: 3px;
}
.anterior-posterior-heading > ul > li.active > a {
    background-color: #1D5558;
    color: #fff;
}
.anterior-posterior-table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
    z-index: 2;
    position: relative;
}
.anterior-posterior-table > thead > tr > th {
    padding: 6px;
    width: 50%;
    position: sticky;
}
.anterior-posterior-table > thead > tr > th.od-ap {
    background-color: #e9f6fb;
}
.anterior-posterior-table > thead > tr > th.os-ap {
    background-color: #eef6f5;
}
.anterior-posterior-table > thead > tr > th > ul,
.anterior-posterior-table > tbody > tr > td > ul {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0;
}
.anterior-posterior-table > thead > tr > th > ul > li > b {
    font-weight: 500;
    font-size: var(--font-size-xl);
}
.anterior-posterior-table > thead > tr > th > input,
.anterior-posterior-grid-change > input {
    background-color: #F0F8FB;
    border: 1px solid #d4e1e6;
    width: 100%;
    padding: 6px;
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: var(--font-size-md);
}
.anterior-posterior-table > tbody > tr > td {
    padding: 6px 6px 6px 6px;
    font-weight: 500;
    font-size: var(--font-size-xl);
    vertical-align: top;
}
.anterior-posterior-table > tbody > tr:nth-child(2) > td:first-child {
    border-right: 1px solid #DDDDDD;
}
.anterior-posterior-table > tbody > tr > td > ul > li {
    padding: 2px 0px;
    border-bottom: 1px solid #dddddd;
}
.anterior-posterior-table > tbody > tr > td > ul > li:first-child {
    flex: 1;
    padding-left: 15px;
}
    .anterior-posterior-table > tbody > tr > td > ul > li > a,
    .anterior-posterior-table > tbody > tr > td > div > ul > li > a,
    .actions-black {
        color: #000 !important;
        margin: 0 2px !important;
        font-size: var(--font-size-md) !important;
    }
.anterior-posterior-body {
    overflow-y: auto;
    height: calc(100vh - 155px);
    overflow-x: hidden;
    position: relative;
}
.anterior-posterior-menu {
    margin: 0;
}
.anterior-posterior-menu > li,
.anterior-posterior-drawing-menu > .form-group > ul > li,
.anterior-posterior-drawing-menu-switch > li,
.anterior-posterior-drawing-menu-buttons > li,
.anterior-posterior-drawing-box > ul > li,
.anterior-posterior-grid-change > ul > li,
.anterior-posterior-grid-change > ul > li > ol > li,
.anterior-list-menu > li {
    list-style: none;
}
.anterior-posterior-menu > li > a {
    display: block;
    transform-origin: center right; 
    text-orientation: sideways; 
    writing-mode: vertical-lr;
    background-color: #F2F2F2;
    padding: 18px 8px;
    font-weight: 500;
    font-size: var(--font-size-md);
    color: #000;
    border-radius: 6px 0 0 6px;
    margin: 6px 0px;
    border-left: 4px solid #fff;
}
.anterior-posterior-menu > li.active > a {
    background-color: #CCEBF6;
    border-radius: 0;
    border-left: 4px solid #CCEBF6;
}
.anterior-posterior-container.active {
    flex: 1;
    background-color: #CCEBF6;
    padding: 14px;
    border-radius: 6px;
    height: calc(100vh - 57px);
}
.anterior-posterior-drawing-pad {
    background-color: #f2f2f2;
    border-radius: 6px;
    padding: 14px 2px 14px 14px;
    display: flex;
    width: 100%;
    height: 100%;
    grid-gap: 10px;
}

.anterior-posterior-table > tbody > tr > td > h2 {
    font-weight: 600;
    font-size: var(--font-size-3l);
    color: #000;
    margin: 10px 0;
}
.anterior-posterior-drawing-box {
    padding: 6px;
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    grid-gap: 6px;
}
.anterior-posterior-drawing-canves {
    background-color: #fff;
    width: 100%;
    border-radius: 6px;
    height: 100%;
    position: relative;
    overflow: auto;
    max-width: 900px;
    min-width: 100%;
}
.anterior-posterior-drawing-menu {
    width: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
}
ul.anterior-posterior-drawing-menu-buttons {
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    grid-gap: 4px;
}
ul.anterior-posterior-drawing-menu-buttons > li > a {
    display: block;
    border-radius: 6px;
    background-color: #CCEBF6;
    padding: 6px;
    text-align: center;
    font-weight: 500;
    color: #000;
    font-size: var(--font-size-md);
}
.anterior-posterior-drawing-menu-switch {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    width: 150px;
    height: 34px;
    border-bottom: 1px solid #d2d2d2;
}
.anterior-posterior-drawing-menu-switch > li.active > a > label {
    background-color: #CCEBF6;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
}
.anterior-posterior-drawing-menu-switch > li > a > label {
    padding: 6px;
    border-radius: 6px;
    font-size: var(--font-size-lg);
    font-weight: 500;
    text-align: center;
    display: block;
    cursor: pointer;
    /*margin: 0 4px;*/
    color: #000;
}
.search-2024 {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}
.search-2024 > input {
    width: 100%;
    padding: 8px 25px 8px 8px;
    border: 1px solid #000;
    border-radius: 100px;
    color: #000;
    font-weight: 500;
    font-size: var(--font-size-md);
}
.search-2024-img {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 0;
    background-image: url(../img/header/search-icon.svg);
    font-size: var(--font-size-xl);
    color: #fff;
    background-color: #068cb0;
    padding: 6px;
    border-radius: 100px;
    width: 27px;
    height: 27px;
    object-fit: contain;
    background-size: 60%;
    background-repeat: no-repeat;
    text-align: center;
    display: block;
    background-position: center center;
}
.search-2024-ul {
    display: flex;
    align-items: center;
    border-radius: 100px;
    grid-gap: 6px;
    flex-flow: wrap;
    margin-top: 5px;
    flex-direction: column;
}
.search-2024-ul > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #cdcdcd;
    width: 100%;
    flex-flow: wrap;
    padding: 0 6px;
    border-radius: 6px;
    background-color: #fff;
}
.search-2024-ul > li > label {
    font-size: var(--font-size-md);
    margin: 0;
    color: #000;
    text-transform: capitalize;
    width: 100%;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-2024-ul > li > a {
    font-size: var(--font-size-md);
    color: #000;
}
.drawing-pad-actions {
    display: flex;
    margin: 0;
    align-items: center;
    flex-flow: wrap;
    background-color: #fff;
    border-top: 1px solid #909090;
    border-left: 1px solid #909090;
    margin-bottom: 5px;
}
.add-new-stamp-list {
    display: block;
    margin: 4px 0;
    padding: 8px 14px;
}
.add-new-stamp-list > label {
    color: #0C8986;
    font-size: var(--font-size-lg);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
}
.add-new-stamp-list > ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 4px 0;
}
.add-new-stamp-list > ul > li {
    list-style: none;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    padding: 4px 8px; 
}

.drawing-pad-actions > li {
    width: calc(100% * (1/8) - 0px - 0px);
    border-bottom: 1px solid #909090;
    border-right: 1px solid #909090;
    list-style: none;
    padding: 6px;
}
.drawing-pad-actions > li.active {
    background-color: #15898F;
}
.drawing-pad-actions > li.active > .check-active {
    display: block;
}
.drawing-pad-actions > li > .check-active,
.drawing-pad-actions > li.active > .check-inactive {
    display: none;
}
.drawing-pad-actions > li > svg {
    display: block;
    margin: auto;
}

.anterior-posterior-drawing-box  > ul {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 6px;
}
.anterior-posterior-drawing-box > ul > li {
    width: 60px;
    height: 60px;
    background-color: #d2d2d2;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #fff;
    text-align: center;
    font-size: var(--font-size-5l);
    line-height: 3;
    object-fit: cover;
    cursor: pointer;
    position: relative;
}
.anterior-posterior-drawing-box > ul > li > i{
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    padding: 6px;
    border-radius: 100px;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 0.8;
}
.anterior-posterior-drawing-box > ul > li > img {
    width: 100%;
    height: 100%;
}

.anterior-posterior-grid-change {
    background-color: #F2F2F2;
    z-index: 2;
    padding: 6px;
    width: 100%;    
}
.anterior-posterior-grid-change {
    overflow-x: hidden;
    display: flex;
    align-items: flex-start;
    grid-gap: 6px;
}
.anterior-posterior-grid > ul,
.anterior-posterior-grid-change > ul {
    padding: 6px;
    width: 100%;
    border-right: 1px solid #CDCECD;
}
.anterior-posterior-grid > ul:last-child,
.anterior-posterior-grid-change > ul:last-child {
    border: none;
}
.anterior-posterior-grid > ul > li > ol,
.anterior-posterior-grid-change > ul > li > ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 6px;
}
.anterior-posterior-grid > ul > li > ol > li:first-child,
.anterior-posterior-grid-change > ul > li > ol > li:first-child {
    flex: 1;    
}
.anterior-posterior-grid > ul > li {
    background-color: #fff;
    border-radius: 6px;    
}
.anterior-posterior-grid-change > ul > li {
    background-color: #fff;
    border-radius: 6px;
    padding: 4px;
    margin-bottom: 6px;
}
.anterior-posterior-od,
.anterior-posterior-os,
.anterior-posterior-ou {
    font-size: var(--font-size-md);
    font-weight: 500;
    color: #1D5558;
    border-radius: 6px;
    padding: 2px 4px;
    border: none;
}
.anterior-posterior-od {
    background-color: #E5F8FF;
}
.anterior-posterior-os {
    background-color: #E3F1EE;
}
.anterior-posterior-ou {
    background-color: #F2F2F2;
}
.anterior-posterior-star {
    background-color: transparent;
    color: #CDCECD;
    border: none;
}
.anterior-list-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 6px;
    flex-flow: wrap;
}
.anterior-list-menu > li > a {
    display: block;
    background-color: #ededed;
    padding: 4px 15px;
    font-size: var(--font-size-md);
    font-weight: 600;
    color: #1D5558;
    border-radius: 6px;
}
.anterior-list-menu > li.active > a {
    background-color: #1D5558;
    color: #fff;
}
.antpostgridscript-script {
    background-color: #1D5558;
    color: #fff;
    width: 100%;
    display: block;
    padding: 8px 8px;
    border-radius: 8px 8px 0 0;
}
.antpostgridscript-script-body {
    background-color: #fff;
    padding: 8px 8px;
    display: block;
    width: 100%;
}
.dashboard-specality {
    position: absolute;
    font-size: var(--font-size-xl);
    top: 0;
    right: 15px;
    background: #f3f3f3;
    padding: 4px 8px;
    border-bottom-left-radius: 10px;
}
.total-alderete-score {
    border: solid 0.5px #068cb0;
    background-color: #edfbff;
    color: #068cb0 !important;
    width: 100%;
    padding:4px 8px !important;
    height:30px !important;
}
.alderete-score-active {
    border-radius: 6px;
    background-color: #c2dfd9;
    color: #1d5558;
    border: none;
    font-size: var(--font-size-md);
    color: #000;
    padding: 4px 8px;
    width: 100%;
    border: 1px solid #c2dfd9;
}
.alderete-score-inactive {
    border-radius: 6px;
    border: 1px solid #A9A9A9 !important;
    background-color: #fff;
    color: #313131;
    border: none;
    font-size: var(--font-size-md);
    color: #000;
    padding: 4px 8px;
    width: 100%;
    text-align:left !important;
}
.alderete-score-inactive:hover,
.alderete-score-inactive:active {
    background-color: #1d5558;
    color: #fff;
}
.alderete-score-active > span {
    float: right;
    border-radius: 10px;
    background-color: #1d5558;
    padding: 2px 8px;
    color: #fff;
}
.alderete-score-inactive > span {
    float: right;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5) !important;
    padding: 2px 8px;
    color: #1d5558;
}
.alderete-score-inactive.active {
    background-color: #1d5558;
    color: #fff;
}
.ccda-error{    
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.ccda-error {
    border-left: 5px solid #d9534f;
    background-color: rgba(217, 83, 79, 0.1);
}
.ccda-error > li > p > b {
    color: #d9534f;
    font-size: var(--font-size-xl);
    font-weight: 800;
}
.ccda-error > li > label,
.ccda-error > li > p > span,
.ccda-error > li > a{
    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:#000;
}
.ccda-error > li > label{
    font-size: var(--font-size-xl);
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color:#000;
}
/*----------------*/
.panel-tabs > ul {
    margin: 0;
    display: flex;
    grid-gap: 6px;
    align-items: center;
}
.panel-tabs > ul > li {
    list-style: none;
    padding: 6px 8px;
}
.panel-tabs > ul > li > a {
    color: #000;
    font-size: var(--font-size-md);
    font-weight: 600;
    display: block;
}
.panel-tabs > ul > li.active  {
    background-color: #F2F2F2;
    color: #1d5558;
    font-weight: 800;
    border-radius: 6px 6px 0 0;
}
.panel-tabs > .tab-content {
    background-color: #F2F2F2;
    padding: 10px;
    margin-top: -1px;
}
.btn-print {
    background: #CCEBF6;
    border: 1px solid #CCEBF6;
    padding: 0px 5px;
    border-radius: 5px;
}
.autoplans-posterior-body {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.auto-plans-new > tbody > tr > td > label {
    color: #068CBD;
    font-size: var(--font-size-3l);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.asc-new-accordion {
    border: none !important;
    margin-bottom: 5px !important;
}
.asc-new-accordion >  .panel-heading {
    cursor: pointer;
    background: #fff !important;
    border: none;
    padding: 10px 5px;
    border-radius: 10px;
}
.asc-new-accordion >  .panel-heading > h4 {
    color: #2A2A2B !important;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.asc-acordion-glyphicon {
    background-color: #1D5558 !important;
    color:#fff !important;
    padding:5px !important;
    border-radius:20px !important;
    font-size:9px !important;
}

.auto-plans-new > tbody > tr > td > a {
font-size: var(--font-size-md);
font-style: normal;
font-weight: 600;
line-height: normal;
background: #FFB8B861 !important;
color: #EC3838 !important;
padding: 4px 10px;
border-radius: 10px;
}
.medical-rx-label {
    border-radius: 5px;
    background: #CBE6FF;
}
.all-sigs {
    background: #fff;
    padding: 0px 8px;
    border-radius: 5px;
    border: 1px solid #B8B8B8;
}
.add-sigs {
    border-radius: 3px;
    border: 0.4px solid #B8B8B8;
    background: #BBEDFF;
    padding: 4px 8px;
}
.auto-plans-summary > .panel-heading {
    background: #E3F1EE !important;
}
.auto-plans-summary .panel-heading + .panel-collapse .panel-body {
    padding: 5px !important;
}
.auto-plan-select {
    border-radius: 3.981px;
    background: #1C5255;
}
.auto-plan-select > tr > td > label {
    color:#fff !important;
}
.asc-Assessment-Plans > tbody > tr > td {
    color: #5A5A5A;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size:13px;
}
.asc-Assessment-Plans > tbody > tr > th {
    color: #373737;
    font-size:13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.selec-autoplan > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
}

.auto-pans-icons > li > a,
.auto-pans-icons > li > a:hover {
    color: #fff;
    text-decoration: none !important;
}

.autoplans-dropdown > ul {
    position:static !important;
}
.previous-assessment-plans-nav {
    background-color: #FAFAFA;
    width: 200px !important;
}
.previous-assessment-plans-nav > ul {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    column-gap: 5px;
}
.previous-assessment-plans-nav > ul > li {
    list-style: none;
    text-align: left;
}
.previous-assessment-plans-nav > ul > li > a {
    padding: 6px;
    display: block;
    font-size: var(--font-size-md);
    font-weight: 500;
    color: #000;
    text-align: left;
}
.previous-assessment-plans-nav > ul > li.active > a {
    background-color: #D6EEE9;
}
.heading-assessments-head {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 4px 20px;
}
.heading-assessments-head > li {
    list-style: none;
}
.heading-assessments-head > li > b {
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.amnts-od {
    color: #90D1EF;
}
.amnts-os {
    color: #72B4A6;
}
.heading-assessments-head > li > span {
    color: #000;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.heading-assessments-head > li > button {
    padding: 4px 8px;
    background-color: #fff;
    border-radius: 6px;
    border: none;
    font-size: var(--font-size-md);
    font-weight: 500;
}
.file-uploads-section {
    border-radius: 9px;
    border: 1px solid #E6E6E6;
    background: #FAFAFA;
    display: block;
    margin-bottom: 5px;
    padding: 6px;
}
.file-uploads-header {
    border-radius: 5px;
    background: #E3F1EE;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 6px 6px;
}
.file-uploads-header > h1 {
    color: #000;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    margin: 0;
}
/*---------------------*/
.summary-consultation-main {
    background: #fff;
    padding: 4px;
    border-radius: 6px;
    width: 100%;
}
.summary-consultation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}
.summary-consultation-header > h1 {
    color: #151515;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.summary-consultation-header > ul {
    margin: 0;
    display: flex;
    align-items: center;
    grid-column-gap: 4px;
}
.summary-consultation-header > ul > li {
    list-style: none;
    position: relative;
}
.summary-consultation-header > ul > li > a {
    display: flex;
    align-items: center;
    grid-column-gap: 6px;
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 6px;
}
.summary-consultation-header > ul > li > button {
    background: #C2DFD9;
    color: #1D5558;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 600;
    line-height: 0;
    padding: 3px 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    border: 1px solid #C2DFD9;
    grid-column-gap: 4px;
}
.summary-consultation-sub {
    padding: 1px 8px;
}
.summary-consultation-dr-details {
    border-radius: 5px;
    background: #F2F2F2;
    padding: 6px 4px;
    width: 100%;
}
.summary-consultation-dr-details > ul {
    margin: 0;
    display: flex;
    align-items: center;
    grid-gap: 4px 18px;
}
.summary-consultation-dr-details > ul > li {
    display: flex;
    align-items: center;
    grid-gap: 2px;
}
.summary-consultation-dr-details > ul > li > label {
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.summary-consultation-dr-details > ul > li > span {
    color: #000;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.summary-patient-search-details {
    border-radius: 7px;
    background: #E6F0EE;
    padding: 4px;
    display: flex;
    align-items: center;
    grid-gap: 4px;
}
.summary-patient-details > p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.summary-patient-details > ul {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 4px 6px;
}
.summary-patient-details > ul > li {
    display: flex;
    align-items: center;
    grid-column-gap: 4px;
}
.summary-patient-search {
    display: flex;
    flex-flow: column;
    grid-gap: 3px;
    width: 100%;
}
.patient-education-tabs {
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    border: 0.5px solid #1d5558;
    background: #FFF;
}
.patient-education-tabs > li {
    list-style: none;
    flex: 1;
}
.patient-education-tabs > li.active > a {
    background-color: #1d5558;
    color: #fff;
}
.patient-education-tabs > li > a {
    display: flex;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #1d5558;
    align-items: center;
    background-color: #fff;
    padding: 5px 25px;
    justify-content: center;
}
.Allappointments-table-active > tbody > tr > td.active {
    background-color: #C2DFD9 !important;
}
.MRD-exam {
    display:flex;
}
.mrd-input {
    border-right: 0 !important;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
    background: linear-gradient(180deg, #DBDBDB 0%, #BCBCBC 100%);
    width:50% !important;
}
/*profile Edit Popup*/
.profile__style--1 {
    border-radius: 7px;
    border: 1px dashed #1D5558;
    background: #F2F2F2;
    display: flex;
    padding: 9px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px 0;
}

.cl__summary-- > tbody > tr > td > label,
.ul__cl__summary-- > li > label {
    color: #9C9C9C;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
}
.cl__summary-- > tbody > tr > td > p,
.cl__summary-- > tbody > tr > td > span,
.ul__cl__summary-- > li > span {
    color: #1D1D1D;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height:1.6;
}
.ul__cl__summary-- {
    display:flex;
    align-items:center;
    grid-gap:5px;
    list-style:none;
    margin-bottom:0;
}