body {
    font-family: "Plus Jakarta Sans", sans-serif;
    background-color: #fafafa;
    background-color: #f0f0f0;
}


/***************
SIDEBAR
*****************/

.open>.dropdown-menu {
    display: block;
}

.user-header {
    height: 111px;
    padding: 10px;
    text-align: center;
}

.user-header>img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.flex-active-user-row .dropdown-menu {
    border-radius: 0 !important;
    width: 350px;
    right: 0 !important;
    padding: 15px;
    left: auto !important;
}

.flex-active-user-row .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    left: auto !important;
    margin-top: var(--bs-dropdown-spacer);
    width: 250px;
    padding: 20px;
}


/* aside {
width: 250px;
height: 100vh;
position: fixed;
background-color: #fff;
z-index: 99;
right: 0;
top: 60px;
animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
} */

aside {
    padding: 30px 0 15px 15px;
    z-index: 99;
    top: 0;
    position: fixed;
    left: 0;
    width: 90px;
    height: 100vh;
    background: #fff;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 0s;
    border-right: 1px solid #ddd;
    box-shadow: 0 2px 10px #00000017;
    transition: all 0.5s ease;
    z-index: 999;
}

#aside::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.logo {
    margin-bottom: 2rem;
}

@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}

@keyframes slide {
    100% {
        right: 0;
    }
}


/***************
HEADER
*****************/

.navbar {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 0;
    position: fixed;
    width: calc(100% - 90px);
    /* width: 100%; */
    z-index: 1;
}

.main-content {
    position: relative;
    /* min-height: 100vh; */
    width: calc(100% - 90px);
    left: 90px;
    transition: all 0.5s ease;
}

.main-content-full .navbar {
    width: 100%;
}

.navbar-brand {
    font-size: 2rem;
    font-weight: 700;
}

.navbar-collapse {
    flex-grow: 0;
}

.nav-item {
    position: relative;
}

.nav-item-label {
    top: 0;
    display: inline-block;
    position: absolute;
    right: 10px;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    padding: 2px 2px;
    background: #d05050;
    color: #fff;
    font-size: 0.65rem;
    text-align: center;
}

.nav-item .nav-link,
.navbar-nav .nav-link.active {
    padding-right: 1.5rem !important;
    /*  color: #fff; */
    padding: 0.75rem 0 0 1.5rem;
}

.flex-active-user-row .nav-link {
    padding-right: 1.5rem !important;
    padding: 0.75rem 0 0 1.5rem;
    font-weight: 800;
    position: relative;
    font-size: 0.9rem;
}

.flex-active-user-row .nav-link.active {
    padding-right: 1.5rem !important;
    color: #000;
    /*  color: #fff !important; */
    /* border-bottom: 4px solid #fff !important; */
    padding: 0.75rem 0 0 1.5rem;
}

#hamburger-menu-close {
    text-align: right;
    font-size: 1.2rem;
    justify-content: flex-end;
}


/* .flex-active-user-row .nav-link .mdi {
    font-size: 1.2rem;
} */


/* @media only screen and (min-width: 768px) and (max-width: 1024px) {
.flex-active-user-row .nav-link span {
    display: block;
}
} */

.nav-link {
    border: 0 !important;
}

.active-user-image {
    margin: 0 10px 0 0;
}

.active-user-image span {
    font-size: 40px;
}

.active-user-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.active-user-details {
    align-self: center;
}

.active-user-name {
    font-size: 0.9rem;
    color: #171717;
    font-weight: 800;
    display: block;
    font-size: 14px;
}

.active-user-role {
    font-size: 0.9rem;
    font-weight: 800;
    display: block;
}

.pendingTasks {
    border-style: none !important;
}

.role {
    font-size: 11px;
    font-weight: 600;
}

.error-sec-msg {
    font-size: 10px;
    color: #ff0000;
}


/* @media only screen and (min-width: 320px) and (max-width: 480px) {
.nav-link.active {
    padding-right: 1.5rem !important;
    color: #fff;
    padding: 0.75rem 0 0 0.8rem !important;
}
}
*/

.dropdown-toggle::after {
    /* content: ""; */
}

.navbar-toggler {
    color: #fff;
    border: 0;
}

.navbar-toggler:focus {
    color: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}


/*
.container-fluid {
background-color: #3a4d83;
} */


/* .navbar>.container-fluid {
justify-content: start;
} */


/***************
TOPNAV FILTER
*****************/

.flex-active-user-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    /* width: 80%; */
}

.top-nav-filter {
    display: flex;
    background-color: #fff !important;
    box-shadow: 0 2px 28px #00000017;
    border-bottom: 1px solid #aaa;
    box-shadow: 0 2px 10px #00000017;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    /* padding: 15px; */
}


/* .top-nav-filter div {
flex-grow: 1;
} */

.top-nav-date-switch {
    padding: 10px;
    /* flex: 5; */
    border-right: 1px solid #ddd;
    width: 15%;
}

.top-nav-date-switch .left-arr,
.top-nav-date-switch .right-arr {
    padding: 0.5rem;
    display: inline-block;
    border: 1px solid #aaa;
}

.top-nav-date-switch .left-arr a,
.top-nav-date-switch .right-arr a {
    color: #000;
}

.calendar-date {
    line-height: 100%;
    padding: 0.7rem;
    display: inline-block;
    border: 1px solid #aaa;
}

.top-nav-appointments-filter {
    padding: 10px;
    /* flex: 4; */
    border-right: 1px solid #ddd;
    width: 20%;
}

.top-nav-status-filter {
    padding: 10px;
    /* flex: 12; */
    border-right: 1px solid #ddd;
    width: 20%;
}

.top-nav-search {
    padding: 10px;
    /* flex: 4; */
    display: flex;
    /* width: 35%; */
    /* margin: 0 0 0 30%; */
    align-self: center;
    position: relative;
}

.top-nav-search .form-control {
    height: 35px;
}

.order-modal-toolbar {
    width: inherit;
    background: #fafafa;
    position: sticky;
    margin-bottom: 10px;
    padding-bottom: 55px;
    z-index: 11111;
    top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .form-select-md,
    .form-control-md {
        font-size: 0.6rem !important;
        padding: 0.2rem !important;
    }
    .form-control,
    .form-control-sm {
        font-size: 0.6rem !important;
        padding: 0.2rem !important;
        text-align: center !important;
    }
    #intakefullmodal .section-hd {
        font-size: 1rem !important;
    }
    .table>thead>tr>th {
        letter-spacing: 0.5px !important;
    }
    thead,
    tbody,
    tfoot,
    tr,
    td,
    th {
        font-size: 0.7rem !important;
    }
    .page-hd {
        margin: 6.8rem 0 1rem 0 !important;
    }
    .flex-active-user-row {
        display: flex;
        flex-direction: column;
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100vh;
        top: 0;
        z-index: 99999;
        justify-content: flex-start;
    }
    aside {
        display: none;
    }
    .closer {
        display: none !important;
    }
    .main-content,
    .navbar,
    .content-wrapper {
        width: 100% !important;
        left: 0 !important;
    }
    .page-wrap {
        margin-top: 5% !important;
        padding: 0.5rem !important;
    }
    .filter-tabs {
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 1.5rem;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .show-mb {
        display: flex;
    }
    .show-mb-tb {
        display: flex;
    }
    .visible-in-tablet {
        display: none;
    }
    .lower-resolution {
        display: flex;
    }
    .hide-mb {
        display: none;
    }
    .page-wrap h4 {
        font-weight: 600;
        font-size: 1.5rem !important;
    }
    .top-nav-filter {}
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 50%;
        display: flex;
        order: 1;
    }
    .filter-tabs .nav-link {
        overflow: hidden;
        cursor: pointer;
        text-shadow: 0 0 0.5px currentColor;
        letter-spacing: 1px;
        transition: 0.2s;
        padding-bottom: 0.5rem !important;
        color: #888;
        font-size: 0.7rem !important;
        font-weight: 500;
        border-radius: 0 !important;
        border: 0px;
        border-bottom: 4px solid #ddd !important;
        background-color: transparent;
    }
    .nav-item .nav-link,
    .navbar-nav .nav-link.active {
        padding-right: 0.9rem !important;
    }
    .nav-link.active {
        padding-right: 0.9rem !important;
        color: #fff;
    }
    .calendar-date {
        padding: 0.5rem;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 33%;
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
        order: 2;
        display: none;
    }
    .top-nav-status-filter {
        padding: 5px;
        width: 90% !important;
        order: 4;
        justify-content: center;
        display: flex;
        gap: 2%;
        border-top: 1px solid #ddd;
        background: #f8f8f8;
    }
    .top-nav-search {
        padding: 5px;
        width: 100%;
        display: flex;
        order: 3;
        justify-content: center;
        margin: auto !important;
    }
    .btn {
        font-size: 0.8rem;
    }
    .col3,
    .col4,
    .col5 {
        display: none;
    }
    .col6 {
        order: 1;
    }
    .col1 {
        order: 2;
        width: 100px;
        display: none;
    }
    .col2 {
        width: 60% !important;
        order: 3;
    }
    .col6 {
        flex-grow: 1;
        width: 40% !important;
    }
    .patient-card-grid-content {
        padding: 8px !important;
    }
    .patient-card-row-mobile {
        display: flex;
        flex-direction: column;
        animation: fadeInAnimation ease 1s;
        animation-iteration-count: 1;
        animation-fill-mode: forwards;
    }
    @keyframes fadeInAnimation {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .patient-card-row-mobile .section-hd {
        margin: 10px 0;
        padding: 0 8px;
        font-weight: 700;
        background: #f1f9ff;
    }
    .flex-container-row-strict {
        display: flex;
        flex-direction: row;
    }
    .patient-card-grid-hd {
        margin-bottom: 0 !important;
    }
    .section-filter {
        text-align: left;
    }
    .hide-tb-desktop {
        display: none;
    }
    .btn-sm {
        font-size: 0.6rem;
    }
    /* #hamburger--mobile-menu {
        display: flex !important;
    } */
    .nav-col-1 {
        order: 1;
    }
    .nav-col-2 {
        order: 3;
    }
    .nav-col-3 {
        order: 2;
    }
    .mobile-menu {
        display: none;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .table>thead>tr>th {
        font-size: 0.7rem !important;
        letter-spacing: 0.7px !important;
    }
    thead,
    tbody,
    tfoot,
    tr,
    td,
    th {
        font-size: 0.7rem !important;
    }
    aside {
        display: none !important;
    }
    .closer {
        display: none !important;
    }
    .main-content,
    .navbar,
    .content-wrapper {
        width: 100% !important;
        left: 0 !important;
    }
    .content-wrapper {
        top: 50px;
    }
    .page-wrap {
        margin: 0% 1% 1% 1% !important;
    }
    .hide-mb {
        display: none;
    }
    .hidden-in-tablet {
        display: none !important;
    }
    .lower-resolution {
        display: flex;
    }
    /* .show-mb {
        display: none !important;
    } */
    .show-mb-tb {
        display: flex;
    }
    .btn-white {
        padding: 0.2rem 0.5rem;
    }
    .flex-active-user-row {
        display: flex;
        flex-direction: column;
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100vh;
        top: 0;
        z-index: 99999;
        justify-content: flex-start;
    }
    .flex-active-user-row .nav-link {
        font-size: 1rem;
    }
    .flex-active-user-row {
        margin: auto;
    }
    .flex-active-user-row .nav-link {
        padding-right: 0.75rem !important;
    }
    .flex-active-user-row .nav-link.active {
        padding-right: 0 !important;
        color: #000;
        /*  color: #fff !important; */
        /* border-bottom: 4px solid #fff !important; */
        padding: 0.75rem 0 0 0.75rem;
    }
    .top-nav-date-switch {
        padding: 10px 4px;
        width: 50%;
        display: flex;
        order: 1;
    }
    .calendar-date {
        padding: 0.5rem;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 50%;
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
        order: 2;
        border-right: 0;
    }
    .nav-item .nav-link,
    .navbar-nav .nav-link.active {
        padding-right: 0.9rem !important;
    }
    .nav-link.active {
        padding-right: 0.9rem !important;
        color: #fff;
    }
    .filter-tabs {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    .filter-tabs .nav-link {
        overflow: hidden;
        cursor: pointer;
        text-shadow: 0 0 0.5px currentColor;
        letter-spacing: 1px;
        transition: 0.2s;
        padding-bottom: 0.5rem !important;
        color: #888;
        font-size: 0.7rem !important;
        font-weight: 500;
        border-radius: 0 !important;
        border: 0px;
        border-bottom: 4px solid #ddd !important;
        background-color: transparent;
    }
    .filter-tabs .nav-link.active {
        color: #fff;
        padding-right: 0.7rem !important;
    }
    .top-nav-status-filter {
        padding: 10px 5px;
        width: 100%;
        order: 4;
        justify-content: center;
        display: flex;
        gap: 2%;
        border-top: 1px solid #ddd;
        background: #f8f8f8;
        box-shadow: 1px -4px 9px #00000017;
    }
    .top-nav-search {
        margin-bottom: 10px;
        margin-left: 0;
        padding: 5px;
        width: 100%;
        display: flex;
        order: 3;
        justify-content: center;
    }
    .btn {
        font-size: 0.7rem;
    }
    .col1 {
        width: 20% !important;
    }
    .col2 {
        width: 25% !important;
    }
    .col6 {
        width: 12% !important;
    }
    .col3,
    .col4,
    .col5 {
        display: none;
    }
    .patient-card-grid-content {
        padding: 8px !important;
    }
    .patient-card-row-mobile {
        display: flex;
        flex-direction: column;
    }
    .patient-card-row-mobile .section-hd {
        margin: 10px 0;
        padding: 0 8px;
        font-weight: 700;
        background: #f1f9ff;
    }
    .flex-container-row-strict {
        display: flex;
        flex-direction: row;
    }
    .patient-img img {
        width: 60px;
        height: 70px;
    }
    .patient-name {
        font-size: 0.7rem;
    }
    .section-filter {
        text-align: left;
    }
    .btn-lg {
        padding: 0.3rem 0.7rem;
    }
    .hide-tb-desktop {
        display: none;
    }
    .btn-sm {
        font-size: 0.6rem;
    }
    /* #hamburger--mobile-menu {
        display: flex !important;
    } */
    .nav-col-1 {
        order: 1;
    }
    .nav-col-2 {
        order: 3;
    }
    .nav-col-3 {
        order: 2;
    }
    .mobile-menu {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .filter-tabs {
        margin: 0 0 1rem 0 !important;
    }
    aside {
        display: none !important;
    }
    .show-mb {
        display: none !important;
    }
    .show-mb-tb {
        display: flex !important;
    }
    .hide-mb {
        display: none;
    }
    .flex-active-user-row .nav-link {
        padding-right: 1rem !important;
    }
    .flex-active-user-row .nav-link.active {
        padding-right: 0 !important;
        color: #000;
        /*  color: #fff !important; */
        /* border-bottom: 4px solid #fff !important; */
        padding: 0.75rem 0 0 1rem;
    }
    .main-content,
    .navbar,
    .content-wrapper {
        width: 100% !important;
        left: 0 !important;
    }
    .content-wrapper {
        top: 50px;
    }
    .page-wrap {
        margin: 5% 1% 1% 1% !important;
    }
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 33%;
        display: flex;
        order: 1;
    }
    .calendar-date {
        padding: 0.5rem;
    }
    .hidden-in-tablet {
        display: none !important;
    }
    .lower-resolution {
        display: flex;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 33%;
        display: flex;
        justify-content: space-evenly;
        order: 2;
    }
    .top-nav-status-filter {
        padding: 10px 5px;
        width: 100%;
        order: 4;
        justify-content: center;
        display: flex;
        gap: 2%;
        border: 0;
        border-top: 1px solid #ddd;
        background: #f8f8f8;
    }
    .top-nav-search {
        padding: 5px;
        width: 100%;
        display: flex;
        order: 3;
        justify-content: center;
    }
    .flex-active-user-row {
        display: flex;
        flex-direction: row;
        margin: auto;
    }
    .btn {
        font-size: 0.7rem;
    }
    .col2 {
        flex-grow: 3 !important;
        width: 25%;
    }
    .col3 {
        /* display: none; */
    }
    .col5 {
        width: 25%;
    }
    .patient-image {
        margin: 0 !important;
    }
    .patient-image img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
    }
    /*  .patient-image img {
        width: 100% !important;
    } */
    .flex-container-row {
        display: flex;
        flex-direction: column !important;
    }
    /*   .filter-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 1.5rem;
        width: 100%;
    } */
    .filter-tabs .nav-link {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 8px;
        margin-right: 6px;
        font-size: 1rem;
        font-weight: 500;
        color: #888;
        text-shadow: 0 0 0.5px currentColor;
        letter-spacing: 0.5px;
        transition: 0.2s;
        position: relative;
        border-radius: 0 !important;
        border: none;
        border-bottom: 4px solid #ddd !important;
        background-color: transparent;
    }
    .filter-tabs .nav-link.active {
        color: #fff;
        padding-right: 0.7rem !important;
    }
    .patient-img img {
        width: 60px;
        height: 70px;
    }
    .patient-name {
        font-size: 0.7rem;
    }
    .filter-tabs {
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .section-filter {
        text-align: right;
    }
    .hide-tb-desktop {
        display: none;
    }
    /* #hamburger--mobile-menu {
        display: none !important;
    } */
    .nav-col-1 {
        order: 1;
    }
    .nav-col-2 {
        order: 3;
    }
    .nav-col-3 {
        order: 2;
    }
    /* .flex-active-user-row {
        display: flex;
        flex-direction: column;
        position: absolute;
        background: #fff;
        width: 100%;
        height: 100vh;
        top: 0;
        z-index: 99999;
        justify-content: flex-start;
    } */
    .mobile-menu {
        display: flex !important;
    }
}

@media only screen and (min-width: 820px) and (max-width: 1023px) {
    aside {
        display: none !important;
    }
    .page-wrap {
        margin-top: 3% !important;
        padding: 0.5rem !important;
    }
    .main-content,
    .navbar {
        width: 100% !important;
        left: 0 !important;
    }
    .hidden-in-tablet {
        display: none !important;
    }
    .lower-resolution {
        display: none;
    }
    .filter-tabs {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    .section-filter {
        text-align: right;
    }
    .hide-tb-desktop {
        display: none;
    }
    .mobile-menu {
        display: none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1099px) {
    .show-mb {
        display: none !important;
    }
    .show-mb-tb {
        display: none !important;
    }
    .visible-in-tablet {
        display: none;
    }
    .lower-resolution {
        display: none;
    }
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 25%;
    }
    .calendar-date {
        padding: 0.7rem 0.5rem;
        font-size: 0.6rem !important;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 20%;
    }
    .top-nav-status-filter {
        padding: 5px;
        width: 54%;
    }
    .top-nav-search {
        padding: 5px;
        /* width: 35%; */
    }
    .btn {
        font-size: 0.65rem;
    }
    .section-filter {
        text-align: right;
    }
    .hide-tb-desktop {
        display: none;
    }
    .mobile-menu {
        display: flex;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .show-mb {
        display: none !important;
    }
    .show-mb-tb {
        display: none !important;
    }
    .visible-in-tablet {
        display: none;
    }
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 25%;
    }
    .calendar-date {
        padding: 0.5rem;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 20%;
    }
    .top-nav-status-filter {
        padding: 5px;
        width: 54%;
    }
    .top-nav-search {
        padding: 5px;
        /* width: 20%; */
    }
    .btn {
        font-size: 0.7rem;
    }
    .section-filter {
        text-align: right;
    }
    .hide-tb-desktop {
        display: none;
    }
    /* .mobile-menu {
        display: none;
    } */
}

@media only screen and (min-width: 1200px) {
    .show-mb {
        display: none !important;
    }
    .visible-in-tablet {
        display: none;
    }
    .lower-resolution {
        display: none;
    }
    .show-mb-tb {
        display: none !important;
    }
    .top-nav-date-switch {
        padding: 5px 4px;
        width: 22%;
    }
    .top-nav-appointments-filter {
        padding: 5px;
        width: 20%;
    }
    .top-nav-status-filter {
        padding: 5px;
        width: 52%;
    }
    .top-nav-search {
        padding: 5px;
        width: 35%;
    }
    .btn {
        font-size: 0.8rem;
    }
    .section-filter {
        text-align: right;
    }
    .hide-tb-desktop {
        display: none;
    }
    /* .mobile-menu {
        display: none;
    } */
}


/***************
LAYOUT
*****************/

.page-wrap {
    margin: 0 0 1% 0;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.page-hd {
    padding: 20px 0 0 0;
    margin: 3.8rem 0 1rem 0;
    background-color: #fcfbfb;
}

.page-wrap h4 {
    font-weight: 600;
    font-size: 2rem;
}

.page-wrap h6 {
    font-size: 0.9rem;
}


/*.main-content {
position: relative;
min-height: 78vh;
width: calc(100% - 90px);
left: 90px;
transition: all 0.5s ease;
}*/

.content-wrapper {
    position: relative;
    min-height: 78vh;
    width: calc(100% - 90px);
    left: 90px;
    transition: all 0.5s ease;
    overflow-x: hidden;
}

.main-content-full {
    position: relative;
    /* min-height: 100vh; */
    width: 100%;
    transition: all 0.5s ease;
}

.contentwrapper-full {
    position: relative;
    width: 100%;
    transition: all 0.5s ease;
}

.closer {
    position: absolute;
    top: -20px;
    z-index: 999;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px 5px 0 5px;
    left: -20px;
}


/***********************************
FILTER TABS
************************************/

.filter-tabs {
    list-style: none;
    margin: 0 0 1rem 2rem;
    padding: 0;
}

.filter-tabs li {
    display: inline-block;
}

.modal-tabs .filter-tabs .nav-link.active {
    color: #000 !important;
}

.filter-tabs .nav-link {
    overflow: hidden;
    cursor: pointer;
    padding: 12px 8px;
    text-shadow: 0 0 0.5px currentColor;
    letter-spacing: 1px;
    transition: 0.2s;
    margin-right: 0.5rem;
    color: #5c5c5d;
    background-color: transparent;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0 !important;
    border: 0px;
    border-bottom: 4px solid #ddd !important;
}

.filter-tabs .nav-link.active {
    color: rgba(0, 80, 255, 1) !important;
    border-bottom: 4px solid rgba(0, 80, 255, 1) !important;
    color: rgb(80 121 209) !important;
    border-bottom: 4px solid rgb(88 128 216) !important;
    position: relative;
    top: 0px;
}

.filter-tabs .nav .nav-tabs {
    border: 0;
}

.filter-tabs .nav-item .nav-link .badge {
    color: #5c5c5d;
    background-color: #ddd;
}

.filter-tabs .nav-item .nav-link.active .badge {
    border-radius: 50%;
    color: rgba(0, 80, 255, 1);
    background-color: rgba(219, 231, 255, 1);
    color: #fff !important;
    background-color: rgb(88 128 216) !important;
}

.bg-light-grey {
    background-color: rgba(230, 230, 230, 1);
}

.modal-content-panel {
    display: flex;
    gap: 2%;
    margin: 0.5rem;
}

.modal-content-panel .column1 {
    width: 50%;
}

.modal-content-panel .column2 {
    width: 50%;
}


/***********************************
TABLE
************************************/

.table th {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #555;
    background-color: #fafafa !important;
}


/* td {
background-color: white !important;
}
*/

.patient-card-row-mobile {
    display: none;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
}

.patient-card-row-mobile.show {
    display: flex;
}


/*********************
    LOADER STYLES
*********************/

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 99999;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* LOADER STYLE ENDS */


/***********************************
PATIENT CARD
************************************/

.patient-card {
    /*  display: flex;
flex-direction: column; */
    background: #fff;
    border: 1px solid #ddd;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    margin-bottom: 15px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 23px 44px rgba(176, 183, 195, 0.14);
}

.patient-card td {
    vertical-align: top;
    border-bottom: 0;
    border-right: 1px solid #ddd;
}

.patient-card-grid-hd {
    margin-bottom: 20px;
    padding: 10px;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.075em;
    text-align: left;
    color: #84818a;
    text-transform: uppercase;
}

.patient-card-grid-content {
    padding: 8px;
}

.patient-card-row {
    display: flex;
    flex-direction: row;
}

.patient-card-row table td {
    padding: 0.2rem;
    /*  border: 0; */
}


/* .patient-card div {
padding: 15px;
} */


/* .col-1,
.col-2,
.col-3,
.col-4 {
padding: 10px !important;
flex: 0 0 100%;
} */

.col1,
.col2,
.col3,
.col4,
.col5,
.col6 {
    border-right: 1px solid #ddd;
    border-right: 1px solid rgb(235, 235, 235);
    scroll-snap-align: start;
    transition: all 0.2s;
}

.col1::-webkit-scrollbar-thumb,
.col1::-webkit-scrollbar-track {
    border-radius: 92px;
}

.col1::-webkit-scrollbar-thumb {
    background: var(--darkred);
}

.col1 {
    flex-grow: 0.2;
    align-items: center;
    justify-content: center;
    width: 15%;
}

.consultation-time {
    color: #b43535;
}

.consultation-room {
    margin: 15px auto;
    width: 40px;
    height: 40px;
    padding: 4px;
    text-align: center;
    background-color: #3a4d83;
    border: 1px solid #3a4d83;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

.col2 {
    flex-grow: 1;
    width: 23%;
    /* flex: 0 0 20%; */
}

.patient-image {
    margin: 0 15px 0 0;
}

.patient-image img {
    width: 65px;
    height: 65px;
    border-radius: 20%;
    object-fit: cover;
}


/* .patient-id {
    padding: 0 0.5rem;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 800;
    background: #018030;
    border-radius: 4px;
} */

.patient-id {
    font-weight: 500;
    color: #fff;
    background-color: rgb(88 128 216);
}

.patient-details p {
    margin: 0;
    padding: 0;
}

.patient-name {
    cursor: pointer;
    font-size: 0.9rem;
    color: #171717;
    font-weight: 600;
    display: block;
}

.patient-name a {
    color: #171717;
    font-weight: 600;
    font-size: 1rem;
}

.patient-payment-type {
    display: inline-block;
    margin: 0 0 15px 0;
    font-size: 0.8rem;
    color: #84818a;
    font-weight: 400;
    text-transform: uppercase;
}

.patient-details-action p {
    margin: 10px 0 10px 0;
}

.col3 {
    flex-grow: 1;
    width: 10%;
    /* flex: 0 0 15%; */
}

.col4 {
    flex-grow: 1;
    width: 15%;
    /* flex: 0 0 10%; */
}

.col5 {
    flex-grow: 1;
    width: 25%;
    /* flex: 0 0 10%; */
}

.col6 {
    flex-grow: 2;
    width: 15%;
    /* flex: 0 0 20%; */
}

.flex-container-row {
    display: flex;
    flex-direction: row;
    margin: 0 5% 0 0;
}

.flex-container-col {
    display: flex;
    flex-direction: column;
}


/***********************************
STYLES
************************************/

#style-3::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#orders-tab-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

#orders-tab-content::-webkit-scrollbar-thumb {
    background-color: #000000;
}

#orders-tab-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}


/***********************************
FONT SIZES
************************************/

.txt-11 {
    font-size: 11px;
}

.txt-12 {
    font-size: 12px;
}

.txt-13 {
    font-size: 13px;
}

.txt-14 {
    font-size: 14px;
}

.txt-16 {
    font-size: 16px;
}

.txt-18 {
    font-size: 18px;
}

.txt-20 {
    font-size: 20px;
}

.txt-22 {
    font-size: 22px;
}

.txt-24 {
    font-size: 24px;
}

.txt-26 {
    font-size: 26px;
}

.txt-28 {
    font-size: 28px;
}

.txt-30 {
    font-size: 30px;
}

.thin {
    font-weight: 100;
}

.normal {
    font-weight: 400;
}

.thick {
    font-weight: 500;
}

.thicker {
    font-weight: 600;
}

.thickest {
    font-weight: 700;
}

.mar-left-10 {
    margin-left: 10px;
}

.mar-left-20 {
    margin-left: 20px;
}

.mar-right-20 {
    margin-right: 20px;
}

.mar-left-30 {
    margin-left: 30px;
}

.mar-right-30 {
    margin-right: 30px;
}

.mar-right-80 {
    margin-right: 80px;
}

.mar-btm-10 {
    margin-bottom: 5px;
}

.mar-btm-5 {
    margin-bottom: 5px;
}

.mar-top-10 {
    margin-top: 10px;
}

.mar-top-20 {
    margin-top: 20px;
}

.mar-btm-20 {
    margin-bottom: 20px;
}

.grey {
    color: #666;
}

.dark-grey {
    color: #333;
}

.light-grey {
    color: #aaa;
}


/******************
BUTTONS
*********************/

.btn {
    border-radius: 6px !important;
    font-family: "Manrope";
}


/* @media only screen and (min-width: 1024px) and (max-width: 1199px) {
.btn {
    font-size: 0.65rem;
    background: red;
}
} */

.btn-lg {
    font-size: 0.9rem;
    /* font-weight: 700; */
}

.btn-xl {
    font-size: 1rem;
    /* font-weight: 700; */
}

.btn-block {
    width: 100%;
    margin-bottom: 10px;
}

.btn-inline {
    display: inline-block;
}

.btn-sm {
    font-weight: 700;
    padding: 0.3rem 0.5rem;
    font-size: 0.8rem;
}

.btn-xs {
    padding: 3px;
}

.btn-primary {
    /* border-radius: 0;
    background: #3a4d83;
    border: 1px solid #3a4d83;
    text-transform: uppercase; */
    border-radius: 0;
    color: #fff;
    border: 1px solid rgba(0, 80, 255, 1);
    background: rgba(0, 80, 255, 1);
    /* padding: 10px 30px; */
    font-weight: 800;
}

.btn-secondary {
    border-radius: 0;
    background: #0a247c;
    border: 1px solid #0a247c;
    background: #0d6efd;
    border: 1px solid #0d6efd;
    /* text-transform: uppercase; */
}

.btn-shallow {
    border-radius: 0;
    color: #000;
    background: #fff;
    border: 1px solid #333;
    /* text-transform: uppercase; */
}

.btn-shallow:hover {
    color: #666;
    border: 1px solid #aaa;
    /* text-transform: uppercase; */
}

.btn-tietary {
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 0;
    color: #7f482c;
    background: #f77b3e;
    border: 1px solid #f77b3e;
    /* text-transform: uppercase; */
}

.btn-bordered {
    border-radius: 0;
    border: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    /* text-transform: uppercase; */
}

.btn-bordered:hover {
    border-radius: 0;
    border: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    /* text-transform: uppercase; */
}


/* .btn:focus-visible {
    background: #ddd;
    color: #333;
}
 */

.btn-save {
    background: #608eec;
    border-radius: 0 6px 6px 0 !important;
    position: relative;
    left: -5px;
    border: 0;
    padding: 7px 10px;
    color: #fff !important;
}

.btn-save:hover {
    background: #608eec;
    border-radius: 0 6px 6px 0 !important;
    position: relative;
    left: -5px;
    border: 0;
    padding: 7px 10px;
    color: #fff !important;
}

.active.green {
    color: #fff;
    background-color: rgb(150, 227, 35);
    border: 0;
    border: 5px solid rgb(125, 192, 25);
}

.text-bg-badge {
    color: #413f3f !important;
    background-color: #e0e0e0 !important;
}

.order::before {
    content: "\F117B";
}

.btn-violet {
    color: rgba(148, 75, 203, 1);
    background: rgba(85, 66, 246, 0.1);
}

.btn-violet:hover {
    color: rgba(148, 75, 203, 1);
    background: rgba(85, 66, 246, 0.1);
}

.btn-green {
    color: rgba(57, 132, 57, 1);
    background: rgba(219, 240, 219, 1) !important;
}

.btn-green:hover {
    color: rgba(57, 132, 57, 1);
    background: rgba(219, 240, 219, 1);
}

.btn-green .btn:focus-visible {
    color: rgba(57, 132, 57, 1);
    background: rgba(219, 240, 219, 1) !important;
}

.btn-dark-green {
    color: #fff !important;
    background: rgba(57, 132, 57, 1) !important;
}

.btn-orange {
    color: #ffa043;
    background: rgba(255, 160, 67, 0.1);
}

.btn-orange:hover {
    color: #ffa043;
    background: rgba(255, 160, 67, 0.1);
}

.btn-brown {
    color: rgba(227, 100, 54, 1);
    background-color: rgba(250, 227, 219, 1) !important;
    border: 1px solid rgba(250, 227, 219, 1) !important;
}

.btn-brown:hover {
    color: rgba(227, 100, 54, 1);
    background-color: rgba(250, 227, 219, 1);
    border: 1px solid rgba(250, 227, 219, 1) !important;
}

.btn-light-blue {
    color: rgba(0, 80, 255, 1);
    background-color: rgba(219, 231, 255, 1);
}

.btn-light-blue:hover {
    color: rgba(0, 80, 255, 1);
    background-color: rgba(219, 231, 255, 1);
}

.btn-dark-blue {
    color: rgba(1, 144, 228, 1);
    background: rgba(209, 232, 246, 1);
}

.btn-dark-blue:hover {
    color: rgba(1, 144, 228, 1);
    background: rgba(209, 232, 246, 1);
}

.btn:focus-visible {
    color: #333;
    background: #ddd;
}

.btn-alice-blue {
    color: rgb(59, 81, 139);
    background: rgb(226, 253, 253);
}

.btn-alice-blue:hover {
    color: rgb(59, 81, 139);
    background: rgb(226, 253, 253);
}

.btn-gray {
    color: rgb(47, 20, 22);
    background: rgb(252, 245, 223);
}

.btn-gray:hover {
    color: rgb(47, 20, 22);
    background: rgb(252, 245, 223);
}

.btn-white {
    font-weight: 600;
    color: rgba(0, 80, 255, 1);
    background: #fff;
    border: 1px solid #e4e4e4;
}

.btn-white:hover {
    font-weight: 600;
    color: rgba(0, 80, 255, 1);
    background: #fff;
    border: 1px solid #e4e4e4;
}

.btn-primary-blue {
    font-weight: 800;
    background: rgb(225 234 255);
    color: #0334ff;
    border: 1px solid rgb(225 234 255);
}

.btn-primary-blue:hover {
    font-weight: 800;
    color: #0334ff;
    background: rgb(225 234 255);
    border: 1px solid rgb(225 234 255);
}

.btn-close-red {
    font-weight: 600;
    color: #f60000;
    background: #ffdcdc !important;
    border: 1px solid #ffdcdc !important;
}

.btn-close-red:hover {
    font-weight: 600;
    color: #f60000;
    background: #ffdcdc !important;
    border: 1px solid #ffdcdc;
}

.btn-faded-blue {
    background-color: #5dade2;
    border: 1px solid #5dade2;
}

.btn-light-green:hover {
    color: rgba(57, 132, 57, 1);
    background: rgba(219, 240, 219, 1);
}

.btn-light-green {
    color: rgba(32, 201, 172, 1);
    background: rgba(32, 201, 172, 0.1);
}

.btn-shadow {
    box-shadow: 0px 3px 4px -5px rgba(24, 24, 28, 0.03), 0px 1px 2px rgba(24, 24, 28, 0.04);
}

.scroll-bar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}


/****************************
FORMS
******************************/

.form-control,
.form-control-sm {
    border-radius: 6px !important;
    appearance: auto !important;
    font-size: 0.8rem;
}

.form-control:focus,
.form-control-sm:focus {
    border-color: #aaa;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0);
}

.form-group {
    margin-bottom: 15px;
}

.form-select-sm,
.form-control-sm {
    font-size: 0.75rem;
}

.form-select-md,
.form-control-md {
    font-size: 0.8rem;
    padding: 0.3rem;
}

#intake-tab-content .form-select-md,
.form-control-md {
    font-size: 12px;
    padding: 0.3rem;
}


/*********************
GENERAL
*************************/

.patient-id {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: rgb(88 128 216);
    border: 1px solid rgb(88 128 216);
    border-radius: 4px;
    padding: 1px 5px;
}

a {
    color: #0a247c;
    /* border-bottom: dotted 1px #1d3ca4; */
    text-decoration: none;
}

a:hover {
    color: #13349f;
    border-bottom: dotted 1px #1d3ca4;
    text-decoration: none;
}

.modal-content {
    border-radius: 10px;
    /* border-top: 5px solid #1d3ca4; */
}

.modal-title {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.modal-flex {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chip {
    display: inline-block;
    width: fit-content;
    padding: 0 20px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 25px;
    margin: 4px;
    background-color: #f1f1f1;
}

.chip-sm {
    display: inline-block;
    width: fit-content;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 20px;
    margin: 4px;
    background-color: #f1f1f1;
}

.ligher-blue {
    color: #3374ff;
    background-color: #e6eeff;
    border: 1px solid #e6eeff;
}

.chip-violet {
    color: rgba(148, 75, 203, 1);
    background: rgba(85, 66, 246, 0.1);
    border: 1px solid rgba(85, 66, 246, 0.1);
}

.ligther-red {
    color: #f60000;
    background-color: rgba(250, 227, 219, 1);
    border: 1px solid rgba(250, 227, 219, 1);
}


/* .chip:hover {
cursor: pointer;
}
.chip:active {
background-color: #3c3a3a;
} */


/*
.chip-active,
.chip:hover {
    color: #1a62ff;
    background-color: #b3cbff;
    border: 1px solid #b3cbff;
}
 */

.wrapper {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: white;
}

.buttonWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.button {
    letter-spacing: 3px;
    border: none;
    padding: 10px;
    background-color: white;
    color: #232c3d;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
}

.button:hover {
    background-color: #d5e3ff;
}

.button.active {
    background-color: #bccbe9;
    color: black;
}


/* .active {
background-color: white;
color: black;
} */


/* p {
text-align: left;
padding: 20px;
}
*/


/* .content {
display: none;
padding: 20px;
}

.content.active {
display: block;
}
*/

.swal-overlay {
    z-index: 999999999999999 !important;
}

#toast-container {
    z-index: 999999999999999 !important;
}

.inroom-patients {
    position: absolute;
    left: 0;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
    display: none;
}

.inroom-patients span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: rgb(80, 114, 0);
    background: linear-gradient(#75c809 0%, #75c809 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 20px;
    left: -30px;
}

.inroom-patients span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #0b8ca5;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0b8ca5;
}

.ribbon-beta span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #0b8ca5;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #0b8ca5;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: center;
    margin-bottom: 1.5rem;
}

.sidebar-menu>li>a {
    /*margin-top: 0.6rem;*/
    color: #888;
    /*width: 50px;
height: 50px;*/
    display: block;
    font-weight: 600;
    border-bottom: solid 0px #aaa;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-align: center;
}

.sidebar-menu>li>a.active {
    color: #888;
    /*width: 50px;
height: 50px;*/
    display: block;
    font-weight: 600;
    border-bottom: solid 0px #aaa;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: rgba(0, 80, 255, 1);
    background-color: rgba(219, 231, 255, 1);
    text-align: center;
}

.sidebar-menu>li>a span {
    display: block;
    font-size: 2rem;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.glyphicon,
.sidebar-menu>li>a>.ion {
    width: 20px;
}

.sidebar-menu>li .label,
.sidebar-menu>li .badge {
    margin-right: 5px;
}

.sidebar-menu>li .badge {
    margin-top: 3px;
}

.sidebar-menu li.header {
    padding: 10px 25px 10px 15px;
    font-size: 12px;
}

.sidebar-menu li>a>.fa-angle-left,
.sidebar-menu li>a>.pull-right-container>.fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.sidebar-menu li>a>.fa-angle-left {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
}

.sidebar-menu .menu-open>a>.fa-angle-left,
.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu .active>.treeview-menu {
    display: block;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper,
    .sidebar-mini.sidebar-collapse .right-side,
    .sidebar-mini.sidebar-collapse .main-footer {
        margin-left: 50px !important;
        z-index: 840;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 50px !important;
        z-index: 850;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li {
        position: relative;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a {
        margin-right: 0;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
        border-top-right-radius: 4px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li:not(.treeview)>a>span {
        border-bottom-right-radius: 4px;
    }
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom-right-radius: 4px;
    }
    .sidebar-mini.sidebar-collapse .main-sidebar .user-panel>.info,
    .sidebar-mini.sidebar-collapse .sidebar-form,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>.treeview-menu,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>.pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span>.pull-right,
    .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
        display: none !important;
        -webkit-transform: translateZ(0);
    }
    .sidebar-mini.sidebar-collapse .main-header .logo {
        width: 50px;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 18px;
    }
    .sidebar-mini.sidebar-collapse .main-header .logo>.logo-lg {
        display: none;
    }
    .sidebar-mini.sidebar-collapse .main-header .navbar {
        margin-left: 50px;
    }
}

@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right),
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        display: block !important;
        position: absolute;
        width: 180px;
        left: 50px;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
        top: 0;
        margin-left: -3px;
        padding: 12px 5px 12px 20px;
        background-color: inherit;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
        position: relative !important;
        float: right;
        width: auto !important;
        left: 180px !important;
        top: -22px !important;
        z-index: 900;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container>.label:not(:first-of-type) {
        display: none;
    }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>.treeview-menu {
        top: 44px;
        margin-left: 0;
    }
}

.sidebar-expanded-on-hover .main-footer,
.sidebar-expanded-on-hover .content-wrapper {
    margin-left: 50px;
}

.sidebar-expanded-on-hover .main-sidebar {
    box-shadow: 3px 0 8px rgba(0, 0, 0, 0.125);
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-form,
.sidebar-menu>li.header {
    overflow: hidden;
    text-overflow: clip;
}

.sidebar-menu li>a {
    position: relative;
}

.sidebar-menu li>a>.pull-right-container {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
}

.control-sidebar-bg {
    position: fixed;
    z-index: 1000;
    bottom: 0;
}

.control-sidebar-bg,
.control-sidebar {
    top: 0;
    right: -230px;
    width: 230px;
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}

.control-sidebar {
    position: absolute;
    padding-top: 50px;
    z-index: 1010;
}

@media (max-width: 767px) {
    .control-sidebar {
        padding-top: 100px;
    }
}

.control-sidebar>.tab-content {
    padding: 10px 15px;
}

.control-sidebar.control-sidebar-open,
.control-sidebar.control-sidebar-open+.control-sidebar-bg {
    right: 0;
}

.control-sidebar-hold-transition .control-sidebar-bg,
.control-sidebar-hold-transition .control-sidebar,
.control-sidebar-hold-transition .content-wrapper {
    transition: none;
}

.control-sidebar-open .control-sidebar-bg,
.control-sidebar-open .control-sidebar {
    right: 0;
}

@media (min-width: 768px) {
    .control-sidebar-open .content-wrapper,
    .control-sidebar-open .right-side,
    .control-sidebar-open .main-footer {
        margin-right: 230px;
    }
}

.highcharts-credits {
    display: none;
}

.fixed .control-sidebar {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 50px;
}

.painval {
    display: inline-block;
    width: 23px;
    height: 23px;
    font-weight: 800;
    color: black !important;
    line-height: 22px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #ddd;
}

.rotate {
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
    /*  position: absolute;
    z-index: 999;
    top: 31%;
    right: -40px; */
    position: relative;
    right: -24px;
    top: -45px;
}

#tblusers td,
#tblbilling td,
#tblAco td,
#patAcoTableData td {
    font-size: 14px;
    font-weight: 500;
}

.equal-space-table {
    table-layout: fixed;
    width: 100%;
}

.equal-space-table td {
    width: calc(100% / 10);
    overflow-wrap: break-word;
}

.equal-space-table-user {
    table-layout: fixed;
    width: 100%;
}

.equal-space-table-user td {
    width: calc(100% / 9);
    overflow-wrap: break-word;
}

.equal-space-table-aco {
    width: 100%;
}

.equal-space-table-aco td {
    width: calc(100% / 9);
    overflow-wrap: break-word;
}


/****************
COUNTDOWN TIME STYLES
****************/

.flex-timer {
    display: flex;
    justify-content: center;
    position: relative;
}

.base-timer {
    display: flex;
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    animation: spin 12s linear infinite;
}

.timer-seconds {
    font-size: 36px;
    font-weight: 800;
    position: absolute;
    top: 30%;
}

.base-timer__svg {
    transform: scaleX(-1);
}

.base-timer__circle {
    fill: none;
    stroke: none;
}

.base-timer__path-elapsed {
    stroke-width: 7px;
    stroke: grey;
}

.base-timer__path-remaining {
    stroke-width: 7px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: currentColor;
}

.base-timer__path-remaining.green {
    color: rgb(65, 184, 131);
}

.base-timer__path-remaining.orange {
    color: orange;
}

.base-timer__path-remaining.red {
    color: red;
}

.base-timer__label {
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}

.tab-scroll-wrapper {
    flex-direction: column;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 23px 44px rgba(176, 183, 195, 0.14);
}

.scrollable-wrapper-table {
    max-height: 60vh;
    /* Fixed height */
    overflow: auto;
    /* Add scrollbars when needed */
    scrollbar-width: thin;
    /* Specify thinner scrollbars */
    scrollbar-color: #888 #f5f5f5;
    /* Specify scrollbar colors */
}


/* Optional: Add hover styles for the scrollbar thumb */

.scrollable-wrapper-table::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Set the color of the scrollbar thumb on hover */
}


/* Custom scrollbar styles */

.scrollable-wrapper-table::-webkit-scrollbar {
    width: 8px;
    /* Set the width of the scrollbar */
}

.scrollable-wrapper-table::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    /* Set the background color of the scrollbar track */
}

.scrollable-wrapper-table::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Set the color of the scrollbar thumb */
    border-radius: 4px;
    /* Round the corners of the scrollbar thumb */
}

.scrollable-wrapper-table::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Set the color of the scrollbar thumb on hover */
}

.cancelled {
    display: none;
    margin-bottom: 20px;
}

.select {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    position: relative;
    width: 100%;
}


/* .select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 0.3rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.12);
} */

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 97%;
    padding: 0.3rem;
    font-size: 1rem;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.12);
}


/* Remove focus */

.select-text:focus {
    outline: none;
    border: 2px solid #dee2e6;
}


/* Use custom arrow */

.select .select-text {
    appearance: none;
    -webkit-appearance: none;
    color: #444;
    font-size: 14px;
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}


/* LABEL ======================================= */

.select-label {
    color: rgba(0, 0, 0, 0.26);
    background: white;
    font-size: 13px !important;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    padding: 0 5px;
    left: 10px;
    top: 12px;
    transition: 0.2s ease all;
}


/* active state */

.select-text:focus~.select-label,
.select-text:valid~.select-label {
    color: #dee2e6;
    top: -8px;
    transition: 0.2s ease all;
    font-size: 14px;
}

.select-text:valid:not(focus)~.select-label {
    color: rgba(0, 0, 0, 0.26);
    color: #444;
    font-weight: 400;
}

.select-text:valid:focus~.select-label {
    color: #dee2e6;
}

.scrollable-wrapper {
    position: relative;
    border: 1px solid gray;
    border-radius: 6px;
    overflow: auto;
    max-height: 200px;
    /* Adjust as needed */
}

.card-label {
    margin-top: 20px;
    padding-left: 10px;
}

.card-body {
    padding-top: 40px;
    position: relative;
}

.floating-label {
    position: absolute;
    top: -11px;
    left: 10px;
    background-color: white;
    padding: 0 5px;
    color: #444;
    font-size: 12px;
    z-index: 1;
    font-weight: 600;
}

.btn-word-wrap {
    white-space: normal;
}

.truncate-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}


/* Add ellipsis to the first column of the specific table with the custom-table class */

.custom-table tr td:first-child {
    text-overflow: ellipsis;
    max-width: 100px;
    /* Adjust the maximum width as needed */
    overflow: hidden;
    white-space: nowrap;
}

.custom-table tr td:nth-child(2) {
    max-width: 100px;
}


/* Override ellipsis for larger screens (desktop) */

@media (min-width: 768px) {
    .custom-table tr td:first-child {
        text-overflow: ellipsis;
        max-width: 70px;
        overflow: hidden;
        white-space: nowrap;
    }
    .custom-table tr td:nth-child(2) {
        max-width: 100px;
    }
}

#deleteInjectionsModalBody {
    overflow-x: auto;
}

.grey-bg {
    background-color: #fafafa;
    border-radius: 10px;
}

.card {
    background: #fff;
    border: 1px solid #ddd;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 23px 44px rgba(176, 183, 195, 0.14);
}

.card .card-title {
    font-size: 0.9em;
    font-weight: 600;
    padding: 5px 10px;
    /* background: #fafafa; */
}

.card .card-content {
    padding: 5px 10px;
}


/* #patient-modal-hd span {
    margin-top: 10px;
    display: inline-block;
} */