@charset "UTF-8";
/*-----------------------------------------------------------------------------------
 
    Theme Name: EHNOTE SOFT LABS 
    Author: 
    Description:  
    Version: 1.0
 
-----------------------------------------------------------------------------------
/************ TABLE OF CONTENTS ***************
 
    01. Buttons
    02. Icon Buttons And Profile Icons And Tag icons
    03. Inputs, Select And Dropdowns
    04. Sections
    05. Tables
    06. List Items
    07. Main-Tab
    08. modals
    09. Dropdown
    10. Circular charector
    11. Text boxes
    12. Level bar
    
 
**********************************************/
/*----------------------------------------*/
/*  01. Buttons
/*----------------------------------------*/
.btn__ {
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20.6px;
    text-align: center;
    padding: 2px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 4px;
    position: relative;
}

    .btn__[disabled] {
        border: none;
        cursor: no-drop !important;
        background-color: #8cadac;
        color: #c8e4e2 !important;
    }

        .btn__[disabled]:hover {
            box-shadow: none !important;
        }

    .btn__:hover {
        box-shadow: 0px 3px 4px 0px #0000002E !important;
    }

.btn__search,
.btn__search:focus,
.btn__search:hover {
    border: 1px solid #41416766;
    background: #414167;
    color: #fff;
}
.btn__outline {
    border: 1px solid #2D2D27;
    background: #fff;
    color: #2D2D47;
}

.btn__reset {
    background: #1385B6;
    border: 1px solid #1385B666;
    color: #fff;
}

.btn__select {
    background: #107ADB;
    border: 1px solid #107ADB66;
    color: #fff;
}

.btn__cancel {
    background: #C71D27;
    border: 1px solid #C71D2766;
    color: #fff;
}

.btn__close {
    border: 1px solid #C71D27;
    color: #C71D27;
    background:#fff;
}

.btn__save, .btn__update, .btn__upload, .btn__add, .btn__pay, .btn__transfer {
    background: #1D5558;
    border: 1px solid #1D555866;
    color: #FFFFFF;
}

.btn__export {
    background: #107ADB;
    border: 1px solid #107ADB66;
    color: #FFFFFF;
}

.btn__import, .btn__copy {
    border: 1px solid #107ADB;
    color: #107ADB;
    background: #fff;
}

/*.btn__copy {
    padding: 5.5px 11px;
}*/

.btn__view, .btn__download {
    background: #FFFFFF;
    border: 1px solid #1D5558;
    color: #1D5558;
}

.btn__clear {
    border: 1px solid #C71D27;
    color: #C71D27;
    background: #FFFFFF;
}

.action__icons {
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    display: inline-flex;
    background-image: url(../images/action__icons.svg);
}

.action__search {
    background-position: -25px;
}

.action__save {
    background-position: 0 -1px;
}

.action__reset {
    background-position: -125px -1px;
}

.action__select {
    background-position: -170px 0;
}

.action__cancel {
    background-position: -77px -1px;
}

.action__update {
    background-position: -52px 0;
}

.action__export {
    background-position: -100px -1px;
}

.action__import {
    background-position: -154px 0;
}

.action__add {
    background-position: -277px -1px;
}

.action__copy {
    background-position: -326px -1px;
}

.action__download {
    background-position: -251px -1px;
}

.action__upload {
    background-position: -302px -1px;
}

.action__clear {
    background-position: -350px -1px;
}

.action__pay {
    background-position: -199px -1px;
}

.action__view {
    background-position: -224px -1px;
}

.action__create {
    background: #07A0D4;
    color: #FFFFFF;
    border: 1px solid #07A0D4;
}

.btns__right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    padding: 0px 25px;
}

.btn__16 {
    gap: 5px;
    border-radius: 50px;
    padding: 2px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 500;
    display: inline-flex;
    position: relative;
}

.btn__recorder {
    border: 1px solid #EBEBEB;
    background: #EBEBEB;
}

.action__icon__16 {
    width: 20px;
    height: 20px;
    background-image: url(../images/action__icons__16.svg);
    background-size: cover;
    display: block;
    cursor: pointer;
}

.rec__timer {
    background-position: -70px;
}

.action__repeat {
    background-position: 0px;
}

.action__repeat__time {
    background-position: -35px;
}

.action__dragable {
    background-position: -140px;
}

.action__info {
    background-position: -105px;
}
.btn__12 {
    font-size: 10px;
    font-weight: 500;
    line-height: 12.6px;
    text-align: left;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    position: relative;
}
.btn__done.active {
    white-space: nowrap;
    background: #CBF0C8;
    border: 1px solid #CBF0C8;
}
    .btn__done{
        border: 0.8px solid #3B9934;
        color: #3B9934;
        background: #fafafa;
    }
.modalheader__btn {
    width: 30px;
    height: 26px;
    border-radius: 5px;
}
/*----------------------------------------------------------*/
/*  02. Icon Buttons And Profile Icons And Tag icons
/*----------------------------------------------------------*/
.action__buttons {
    width: 20px;
    height: 20px;
    display: inline-flex;
    background-image: url(../images/action_buttons.svg);
}

    .action__buttons:hover {
        box-shadow: 0px 0px 5px #00000026;
    }

.actionbtn__reset {
    background-position: -8px;
}

.actionbtn__edit {
    background-position: -40px;
}

.actionbtn__notes {
    background-position: -72px;
}

.actionbtn__export {
    background-position: -104px;
}

.actionbtn__import {
    background-position: -136px;
}

.actionbtn__delete {
    background-position: -168px;
}

.actionbtn__close {
    background-position: -200px;
}

.actionbtn__copy {
    background-position: -232px;
}

.btn__badge__container {
    position: relative;
    display: inline-block;
}

.btn__nonicon {
    padding: 3px 4px;
    border-radius: 3px;
    background: #1D5558;
    color: #FFFFFF;
    font-size:8px;
    border: 1px solid #1d5558;
}

.btn__badge {
    position: absolute;
    top: -6px;
    right: -4px;
    background: #008B86;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 0px 3px;
    font-size: 8px;
    font-weight: 800;
    line-height: 11px;
}

.action__btn__20 {
    width: 20px;
    height: 20px;
    background-image: url(../images/action__btns__20.svg);
    background-size: cover;
    display: block;
}

.action__dilation {
    background-position: 0px;
}

.action__copy__20 {
    background-position: -26px;
}

.profile__icons {
    width: 20px;
    height: 20px;
    background-image: url(../images/profile__icons.svg);
    background-repeat: no-repeat;
    display: inline-flex;
}

.prof__name {
    background-position: 0px;
}

.prof__mrnumber {
    background-position: -30px;
}

.prof__contact {
    background-position: -59px;
}

.prof__dob {
    background-position: -89px;
}

.prof__gender {
    background-position: -119px;
}

.modalicon__ {
    padding: 3px 8px;
    background: #E84A4A;
    border: 1px solid #E84A4A;
    border-radius: 5px;
}

.modalAction__icons {
    width: 10px;
    height: 12px;
    background-image: url(../images/action__icons.svg);
    background-repeat: no-repeat;
    display: inline-flex;
}

.modalAction__cancel {
    background-position: -76px 0px;
}
.tag__icons__12 {
    width: 16px;
    height: 16px;
    background-image: url(../images/tag__icons__12.svg);
    background-size: cover;
    display: block;
    cursor: pointer;
}
.icon__16-- {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: initial;
    background-image: url(../img/sprite-sheet/icon-1.svg);
    display: block;
}
.icon__spray-- {
    background-position: -2px -2px;
}
.icon__Circle-- {
    background-position: -26px -2px;
}
.icon__Pattern-- {
    background-position: -50px -2px;
}
.icon__hline-- {
    background-position: -74px -2px;
}
.icon__vline-- {
    background-position: -98px -2px;
}
.icon__square-- {
    background-position: -122px -2px;
}
.icon__diamond-- {
    background-position: -146px -2px;
}

.icon__free {
    background-position: 0px;
}

.icon__vip {
    background-position: -21px;
}
.icon__oneye {
    background-position: -42px;
}
.icon__disableeye {
    background-position: -62px;
}

.icon__tick {
    background-position: -85px;
}
.copy-forward, .copy-backward {
    width: 24px;
    height: 24px;
    background-position: center;
    object-fit: contain;
    display: block;
}

.copy-forward {
    background-image: url(../img/consultation/os-copy-icon.svg);
}

.copy-backward {
    background-image: url(../img/consultation/od-copy-icon.svg);
}

.action__consultation {
    width: 30px !important;
    height: 30px !important;
    background-image: url(../images/action__consultation.svg) !important;
    background-size: initial !important;
    display: block;
    cursor: pointer;
}
/*.action__consultation--1 {
    width: 30px !important;
    height: 30px !important;
    background-image: url(../images/action__consultation--1.svg) !important;
    background-size: initial !important;
    display: block;
    cursor: pointer;
}*/
.action__diagnosis {
    background-position: -1px !important;
}
.action__investigation {
    background-position: -35px !important;
}
.action__medicalRx {
    background-position: -69px !important;
}
.action__procedures {
    background-position: -171px !important;
}
.action__glassRx {
    background-position: -103px !important;
}
.action__surgery  {
    background-position: -141px !important;
}

.action__treatments {
    background-position: -205px !important;
}
.action__notes {
    background-position: -274px !important;
}
.action__contactlens {
    background-position: -239px !important;
} 
.action__cunsultation-header {
    width: 18px;
    height: 18px;
    background-image: url(../images/action__cunsultation-header.svg);
    display: block;
    cursor: pointer;
    object-fit: contain;
    background-repeat: no-repeat;
    background-size: cover;
}
.action__fileuploads{
    background-position:0px;
}
.action__compleate {
    background-position: -120px;
}
.action__drawingpad {
    background-position: -30px;
}
/*----------------------------------------*/
/*  03. Inputs, Select And Dropdowns
/*----------------------------------------*/
.input__label {
    font-size: 11px;
    font-weight: 500;
}

.input__,
.form__uiselect > .ui-select-match > .btn,
.form__uiselect > input {
    display: block !important;
    height: 24px !important;
    padding: 1px 10px;
    border-radius: 3px;
    border: 0.6px solid #ced4da;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 12px !important;
    background: #FFFFFF;
    text-align: left;
    position: relative;
}

.form__uiselect,
.input__{
    width: 100%;
}

    .form__uiselect > .ui-select-match > .btn > .ui-select-match-text {
        height: 0;
        padding: 0;
    }

    .form__uiselect > input:focus {
        border-color: #1d5558;
        box-shadow: 0px 2px 4px 0px #00000014 !important;
        background: #FFFFFF;
    }

    .form__uiselect > .ui-select-match > .form-control:focus {
        -webkit-box-shadow: none;
        border-color: #1d5558;
        box-shadow: 0px 2px 4px 0px #00000014 !important;
        background: #FFFFFF !important;
    }

    .form__uiselect > .ui-select-match > .form-control {
        height: 24px !important;
        min-height: 24px !important;
    }

    .form__uiselect > .form-control:focus {
        background: #FFFFFF !important;
        min-height: 24px !important;
    }

    .form__uiselect > .ui-select-match > .btn {
        padding: 4px 12px 4px 8px;
    }

    .form__uiselect > .btn-default-focus {
        box-shadow: none;
    }
 

    .input__:focus {
        border-color:#1d5558;
        background-color:#fff;
        box-shadow: 0px 2px 4px 0px #00000014 !important;
        min-height:0;
    }

.textarea__ {
    display: block;
    width: 100%;
    border-radius: 3px;
    border: 0.6px solid #ced4da;
    transition: border-color 0.3s, box-shadow 0.3s;
    font-size: 12px !important;
    background: #FFFFFF;
    text-align: left;
    padding: 3px;
}

    .textarea__:focus {
        border-color: #1d5558;
        box-shadow: 0px 2px 4px 0px #00000014 !important;
    }

.input__group {
    display: flex;
    align-items: center;
}

.input__btn {
    padding: 5px 6px 1px;
    background: #1d5558;
    border-radius: 0px 5px 5px 0px;
    border: none;
    min-height:24px;
}

.action__inptsearch {
    background-position: -25px -1px;
}

.input__icon__search {
    right: 110px !important;
    top: 44px !important;
}

.search__dropdown {
    position: relative;
}

    .search__dropdown > .dropdown-menu {
        height: auto;
        max-height: 250px;
        overflow-y: auto;
        overflow-x: hidden;
    }
.nocolpad {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .nocolpad > div[class^="col-"] {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

/*.form-group > div > .input__:first-child{
    border-radius:3px 0px 0px 3px;
    border-right:none;
}
.form-group > div > .input__btn:last-child {
    border-radius: 0px 3px 3px 0px;
}*/

.form__group,
.input__group {
    position: relative;
    display: block;
 /*   display: flex;*/
}

    .form__group > label,
    .input__group > label{
        color: #7A7A7A;
        font-size: var(--font-size-md);
        font-style: normal;
        font-weight: 500;
        line-height: 1.8;
    }

    .form__group > div,
    .input__group > div {
        display: flex;
        align-items: stretch;
        width: 100%;
        border-radius: 4px;
    }

        .form__group > input,
        .form__group > textarea,
        .form__group > select,
        .input__group > div > button,
        .input__group > div > input,
        .input__group > div > select,
        .form__control,
        .form__multiselect > .dropdown > .btn,
        .form__uiselect > .ui-select-match > .btn,
        .form__uiselect > input {
            border-radius: 4px;
            border: 0.8px solid #DDD;
            background: #FFF;
            display: flex;
            padding: 5px 8px;
            align-items: center;
            color: #000;
            font-size: var(--font-size-md) !important;
            font-style: normal;
            font-weight: 500;
            width: 100%;
            line-height: normal;
            height: auto;
        }

/*----------------------------------------*/
/*  04. Section
/*----------------------------------------*/
.section__style--1 {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid lightgray;
    margin:0px 5px;
}
    .section__style--1 > .section__header {
        background-color: #e1e3e8;
        padding:2px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .section__style--1 > .section__header > div{
        display:flex;
        align-items:center;
        gap:5px;
    } 
.section__style--1 > .section__header > h1 {
    margin: 0px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    line-height: 30px;
}
.section__style--1 > .section__body {
    padding: 5px;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}
.section__style--2 {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 5px;
}

    .section__style--2 > .section__header {
        border-radius: 8px 8px 0px 0px;
        background: #F5F5F5;
        border-top: 1px solid #EDEDED;
        border-left: 1px solid #EDEDED;
        border-right: 1px solid #EDEDED;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 12px;
    }

        .section__style--2 > .section__header > h1 {
            color: #1D1D1D;
            font-size: var(--font-size-md);
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin: 0;            
        }

    .section__style--2 > .section__body {
        border-radius: 0px 0px 8px 8px;
        background: #FFF;
        border: 1px solid #EDEDED;
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap:5px;
    }
.tile__header {
    background-color: #e1e3e8;
    position: relative;
    padding: 5px 15px;
}

    .tile__header > h1 {
        padding: 0;
        margin: 0;
        display: inline-block;
        font-weight: 700;
        font-size: 14px;
        color: #000;
        line-height: 0px;
    }

.tile__body {
    padding: 8px 15px;
}


/*----------------------------------------*/
/*  05. Tables
/*----------------------------------------*/
.grid__table__parent {
    max-height: calc(100vh - 335px);
 /*   max-height: calc(100vh - 283px);*/
    overflow-y: auto;
    border-spacing: 2px 0px;
    width: 100%;
    white-space: nowrap;
}

.table-sticky-column-right {
    position: sticky;
    right: 0;
    z-index: 3 !important;
}
.table-sticky-dcolumn-right {
    position: sticky;
    right: 0;
    background:#ffff;
    z-index:2;
}
.table-sticky-column-left {
    position: sticky;
    left: 0;
    z-index: 3 !important;
}
.table-sticky-dcolumn-left {
    position: sticky;
    left: 0;
    background: #ffff;
    z-index: 2;
}
.table-sticky-row-top{
    position:sticky;
    top:0;
    z-index:3;
}
.grid__table {
    border-collapse: separate;
    border-spacing: 2px 0px;
    width: 100%;
}

.grid__table > thead > tr > th {
font-weight: 600;
padding: 4px 6px;
background-color: #dce0e2;
border-radius: 3px 3px 0px 0px;
color: #000;
font-size: 12px;
line-height: normal;
position: sticky !important;
top: 0;
z-index:2;
white-space:nowrap;
}

    .grid__table > tbody > tr > td {
        font-weight: 500;
        font-size: 12px;
        padding: 4px 6px;
        border-bottom: 1px solid #dfe1e1;
        line-height: normal;
    }

    .grid__table > tbody > tr:hover > td {
        background-color: #fafafa;
    }

    .grid__table > tbody > tr > td:nth-child(2n) {
        background-color: #fafafa;
    }
.min-h-350{
    min-height:350px;
}
.min-h-250{
    min-height:250px;
}
.min-h-300{
    min-height:300px;
}

.table1__ungrid > thead > tr > th {
    padding: 5px 5px;
    border-radius: 3px;
    background: #6F6F6F;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    line-height: 13.86px;
    color: #FFFFFF;
}

.table1__ungrid {
    border-collapse: separate;
    border-spacing: 2px 0px;
    width: 100%;
}

    .table1__ungrid > tbody > tr > td {
        font-size: 10px;
        font-weight: 500;
        line-height: 12.6px;
        text-align: center;
        color: #0E0E0E;
        padding: 3px 0px;
        border-bottom:1px solid #d2d2d2 !important;
    }

.table1__ungrid > tbody > tr > td > ul {
display: flex;
align-items: center;
gap: 5px;
margin-bottom: 0px;
justify-content: center;
line-height: 12px;
}

.table1__ungrid > tbody > tr > td > ul > li {
list-style: none;
}

.table1__ungrid > tbody > tr > td > ul > li > span {
font-size: 11px;
font-weight: 600;
}

.patient__details > li > p,
.visit__reason > li > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0px;
}

.patient__age {
    border-right: 0.8px solid #7A7A7A;
    border-left: 0.8px solid #7A7A7A;
    padding: 0px 3px;
}

.patient__details > li > p {
    max-width: 160px;
    font-size: 12px;
    line-height: 15px;
    color: #07A0D4;
    font-weight: 600;
}

.visit__reason > li > p {
    max-width: 84px;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    margin-bottom: 0px;
}

.repeat__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.centered__line {
    width: 1px;
    height: 18px;
    background: #b9bcbd;
}
.table-style-1 {
    width: 100%;
    border-collapse: collapse;
}

    .table-style-1 > thead > tr > td,
    .table-style-1 > tbody > tr > td {
        padding: 5px;
        border: 1px solid #DDDDDD;
    }

    .table-style-1 > tbody > tr > th {
        background: #F7F7F9;
        border: 1px solid #DDDDDD;
    }

        .table-style-1 > tbody > tr > th > span {
            font-size: 14px;
            font-weight: 600;
            color: #5EA697;
            line-height: normal;
        }
.border-revert{
    border-spacing:revert !important;
}

.table__style--1 {
    border-collapse: collapse;
    width: 100%;
    white-space: nowrap;
}

    .table__style--1 > thead > tr > th {
        background: #F4F4F4;
        color: #1D1D1D;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        text-align: left;
        padding: 6px 8px;
        border-bottom: none;
    }


    .table__style--1 > tbody > tr > td {
        padding: 10px 8px;
    }
        .table__style--1 > tbody > tr > td > p {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;
            color:#1d1d1d;
        }

    .table__style--1 > tbody > tr > td {
        border-bottom: 1px solid #DDDDDD;
    }

.table__style--2{
    margin:0;
    width:100%;
    outline:1px solid #dddddd;
    border-radius:5px;
    table-layout:fixed;
}
.table__style--2 > thead > tr > th{
    position:sticky;
    top:0;
    border-bottom:1px solid #c2c2c2;
    padding:5px;
    background:#f6f6f6;
    z-index:1;
}
    .table__style--2 > thead > tr > th > label {
        font-size: var(--font-size-md);
        font-weight: 500;
        line-height: 18px;
        text-align: left;
        color: #1D1D1D;
        display: block;
        padding: 0px 5px;
    }
    .table__style--2 > tbody > tr > td {
        padding: 5px;
        background: #fff;
        border: none;
        box-shadow: 0px -1px 0px 0px #2D2E4F1A inset;
        word-break:break-word;
    }
/*----------------------------------------*/
/*  06. List-Items
/*----------------------------------------*/
.main__list {
    background: #fff;
    padding: 8px 13px 0px;
    border-bottom: 0.5px solid #1d5558;
}

    .main__list > ul {
        display: flex;
        align-items: center;
        text-align: center;
     /*   gap: 12px;*/
        gap: 5px;
        margin-bottom: -1px;
        justify-content:center;
    }

        .main__list > ul > li {
            list-style: none;
        }

            .main__list > ul > li.active > a {
                background: #FAFAFA;
                color: #1d5558;
                border-top:1px solid #1d5558;
                border-left:1px solid #1d5558;
                border-right:1px solid #1d5558;
                font-weight: 600;
                border-radius: 8px 8px 0px 0px;
                margin-bottom:-1px;
            }

            .main__list > ul > li > a:hover {
                color: #000;
                text-shadow: 0px 0px 1px #1d5558;
            }

            .main__list > ul > li > a {
                font-size: 10px;
              /*  font-size: 12px;*/
                font-weight: 500;
                line-height: 12px;
                text-align: left;
                color: #4A4A4A;
                display: block;
                padding: 8px 20px;
                text-align: center;
            }

.sub__list {
    padding: 10px 13px;
    background: #FAFAFA;
}

    .sub__list > ul {
        display: flex;
        align-items: center;
        text-align: center;
        gap: 8px;
        margin-bottom: 0px;
        justify-content: center;
        flex-flow:wrap;
    }

        .sub__list > ul > li {
            list-style: none;
        }

            .sub__list > ul > li > a:hover {
                background-color: #f2f2f2;
            }

            .sub__list > ul > li > a {
                font-size: 12px;
                font-weight: 500;
                line-height: 15px;
                text-align: left;
                color: #5F5F5F;
                display: block;
                padding: 4px 12px;
                text-align: center;
                border: 1px solid #d2d2d2;
                border-radius: 25px;
                white-space:nowrap;
            }

            .sub__list > ul > li.active > a {
                font-weight: 700;
                color: #fff;
                background: #2d2d47;
                border: 2px solid #1d5558;
            }

.tab__style--5 {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin: 0 10px;
}

    .tab__style--5 > li {
        list-style: none;
        display: flex;
    }

        .tab__style--5 > li > a {
            color: #4A4A4A;
            font-size: var(--font-size-md);
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            padding: 8px 10px;
            display: flex;
            align-items: center;
            grid-gap: 0 6px;
        }

        .tab__style--5 > li.active > a {
            border-bottom: 2px solid #1D5558;
            color: #1D5558;
            font-weight: 600;
        }
.Quick__Selection--List {
    /*display: grid;
    grid-template-columns: repeat(7, 1fr);*/
    gap: 8px;
    display: flex;
    flex-flow: wrap;
}

.Quick__Selection--List > button {
    min-width: auto;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    text-align: left;
    border-radius: 100px;
    border: 0.8px solid #008B86;
    background: #FFF;
    color: #008B86;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1px 8px;
    text-transform: capitalize;
}

.remarks__Selection--List {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

    .remarks__Selection--List > button {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        padding: 10px;
        box-sizing: border-box;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
        text-align: left;
        border-radius: 100px;
        border: 0.8px solid #008B86;
        background: #FFF;
        color: #008B86;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 3px 6px;
    }
.days-btn-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 6px;
}

    .days-btn-list > button {
        background: #F5EBC9;
        font-size: 10px;
        font-weight: 500;
        color: #000;
        padding: 3px 8px;
        text-align: center;
        border: 1px solid #F5EBC9;
        border-radius: 3px;
    }
/*----------------------------------------*/
/*  07. Main-Tab
/*----------------------------------------*/
.maintab__content {
    overflow-x: hidden;
}
/*----------------------------------------*/
/*  07. modals
/*----------------------------------------*/
.modal__ninety-- > .modal-dialog {
    width: 95%;
    height: 100%;
}
.modal__eighty-- > .modal-dialog {
    width: 80%;
    height: 100%;
    margin: 100px auto 50px auto !important;
}
.modal__ninety--,
.modal__eighty-- {
    display: flex !important;
    flex-direction: column;
}

    .modal__ninety-- > .modal-dialog > .modal-content,
    .modal__eighty-- > .modal-dialog > .modal-content {
        height: 100%;
    }
        .modal__ninety-- > .modal-dialog > .modal-content > .modal__style--1 > .modal__header--,
        .modal__eighty-- > .modal-dialog > .modal-content > .modal__style--1 > .modal__header-- {
            background: #f2f2f2;
            border-radius: 5px 5px 0px 0px;
        }

        .custom-modal-lg > .modal-dialog {
            width: 92%;
        }

    .custom-modal-lg > .modal-dialog > .modal-content {
        border-radius: 15px !important;
    }

.modal__header {
    background: #fff;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 12px;
    border-radius: 15px 15px 0px 0px;
}

.modal__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.16px;
    text-align: left;
    margin: 0px;
}

.modaltitle__patientinfo {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0px;
    background: #E9F3F3;
    border: 0.6px solid #1D555833;
    border-radius: 43px;
    padding: 4px 15px;
}

    .modaltitle__patientinfo > li {
        list-style: none;
        display: flex;
        align-items: center;
        gap: 3px;
    }


.wfmodal__flowitem > p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.64px;
    text-align: left;
}

.wfmodal__template {
    background: #F7F7F9;
    border: 1px solid #F7F7F9;
    border-radius: 10px;
    padding: 0px 6px;
}

    .wfmodal__template > h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 17.64px;
        text-align: left;
        color: #07A0D4;
        margin: 0;
        padding: 5px 10px;
    }

    .wfmodal__template >div > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 5px;
        list-style: none;
    }

        .wfmodal__template > div > ul > li.active {
            background: #07a0d421;
            border: 1px solid #07A0D4;
            border-radius: 4px;
            color: #07A0D4;
            padding: 4px 5px 1px;
        }

        .wfmodal__template >div> ul > li > p {
            font-size: 12px;
            font-weight: 400;
            line-height: 15.12px;
            text-align: left;
            margin: 0;
        }

.wfmodal__plan {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
}

.wfplan__section1 {
    width: 150px;
    height: 90px;
    padding: 25px 20px;
    border-right: 1px solid #DDDDDD;
}

.wfplan__section1 > h4 {
    font-size: 13px;
    font-weight: 600;
    line-height: 16.38px;
    text-align: left;
}

.wfplan__section2 > p {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}
    .draging__container > ul > li > div {
        font-size: 13px;
        font-weight: 500;
        line-height: 16.38px;
        text-align: left;
    }

        .draging__container > ul > li > div > button.active {
            white-space: nowrap;
            background: #CBF0C8;
            border: 1px solid #CBF0C8;
        }

    .draging__container > ul > li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #F7F7F9;
        border-radius: 5px;
        padding: 7px;
        margin: 5px;
        cursor: move;
        position: relative;
    }

.btn__textwrap {
    white-space: nowrap;
}

.no-select {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: move;
}
/*----------------------------------------*/
/*  10. Circular charector
/*----------------------------------------*/
.circlechar__dred,
.circlechar__dlight {
    border: 1px solid red;
    padding: 1px 4px;
    border-radius: 10px;
    color: red;
    font-size: 9px !important;
}

.circlechar__dlight {
    color: #737b7c;
    border: 1px solid #737b7c;
}
/*----------------------------------------*/
/*  11. Text boxes
/*----------------------------------------*/

.text__style__btn1 {
    background: #c1c1c1;
    padding: 2px 4px;
    border-radius: 2px;
    background: #E1E1E1;
}

.timerange__btns > span {
    padding: 1px 9px;
   /* padding: 3px 9px;*/
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12.6px;
}

.time__range-1 {
    border: 1px solid #5CB85C;
    color: #5CB85C;
}

.time__range-2 {
    border: 1px solid #FBB92C;
    color: #FBB92C;
}

.time__range-3 {
    border: 1px solid #EA111D;
    color: #EA111D;
}
/*----------------------------------------*/
/*  12. Level bar
/*----------------------------------------*/
.leveler__parent {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 0px;
    border-radius: 20px;
    overflow: hidden;
}

    .leveler__parent > li {
        background: #DCDCDC;
        width: 100%;
        height: 10px;
        list-style: none;
    }

.active__level1 {
    background: #9DD49D !important;
}

.active__level2 {
    background: #5CB85C !important;
}

.active__level3 {
    background: #4B964B !important;
}
.active__level4 {
    background: #E1E1E1 !important;
}


.text__h1{
    text-align:left;
}
.text__h1 > h1{
    font-size:17px;
    font-weight:600;
    line-height:10px;
    color:black;
    margin-left:8px;
}
.individualtxt > h1 {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: black;
    line-height: 16px;
}
.opPatientDetails--hover {
    margin: 0 !important;
    min-width: 400px !important;
    max-height:250px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.adjustable-position::-webkit-scrollbar,
.slim__scroll--::-webkit-scrollbar {
    width: 5px;
}

.adjustable-position::-webkit-scrollbar-track,
.slim__scroll--::-webkit-scrollbar-track {
    background: #fff;
}

.adjustable-position::-webkit-scrollbar-thumb,
.slim__scroll--::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px;
}

.adjustable-position::-webkit-scrollbar-thumb:hover {
    background: #1d5558; 
}

.bg-f7d4d7 {
    background-color: #f7d4d7 !important;
}
.grid-gap-0 {
    grid-gap:0 !important;
}
.input__search__button-- {
    border-right: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.redeem__button-- {
    border-left: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.table__files-- > tbody > tr > td {
vertical-align: middle !important;
border-top: none !important;
}

.table__files-- > tbody > tr {
border-bottom: 1px solid #d2d2d2 !important;
}

.table__files-- > tbody > tr:last-child {
border-bottom: none !important;
}

.accordion__style--1 {
    border: 1px solid #1d5558;
}
.accordion__style--1 > tr:first-child > td{
    background: #E8EEEE;
}
.status__green-- {
    font-size: var(--font-size-md);
    font-weight: 400;
    line-height: normal;
    color: #2DAA2D !important;
    display: flex;
    align-items: center;
    grid-gap: 3px;
    white-space: nowrap;
}

    .status__green--dot::before,
    .status__green--::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #2DAA2D;
        display: inline-block;
        margin-right: 2px;
        border-radius: 3px;
    }

.status__red-- {
    font-size: var(--font-size-md);
    font-weight: 400;
    line-height: normal;
    color: #C71D27 !important;
    display: inline-flex;
    align-items: center;
    grid-gap: 3px;
    white-space: nowrap;
}

    .status__red--dot::before,
    .status__red--::before {
        content: '';
        width: 6px;
        height: 6px;
        background: #C71D27;
        display: inline-block;
        margin-right: 2px;
        border-radius: 3px;
    }