﻿@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: EHNOTE SOFT LABS 
    Author: 
    Description:  
    Version: 1.0

-----------------------------------------------------------------------------------
/************ TABLE OF CONTENTS ***************

    01. Sections
    02. Popups
    03. Tables
    04. Select Box
    05. Input Box
    06. Dropdown
    07. Tabs
    08. Text Sizes
    09. Text Colors
    10. Background Colors
    11. BG Gradients
    12. Buttons
    13. Icons
    14. List Types
    15. Shadow
    16. Accordion
    17. Switch
    18. Radio
    19. Popover
    20. 
    21. 
    22. Modal Popup
    23. File Attachment
    24. Indent

**********************************************/
/*----------------------------------------*/
/*  01. Sections
/*----------------------------------------*/
.section__style--1 {
    background: #FFF;
    border: 0.6px solid #B3B3B3;
    border-radius: 5px;
    margin-bottom: 10px;
}

.section__style--5 {
    background: #FFF;
    border: 0.6px solid #E4E4E4;
    border-radius: 5px;
    margin-bottom: 10px;
}

.section__style--1 > .section__header-- {
    border-bottom: 1px solid #1d5558;
    background: #FFF;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
    justify-content: space-between;
}

.section__style--5 > .section__header-- {
    border-bottom: 1px solid #E4E4E4;
    background: #FFF;
    padding: 3px 8px;
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
    justify-content: space-between;
}

.section__style--1 > .section__header-- > h1,
.section__style--5 > .section__header-- > h1 {
    color: #0E0E0E;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 600;
    line-height: 2;
    margin: 0;
}

.section__style--1 > .section__header-- > ul,
.section__style--5 > .section__header-- > ul {
    display: flex;
    align-items: center;
    grid-gap: 0 12px;
    list-style-type: none;
    margin: 0;
}

.section__style--1 > .section__body--,
.section__style--5 > .section__body-- {
    padding: 8px;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section__style--2 {
    padding: 5px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.section__style--2 > .section__header--,
.section__style--2 > .section__header--1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section__style--2 > .section__header-- > h1,
.section__style--2 > .section__header--1 > h1 {
    padding: 5px;
    margin: 0;
    display: inline-block;
    font-weight: 700;
    font-size: var(--font-size-2l);
    color: #1d5558;
    line-height: 20px;
}

.section__style--2 > .section__body--,
.section__style--2 > .section__body--1 {
    padding: 5px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.section__style--2 > .section__header--1 {
    border-bottom: 2px solid #1d5558;
}
/*Formated Code ----------------------------------------------------------------------------------------------*/



.eh-examinations {
    margin-bottom: 1.5rem
}

.eh-examinations-header {
    background-color: #afd9d7;
    padding: 6px 8px;
    border: 1px solid #c6d9cf;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .eh-examinations-header > h1 {
        color: #0e3432;
        font-size: var(--font-size-xl);
        margin: 0;
        font-weight: 600;
    }

.eh-examinations-body {
    background-color: #fff;
    padding: 6px 8px;
    border: 1px solid #c6d9cf;
}

.profile-section {
    background-color: #fff;
    border: 0.3px solid #ddd;
    padding: 2px;
    border-radius: 0;
}

.section-eh {
    margin-bottom: 5px;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
}

.section-eh-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 15px;
    width: 100%;
}

    .section-eh-header > h1 {
        font-size: var(--font-size-2l);
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: left;
        margin: 0;
    }

.section-eh-body {
    display: block;
    padding: 15px;
}
/*Section Book Appointment*/
.tile-book-appt {
    border: 1px solid #DDD;
    background: #FAFAFA;
}

    .tile-book-appt > .section-eh-header {
        border-bottom: 0.5px solid #D0D0D0;
        background: #E3F1EE;
    }

        .tile-book-appt > .section-eh-header > h1 {
            color: #1D5558;
            font-size: var(--font-size-xl);
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
/*Section Blue*/
.tile-blue {
    border: 1px solid #84e1fb;
}

    .tile-blue > .section-eh-header {
        border-bottom: 1px solid #84e1fb;
        background-color: #e6f9fe;
    }

        .tile-blue > .section-eh-header > h1 {
            color: #1d5558;
        }

/*Section gray*/
.tile-gray {
    background-color: #e4e4e4;
}

    .tile-gray > .section-eh-header {
        background-color: #e4e4e4;
    }

        .tile-gray > .section-eh-header > h1 {
            color: #656565;
        }

    .tile-gray > .section-eh-body {
        background-color: #fff;
    }
/*tile diagnosis*/
 
/*Section Blue*/ /*------------------------------------*/
.tile-default {
    border: 1px solid #d4d4d4;
}

    .tile-default > .section-eh-header {
        border-bottom: 1px solid #d4d4d4;
        background-color: #fff;
    }

        .tile-default > .section-eh-header > h1 {
            color: #000;
        }
/*Border section*/ /*------------------------------------*/

.section-border {
    display: block;
    margin-bottom: 6px;
}

.section-border-body {
    border: 1px solid #C8C8C8;
    border-radius: 0 0 6px 6px;
    border-top: none;
    overflow: hidden;
}
/*----------*/
.consultation-summary-container {
    overflow: hidden;
    display: block;
    border: 1px solid #d2d2d2;
}

.consultation-summary-header {
    background-color: #afd9d7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 6px;
    cursor: pointer;
}

    .consultation-summary-header.active,
    .consultation-summary-header.active > h1 {
        background-color: #1d5558;
        color: #fff
    }

    .consultation-summary-header > h1 {
        font-size: var(--font-size-xl);
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #30625f;
        display: inline-block;
        margin: 0;
    }

.consultation-summary-body {
    background-color: #fff;
    padding: 6px;
    display: block;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}
 

.medications-section {
    display: block;
}

    .medications-section > h2 {
        color: #1D5558;
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.medications-section-body {
    border-radius: 7px;
    border: 0.4px solid #C7C7C7;
    background: #FAFAFA;
}

/*----------------------------------------*/
/*  02. Popups
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. Tables
/*----------------------------------------*/
 

.chart-right-table {
    border-collapse: separate;
    border-spacing: 5px 10px;
}

    .chart-right-table > thead > tr > th {
        font-size: var(--font-size-md);
        font-weight: 800;
        padding: 2px 8px;
        text-align: center;
        background-color: transparent;
        position: relative;
    }

    .chart-right-table > tbody > tr > th {
        font-size: var(--font-size-md);
        font-weight: 800;
        color: #000;
        padding: 2px 8px;
        border-right: 2px solid #F2F2F2;
        background-color: transparent;
        position: relative;
    }

    .chart-right-table > tbody > tr > td {
        font-size: var(--font-size-md);
        font-weight: 600;
        border-right: 2px solid #F2F2F2;
        color: #000;
        padding: 2px 6px;
        text-align: center;
        position: relative;
    }

        .chart-right-table > tbody > tr > td:last-child {
            border: none;
        }

 

.profile-section > table {
    margin: 0;
    display: table;
}

    .profile-section > table > tbody > tr > td {
        padding: 3px;
    }

 

.tableno-border-body > tbody + tbody {
    border: none !important;
}

.table-eh,
.summary-table-eh {
    margin: 0;
    border: 1px solid #d2d2d2;
    width: 100%;
}

    .table-eh > thead > tr > th,
    .summary-table-eh > thead > tr > th {
        background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
        padding: 8px 4px;
        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;
        text-transform: capitalize;
    }

    .table-eh > tbody > tr > td {
        background-color: #fff;
        padding: 8px 4px;
        font-size: var(--font-size-lg);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        border-bottom: 1px solid #d2d2d2;
    }
/*----------------Consultation Table Summary------------------*/
.summary-table-consultation-eh,
.table-list-items {
    margin: 0;
    width: 100%;
}

    .summary-table-consultation-eh > 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: #909090;
        background-color: #fff;
        padding: 5px 5px;
    }

    .summary-table-consultation-eh > tbody > tr > td {
        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: #5e5d5d;
        padding: 5px 5px;
    }

/*----------------/End Consultation Table Summary------------------*/

.summary-table-eh > tbody > tr > td {
    background-color: #fff;
    padding: 4px 4px;
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.summary-table-eh > tbody {
    border-bottom: 1px solid #d2d2d2;
}

    .table-eh > tbody > tr:last-child,
    .summary-table-eh > tbody:last-child {
        border: none;
    }

/*------------------------------------*/
.vertical-table-eh,
.horizontal-table-eh,
.table-c6-list,
.past-visit-table-inside,
.table-gray-head {
    width: 100%;
    margin: 0;
}

    .vertical-table-eh > tbody > tr > th,
    .horizontal-table-eh > thead > tr > th {
        font-size: var(--font-size-md);
        /*  font-size: var(--font-size-lg);*/
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #6f6f6f;
        padding: 6px 8px;
        background-color: transparent;
    }

    .vertical-table-eh > tbody > tr > td,
    .horizontal-table-eh > tbody > tr > td {
        font-size: var(--font-size-sm);
        /*  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;
        padding: 6px 8px;
        background-color: transparent;
    }

/*------------------------------------*/
.hover-td-table > tbody > tr:hover > td {
    background-color: #eafaff;
}
/*------------------------------------*/
.past-visit-table {
    width: 100%;
    margin-bottom: 0;
    table-layout: fixed;
    /*border-collapse: separate;
    border-spacing: 3px 3px;*/
}

    .past-visit-table > thead > tr > th {
        border: solid 0.5px #d9d9d9;
        background-color: #fff;
        padding: 5px;
        font-size: var(--font-size-3l);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
    }

    .past-visit-table > tbody > tr > td {
        border: 1px solid #D9D9D9;
        background-color: #FCFCFC;
        padding: 5px;
        /*border-radius: 5px;*/
        cursor: pointer;
        vertical-align: top;
    }

/*------------------------------------*/
.vision-prescription-table {
    /*border-spacing: 0 1em;*/
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

    .vision-prescription-table > thead > tr > th {
        background-color: #f9f9f9;
        font-size: var(--font-size-md);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        padding: 2px 2px 2px 2px;
        position: relative;
        text-align: left;
        border-top: 1px solid #e6e6e6;
    }

    .vision-prescription-table > tbody > tr > th {
        font-size: var(--font-size-md);
        font-weight: 600;
        color: #000;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        padding: 5px 2px 2px 2px;
        background-color: #f0f4f7;
    }

.vision-prescription-rowpspan {
    border-left-width: 6px;
    border-left-style: solid;
}

.vision-prescription-table > tbody > tr > td {
    /*background-color: #f9f9f9;*/
    background-color: #f0f4f7;
    font-size: var(--font-size-md);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 2px 2px 2px 2px;
}
.vision-prescription-table > tbody > tr.vision-prescription-lastspace > th,
.vision-prescription-table > thead > tr.vision-prescription-lastspace > th {
    height: 14px;
    background-color: #fff;
}

/*------------------------------------*/
.past-visit-table-inside > thead > tr > th {
    font-size: 8px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    padding: 2px 0;
}.past-visit-table-inside > tbody > tr > th {
    font-size: 8px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #767575;
    padding: 2px 0;
}

.past-visit-table-inside > tbody > tr > td {
    font-size: 8px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.table-gray-head > thead > tr > th {
    background-color: #efefef;
    padding: 5px 2px;
    text-align: center;
    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: #000;
}

.table-gray-head > thead > tr > td,
.table-gray-head > tbody > tr > td {
    /*padding: 0px;*/
    padding: 3px 2px;
    text-align: center;
    font-size: var(--font-size-md);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.table-c6-list > thead > tr > th {
    background-color: #e9e9e9;
    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;
    padding: 5px;
}

.table-c6-list > tbody > tr > td {
    padding: 5px;
}
/*------------------------------------*/
.table-list-items {
    border-spacing: 0 5px;
    border-collapse: separate;
}

    .table-list-items > tbody > tr > th:first-child,
    .table-list-items > tbody > tr > td:first-child,
    .ul-Aideret-score > li > button:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .table-list-items > tbody > tr > th:last-child,
    .table-list-items > tbody > tr > td:last-child,
    .ul-Aideret-score > li > span:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .table-list-items > tbody > tr > th,
    .table-list-items > tbody > tr > td {
        background-color: #eaeaea;
        padding: 10px;
        cursor: pointer;
    }

    .table-list-items > tbody > tr > th {
        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;
    }

    .table-list-items > tbody > tr > td {
        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;
    }

    .table-list-items > tbody > tr.active > td,
    .table-list-items > tbody > tr.active > th,
    .table-list-items > tbody > tr.active > td > b {
        background-color: rgba(7,160,212,1);
        color: #fff;
    }
/*---*/
.table-spacing-input {
    margin: 0;
    border-spacing: 3px 3px;
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
}

    .table-spacing-input > thead > tr > th {
        font-size: var(--font-size-md);
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #767676;
        background-color: #e5e5e5;
        border: none;
        border-radius: 5px;
    }

    .table-spacing-input > tbody > tr > td {
        text-align: center;
        color: #686868;
        border-radius: 5px;
        background-color: #fff;
        font-size: var(--font-size-md);
        padding: 2px;
        border: none;
    }
/*------------------------------------*/
.table-graph {
    margin: 0;
    border-spacing: 5px 5px;
    border-collapse: separate;
    table-layout: fixed;
    width: 100%;
}
    .table-graph > thead > tr > th {
        border-radius: 4px;
        border: solid 1px #11b9e3;
        background-color: #dcf8ff;
        padding: 2px 5px;
        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: #068cb0;
    }

.table-graph-th-active {
    border: solid 1px #11b9e3 !important;
    background-color: #dcf8ff !important;
    color: #068cb0 !important;
}

.table-graph > thead > tr > td {
    color: #000;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.table-graph > tbody > tr > td > input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #909090;
    padding: 3px 5px;
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.table-graph > tbody > tr > td > ul > li > input {
    width: 100%;
    background-color: #fff;
    border: 1px solid #909090;
    padding: 3px 5px;
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.table-graph > tbody > tr > td > span,
.table-graph > tbody > tr > td > select {
    border-radius: 4px;
    border: solid 1px #068cb0;
    background-color: #fff;
    padding: 3px 5px;
    display: block;
    text-align: center;
    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;
    width: 100%;
}

.table-graph > tbody > tr > th > label {
    margin: 0;
    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: #313131;
    border-radius: 4px;
    border: solid 1px #068cb0;
    background-color: #fff;
    padding: 5px;
}

.table-graph > tbody > tr > th {
    background-color: #efefef;
    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;
    padding: 3px 20px 3px 10px;
    position: relative;
}
/*-----------------------*/
.asc-table {
    width: 100%;
    margin: 0;
    table-layout: fixed;
}

    .asc-table > thead > tr > th {
        background-color: #eee;
        padding: 5px 4px;
        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;
    }

    .asc-table > tbody > tr > td {
        background-color: #fff;
        padding: 4px;
        border-bottom: 1px solid #e7e7e7;
        cursor: pointer;
    }

    .asc-table > tbody > tr.active > td,
    .bg-dceeff {
        background-color: #f7f9fb;
    }

.table__style--6 {
    border: 1px solid #ddd;
    margin: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 6px;
    border-spacing: 0;
    border-collapse: separate;
}

    .table__style--6 > thead > tr > th,
    .table__style--6 > tbody > tr > th,
    .table__style--6 > tbody > tr > td {
        border: 0.6px solid #8F8F8F;
    }

    .table__style--6 > tbody > tr > td {
        color: #0E0E0E;
        font-size: var(--font-size-lg);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: center;
        padding: 6px 2px;
    }

    .table__style--6 > tbody {
        position: relative;
    }

        .table__style--6 > tbody > tr > th {
            background: #FAFAFA;
            text-align: center;
            padding: 6px 2px;
        }


    .table__style--6 > thead > tr > th {
        background: #DDD;
        color: #0E0E0E;
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 6px 2px;
        text-align: center;
    }

    .table__style--6 > thead {
        top: 0;
        position: sticky;
        z-index: 1;
    }

.table__style--7 {
    border-collapse: separate;
    border-spacing: 2px 0;
    width: 100%;
}

    .table__style--7 > thead > tr > th {
        font-weight: 600;
        padding: 4px 6px;
        background-color: #dce0e2;
        border-radius: 3px 3px 0 0;
        color: #000;
        font-size: var(--font-size-md);
        position: sticky;
        top: 0;
        z-index: 2;
        /*white-space: nowrap*/
    }

.table__style--7 > tbody > tr > td {
    font-weight: 500;
    font-size: var(--font-size-md);
    padding: 4px 6px;
    border-bottom: 1px solid #dfe1e1;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: auto;
    width: auto;
    /*min-width: 165px;*/
}

.table__style--7 > tbody > tr > .column__sm {
    min-width: 35px;
}

.table-sticky-column-right {
    position: sticky;
    right: 0;
    background: #fafafa;
}

.table__style--7 > tbody > tr:hover {
    background-color: #fafafa;
}

.table__style--7 > tbody > tr > td:first-child {
    background-color: #fafafa;
}

.table__style--7 > tbody > tr > td:nth-child(2n+1) {
    background-color: #fafafa;
}

/*----------------------------------------*/
/*  04. Select Box
/*----------------------------------------*/
/*----------------------------------------*/
/*  05. Input Box
/*----------------------------------------*/
.ehr-input-color > input {
    background-color: #fff9d6 !important;
    border: 1px solid #e5dcad !important;
}

.pop-ehr-input > input,
.pop-ehr-input > select,
.pop-ehr-input > textarea,
.pop-ehr-input > div.ehr-input-group > input,
.pop-ehr-input > div.ehr-input-group > select,
.pop-ehr-input > div.ehr-input-group > button,
.pop-ehr-input-single {
    padding: 3px 5px !important;
}

.pop-ehr-input > button,
.pop-ehr-input > div.ehr-input-group > button {
    height: 26px !important;
    line-height: 1.1 !important;
}

.material-ehr-input > input,
.material-ehr-input > select,
.material-ehr-input > textarea {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: solid 2px #bbbbbb !important;
    border-radius: 0 !important
}

.max-ehr-input > input,
.max-ehr-input > select,
.max-ehr-input > textarea,
.max-ehr-input > div.ehr-input-group > input,
.max-ehr-input > div.ehr-input-group > select,
.max-ehr-input > div.ehr-input-group > button,
.max-ehr-input-single {
    padding: 4px 10px !important;
}

.max-ehr-input > button,
.max-ehr-input > div.ehr-input-group > button {
    height: 26px !important;
    line-height: 1.1 !important;
}

.ehr-input > input,
.ehr-input > select,
.ehr-input > div.ehr-input-group > input,
.ehr-input > div.ehr-input-group > select,
.ehr-input-control,
.max-ehr-input > input,
.max-ehr-input > select {
    border-radius: 4px;
    border: solid 1.3px #d5d5d5;
    background-color: #fff;
    padding: 2px 10px;
    width: 100%;
    /*line-height: 1.42857143;*/
    box-shadow: none;
    overflow: hidden;
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 26px;
}

.ehr-input > div.ehr-input-group > textarea,
.ehr-input > textarea {
    border-radius: 4px;
    border: solid 1.4px #909090;
    background-color: #fff;
    padding: 8px 10px;
    width: 100%;
    /*line-height: 1.42857143;*/
    box-shadow: none;
    overflow: hidden;
    font-size: var(--font-size-lg);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #313131;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ehr-input > input[type="text"]:disabled,
.ehr-input > select[type="text"]:disabled,
.ehr-input > div.ehr-input-group > input[type="text"]:disabled,
.ehr-input > div.ehr-input-group > select[type="text"]:disabled,
.ehr-input-control {
    background-color: #ccc;
}

.max-ehr-input > label {
    font-size: var(--font-size-lg);
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #4c4b4b;
}

.ehr-input > label > span {
    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: #ff5151;
}

.ehr-input > label,
.ehr-input-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: #068cb0;
    margin-bottom: 2px;
}

.ehr-input > div.ehr-input-group {
    display: flex;
    align-items: center;
}

    .ehr-input > div.ehr-input-group > input,
    .ehr-input > div.ehr-input-group > select,
    .ehr-input > div.ehr-input-group > button {
        border-radius: 0;
    }

        .ehr-input > div.ehr-input-group > button[disabled],
        .ehr-input > div.ehr-input-group > button:hover[disabled] {
            background-color: #e6e6e6 !important;
            color: #000 !important;
            border: 1px solid #e6e6e6 !important;
            /*border: 1px solid #909090 !important;*/
            border-left: none !important;
            font-size: var(--font-size-md) !important;
            font-weight: 600;
        }

        .ehr-input > div.ehr-input-group > input:first-child,
        .ehr-input > div.ehr-input-group > select:first-child,
        .ehr-input > div.ehr-input-group > button:first-child,
        .ehr-input > div.ehr-input-group > textarea:first-child {
            border-bottom-right-radius: 0 !important;
            border-top-right-radius: 0 !important;
            border-top-left-radius: 4px !important;
            border-bottom-left-radius: 4px !important;
        }

        .ehr-input > div.ehr-input-group > select:last-child,
        .ehr-input > div.ehr-input-group > input:last-child,
        .ehr-input > div.ehr-input-group > button:last-child,
        .ehr-input > div.ehr-input-group > textarea:last-child {
            border-bottom-left-radius: 0 !important;
            border-top-left-radius: 0 !important;
            border-top-right-radius: 4px !important;
            border-bottom-right-radius: 4px !important;
            border-left: 0;
        }

        .ehr-input > div.ehr-input-group > button,
        .ehr-input > div.ehr-input-group > button:focus,
        .ehr-input > div.ehr-input-group > button:hover,
        .ehr-input > button,
        .ehr-input > button:focus,
        .ehr-input > button:hover {
            padding: 6px 10px;
            background-color: #1d5558;
            color: #fff !important;
            border: 1px solid #07a0d4;
            font-size: var(--font-size-3l);
            /*height: 36px;*/
        }

.ehr-input > button {
    border-radius: 4px;
}

.ehr-input > input:focus,
.ehr-input > select:focus,
.ehr-input > textarea:focus,
.ehr-input > div.ehr-input-group > input:focus,
.ehr-input > div.ehr-input-group > select:focus {
    border: solid 1px #068cb0;
    -webkit-box-shadow: -1px 0px 7px -3px rgba(7,160,212,1);
    -moz-box-shadow: -1px 0px 7px -3px rgba(7,160,212,1);
    box-shadow: -1px 0px 7px -3px rgba(7,160,212,1);
    background-color: #f3f3f3;
}

/*----------------------------------------*/
/*  06. Dropdown
/*----------------------------------------*/
/* Patient Search dropdown dropdown__style--1 */
.dropdown__style--1 {
    height: auto;
    max-height: 264px;
    overflow-y: auto;
    display: none;
    margin: 0;
    background-color: #fff;
    min-width: 100%;
    border-radius: 7px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 0.5px solid #C9C9C9;
    list-style: none;
    list-style-type: none;
    box-shadow: 0px 0px 10px 0px #e1e0e0;
}

    .dropdown__style--1 > li {
        border-bottom: 0.5px solid #C2C2C2;
        padding: 3px 6px 6px 6px;
    }

        .dropdown__style--1 > li > a {
            display: flex;
            flex-direction: column;
            grid-gap: 4px 0;
        }

.open > .dropdown__style--1 {
    display: block;
}

.dropdown__style--1 > li > a > h2 {
    margin: 0;
    color: #000;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

    .dropdown__style--1 > li > a > h2 > span {
        color: #7A7A7A;
        font-size: var(--font-size-md);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.dropdown__style--1 > li > a > h3 {
    margin: 0;
    line-height: 0;
}

    .dropdown__style--1 > li > a > h3 > span {
        color: #000;
        font-size: var(--font-size-md);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
    }

    .dropdown__style--1 > li > a > h3 > b {
        margin-right: 10px;
        color: #a1a1a1;
        font-size: var(--font-size-md);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-decoration-line: underline;
    }

.dropdown-menu {
    height: auto;
    max-height: 210px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-up {
    bottom: 100%;
    top: auto;
    z-index: 999999;
}
/*----------------------------------------*/
/*  07. Tabs
/*----------------------------------------*/

.tabs-fill-outline {
    display: flex;
    overflow: hidden;
    margin: 0;
    border: none;
}

.tabs-branches {
    display: block;
    margin: 0;
}

.tabs-branches > li {
    list-style: none;
    width: 100%;
}

    .tabs-branches > li > a {
        font-size: var(--font-size-3l);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #1d5558;
        display: flex;
        border-left: solid 0.1px #6abed4;
        border-right: solid 0.1px #6abed4;
        border-top: solid 0.1px #6abed4;
        padding: 5px 10px;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .tabs-branches > li:last-child > a {
        border-bottom: solid 0.1px #6abed4;
    }

    .tabs-branches > li.active > a {
        background-color: #2eb1d4;
        color: #fff;
    }
/*.ehnote-tabs > .tab-content {

}*/

.tabs-fill-outline > li {
    list-style: none;
    flex: 1;
    white-space: nowrap;
}

    .tabs-fill-outline > li > a {
        font-size: var(--font-size-md);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        padding: 3px 10px;
        display: block;
        border: 1.5px solid #2d2d47;
        background-color: #fff;
    }

    .tabs-fill-outline > li:first-child > a,
    .yesno-switch > li:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .tabs-fill-outline > li:last-child > a,
    .yesno-switch > li:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.yesno-switch > li + li {
    border-left: none;
}

.tabs-fill-outline > li:only-child,
.yesno-switch > li:only-child {
    border-radius: 5px;
}

.tabs-fill-outline > li:last-child > a {
    border-right: 1.5px solid #2d2d47;
}

.tabs-fill-outline > li.active > a {
    background-image: linear-gradient(to bottom, #646480, #2d2d47);
    color: #fff;
}
/*------------------*/
.ul-dflex {
    display: flex;
    align-items: center;
    margin: 0;
}

    .ul-dflex > li {
        list-style: none;
        margin: 0 7px;
    }
/*-----*/
.yesno-switch {
    margin: 0;
    display: flex;
    align-items: center;
}

    .yesno-switch > li.active {
        background-image: linear-gradient(#1d5558 0%, #339499 100%);
        color: #fff;
        border: 1px solid #1d5558;
        cursor: auto;
    }

    .yesno-switch > li {
        font-size: var(--font-size-md);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        list-style: none;
        border: 1px solid #909090;
        padding: 3px 15px;
        cursor: pointer;
    }
/*------Gradient Tabs------*/
.ehr-tabs > ul {
    margin: 0;
    display: flex;
    align-items: center;
}

    .ehr-tabs > ul > li {
        list-style: none;
    }

        .ehr-tabs > ul > li > a {
            display: block;
            font-size: var(--font-size-xl);
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.13;
            letter-spacing: normal;
            text-align: left;
            color: #313131;
            background-image: linear-gradient(to bottom, #f6f6f6, #e5e5e5);
            padding: 8px 20px;
        }

        .ehr-tabs > ul > li.active > a {
            background-image: linear-gradient(to bottom, #07a0d4 0%, #068cb0 100%);
            color: #fff;
        }

.ehr-tabs > .tab-content {
    padding: 5px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e3;
}

/*////*/
.signature-tabs > li {
    position: relative;
}

    .signature-tabs > li > a {
        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 !important;
        background-color: #fff !important;
        border-radius: 0;
        border-right: 1px solid #909090;
    }

    .signature-tabs > li:last-child > a {
        border: none;
    }

    .signature-tabs > li.active > a {
        background-color: #f6f6f6 !important;
        border-bottom: none;
    }
/*----------------------------------------*/
/*  08. Text Sizes
/*----------------------------------------*/
.text-s13w600008B86 {
    color: #008B86;
    font-size: var(--font-size-lg);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text-s12w700c0C8986 {
    color: #0C8986 !important;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-s14w800c000 {
    color: #000 !important;
    font-size: var(--font-size-xl) !important;
    font-style: normal;
    font-weight: 800 !important;
    line-height: 1;
}

.text-s12w700c000 {
    font-size: var(--font-size-md) !important;
    font-weight: 700 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #000 !important;
}

.text-s12w500c2c2c2c {
    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: #2c2c2c;
}

.text-s8w500c15898f {
    font-size: 8px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #15898f;
}

.text-s12w500c3f5fb0 {
    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: #3f5fb0;
}

.text-s14wnrmlc0a6549 {
    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: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0a6549;
}

.text-s12w500c1caf71 {
    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: #1caf71;
}

.text-s12wnormlc000 {
    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;
}

.text-s12w500c313131 {
    font-size: var(--font-size-md) !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #313131 !important;
}

.text-s10w500c767575 {
    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;
}

.text-s10w500c000 {
    font-size: var(--font-size-xs) !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left !important;
    color: #000 !important;
}

.text-s12w600c767575 {
    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: #767575;
}

.text-s12w500c000 {
    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;
}

.text-s14wnrmC000 {
    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;
}

.text-s14w400c000 {
    font-size: var(--font-size-xl) !important;
    font-weight: 400 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000 !important;
}

.text-s14w500c000 {
    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;
}

.text-s12w400c7e7e7e {
    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: #7E7E7E;
}

.text-s14w600c000 {
    font-size: var(--font-size-xl);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.text-s12w400c767575 {
    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: #767575
}

.text-s12wnormlc767575 {
    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: #767676;
}

.text-s12w500c767575 {
    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;
}

.text-s12wnormlc079aca {
    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: #079aca;
}

.text-s12w600c079aca {
    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: #079aca;
}

.text-s12w600Cfff {
    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: #fff;
}

.text-s20w500c000 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.text-s12w600C000 {
    font-size: var(--font-size-md) !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #000 !important;
}

.text-s12w400C000 {
    font-size: var(--font-size-md) !important;
    font-weight: 400 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.text-s12w800C000 {
    font-size: var(--font-size-md) !important;
    font-weight: 800 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.text-s12w600c767676 {
    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: #767676;
}

.text-s14w500C068cb0 {
    font-size: var(--font-size-xl);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #068cb0;
}

.text-s12w500C068cb0 {
    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: #068cb0 !important;
}

.text-s10w500C818181 {
    font-size: var(--font-size-xs) !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #818181;
}

.text-s12w600C1d5558 {
    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: #1d5558;
}

.text-s14w600C15898f {
    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: #15898f;
}

.text-s13w700C15898f {
    font-size: var(--font-size-lg);
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #15898f;
}

.status-booked {
    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: #28acb4;
}

.status-raised {
    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: #de8849;
}
/*----------------------------------------*/
/*  09. Text Colors
/*----------------------------------------*/
/*----------------------------------------*/
/*  10. Background Colors
/*----------------------------------------*/
.organ-od {
    background: #4B8BA3;
    color: #fff;
}

.organ-os {
    background: #62AA9B;
    color: #fff;
}

.bg-07a0d4 {
    background-color: #07a0d4 !important;
}

.bg-fff3ca {
    background-color: #fff3ca
}

.bg-ff9f9f {
    background-color: #ff9f9f
}
/*----------------------------------------*/
/*  11. BG Gradients
/*----------------------------------------*/
.bg-f6f7fb {
    background-color: #f6f7fb !important;
}
/*----------------------------------------*/
/*  12. Buttons
/*----------------------------------------*/
.btn__xl--,
.btn__sm-- {
    border-radius: 5px;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.btn__lg-- {
    border-radius: 5px;
    font-size: var(--font-size-lg);
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
}

.btn__xs-- {
    border-radius: 5px;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    justify-content: center;
    text-align: center;
    padding: 4px 10px;
}

.btn__xl-- {
    padding: 7px 12px;
    gap: 3px;
}

.btn__lg-- {
    padding: 6px 12px;
}

.btn__sm-- {
    padding: 5px 10px;
    font-size: var(--font-size-md);
    font-weight: 500;
}

.btn__5E6366--o {
    background: #fff;
    border: 0.8px solid #5E6366;
    color: #5E6366;
}


.btn__2D2D47--f {
    background: #2D2D47;
    color: #fff;
    border: 0.8px solid #2D2D47
}

.btn__2D2D47--o {
    background: #fff;
    color: #2D2D47;
    border: 0.8px solid #2D2D47
}

.btn__1d5558--f {
    background: #1d5558;
    color: #fff;
    border: 0.8px solid #1d5558
}

.btn__6c6c6c--f {
    background: #6c6c6c;
    color: #fff;
    border: 0.8px solid #6c6c6c;
}

.btn__6c6c6c--o {
    border: 0.8px solid #6c6c6c;
    color: #6c6c6c;
    background-color: #fff;
}

.btn__008087--f {
    background: #008087;
    color: #fff;
    border: 0.8px solid #008087
}

.btn__909090-- {
    background: #fff;
    color: #909090;
    border: 0.8px solid #909090;
}

.btn__1d5558--o {
    border: 0.8px solid #1d5558;
    color: #1d5558;
    background-color: #fff;
}
.btn__FA8800--o{
    border:0.8px solid #fa8800;
    color:#fa8800;
    background-color:#fff;
}
.btn__1d5558-- {
    border: none;
    color: #1d5558;
    background-color: transparent;
}

.btn__1D55581A-- {
    border: 0.8px solid #1D55581A;
    color: #1d5558;
    background-color: #1D55581A;
}

.btn__392c5a--o {
    border: 0.8px solid #392C5A;
    color: #392C5A;
    background: #fff;
}

.btn__3ea6cde5--f {
    background: #3EA6CDE5;
    color: #fff;
    border: 0.8px solid #3EA6CDE5;
}

.btn__34B698--o {
    background: #fff;
    color: #34B698;
    border: 1px solid #34B698
}

.btn__656565--o {
    background: #fff;
    color: #656565;
    border: 0.8px solid #656565;
}

.btn__C71D271A-- {
    background: #C71D271A;
    color: #1D1D1D;
    border: 0.8px solid #C71D27
}

/*red btn */
.btn__1ABC9C--o {
    border: 0.8px solid #1abc9c;
    color: #1abc9c;
    background-color: #fff;
}

.btn__C71D27--o {
    border: 0.8px solid #C71D27;
    color: #C71D27;
    background-color: #fff;
}

.btn__C71D27-- {
    color: #C71D27;
    background-color: #fff;
    border: none;
}

.btn__C71D27--f {
    border: 0.8px solid #C71D27;
    color: #fff;
    background-color: #C71D27;
}

.btn__3EA6CD--f {
    background: #3EA6CD;
    border: 0.8px solid #3EA6CD;
    color: #fff;
}

.btn__F9E8E9--f {
    background: #F9E8E9;
    color: #C71D27;
    border: 0.8px solid #C71D27;
}

.btn__E8EEEE--f {
    background: #E8EEEE;
    border: 0.8px solid #1d5558;
    color: #1d5558;
}



.btn__C71D2733-- {
    border: 0.8px solid #C71D27;
    color: #C71D27;
    background-color: #C71D2733;
}

.btn__d2ffd2-- {
    border: 0.8px solid #2d0000;
    color: #002900;
    background: #d2ffd2;
}


.btn__5AA7C3--f {
    background: #5AA7C3;
    border: 0.8px solid #5AA7C3;
    color: #fff;
}

.btn__3C82C1--f {
    background: #3C82C1;
    border: 0.8px solid #3C82C1;
    color: #fff;
}

.btn__34B6981A-- {
    background: #34B6981A;
    border: 0.5px solid #34B698;
    color: #656565;
}


.btn__moreinfo {
    border-radius: 100px;
    background: #F2F2F2;
    color: #0E0E0E;
    font-size: var(--font-size-md);
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    padding: 6px 12px;
    display: flex;
    align-items: center;
    border: none;
    grid-gap: 0 6px;
}

.btn__47a447--f {
    color: #fff;
    background-color: #47a447;
    border: 0.8px solid #398439;
}

.btn__DEDEDE--o {
    color: #656565;
    background-color: #fff;
    border: 0.8px solid #DEDEDE;
}

.btn__499297--o {
    color: #499297;
    border-radius: 4px;
    border: 1px solid #499297;
    background: rgba(73, 146, 151, 0.10);
}

.btn__71585B--o {
    color: #71585B;
    border-radius: 4px;
    border: 1px solid #71585B;
    background: rgba(113, 88, 91, 0.20);
}

.btn__537ACF--o {
    color: #537ACF;
    border-radius: 4px;
    border: 1px solid #537ACF;
    background: rgba(83, 122, 207, 0.20);
}

.btn__3C3C3C--o {
    color: #3C3C3C;
    border-radius: 4px;
    background: #E9E9E9;
    border: none;
}

.btn__CFD3D4--o {
    color: #4a4a4a;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #CFD3D4;
}

.btn__E4E4E4--o {
    color: #656565;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
}

.btn-upload {
    width: 100%;
    display: block;
    position: relative;
}

    .btn-upload > label {
        background-color: #fff;
        border: 1px solid #068cb0;
        font-size: var(--font-size-xl);
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #068cb0;
        border-radius: 4px;
        padding: 2px 15px;
        width: 100%;
        text-align: center;
    }

    .btn-upload > input {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
    }

.form-outline {
    border-radius: 4px;
    border: solid 1.3px #d2d2d2 !important;
    background-color: #fff !important;
    padding: 4px 10px !important;
    width: 100% !important;
    box-shadow: none !important;
    overflow: hidden !important;
    font-size: var(--font-size-md) !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: normal !important;
    color: #000 !important;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

html button[disabled] {
    cursor: no-drop !important;
    opacity: 0.5;
}
/*----------------------------------------*/
/*  13. Icons
/*----------------------------------------*/

.sprite-sheet-icon {
    background-image: url(../img/spritesheet-icons.svg);
    width: 14px;
    height: 14px;
    display: inline-block;
}

.action__icons--1 {
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    display: inline-flex;
    background-image: url(../images/action__icons.svg);
}

.action__save-- {
    background-position: -2px -1px;
}

.action__add-- {
    background-position: -275px;
}

.action__clear-- {
    background-position: -347px -1px;
}

.action__search-- {
    background-position: -26px;
}

.action__update-- {
    background-position: -49px 0;
}

.action__cancel-- {
    background-position: -76px -1px;
}

.action__upload-- {
    background-position: -101px -1px;
}
.action__print-- {
    background-position: -372px;
}

/*----------------------------------------*/
/*  14. List Types
/*----------------------------------------*/

.bborder__list--{
    margin:0;
    display:flex;
    flex-direction:column;
    gap:5px;
}
.bborder__list-- > li {
    list-style: none;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.checkitem__1d5558--f {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
    .checkitem__1d5558--f > li {
        list-style: none;
        padding: 6px;
        border-radius: 5px;
        border: 1px solid #E4E4E4;
        background: #FFF;
    }

.asc-risk-list-items {
    margin: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 6px 12px;
}

    .asc-risk-list-items > li {
        list-style: none;
        padding: 6px 6px 6px 24px;
        position: relative;
        /*  color: #000; */
        color: #202020;
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

        .asc-risk-list-items > li.li-arrow-active:before {
            content: '';
            background: url('../img/Arrow-branch.png');
            position: absolute;
            left: 10px;
            top: 10px;
            width: 20px;
            height: 20px;
            object-fit: contain;
            background-size: contain;
        }

        .asc-risk-list-items > li.li-checkbox-active:before {
            content: "\f0c8";
            left: 10px;
            top: 10px;
            margin: 0;
            font-family: "Font Awesome 5 Free";
            font-weight: 200;
            position: absolute;
            font-size: var(--font-size-3l);
            color: #1d5558;
        }

        .asc-risk-list-items > li > ol {
            margin-left: 15px;
            display: flex;
            flex-direction: column;
        }

            .asc-risk-list-items > li > ol > li {
                list-style: disc;
                color: #4A4A4A;
                font-size: var(--font-size-lg);
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                padding: 6px 4px;
            }

.chart-right-tabs {
    display: flex;
    align-items: center;
    grid-gap: 0 4px;
    margin: 0;
    flex-direction: column;
}

    .chart-right-tabs > ul {
        display: flex;
        align-items: center;
        grid-gap: 0 4px;
        margin: 0;
        width: 100%;
    }

        .chart-right-tabs > ul > li {
            list-style: none;
        }

            .chart-right-tabs > ul > li > a {
                display: block;
                font-weight: 600;
                font-size: var(--font-size-xl);
                text-align: center;
                letter-spacing: normal;
                line-height: 1.13;
                font-stretch: normal;
                font-style: normal;
                padding: 6px 20px;
                background-color: #F2F2F2;
                color: #000;
                border-radius: 6px;
            }

            .chart-right-tabs > ul > li.active > a {
                background-color: #1d5558;
                color: #fff;
            }

.list-fit-column {
    flex-direction: column;
    flex-flow: wrap;
    margin: 0;
    grid-gap: 8px;
    display: flex;
}

    .list-fit-column > li {
        list-style: none;
    }

        .list-fit-column > li > a {
            display: block;
            border-radius: 6px;
            border: solid 0.5px #090909;
            background: linear-gradient(to bottom, #fff 0%, #ebeaea 100%);
            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: #7a7a7a;
            padding: 3px 16px;
            width: 90px;
        }

        .list-fit-column > li.active > a {
            background: #4bb8a2;
            border: 1px solid #4bb8a2;
            color: #fff;
        }

.advanced-ncpa {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 8px;
    justify-content: flex-start;
}

.list-three-sections {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin: 0px;
    flex-flow: wrap;
}

    .list-three-sections > li {
        width: calc(100% * (1/3) - 5px - 0px);
        padding: 5px;
        list-style: none;
    }

.advanced-ncpa > li {
    list-style: none;
    position: relative;
}

    .advanced-ncpa > 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: center;
        color: #7a7a7a;
        border-radius: 6px;
        border: solid 0.5px #cfcfcf;
        background-image: linear-gradient(to bottom, #fff 0%, #ebeaea 100%);
        padding: 3px 8px;
        display: block;
        width: 6vw;
        max-width: 7vw;
    }

.flex-flow-list {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 6px 14px;
}

    .flex-flow-list > li {
        list-style: none;
        display:flex;
        align-items:center;
        gap:5px;
    }

.flex-flow-ulli,
.flex-flow-ulli-mb0 {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

    .flex-flow-ulli > li,
    .flex-flow-ulli-mb0 > li {
        list-style: none;
        margin-bottom: 10px;
        /*margin-right: 10px;*/
        margin-right: 5px;
    }

    .flex-flow-ulli-mb0 > li {
        margin-bottom: 0 !important;
    }

        .flex-flow-ulli > li:last-child,
        .flex-flow-ulli-mb0 > li:last-child {
            margin-right: 0;
        }

.autofill-items {
    margin: 0;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    grid-gap: 4px;
}

    .autofill-items > li {
        list-style: none;
        /*flex: auto;*/
    }

        .autofill-items > li > a {
            display: block;
            width: 100%;
            padding: 4px 2px;
            text-align: center;
            border: 1px solid #000;
            font-family: 'Plus Jakarta Sans', sans-serif !important;
            font-weight: 500;
            color: #000;
            border-radius: 5px;
            /*min-width: 60px;*/
            min-width: 59px;
            max-width: fit-content;
            /*margin-right: 3px;
    margin-bottom: 3px;*/
            background-color: #fff;
            line-height: 1.5;
        }

        .autofill-items > li:hover > a,
        .autofill-items > li.active > a {
            background-color: #15898f;
            color: #fff;
        }

/*/-----------*/
.list-eh-vertical {
    margin: 0;
}

    .list-eh-vertical > li {
        list-style: none;
        border-bottom: 1px solid #d2d2d2;
    }

        .list-eh-vertical > li:last-child {
            border: none;
        }

        .list-eh-vertical > li > a {
            padding: 8px 15px;
            font-size: var(--font-size-3l);
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #202124;
            display: block;
        }

        .list-eh-vertical > li.active > a,
        .list-eh-vertical > li.active:hover > a {
            color: #fff;
            background-color: #1d5558;
            border-bottom: none;
        }

        .list-eh-vertical > li.active-select > a,
        .list-eh-vertical > li.active-select:hover > a {
            color: #000;
            background-color: #84e1fb;
            border-bottom: none;
        }

        .list-eh-vertical > li.active > a > i {
            color: #fff;
        }

        .list-eh-vertical > li:hover > a {
            background-color: #a4ffd9;
            color: #1d5558;
        }

        .list-eh-vertical > li > a > i {
            color: #068cb0;
            margin-right: 10px;
            font-size: 20px;
        }
/*----------*/
.past-visit-list,
.plan-of-d-list,
.ul-Aideret-score {
    margin: 0;
}

    .past-visit-list > li,
    .past-visit-list > li > span {
        font-size: 8px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        margin-bottom: 6px;
    }

        .past-visit-list > li > b,
        .past-visit-table-inside > tbody > tr > td > b {
            font-size: 8px;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #767575;
            margin-bottom: 6px;
            margin-left: 5px;
        }

        .past-visit-list > li > label,
        .past-visit-table-inside > tbody > tr > td > label {
            font-size: 8px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: left;
            color: #000;
            margin: 0;
        }

.past-od {
    color: #07a0d4 !important;
}

.past-os {
    color: #5cb85c !important;
}

.past-ou {
    color: #e86868 !important;
}
/*----------*/
.ul-Aideret-score > li {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    border-radius: 6px;
}

    .ul-Aideret-score > li > input,
    .ul-Aideret-score > li > textarea {
        background-color: #fff;
        border: 1px solid #000;
        font-size: var(--font-size-xl);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
        padding: 3px 8px;
        width: 100%;
        border-radius: 4px;
    }

    .ul-Aideret-score > li > button {
        background-color: #fff;
        border: 1px solid #000;
        font-size: var(--font-size-md);
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #000;
        padding: 4px 8px;
        width: 100%;
        border-right: none;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

        .ul-Aideret-score > li > button:only-child{
            border-radius: 5px;
            border-right: 1px solid #909090;
        }

            .ul-Aideret-score > li > button.active-score {
                background-color: #72B4A6;
                color: #000;
            }
   
    .ul-Aideret-score > li.active > button,
    .ul-Aideret-score > li.active > span {
        background-color: #1d5558;
        color: #fff;
        border-left: none;
    }

    .ul-Aideret-score > li > span {
        background-color: #fff;
        border: 1px solid #000;
        color: #000;
        font-size: var(--font-size-md);
        /* font-size: var(--font-size-xl);*/
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        padding: 4px 8px;
        width: 50px;
    }

.calendar-check-appt {
    margin: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #f7c2aa;
}

    .calendar-check-appt > li {
        list-style: none;
        flex: 1;
    }

        .calendar-check-appt > 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: #f26223;
            align-items: center;
            background-color: #fff;
            padding: 4px 10px;
            justify-content: center;
        }

.appointment-dwm-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
    border: 1px solid #15898f;
    margin-bottom: 8px;
}

    .appointment-dwm-select > li {
        flex: 1;
        list-style: none;
    }

        .appointment-dwm-select > 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: #15898f;
            background-color: #fff;
            /*   padding: 4px 10px;*/
            padding: 6px 10px;
            display: block;
        }

        .appointment-dwm-select > li.active > a {
            background-color: #15898f;
            color: #fff;
        }

.calendar-check-appt > li.active > a {
    background-color: #F26223;
    color: #fff;
}

    .calendar-check-appt > li.active > a > i.active,
    .calendar-check-appt > li > a > i.no-active {
        display: inline-block;
    }

    .calendar-check-appt > li > a > i.active,
    .calendar-check-appt > li.active > a > i.no-active {
        display: none;
    }

.calendar-check-appt > li > a > i {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 3px;
    background-position: center center;
}

.appt-calendar-icon.no-active {
    background-image: url(../img/new-icons/cal-icon.png);
}

.appt-calendar-icon.active {
    background-image: url(../img/new-icons/cal-active.png);
}

.appt-list-check-icon.no-active {
    background-image: url(../img/new-icons/list-icon.png);
}

.appt-list-check-icon.active {
    background-image: url(../img/new-icons/list-active.png);
}

.patient__icons--list {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    border: 0.6px solid #1D555833;
    border-radius: 20px;
    padding: 6px;
    background: #E9F3F3;
    margin:0;
}
.patient__icons--list > li{
    list-style:none;
    display:flex;
    align-items:center;
    gap:4px;
}
.patient__icons--list > li > span {
    font-size: var(--font-size-md);
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: #000000;
}
.patient__icons--list > li >i{
    width:18px;
    height:18px;
    display:inline-block;
    background-image:url(../img/appt-list/patient-details-icons.svg);
    background-size:initial;
}
.patient__icons--list > li > i.patient-icon {
    background-position: 0px;
}
.patient__icons--list > li > i.mrno-icon {
    background-position: -30px;
}

.patient__icons--list > li > i.dial-icon {
    background-position: -60px;
}

.patient__icons--list > li > i.cake-icon {
    background-position: -90px;
}

.patient__icons--list > li > i.gender-icon {
    background-position: 18px;
}
.check-list > h3 {
    font-size: var(--font-size-md);
    font-weight: 500;
    line-height: 15.12px;
    text-align: left;
    color: #606060;
    margin-bottom:3px;
}

.check-list > ul > li {
    list-style: none;
    padding: 5px 7px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    background: #ffff;
    margin-bottom:3px;
}
    .check-list > ul > li > a > h1 {
        font-size: var(--font-size-lg);
        font-weight: 500;
        line-height: 16.38px;
        text-align: left;
        color: #1D5558;
        margin:0;
    }
    .check-list > ul > li.active {
        border: 1px solid #34b698;
        background: #EBF8F5;
    }
    /*----------------------------------------*/
    /*  15. Shadow
/*----------------------------------------*/
    .box-shadow {
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    }
/*----------------------------------------*/
/*  16. Accordion
/*----------------------------------------*/
.accordion__style--4 > .panel-group > .panel {
    border: none;
}
.accordion__style--4 > .panel-group > .panel > .panel-heading {
    border-radius: 4px;
    background: #F7F7F9;
    padding: 6px;
}
.accordion__style--4 > .panel-group > .panel > .panel-heading {
    color: #4A4A4A;
    text-align: left;
    font-size: var(--font-size-lg);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.accordion__style--4 > .panel-group > .panel > .panel-collapse > .panel-body {
    padding: 3px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.accordion__style--3 > .panel-group > .panel {
    border: none;
}

.accordion__style--3 > .panel-group > .panel > .panel-heading {
    border-radius: 4px;
    background: #F7F7F9;
    padding: 6px;
}
.accordion__style--3 > .panel-group > .panel > .panel-heading {
    color: #4A4A4A;
    text-align: center;
    font-size: var(--font-size-lg);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.accordion__style--3 > .panel-group > .panel > .panel-collapse > .panel-body {

}
.accordion__style--2 > .panel-group {
    margin: 10px;
    border: none !important;
}

.accordion__style--2 > .panel-group > .panel {
    border-radius: 4px !important;
}

.accordion__style--2 > .panel-group > .panel > .panel-collapse > .panel-body {
    padding: 10px;
    border: none !important;
    background-color: #F6F7FB;
}

.accordion__style--2 > .panel-group > .panel > .panel-heading {
    background: #F6F7FB;
    padding: 4px 10px;
    border: none !important;
}

.accordion__style--1 > .panel-group > .panel > .panel-heading {
    padding: 8px 10px !important;
    border: none !important;
}

.accordion__style--2 > .panel-group > .panel.panel-open > .panel-heading,
.accordion__style--1 > .panel-group > .panel.panel-open > .panel-heading {
    background-color: #CDE3E3;
}

.accordion__style--1 > .panel-group {
    margin-bottom: 6px !important;
}

.accordion__style--1 > .panel-group > .panel > .panel-collapse > .panel-body {
    padding: 5px !important;
}

.panel-accordion {
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    margin-bottom: 6px;
}

.panel-accordion > .panel-heading {
    background-color: #F2F2F2;
    color: #000;
    padding: 6px 3px;
}

.panel-accordion > .panel-heading > h4 {
    font-size: var(--font-size-xl) !important;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.panel-accordion > .panel-collapse > .panel-body,
.panel-accordion > .panel-body {
    background-color: #fff;
}

/*----------------------------------------*/
/*  19. Popover
/*----------------------------------------*/
.filter__popover-- {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    min-width: 475px !important;
    overflow: auto !important;
    max-height: 300px !important; 
    height: 300px !important
}
.custom__popover-- {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-width: 475px !important;
    overflow: auto !important;
    max-height: 300px !important;
    height: auto !important;
}
.custom__popover--1 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    min-width: 575px !important;
}
.patient__details--hover {
    margin: 0 !important;
    min-width: 600px !important;
    max-height: 300px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.audit__signedstatus--hover {
    margin: 0 !important;
    min-width: 66% !important;
    max-height: 250px;
    height: auto;
    overflow:visible;
    left:148px !important;
}
.internal__audit--hover {
    margin: 0 !important;
    min-width: 500px !important;
    max-height: 250px;
    height: auto;
    overflow: hidden;
}
.ros__summary--hover {
    margin: 0 !important;
    min-width: 300px !important;
    max-height: 800px;
    height: auto;
    overflow: hidden;
}
.ros__summary--hover .arrow {
    display: none !important;
}
.profile__popover {
    margin: 0 !important;
    min-width: 600px !important;
    max-height: 440px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.opprofile__popover {
    margin: 0 !important;
    min-width: 600px !important;
    max-height: 480px;
    height: auto;
    overflow: hidden;
    z-index:9999 !important;
}
/*----------------------------------------*/
/*  22. Modal Popup
/*----------------------------------------*/
.modal__popup--1,
.modal__popup--right {
    overflow: hidden !important;
}
.modal__popup--1 > .modal-dialog {
	width: 100%;
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	margin: 0 auto !important;
	padding-top: 44px;
}

.modal__popup--1 > .modal-dialog > .modal-content,
.modal__popup--right > .modal-dialog > .modal-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 !important;
}
.modal__popup--right > .modal-dialog {
    position: absolute;
    right: 0;
    height: 100%;
    margin: 0px !important;
}
.modal__width--25 > .modal-dialog {
    width: 25% !important;
}
.modal__width--30 > .modal-dialog {
    width: 30% !important;
}
.modal__width--45 > .modal-dialog {
    width: 45% !important;
}
.modal__width--50 > .modal-dialog {
    width: 50% !important;
}
.modal__width--60 > .modal-dialog {
    width: 60%;
}
.modal__width--70 > .modal-dialog {
    width: 70% !important;
}

/*---------------------------OLD*/

.modal__ninety-- > .modal-dialog {
    width: 90%;
    height: 100%;
}
.modal__ninetyfive-- > .modal-dialog {
    width: 95%;
    height: 100%;
}
.modal__ninetynine-- > .modal-dialog {
    width: 99%;
    height: 100%;
    margin-top:25px !important;
}
.modal__ninetynine--{
    overflow:hidden;
}
.modal__eighty-- > .modal-dialog {
    width: 88%;
    height: 100%;
    margin: 100px auto 50px auto !important;
}
.modal__ninety--,
.modal__eighty--,
.modal__ninetyfive--,
.modal__ninetynine--{
    display: flex !important;
    flex-direction: column;
}


    .modal__ninety-- > .modal-dialog > .modal-content,
    .modal__ninetyfive-- > .modal-dialog > .modal-content,
    .modal__ninetynine-- > .modal-dialog > .modal-content,
    .modal__eighty-- > .modal-dialog > .modal-content {
        height: 100%;
    }
    .modal__ninetynine-- > .modal-dialog > .modal-content{
        border-radius:8px !important;
    }
    .modal__sixty-- > .modal-dialog {
        width: 60%;
        height: 100%;
    }

.modal__sixty-- {
    display: flex !important;
    flex-direction: column;
}

    .modal__sixty-- > .modal-dialog > .modal-content {
        height: 100%;
    }

.modal-autofill > .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    margin: 0px !important;
    border-radius: 0 !important;
}

.modal-full-email {
    z-index: 99999 !important;
    overflow: hidden;
}

    .modal-full-email > .modal-dialog {
        width: 100% !important;
        height: 100% !important;
        border: none !important;
        margin: 0px !important;
        border-radius: 0 !important;
    }

        .modal-full-email > .modal-dialog > .modal-content {
            height: 100vh;
            border-radius: 0 !important;
        }

.modal-full-popup,
.modal-eh-md {
    overflow: hidden;
}

    .modal-full-popup > .modal-dialog {
        width: 100% !important;
        height: 100% !important;
        border: none !important;
        margin: 0px !important;
        border-radius: 0 !important;
    }

        .modal-full-popup > .modal-dialog > .modal-content {
            height: 100vh;
            border-radius: 0 !important;
        }

    .modal-eh-md > .modal-dialog {
        width: 40% !important;
        height: auto !important;
        border: none !important;
        border-radius: 0 !important;
    }

        .modal-eh-md > .modal-dialog > .modal-content {
            height: auto;
            border-radius: 0 !important;
        }

/*----------------------------------------*/
/*  23. File Attchment
/*----------------------------------------*/
.us-type-file {
    position: relative;
}

    .us-type-file > input {
        height: 0;
        overflow: hidden;
        width: 0;
    }

    .us-type-file > [type=file] + label {
        background: #07a0d4;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: inherit;
        font-weight: 500;
        margin-bottom: 0;
        outline: none;
        padding: 2px 50px;
        position: relative;
        transition: all 0.3s;
        vertical-align: middle;
    }

input[type="file"].docsfilechoose::file-selector-button {
    background-color: #e2e2e2;
    color: #767676;
    font-size: var(--font-size-xl);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    border-radius: 5px;
    border: none;
    padding: 6px 15px
}

.docsfilechoose {
    padding: 3px 3px !important;
    /*  padding: 0px 3px !important;*/
}


/*------------------------main close------------------------*/
.plan-of-d-list > li {
    list-style: none;
    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;
    padding-left: 20px;
    position: relative;
}

    .plan-of-d-list > li:after {
        position: absolute;
        content: "-";
        left: 0;
        top: 0;
        bottom: 0;
        font-size: var(--font-size-3l);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #000;
    }
/*----------------------------------------*/
/*  24. Indent
/*----------------------------------------*/
.section__shadow-- {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    width: 100%;
    height: 100%;
}

.table-text-left > thead > tr > th,
.table-text-left > tbody > tr > td {
    text-align: left !important;
}

.table-text-center > thead > tr > th,
.table-text-center > tbody > tr > td {
    text-align: center !important;
}

.table-text-right > thead > tr > th,
.table-text-right > tbody > tr > td {
    text-align: right !important;
}

.bg-f5f5f5 {
    background: #f5f5f5 !important;
}

.text-e86868 {
    color: #e86868 !important;
}

.bg-c2dfd9 {
    background-color: #c2dfd9 !important;
}

/*advaced search css*/

.advanced-search {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .advanced-search > ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
        display: flex;
        align-items: center;
        grid-gap: 10px;
    }

    .advanced-search > div > input {
        border-radius: 7px;
        border: 1px solid #555;
        background: #FFF;
        color: rgba(141, 141, 141, 0.63);
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        padding: 4px 6px;
        max-width: 300px;
        min-width: 270px;
    }

.advanced-search-filters {
    padding: 10px;
    background: #F7F7F9;
    border: 1px solid #C0C0C0;
    border-radius: 7px;
    position: relative;
}

    .advanced-search-filters > span {
        position: absolute;
        left: 14px;
        right: 0px;
        top: -15px;
        padding: 3px 6px;
        background: #fff;
        width: 140px;
        height: 20px;
        font-weight: 700;
        color: #1C7794;
        font-size: var(--font-size-xl);
        border-radius: 4px;
        line-height: normal;
    }

    .advanced-search-filters > ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 8px;
    }

.advanced-search-filters > ul > li > input, .advanced-search-filters > ul > li > select {
    width: 100%;
    padding: 4px 6px;
    border-radius: 5px;
    border: 0.5px solid #8E8E8E !important;
    font-size: var(--font-size-md) !important;
    font-weight: 400;
    text-align: left;
    color: #262626 !important;
}

.advanced-search-filters > ul > li > button {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: var(--font-size-lg);
    color: #fff !important;
    font-weight: 500;
    border-radius: 5px;
    background: #2D2D47;
    border: 1px solid #2D2D47;
    padding: 3px 10px;
    cursor: pointer;
}

.advanced-search-table {
    overflow-y: auto;
    width: 100%;
}

.advanced-search-table {
    width: 100%;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    overflow: hidden;
}

.advanced-search-table > tbody > tr > td:first-child {
    border-left: none;
}

.advanced-search-table > tbody > tr > td:last-child {
    border-right: none;
}

.advanced-search-table > thead {
    position: sticky;
    top: 0;
    z-index: 1;
}

.advanced-search-table > thead > tr > th,
.advanced-search-table > thead > tr > th > div {
    font-size: var(--font-size-xl);
    background: #E8EEEE;
    color: #1D1D1D;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    padding: 5px 5px;
}

.advanced-search-table > thead > tr > th > div > button {
    border: none;
    background: none;
    outline: none;
    line-height: 0;
}

.advanced-search-table > tbody > tr > td {
    padding: 8px 5px;
    background-color: #fff;
    border-top: none;
    border-right: none;
    color: #1D1D1D;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    box-shadow: 0px -1px 0px 0px rgba(45, 46, 79, 0.10) inset;
}

.advanced-search-table > tbody > tr > td > div,
.advanced-search-table > thead > tr > th > div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.advanced-search-table > tbody > tr > td > div > img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    object-fit: cover;
}

.advanced-search-table > tbody > tr > td > div > p {
    color: #000;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.advanced-search-filters > ul > li > input > ul {
    background-color: #f2f2f2;
}
/*----------------------------------------*/
/*  24. Switch
/*----------------------------------------*/
.basic-switch {
    display: inline-flex;
    margin: 4px 0;
    align-items: center;
    border-radius: 6px;
    background-color: #1d5558;
    padding: 4px;
}

    .basic-switch > li {
        list-style: none;
    }

        .basic-switch > li > a {
            color: #FFF;
            font-size: var(--font-size-md);
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            display: block;
            padding: 4px 12px;
        }

        .basic-switch > li.active > a {
            background-color: #fff;
            border-radius: 6px;
            color: #1D5558;
            font-weight: 500;
        }

.bg-daf0fa {
    background: #DAF0F1;
}

.tbody__active-- {
    background: #FAFAFA !important;
}

    .tbody__active-- > tr > td {
        border: none !important;
        background: #FAFAFA !important;
    }

.btn-absolute {
    position: absolute;
    inset: 0 10px 0 auto;
}

.btn__group-- {
    display: flex;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 5px;
}

    .btn__group-- > button {
        padding: 6px 12px;
        font-size: var(--font-size-xl);
        font-style: normal;
        font-weight: 600;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: none;
        width: 100%;
    }

        .btn__group-- > button.active {
            color: #fff;
            background: #392C5A;
        }

        .btn__group-- > button:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .btn__group-- > button:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }
.table__detailsstyles--1 > tbody > tr > td > ol > li > p,
.table__detailsstyles--1 > tbody > tr > td > p {
    font-size: var(--font-size-md);
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    margin-bottom: 2px;
}
    .table__detailsstyles--1 > tbody > tr > td > ol{
        margin:0;
        display:flex;
        flex-direction:column;
        padding:0;
        list-style:none;
    }
    .table__detailsstyles--1 > tbody > tr > td > ol > li > p > span,
    .table__detailsstyles--1 > tbody > tr > td > p > span {
        font-size: var(--font-size-md);
        font-weight: 500;
        line-height: normal;
        color: #7A7A7A;
    }

.table__detailsstyles--1 > tbody > tr > td > div > div > p {
    display: flex;
    align-items: center;
    color: #3C82C1;
    font-size: var(--font-size-lg);
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table__detailsstyles--1 > tbody > tr > td > div > div > span {
    font-size: var(--font-size-md);
    font-weight: 500;
    line-height: normal;
    color: #F37123;
    display: block;
    text-align: left;
}
.table__detailsstyles--1 > tbody > tr > td > div > div > label {
    font-size: var(--font-size-md);
    font-weight: 500;
    line-height: normal;
    color: #0E0E0E;
    display: block;
    text-align: left;
}

.table__detailsstyles--1 > tbody > tr > td > ul > li.list-unstyled > button,
.table__detailsstyles--1 > tbody > tr > td > button {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: var(--font-size-xs);
    font-weight: 500;
    line-height: 1;
    position: relative;
    width: 100%;
    margin-top:2px;
}

.table__detailsstyles--1 > tbody > tr > td > div{
    display:flex;
    align-items:center;
    grid-gap:10px;
}
.asclist-image,
.table__detailsstyles--1 > tbody > tr > td > div > img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}
.table__detailsstyles--1 > tbody > tr > td > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: var(--font-size-md);
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    color:#fff;
    padding:5px 7px;
}
.table__detailsstyles--1 > tbody > tr > td > label { 
    text-align: center;
    font-size: var(--font-size-sm);
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding: 2px 3px;
    border-radius:4px;
}

.text-4A4A4A {
   color: #4A4A4A !important;
}
.bg-1A977D33 {
    background: #1A977D33;
}

.py-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.box__shadow--1 {
    box-shadow: 0px 6px 8px 2px #e1e1e157;
}
.patient-tags-custom{
    display:block !important;
    width:auto !important;
    border:none !important;
    background:none !important;
}
.patient-tags-custom > p{
    background:#fff !important;
}

.popover-custom-1 {
   max-width: 600px !important;
   min-width: 550px;
   max-height: 250px;
   /*overflow-y: auto;
   overflow-x: hidden;*/
}

.icon-label {
    cursor: pointer;
    font-size:16px;
    border-radius:0px 5px 5px 0px;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1d5558;
    background-color: #1d5558;
    transition: background-color 0.3s;
}

.icon__pluslist--{
    display:flex;
    flex-direction:column;
    margin:0;
    padding:0;
}
.icon__pluslist-- > li{
    list-style:none;
    display:flex;
    align-items:center;
    border-bottom:0.8px solid #e4e4e4;
    padding:5px;
}
    .icon__pluslist-- > li::before {
        content: '';
        width: 16px;
        height: 16px;
        background-image: url('../img/sprite-sheet/w-16.svg');
        background-position: initial;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        background-position: -1100px -1px;
    }
    .icon__pluslist-- > li:last-child {
        border-bottom: none;
    }
.patientDoc-popover{
    min-width:300px;
    margin:0;
}
.opfilter-popover {
    min-width: 650px;
    margin: 0;
}
.filter-popover{
    min-width:300px;
    margin:0;
}
    .filter-popover > .popover-inner > .popover-content,
    .opfilter-popover > .popover-inner > .popover-content {
        padding: 0px;
    }

.toggle__switch-- {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
}
.toggle__switch--> input {
    opacity: 0;
    width: 0;
    height: 0;
}
.toggle__switch-- > .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.toggle__switch--> .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.toggle__switch-- > input:checked + .slider {
    background-color: #1D5558;
}
.toggle__switch-- > input:checked + .slider:before {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
ng-transclude{
    display:flex;
    align-items:center;
    gap:5px;
}
.filter__popover-- > .popover-inner > .popover-content {
    padding: 5px !important;
}