﻿/*@font-face {
    font-family: 'CircularStd';*/ /*Medium*/
/*src: url('../fonts/CircularStd/CircularStd-Medium.otf') format('opentype');
}*/
@font-face {
    font-family: 'CircularStd';
    src: url('../fonts/circularweb/lineto-circular-pro-book.ttf') format('truetype');
}

@font-face {
    font-family: 'CircularStd_Bold';
    src: url('../fonts/circularweb/lineto-circular-pro-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Rounded Elegance';
    src: url('../fonts/rounded_elegance.ttf') format('truetype');
}

@font-face {
    font-family: 'Yatisans'; /*Medium*/
    src: url('../fonts/yatisans-font/yatisans-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'MyanmarUnicode';
    src: url('../fonts/Noto_Sans_Myanmar/NotoSansMyanmar-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Zawgyi';
    src: url('/fonts/Zawgyi-One.ttf') format('truetype');
}

body {
    background: #F1F5F9 !important;
    background-size: 100% auto;
    position: relative;
    color: #272b41;
    font-family: 'CircularStd';
    /*font-family: 'Yatisans';*/
    /* leading-trim: both;
    text-edge: cap alphabetic;*/

    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    overflow-x: hidden;
    background-repeat: no-repeat !important;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-35 {
    width: 35% !important;
}

.dxreRoot {
    height: calc(100vh - 100px) !important;
    width: 100% !important;
    margin: 0 !important;
}

.fs-10 {
    color: #0F172A;
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
}
.fs-11 {
    color: #64748B;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    text-transform:uppercase;
}

.fs-12 {
    color: #0F172A;
    font-size: 12px;
    font-weight: 400;
}

.fs-14 {
    /*color: #0F172A;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 20px;
}

.fs-16 {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #0F172A;
}

.fs-18 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #0F172A;
}

.fs-20 {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    letter-spacing: -1px;
}

.fs-24 {
    color: #0F172A;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
}

.fs-28 {
    color: #FFF;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1px;
}

.fw-600 {
    font-weight: 600 !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: 700 !important;
}

.text-gray {
    color: #64748B !important;
}


.text-black {
    color: #0F172A !important;
}

.text-blue-gray {
    color: #0F172A !important;
}

.text-white {
    color: #fff !important;
}

.text-light-blue {
    color: #3B82F6 !important;
}

.text-light-brown {
    color: #606160 !important;
}
.text-dark-brown {
    color: #52525B !important;
}
.text-dark-gray {
    color: #71717A !important;
}

.text-primary {
    color: #0075FF;
}

.text-light-gray {
    color: #94A3B8;
}

.text-light-brown {
    color: #475569 !important;
}

.bg-white {
    background-color: #fff !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.p-15 {
    padding: 15px !important;
}

.modal-p-t {
    padding-top: 1.3rem;
}

.modal-p-b {
    padding-bottom: 1.3rem;
}

.modal-p-y {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
}

.modal-p-s {
    padding-left: 1.3rem;
}

.modal-p-e {
    padding-right: 1.3rem;
}

.modal-p-x {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
}

.modal-p {
    padding: 1.3rem 2rem 1.3rem 1.3rem;
}

.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mt--20 {
    margin-top: -20px !important;
}

.ms-20 {
    margin-left: 20px !important;
}

.ml--30 {
    margin-left: -30px !important;
}

.w-95 {
    width: 95% !important;
}

.mh-20 {
    min-height: 20px !important;
}

.mh-350 {
    min-height: 390px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-xxl {
    max-width: 1200px !important;
}

.border-none {
    border: none !important;
}
/*================================ New Sidebar Two============================*/
.bg-light-blue {
    background: #F1F5F9 !important;
}

.sidebar {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /*border-right: 0.0625rem solid rgba(33,50,91,.1) !important;*/
    /*border-right: 1px solid #E2E8F0 !important;*/
    padding: 0px !important;
    background: #fff !important;
    z-index: 100 !important;
    border-right: 1px solid #E2E8F0;
}
.sidebar-lg{
    width:190px;
}
.sidebar-lg .width-100{
    width:100%;
}
.nav-text {
    display: none;
}
.sidebar-lg .nav-text{
    display:flex;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100% !important;
    background: #0075FF;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 8px 22px;
    z-index: 10;
}

.footer-selected {
    position: fixed;
    bottom: 0;
    width: 100% !important;
    background: #F97316;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 8px 22px;
    z-index: 10;
}

.sidebar-logo {
    /*margin-top: 16px;*/
    width: 56px;
    height: 56px;
    /*margin-bottom: 10px;*/
}

.sidebar-sub-logo {
    width: 50px;
    height: auto;
}

.sidebar-lg .sidebar-sub-logo {
    width: 56px;
    height: auto;
}

.sidebar-nav-list {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 230px) !important;
    overflow-y: auto;
    align-items: center;
}
.sidebar-lg  .sidebar-nav-list {
    height: calc(100vh - 175px) !important;
}

.sidebar-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    border-radius: 14px;
    background: #fff;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #94A3B8 !important;
}

    .sidebar-link svg {
        width: 30px;
        height: 30px;
    }

.sidebar-lg .sidebar-link {
    max-width: 100% !important;
    max-height: auto !important;
    border-radius: 12px !important;
    padding: 10px !important;
    display: flex;
    justify-content: start;
    align-items: center;
}

/*.sidebar-link:hover,*/ .sidebar-link-active {
    background: #0075FF !important;
    color: #fff !important;
}

    /*.sidebar-link:hover svg g path:nth-of-type(1),*/ .sidebar-link-active svg g path:nth-of-type(1) {
        fill: #0075FF;
        fill-opacity: 0.16;
        stroke: #0075FF;
    }
    /*.sidebar-link:hover svg g path:nth-of-type(2),*/ .sidebar-link-active svg g path:nth-of-type(2) {
        fill: #fff;
    }
    /*.sidebar-link:hover svg g path:nth-of-type(3),*/ .sidebar-link-active svg g path:nth-of-type(3) {
        fill: #fff;
    }
    /*.sidebar-link:hover svg g path:nth-of-type(4),*/ .sidebar-link-active svg g path:nth-of-type(4) {
        fill: #E0EEFF;
    }
    /*.sidebar-link:hover svg g path:nth-of-type(5),*/ .sidebar-link-active svg g path:nth-of-type(5) {
        fill: #fff;
    }
    /*.sidebar-link:hover svg g path:nth-of-type(6),*/ .sidebar-link-active svg g path:nth-of-type(6) {
        fill: #fff;
    }

    .sidebar-link-active svg path {
        fill: #fff;
    }

.sidebar-account-menu {
    position: relative;
    cursor: pointer;
    display: flex;
}

.sidebar-admin-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F1F5F9;
    border: 1px solid #E2E8F0;
    padding:8px;
    border-radius:12px;
}

.sidebar-admin-img {
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #FFF;
    cursor: pointer;
}

.setting-circle {
    background: #fff;
    width: 20.571px;
    height: 20.571px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

    .setting-circle .gallery-img {
        width: 12.667px;
        height: 13.333px;
    }

.sidebar-user-img {
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
    border: 1.5px solid #FFF;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
}

.sidebar-home-icon {
    min-width: 15.429px;
    min-height: 15.429px;
    max-width: 15.429px;
    max-height: 15.429px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

    .sidebar-home-icon img {
        width: 12px;
        height: 12px;
    }
.sidebar-link-icon-position{
    position:absolute;
    top:38px;
    z-index:2;
}
.sidebar-link-icon {
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    cursor: pointer;
}
.sidebar-lg .sidebar-link-icon-position {
    top:6px;
    left:32px;
}
.sidebar-menu-dropdown-toggle::after {
    display: none !important;
}

.sidebar-menu-icon {
    width: 26.667px;
    height: 26.667px;
    cursor: pointer;
}

.sidebar-menu-dropdown {
    min-width: 420px !important;
    /*transform: translate3d(71px, 713px, 0px) !important;*/
    /*transform: translate3d(71px, 713px, 0px) !important;*/
    transform: none !important;
    position: absolute;
    left: 48px !important;
    top: -1250% !important;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.20);
    padding: 20px 10px !important;
    border-radius: 12px !important;
    min-height: 385px !important;
}

.sidebar-menu-dropdown-item {
    padding: 10px 18px 10px 14px;
    border-radius: 12px;
    background: #fff !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #0F172A;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

    .sidebar-menu-dropdown-item img {
        width: 32px;
        height: 32px;
    }

.sidebar-menu-dropdown-item-active {
    color: #0075FF !important;
    border: 1px solid #0075FF !important;
}

.li_line {
    width: 100%;
    height: 1px;
    background: #CBD5E1;
    margin-top: 14px;
    margin-bottom: 17px;
    width: 32px;
}

.icon-btn-white {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    padding: 8px;
    border: 1px solid #E2E8F0;
}

    .icon-btn-white .icon {
        width: 24px;
        height: 24px;
    }

    .icon-btn-white:hover, .icon-btn-white:focus {
        background: #E2E8F0 !important;
    }

.icon-btn-blue {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 5.6px;
    align-items: center;
    border-radius: 7px;
    background: #0075FF;
    border: none;
    box-shadow: none;
}

    .icon-btn-blue .icon {
        width: 16.8px;
        height: 16.8px;
    }

    .icon-btn-blue:hover {
        background-color: transparent !important;
    }


.delete-btn {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 16px;
    background: #F43F5E;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

    .delete-btn .icon {
        width: 20px;
        height: 20px;
    }

    .delete-btn:hover {
        background: #d70328 !important;
    }

.primary-btn {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    /*gap: 8px;*/
    border-radius: 16px;
    background: #0075FF;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

    .primary-btn .icon {
        width: 20px;
        height: 20px;
    }


.disabled {
    background: #dddddd !important;
    cursor: not-allowed !important
}



.primary-btn:hover, .primary-btn:focus {
    background: #1D4ED8 !important;
    color: #fff !important;
}

.disabled:hover {
    background: #dddddd !important;
    cursor: not-allowed !important
}


.secondary-btn {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #DBEAFE;
    color: #0075FF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

    .secondary-btn .icon {
        width: 20px;
        height: 20px;
    }

    .secondary-btn:hover, .secondary-btn:focus {
        background: #BFDBFE !important;
    }

.primary-btn-sm {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    /*gap: 8px;*/
    border-radius: 12px;
    background: #0075FF;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

    .primary-btn-sm .icon {
        width: 20px;
        height: 20px;
    }

    .primary-btn-sm:hover {
        background: #005bc7 !important;
    }

.secondary-btn-sm {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #DBEAFE;
    color: #0075FF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

    .secondary-btn-sm .icon {
        width: 20px;
        height: 20px;
    }

    .secondary-btn-sm:hover {
        background: #ccdbef !important;
    }

.border-btn-xs {
    display: flex;
    padding: 6px 10px 6px 8px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #CBD5E1;
    background: #fff;
    color: #0F172A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
    cursor: pointer;
    white-space: nowrap;
}

    .border-btn-xs .icon {
        width: 14px;
        height: 14px;
    }

    .border-btn-xs:hover, .border-btn-xs:focus {
        background: #E2E8F0 !important;
        border: 1px solid #E2E8F0 !important;
    }

.border-btn-sm {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 6px 10px;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFF;
    color: #0075FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.14px;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
}

    .border-btn-sm .icon {
        width: 18px;
        height: 18px;
    }

    .border-btn-sm:hover, .border-btn-sm:focus {
        background: #E2E8F0 !important;
    }

.border-btn {
    display: flex;
    padding: 8px 10px 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    background: #fff;
    color: #0F172A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    cursor: pointer;
    white-space: nowrap;
}

    .border-btn .icon {
        width: 16px;
        height: 16px;
    }

    .border-btn:hover, .border-btn:focus {
        background: #E2E8F0 !important;
        border: 1px solid #E2E8F0;
    }

.border-btn-active {
    display: flex;
    padding: 8px 10px 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #0075FF !important;
    background: #0075FF;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    cursor: pointer;
    white-space: nowrap;
}

    .border-btn-active .icon {
        width: 16px;
        height: 16px;
    }

.danger-btn {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    /*gap: 8px;*/
    border-radius: 16px;
    background: #ed4c78;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

    .danger-btn .icon {
        width: 20px;
        height: 20px;
    }

    .danger-btn:hover, .danger-btn:focus {
        background: #c94166 !important;
        color: #fff !important;
    }





.action-btn-white {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #fff;
    color: #0075FF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    border: 1px solid #0075FF;
}

    .action-btn-white .icon {
        width: 20px;
        height: 20px;
    }

    .action-btn-white :hover {
        background: #fff !important;
    }

.action-btn-gray {
    display: flex;
    padding: 12px 14px 12px 14px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: transparent;
    color: #64748B;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    border: 1px solid transparent;
}

    .action-btn-gray .icon {
        width: 20px;
        height: 20px;
    }

    .action-btn-gray :hover {
        background: transparent !important;
    }


button {
    box-shadow: none;
    outline: none;
    border: none;
}

.add-icon {
    width: 16px;
    height: 16px;
    margin-right: -5px;
    margin-top: -1px;
}


.position-relative {
    position: relative;
}

.active-circle {
    position: absolute;
    bottom: 0;
    right: -1px;
    min-width: 15.515px;
    min-height: 15.515px;
    max-width: 15.515px;
    max-height: 15.515px;
    background: #10B981;
    border: 2px solid #fff;
    border-radius: 50%;
}

a {
    cursor: pointer;
}

.primary-link, .primary-link:hover {
    color: #0075FF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    outline: none;
    text-decoration: none;
}

.switch-icon {
    width: 22px;
    height: 22px;
}
/*================================ /New Sidebar Two============================*/

.title {
    color: #0F172A;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -1px;
}

.sub-title {
    color: #64748B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.left-side-bar-position {
    position: fixed;
    left: 70px;
}

.left-side-bar {
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    /*padding-top: 20px;*/
    padding-top: 40px;
    /*position: fixed;*/
/*    width: 30rem !important;*/
    width: 300px;
    border-right: 1px solid #E2E8F0;
}
.left-side-bar-two {
    min-height: 100vh;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding-top: 20px;
    position: fixed;
    width: 20rem !important;
    border-right: 1px solid #E2E8F0;
}
input.search-with-icon {
    border-radius: 12px;
    width: 100%;
    border: 1px solid #dce9ff !important;
    border: none !important;
    display: block;
    outline: none !important;
    padding: 8px 20px 8px 40px;
    font-size: 18px !important;
    background: #F1F5F9 url("../Images/Icons/search.svg") no-repeat 10px center;
    color: #94A3B8;
    font-size: 14px;
    font-weight: 400;
}

.patient-list-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 70px) !important;
    overflow-y: auto;
}

.patient {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
}

.patient-img {
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.patient-name {
    color: #0F172A;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.patient-name-txt-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 115px;
}

.patient-info {
    color: #64748B;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.patient-info-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 115px;
}

.patient-time-info {
    color: #64748B;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.small-gray-circle {
    min-width: 5px;
    min-height: 5px;
    max-width: 5px;
    max-height: 5px;
    background: #64748B;
    border-radius: 50%;
}

.patient-active {
    background: #0075FF;
}

    .patient-active .patient-name, .patient-active .patient-info, .patient-active .patient-time-info {
        color: #fff;
    }

    .patient-active .small-gray-circle {
        background: #fff;
    }

.patient-new, .patient:hover {
    background: #f1f5f9;
}

.more-info-icon {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.patient-active .more-info-icon path {
    fill: #fff;
}

.status-new {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 5px;
    border-radius: 6px;
    background: #0075FF;
    color: #FFF;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -0.5px;
    position: absolute;
    left: -8px;
    top: -6px;
}

.right-container-position {
    margin-left: 264px !important;
    position: relative;
}

/*.home-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;*/
/* min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;*/
/*}*/

.title-header-bar {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 40px 30px 20px 30px;
    width: 100%;
}
.fixed-title-header-bar {
    background: #F1F5F9 !important;
    position:fixed;
    z-index:1 !important;
}
.no-data-list-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 90px) !important;
    overflow-y: auto;
    padding: 20px;
}

.no-data-placeholder {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    /*margin-top: 17vh !important;*/
}

    .no-data-placeholder .no-data-img {
        width: 130.783px;
        height: 128px;
    }

.no-data-title {
    color: #0F172A;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -1px;
}

.no-data-text {
    color: #64748B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.no-data-img-sm {
    width: 72px;
    height: 72px;
}

.data-list-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}

/*.visit-card-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    padding-left: 30px;
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 6.375rem !important;
}*/
.visit-date-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-top: 1px solid #E2E8F0;
    border-bottom: 2px solid #E2E8F0;
    background: #FFF;
    overflow-y: hidden;
    overflow-x: auto;
    min-height: 3.313rem !important;
    width: 100%;
    padding: 0px 30px 0px 30px;
    border-top: 1px solid #E2E8F0;
    border-bottom: 2px solid #E2E8F0;
}

.visit-card {
    background: #0075FF;
    /*min-width: 331px;
    max-width: 331px;*/
    padding: 10px 30px 10px 30px;
    border-radius: 16px;
    cursor: pointer;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #fff !important;
}

    .visit-card .visit-date, .visit-card .view-visit-link {
        color: #fff !important;
        white-space: nowrap;
    }

    .visit-card .view-visit-link {
        align-items: center;
        display: flex;
        flex-direction: row;
    }

.visit-card-header {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px #E2E8F0 solid;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.visit-card-body {
    display: flex;
    flex-direction: row;
    align-items: start;
    width: 100%;
    padding-top: 8px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.visit-eyeicon {
    width: 18px;
    height: 18px;
}

.visit-card-inactive {
    background: #fff;
}

    .visit-card-inactive .visit-link {
        color: #64748B;
    }

    .visit-card-inactive .visit-date {
        color: #0F172A !important;
    }

    .visit-card-inactive .visit-eyeicon path {
        stroke: #64748B !important;
    }

    .visit-card-inactive .view-visit-link {
        color: #64748B !important;
    }

        .visit-card-inactive .view-visit-link:hover, .visit-card-inactive .view-visit-link:focus {
            color: #0075FF !important;
        }

            .visit-card-inactive .view-visit-link:hover .visit-eyeicon path, .visit-card-inactive .view-visit-link:focus .visit-eyeicon path {
                stroke: #0075FF !important;
            }

.nav-visit {
    flex-wrap: nowrap;
}

.visit-link {
    color: #64748B;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    padding: 12px 18px;
    border-radius: 16px;
    background: #E2E8F0;
    /*white-space: nowrap;*/
}

    .visit-link:hover {
        color: #0F172A !important;
    }

    .visit-link.active {
        background: #fff !important;
        color: #0F172A !important;
    }

.visit-tab-content {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}


.lg-card {
    background: #FFF;
    width: 100%;
    border-radius: 16px;
    height: inherit;
    position: relative;
}

.lg-card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px 15px 20px;
    border-bottom: 1px#E2E8F0 solid;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.lg-card-body {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    padding: 15px 20px 20px 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #fff !important;
}

.lg-card-footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 20px 20px 15px 20px;
    border-top: 1px#E2E8F0 solid;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    background: #fff;
    align-items: center;
}

.refer-modal-body {
    padding: 0;
    /* height: 30vh;*/
}

.billing-modal-body {
    padding: 0;
    height: 80vh;
}

.refer-modal-footer {
    position: absolute;
    bottom: 0;
    z-index: 1;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    justify-content: flex-end;
}

.no-border {
    border: none !important;
}

.note-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 14px 16px 16px 12.773px;
    align-items: start;
    border-radius: 12px;
    background: #F1F5F9;
}

.note-text {
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.visit-tab-pane {
    height: calc(100vh - 350px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

.visit-nav-link, .visit-nav-link:hover {
    color: #94A3B8;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: -0.5px;
    border-bottom: 4px solid transparent;
    padding: 20px 30px 16px 30px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .visit-nav-link .visit-nav-link-icon {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }

    .visit-nav-link.active {
        background: #f0f6ff !important;
        color: #0075FF !important;
        border-bottom: 4px solid #0075FF !important;
    }

        .visit-nav-link.active svg path {
            fill: #0075FF !important;
        }

.nav-item:first-child > .visit-nav-link > .visit-nav-link-icon {
    display: none !important;
}
/*Modal*/
.fix-width-modal-content {
    width: 36rem !important;
}

.fix-width-modal-content-md {
    width: 61rem !important;
}

.fix-width-modal-content-sm {
    width: 30rem !important;
}
/*.patient-booking-modal-content {
    width: 48rem !important;
}*/
.modal-content {
    border-radius: 16px !important;
}

.modal-header {
    padding: 1.3rem 2rem 1.3rem 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E2E8F0;
}

.modal-close {
    width: 24px;
    height: 24px;
    cursor: pointer !important;
    position: absolute;
    top: 1.2rem;
    /*right: 0.75rem;*/
    right: 1.4rem;
}

.modal-body {
    padding: 1.3rem 1.3rem 1.3rem 1.3rem;
}

.modal-body-bg {
    background: #f8fafc !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.modal-footer {
    padding: 1.3rem 2rem 1.3rem 2rem;
    border: none;
}

.modal-border-top {
    border-top: 1px solid #F1F5F9;
}

.modal-title {
    color: #0F172A;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -1px;
}

.custom-form-control {
    padding: 8px 12.773px 8px 12.773px;
    border-radius: 12px;
    background-color: #F1F5F9;
    border: 1px solid #F1F5F9;
    box-shadow: none;
    /*text*/
    /*color: #94A3B8;*/
    color: #0F172A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

    .custom-form-control:focus {
        background-color: #fff;
        box-shadow: none;
        border: 1px solid #E2E8F0;
    }

.custom-phone-contact-form-control {
    background-color: #F1F5F9 !important;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid #F1F5F9;
}

    .custom-phone-contact-form-control:focus {
        background-color: #fff !important;
        box-shadow: none;
        border: 1px solid #E2E8F0;
    }

.custom-phone-contact-placeholder-control {
    background-color: #F1F5F9 !important;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid #F1F5F9;
}

.custom-text-area {
    padding: 8px 12.773px 8px 12.773px;
    border-radius: 12px;
    background-color: #F1F5F9;
    border: 1px solid #F1F5F9;
    box-shadow: none;
    /*text*/
    color: #0F172A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
    width: 100%;
}

    .custom-text-area:focus {
        background-color: #fff;
        box-shadow: none;
        border: 1px solid #E2E8F0;
    }

::placeholder {
    color: #94A3B8 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

:-ms-input-placeholder {
    color: #94A3B8 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

::-ms-input-placeholder {
    color: #94A3B8 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.custom-form-control-box {
    padding: 8px 12.773px 8px 12.773px;
    border-radius: 12px;
    background-color: #F1F5F9;
    border: 1px solid #F1F5F9;
    box-shadow: none;
    color: #0F172A;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
    cursor: pointer;
}

.modal-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #E2E8F0 !important;
    height: 100%;
    overflow-y: auto;
}

.modal-card {
    display: flex;
    width: 100%;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    background: #F1F5F9;
    color: #0F172A;
}

    .modal-card .title {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.5px;
        color: #0F172A;
    }

    .modal-card .description {
        color: #64748B;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -0.5px;
    }

    .modal-card:hover, .modal-card:focus {
        background: #DBEAFE !important;
    }

.modal-card-active, .modal-card-active:hover, .modal-card-active:focus {
    background: #0075FF !important;
}

    /*.modal-card:hover .title, .modal-card:focus .title, */
    /*.modal-card:hover .description, .modal-card:focus .description, */
    .modal-card-active .title, .modal-card-active:hover .title, .modal-card-active:focus .title {
        color: #fff !important;
    }


    .modal-card-active .description, .modal-card-active:hover .description, .modal-card-active:focus .description {
        color: #E0EEFF !important;
    }


.modal-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    height: 100%;
}

.billing-left-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 60vh;
    overflow-y: auto;
}

.refer-left-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    padding: 20px 30px 40px;
}

.confirmation-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 9px 10px 8px 29px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #0075FF;
    background: #FFF;
}
/*Modal*/

/*scroll*/
html {
    scroll-behavior: smooth !important;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    margin: 7px 0 7px 0px;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    background: #ced4da;
    border-radius: 20px;
}
/*end scroll*/

/***********************/
.make-request {
    border-radius: 16px;
    background: #F1F5F9;
    padding: 6px;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .make-request .nav-link {
        color: #94A3B8 !important;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.5px;
        padding: 4px !important;
        border-radius: 12px;
        border: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent !important;
        margin-bottom: 0px !important;
    }

        .make-request .nav-link:hover {
            color: #94A3B8 !important;
            font-weight: 400 !important;
            border: none !important;
        }

        .make-request .nav-link.active {
            color: #0F172A !important;
            font-weight: 400 !important;
            background-color: #fff !important;
            border: none !important;
        }

.request-count {
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #0075FF;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #F8FAFC;
}

.chk-padding {
    padding: 8px 20px !important;
}

.checkbox-card {
    display: flex;
    /*width: 100%;*/
    padding: 8px 0px;
    align-items: center;
    border-radius: 10px;
    background: #F8FAFC;
}

    .checkbox-card .form-check-input {
        border-radius: 50% !important;
        width: 18px;
        height: 18px;
        margin: 0;
        box-shadow: none !important;
        /*background-color: #cbd5e0 !important;
        border: none !important;*/
    }

    .checkbox-card .form-check-label {
        color: #0F172A;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.5px;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }

label input[type="radio"]:checked ~ span {
    color: #0075FF !important;
}

.checkbox-nocard {
    display: flex;
    width: 100%;
    align-items: center;
    border-radius: 10px;
}

    .checkbox-nocard .form-check-input {
        border-radius: 50% !important;
        width: 18px;
        height: 18px;
        margin: 0;
        box-shadow: none !important;
        /*background-color: #cbd5e0 !important;
        border: none !important;*/
    }

    .checkbox-nocard .form-check-label {
        color: #0F172A;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    .checkbox-nocard .clinic-form-check-label {
        color: #0F172A;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

.history-info {
    display: inline-flex;
    padding: 1.5rem 2rem 1.5rem 2rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E2E8F0;
    cursor: pointer;
}

.history-date {
    color: #0F172A;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.14px;
    text-transform: uppercase;
}

.history-hospital {
    color: #64748B;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.input-group-button {
    clear: both;
    /*  margin: 15px 0;*/
    position: relative;
    white-space: nowrap !important;
}

    .input-group-button .button-plus, .input-group-button .button-minus {
        background-color: #fff;
        min-width: 32px;
        width: auto;
        transition: all 300ms ease;
        border: none !important;
    }

    .input-group-button .button-minus,
    .input-group-button .button-plus {
        font-weight: bold;
        height: 30px;
        width: 30px;
        padding: 0;
        /* width: 38px;
        position: relative;*/
        margin-top: 3px;
    }

    .input-group-button .quantity-field {
        position: relative;
        height: 38px;
        text-align: center;
        width: 100%;
        resize: vertical;
        background-color: #F1F5F9;
        border: none;
        color: #0F172A;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.5px;
        border-radius: 12px;
        z-index: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

.button-minus {
    border-radius: 10px;
    padding: 6px;
    margin-left: -14px;
    z-index: 1;
    position: absolute;
    left: 18px;
}

.button-plus {
    border-radius: 10px;
    padding: 6px;
    margin-right: -14px;
    z-index: 1;
    position: absolute;
    right: 18px;
}

.quantity-field {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

.border-top {
    border-top: 1px solid #E2E8F0;
}

.warningicon {
    width: 80px;
    text-align: center;
    margin: auto;
}

.border-top {
    border-top: 1px solid #E2E8F0;
}

.text-diagnostics {
    color: #0F172A;
    font-size: 18px;
    font-weight: 900;
}
/***********************/
/***********************/
/***********************/
/***********************/


.gallery-img {
    width: 100%;
    height: 166px;
    border-radius: 16px;
    position: relative;
}

    .gallery-img img {
        width: 100%;
        height: 166px;
        border-radius: 16px;
        z-index: 0;
        object-fit: cover;
    }
.certificate-file-card-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap:14px;
}
.certificate-img {
    width: 100%;
    height: 134px;
    border-radius: 16px;
    position: relative;
}

    .certificate-img img {
        width: 100%;
        height: 134px;
        border-radius: 16px;
        z-index: 0;
        object-fit: cover;
    }

.billing-note-img {
    width: 100%;
    height: 150px;
    border-radius: 16px;
    position: relative;
}

    .billing-note-img img {
        width: 100%;
        height: 150px;
        border-radius: 16px;
        z-index: 0;
        object-fit: cover;
    }

.billing-note-text {
    white-space: pre-wrap;
}

.gallery-btns {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.icon-btn-small {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    /* width: 24px;
    height: 24px;*/
    padding: 8px;
    cursor: pointer;
    text-decoration: none;
}

    .icon-btn-small .icon {
        width: 18.9px;
        height: 18.9px;
        /*object-fit: contain;*/
    }

    .icon-btn-small:hover, .icon-btn-small:focus {
        background: #E2E8F0 !important;
    }

.icon-btn-xs {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 7px;
    /* width: 24px;
    height: 24px;*/
    padding: 6px;
    cursor: pointer;
    text-decoration: none;
}

    .icon-btn-xs .icon {
        width: 16.8px;
        height: 16.8px;
    }

    .icon-btn-xs:hover, .icon-btn-xs:focus {
        background: #E2E8F0 !important;
    }

.icon-btn-lg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    /* width: 24px;
    height: 24px;*/
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
}

    .icon-btn-lg .icon {
        width: 18.9px;
        height: 18.9px;
        /*object-fit: contain;*/
    }

    .icon-btn-lg:hover, .icon-btn-lg:focus {
        background: #E2E8F0 !important;
    }

.invisible-div {
    width: 40px;
    height: 40px;
    display: flex;
}

.request-sent-icon {
    width: 111px;
    height: 111px;
}

.task_cards_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: auto;
    padding-bottom: 5px;
    padding-left: 20px;
    overflow-y: auto !important;
    overflow-x: auto !important;
    gap: 15px;
    height: calc(100vh - 262px) !important;
    width: 100%;
}

.task-card {
    background-color: #E2E8F0;
    border-radius: 16px;
    min-width: 392px;
    max-width: 392px;
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px 20px;
}

    .task-card .task-card-title {
        display: flex;
        flex-direction: row;
        padding: 15px 0px 20px 0px;
        justify-content: space-between;
        align-items: center;
        color: var(--slate-900, #0F172A);
        /*text*/
        font-size: 20px;
        font-weight: 700;
        letter-spacing: -1px;
        line-height: 20px;
    }

.note-card {
    background: #FFF;
    width: 100%;
    border-radius: 16px;
    padding: 30px 20px;
}

.note-card-title {
    overflow: hidden;
    color: #0F172A;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.note-card-text {
    color: #64748B;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.note-card-action {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.note-card-hospital, .border-btn-primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 6.258px 16.515px;
    align-items: center;
    border-radius: 82.577px;
    border: 0.826px solid #0075FF;
    background: #fff;
    width: auto;
    /*text*/
    color: #0075FF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
    /*.note-card-hospital:hover,*/
    .border-btn-primary:hover {
        background: #F1F5F9;
        border: 0.826px solid #F1F5F9;
    }

.badge {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 6.258px 16.515px;
    align-items: center;
    border-radius: 82.577px;
    /*border: 0.826px solid #FB923C;*/
    background: #fff;
    /*min-width: 120px;*/
    /*text*/
    /*color: #FB923C;*/
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.badge-primary {
    color: #0075FF;
    border: 0.826px solid #0075FF;
}

.badge-orange {
    color: #FB923C;
    border: 0.826px solid #FB923C;
}

.add-new-btn {
    color: #0075FF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

    .add-new-btn:focus {
        border: none;
        box-shadow: none;
    }

    .add-new-btn .icon {
        width: 18px;
        height: 18px;
        margin-bottom: 3px;
    }

.calendar-icon {
    width: 22px;
    height: 22px;
}


/*.edit-btn, .delete-btn-2 {
    padding: 5px;
    justify-content: center;
    align-items: center;
    background: white;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
}*/


.grey-line {
    border-top: 1px solid #E2E8F0;
    margin: 0 2px;
    width: 100%;
    height: 1px;
}

.file-card-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.count-txt {
    color: #64748B;
    font-weight: 400;
    font-size: 16px;
}

.total-txt {
    color: #0F172A;
    font-size: 20px;
    font-weight: 700;
}

.charges-txt {
    color: #0F172A;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

.div_amount {
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    padding: 15px;
}

.div_billingsave {
    border-top: 1px solid #E2E8F0;
    border-bottom: 1px solid #E2E8F0;
    padding: 15px;
    justify-content: center;
    color: #64748B;
}



.w-48 {
    width: 48% !important;
}

.w-31 {
    width: 31% !important;
}

.div_addrefer {
    padding: 15px 20px;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    margin-bottom: 20px;
}

.imported-txt {
    color: #94A3B8;
    font-size: 14px;
    font-weight: 400;
}

.removecard-txt {
    float: right;
    color: #EF4444;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.gallery-btn {
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #E2E8F0;
    color: #0075FF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.border-top {
    border-top: 1px solid #E2E8F0 !important;
}
/*.overflow-hidden {
    overflow-x: hidden !important;
    overflow-y:hidden !important;
}*/
.right-side-container {
    width: 100%;
    /*margin-left: 20rem !important;*/
    overflow: hidden !important;
    min-height: 100vh;
    max-height: 100vh;
    /*flex: 0 0 calc(100% - var(--left-side-width));*/
}

.right-side-container-margin-left-zero {
    width: 100%;
    overflow: hidden !important;
    min-height: 100vh;
    max-height: 100vh;
}

.date-group-text {
    color: #64748B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.status-registered {
    border-radius: 82.577px;
    border: 1px solid #0075FF;
    background: #FFF;
    display: flex;
    width: 120px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8.258px;
    flex-shrink: 0;
}


.status-registered-text {
    color: #0075FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.status-treatment {
    border-radius: 82.577px;
    border: 1px solid #10B981;
    background: #FFF;
    display: flex;
    width: 120px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8.258px;
    flex-shrink: 0;
}


.status-treatment-text {
    color: #10B981;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.status-finished {
    border-radius: 82.577px;
    border: 1px solid #64748B;
    background: #FFF;
    display: flex;
    width: 120px;
    padding: 4px 16px;
    justify-content: center;
    align-items: center;
    gap: 8.258px;
    flex-shrink: 0;
}


.status-finished-text {
    color: #64748B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.factsheet {
    display: flex;
    flex-direction: column;
}

.factsheet_title {
    color: #0F172A;
    font-size: 12px;
    font-weight: 400;
}

.p_nametxt {
    color: #0F172A;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.p_age {
    color: #0F172A;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.p_txt {
    color: #64748B;
    font-size: 12px;
    font-weight: 400;
    display: block;
}

.p_amt {
    color: #0F172A;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.header-admin-info {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.header-admin-img {
    min-width: 52.437px;
    min-height: 52.437px;
    max-width: 52.437px;
    max-height: 52.437px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #FFF;
    cursor: pointer !important;
}

.header-active-circle {
    background: #10B981;
    width: 15.82px;
    height: 15.82px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

.header-admin-name {
    color: #0F172A;
    font-size: 20.078px;
    font-weight: 400;
    letter-spacing: -0.627px;
}

.header-admin-clinic {
    color: #64748B;
    font-size: 17.569px;
    font-weight: 400;
    letter-spacing: -0.627px;
}

.clinic-list-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 100px) !important;
    overflow-y: auto;
}

.home-clinic-card-list {
    display: flex;
    /*width: 100%;*/
    width: auto;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    padding: 20px;
    background: #E2E8F0;
    border-radius: 16px;
    cursor: grab !important;
    min-height: 160px !important;
}

.clinicchange-card-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    cursor: pointer;
}

    .clinicchange-card-list:focus {
        background: #E2E8F0 !important;
    }

    .clinicchange-card-list .clinic-card {
        position: relative;
        padding: 10px 20px 10px 10px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 16px;
        background: #FFF;
    }

.clinic-card-list {
    /*display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: start;*/
    display: flex;
    width: auto;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding: 20px;
    background: #E2E8F0;
    border-radius: 16px;
    cursor: grab !important;
    min-height: 195px !IMPORTANT;
}

    .clinic-card-list .clinic-card, .home-clinic-card-list .clinic-card {
        /*flex: 1 4 24%;*/
        position: relative;
        /*min-width: 303px;
        max-width: 303px;
        flex: 1 0 0;
        padding: 10px;*/
        padding: 10px 30px 10px 10px;
        flex-direction: column;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 16px;
        background: #FFF;
        margin-right: 1rem;
        border: 1px solid #fff;
    }

        .clinic-card-list .clinic-card:last-child {
            margin-right: 0;
        }

.clinic-card .clinic-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: start;
    align-items: center;
}



.clinic-card .clinic-img {
    min-width: 52.437px;
    min-height: 52.437px;
    max-width: 52.437px;
    max-height: 52.437px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #FFF;
}

.clinic-card .clinic-active-circle {
    background: #10B981;
    width: 17.455px;
    height: 17.455px;
    border: 2px solid #FFF;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.clinic-card .clinic-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #0F172A;
}

.clinic-name-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 182px;
    max-width: 182px;
}

.clinic-manage-setting {
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
    border-radius: 16px;
    background: #E0EEFF;
}

    .clinic-manage-setting .icon {
        width: 28.031px;
        height: 30px;
    }

.status-active {
    color: #14B8A6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.clinic-member-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.clinic-setup-user-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.clinic-schedule-card {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E2E8F0;
    background: #FFF;
}

.doctor-schedule-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.clinic-schedule-date {
    min-width: 60px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #0075FF;
    /*text*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #fff;
}

.doctor-schedule-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 10px 10px;
    border-radius: 12px;
    min-width: 55px;
    max-width: 55px;
    /*text*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #0F172A;
}

.doctor-schedule-time {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    background: #F1F5F9;
    /*text*/
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0F172A;
    cursor: pointer;
}

.no-schedule-time {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 12px;
    background: #F1F5F9;
    /*text*/
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0F172A;
}

.doctor-schedule-time-active {
    background-color: #0075FF;
    color: #fff !important;
}

.clinic-schedule-time {
    display: flex;
    min-width: 90px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #F1F5F9;
    /*text*/
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0F172A;
}

.clinic-card-footer {
    display: none;
}

.clinic-card-active {
    border: 2px solid #0075FF !important;
}

.map {
    width: 100%;
    height: 150px;
}

.scrollable-request-tabs {
    max-height: 50vh;
    overflow: auto;
}

.scrollable-modal-body {
    max-height: 70vh;
    overflow: auto;
}


.clinic-scrollable {
    overflow: auto;
}

.clinic-mody-body {
    max-height: 70vh;
}

.factsheet-link {
    color: #0075FF;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .factsheet-link .icon {
        width: 16px;
        height: 16px;
    }

.text-uppercase {
    text-transform: uppercase;
}

.text-italic {
    font-style: italic !important;
}

.text-underline {
    color: #0075FF;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
}

.border-bottom-line {
    border-bottom: 1px solid #E2E8F0;
}

.location-btn {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .location-btn img {
        width: 22px;
        height: 22px;
        margin-left: 4px;
    }

/*.scroll-container {
    width: 100%;*/

/*  overflow: hidden;*/
/*position: relative;
    overflow-y: auto !important;
    overflow-x: auto !important;
    gap: 15px;
    height: calc(100vh - 262px) !important;
}

.scrollcontent {
    white-space: nowrap;
    position: absolute;
    cursor: grab;
    user-select: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}*/


/*.scroll-container {
    width: 100%;
    overflow-y: auto;
    overflow-x:hidden;
    white-space: nowrap;
    cursor: grab;

}

.scroll-content {
    display: inline-block;
    width: 100%; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
    height: calc(100vh - 270px) !important;
    padding-bottom: 12px;
    padding-left: 20px;
}*/
.scroll-container {
    width: 100%;
    height: calc(100vh - 264px) !important;
    overflow: auto;
    cursor: grab;
}

.scroll-content {
    width: 100%;
    cursor: grab;
    display: flex;
    flex-direction: row;
    justify-content: start;
    /*gap: 15px;*/
    height: calc(100vh - 270px) !important;
    padding-bottom: 12px;
    padding-left: 30px;
}

.modal {
    cursor: default !important;
}

.users-icon {
    width: 18px;
    height: 18px;
}

.text-overflow {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

a {
    cursor: pointer !important;
}

.dropdown-toggle:hover, .dorpdown-toggle:focus {
    color: #94A3B8 !important;
}

.dropdown-toggle::before {
    border-top: 0 !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
}

.dropdown-toggle::after {
    border-top: 0 !important;
    width: 1.2rem !important;
    height: 1.2rem !important;
    background-size: 1.4rem 1.4rem;
}

.schedule-date-item-list {
    flex-wrap: nowrap;
}

.schedule-date-item {
    padding: 10px 16px;
    display: flex;
    flex-direction: row;
    flex: 1 1 0;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #CBD5E1;
    color: #fff;
    /*text*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #fff;
    cursor: pointer;
}

.schedule-dropdown-menu {
    padding: 10px !important;
    border-radius: 12px !important;
    background: #FFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.04);
}

.schedule-date-item-active, .schedule-date-item:hover {
    background: #0075FF;
}

.appointment-card {
    width: 100%;
    flex-shrink: 0;
    border-radius: 16px;
    background: #FFF;
}

.appointment-card-body {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 64vh;
    max-height: 120vh;
    overflow-y: auto;
}

.appointmentlist-placeholder {
    border-radius: 16px;
    min-height: 64vh;
    max-height: 120vh;
    width: 100%;
    background-color: #E2E8F0 !important;
    display: flex;
    flex-direction: column;
}

.appointment-card-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 6px 0px;
    border-top: 1px solid #E2E8F0;
}

.clinic-owner {
    cursor: pointer;
}

.clinic-invited {
    pointer-events: none;
}

.word-break {
    word-break: break-all;
}

.clinic-card-img {
    border-radius: 50%;
    /*min-width: 55px;
    min-height: 55px;
    max-width: 55px;
    max-height: 55px;*/
    min-width: 72px;
    min-height: 72px;
    max-width: 72px;
    max-height: 72px;
    object-fit: cover;
}

.bg-modalbody {
    background-color: #F8FAFC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.clinic-txt {
    color: #64748B;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
}

.line {
    border-top: 1px solid #94A3B8;
    width: 100%;
}

.txt_OR {
    padding: 10px 15px 10px 15px;
    color: #94A3B8;
}

.clinic-add-new-btn {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0075FF;
    width: 100%;
    border-radius: 16px;
    padding: 10px 15px 10px 15px;
}

    .clinic-add-new-btn:focus {
        border: none;
        box-shadow: none;
    }

    .clinic-add-new-btn .icon {
        width: 18px;
        height: 18px;
        margin-bottom: 3px;
    }

.status-login {
    color: #64748B;
    font-size: 16px;
    font-weight: 400;
}

.patient-percent-card {
    height: auto;
    width: auto;
    padding: 10px 40px;
    border-radius: 16px;
    background: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-self: stretch;
}

.gender-percent {
    min-width: 14px;
    min-height: 14px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.male-percent-icon {
    /*background: #0075FF;
    opacity: 0.5;*/
    background: #7fbafd;
}

.female-percent-icon {
    background: #0075FF;
}

.male-female-chart {
    width: 86.543px;
    height: 86.543px;
    flex-shrink: 0;
}

.highlight-chart-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

    .highlight-chart-row .highlight-chart-item {
        flex: 1 3 30%;
        display: flex;
        padding: 10px 20px 18px 20px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-radius: 16px;
        background: #FFF;
    }

    .highlight-chart-row .highlight-chart {
        width: 100%;
        min-height: 100px;
        max-height: 100px;
        display: flex;
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 16px;
        background: #FFF;
    }

.highlight-chart-border {
    border: 1px solid #CBD5E1;
}

.caret-up-arrow {
    width: 12px;
    height: 12px;
}

.highlight-chart {
    width: 56px;
    height: 20px;
}

.total-chart-percent {
    color: #0D9488;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.home-tbody td:nth-of-type(odd), .home-tbody td:nth-of-type(odd) {
    background: #F8FAFC !important;
}

.home-tbody td:nth-of-type(even), .home-tbody td:nth-of-type(even) {
    background: #fff !important;
}

.home-thead {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

    .home-thead th:nth-of-type(odd), .home-thead th:nth-of-type(odd) {
        background: #F8FAFC !important;
    }

    .home-thead th:nth-of-type(even), .home-thead th:nth-of-type(even) {
        background: #fff !important;
    }

.sticky-bar {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0px !important;
    height: calc(100vh - 100px) !important;
    overflow-y: auto;
}

.multititle {
    color: #0075FF;
    font-size: 28px;
    font-weight: 700;
}

.multitext {
    color: #0F172A;
    font-size: 16px;
    font-weight: 400;
}

.multiaccountcard {
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 5px 15px;
    align-items: center;
    margin-bottom: 10px;
}

.pnametxt {
    color: #0F172A;
    font-weight: 400;
    font-size: 18px;
    margin-left: 10px;
}

.pagetxt {
    color: #64748B;
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
}

.selecttxt {
    color: #0075FF;
    font-weight: 400;
    font-size: 16px;
}

.currenttxt {
    color: #64748B;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.notitxt {
    color: #0F172A;
    font-weight: 400;
    font-size: 14px;
}

.noti {
    background-color: #FEF9C3;
    border-radius: 10px;
    padding: 20px;
}

.send-email-loading {
    position: absolute;
    right: 15px;
    bottom: 5px;
    width: 31.73px;
    height: 31.73px;
    object-fit: cover;
    cursor: pointer;
}

.clinic-setting-card {
    padding: 0.9375rem 2rem;
    background-color: #0075FF;
}

    .clinic-setting-card .clinic-name {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 700;
    }

    .clinic-setting-card .title-txt {
        color: #6FB0FF;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }

.setting-modal-menu-item {
    padding: 0.9375rem 2rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    justify-content: space-between;
}

    .setting-modal-menu-item:hover, .setting-modal-menu-item:focus {
        background: #f1f5f9 !important;
    }

.pa-setting {
    padding: 0.9375rem 2rem;
}

.setting-txt {
    color: #0F172A;
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px
}

.setting-title {
    color: #64748B;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.setting-modal-icon {
    width: 18px;
    height: 18px;
}

.setting-modal-arrow {
    width: 16px;
    height: 16px;
}

.nowrap {
    white-space: nowrap !important;
}
/*-----------Print UI---------------*/
.print-logo {
    width: 48px;
    height: auto;
}

.print-date {
    color: #78756E;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.border-line-bold {
    border-top: 4px solid #000000 !important;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.border-line-light {
    border-top: 1px solid #000000 !important;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.border-line-lightgray {
    border-top: 1px solid #D5D2C8 !important;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.back-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.placeholder-img-sm {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

#timepicker1, #timepicker2 {
    width: 100%;
    border: 1px solid #F1F5F9;
    height: 40px;
    border-radius: 5px;
}

.clockicon {
    position: absolute;
    right: 20px;
    top: 5px;
}

.error-msg-box {
    display: flex;
    padding: 20px;
    justify-content: start;
    align-items: start;
    border-radius: 12px;
    background: #FECACA;
    /**/
    color: #DC2626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}

.prompt-msg-box {
    display: flex;
    padding: 20px;
    justify-content: start;
    align-items: start;
    border-radius: 12px;
    background: #BFDBFE;
    /**/
    color: #2563EB;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.5px;
}


.invite-title {
    color: #0075FF;
    font-weight: 400;
    font-size: 16px;
}

.invite-txt {
    color: #64748B;
    font-weight: 700;
    font-size: 16px;
    width: 25%;
}

.invite-role {
    color: #0F172A;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.invite-phone, .invite-date {
    color: #0F172A;
    font-weight: 400;
    font-size: 16px;
}

.invatationNoti {
    background-color: #E0EEFF;
    padding: 15px 20px;
    border-radius: 12px;
}

.user-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.activity-blue-dot {
    min-width: 8px;
    min-height: 8px;
    max-width: 8px;
    max-height: 8px;
    border-radius: 50%;
    background-color: #0075FF;
    border: 1px solid #fff;
}

.activity-blue-dot-position {
    position: absolute;
    top: -1px;
    right: -1px;
}

.arrow-line-right-icon {
    width: 18px;
    height: 18px;
}

.nav-gender {
    border-radius: 12px;
    background: #F1F5F9;
    padding: 0px;
    border: none !important;
    box-shadow: none !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .nav-gender .nav-link {
        color: #64748B !important;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.5px;
        padding: 4px !important;
        /*border-radius: 12px;*/
        border: 0px;
        border: none !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: transparent !important;
        margin-bottom: 0px !important;
    }

        /*.nav-gender .nav-item .nav-link:first-child{
            border-top-left-radius:12px !important;
            border-bottom-left-radius:12px !important;
        }
        .nav-gender .nav-item .nav-link:last-child {
            border-top-right-radius: 12px !important;
            border-bottom-right-radius: 12px !important;
        }*/
        .nav-gender .nav-link:hover {
            color: #64748B !important;
            font-weight: 400 !important;
            border: none !important;
        }

        .nav-gender .nav-link.active {
            color: #fff !important;
            font-weight: 400 !important;
            background-color: #0075FF !important;
            border: none !important;
        }

            .nav-gender .nav-link.active svg path {
                fill: #fff !important;
            }

.male-nav-link {
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
}

.female-nav-link {
    border-top-right-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}


.new-clinic-card {
    position: relative;
    padding: 0px;
    flex-direction: column;
    align-items: flex-end;
    /*align-self: stretch;*/
    border-radius: 16px;
    background: #FFF;
    margin-right: 1.2rem;
    /*border: 1px solid #fff;*/
}

.new-clinic-card-inner {
    padding: 20px;
    width: 100%;
}

.new-clinic-card .clinic-info {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: start;
    align-items: end;
}

.new-clinic-card .clinic-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.5px;
    color: #0F172A;
}

.new-clinic-card .clinic-img {
    min-width: 52.437px;
    min-height: 52.437px;
    max-width: 52.437px;
    max-height: 52.437px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #FFF;
}

.new-clinic-card-active {
    border: 2px solid #0075FF !important;
}

.new-clinic-card-active-status {
    display: flex;
    flex-direction: row;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background-color: #0075FF;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}

.voice-file-border-gray {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 10px;
    border: 1px solid #E2E8F0;
    border-radius: 8px;
}

.voice-img {
    width: 169px;
    height: auto;
}

.no-data-placeholder-card {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch;
    border-radius: 12px;
    background: #E2E8F0;
}

.x-scroll {
    overflow-x: auto;
}

.cursor-pointer {
    cursor: pointer !important;
}

.border-primary {
    border: 1px solid #0075FF;
}

.voice-file-border-gray-active {
    border: 1px solid #0075FF;
    color: #0075FF !important;
}

    .voice-file-border-gray-active span {
        color: #0075FF !important;
    }

.recording-box {
    display: flex;
    padding: 20px;
    flex-direction: column;
    width: 100%;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}

.recording-time-box {
    display: flex;
    flex-direction: row;
    padding: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}

    .recording-time-box span {
        color: #000;
        font-size: 38px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.5px;
    }

.record-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px 12px 14px;
    border-radius: 16px;
    border: 1px solid #CBD5E1;
    cursor: pointer;
}

    .record-btn span {
        color: #0F172A;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.5px;
    }

    .record-btn img, .record-btn svg {
        width: 20px;
        height: 20px;
    }

.record-btn-active {
    border: 1px solid #0075FF !important;
}

    .record-btn-active span {
        color: #0075FF !important;
    }

.recording-status {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #94A3B8;
}

    .recording-status img, .recording-status svg {
        width: 32px;
        height: 32px;
    }

.recording-status-active {
    color: #0075FF !important;
}

.careme-logo-loading {
    width: 150px;
    height: auto;
}

.careme-logo-loading-lg {
    width: 200px;
    height: auto;
}

.filter-btn {
    display: flex;
    padding: 12px 14px 12px 20px;
    justify-content: center;
    align-items: center;
    /*gap: 8px;*/
    border-radius: 16px;
    background: #fff;
    color: #0F172A;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    border: none;
}
.filter-btn .icon {
        width: 20px;
        height: 20px;
    }

    .filter-btn:hover, .filter-btn:focus {
        background: #E2E8F0 !important;
        color: #0F172A !important;
    }

.footer-btn {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    border: none;
}
    .footer-btn::before{
        display:none !important;
    }
    .footer-btn::after {
        display: none !important;
    }
   
    .history-count {
        display: flex;
        padding: 2px 12px;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        border: 0.826px solid #0075FF;
        background-color: transparent;
    }

.history-count-active {
    display: flex;
    padding: 2px 12px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 0.826px solid #fff;
    background-color: transparent;
}

.validation-noti-text {
    color: #EF4444;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.patient-count-chart {
    width: 100px !important;
    height: 100px !important;
    position: relative;
}

.total-patient-count {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 19px;
    left: 26px;
}

.work-step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    min-width: 29.84px;
    min-height: 32px;
    max-width: 29.84px;
    max-height: 32px;
    border-radius: 10px;
    background: #0075FF;
    margin-right: -8px;
    z-index: 1;
}

    .work-step .count {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.5px;
        color: #FFF;
    }

.white-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.04);
}

.getsupport .white-card {
    cursor: pointer;
}

.arrow-up-right {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

    .arrow-up-right img {
        width: 18px;
        height: 18px;
        cursor: pointer;
    }

.arrow-down-icon {
    width: 20px;
    height: 20px;
}

.faq-item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
}

.highchart-patientvisit {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 16px;
}

#agegroupcontainer, #doctorpatientcontainer, .patient-percent-card {
    border-radius: 16px !important;
}

.book-btn {
    background: #DBEAFE !important;
    color: #0075FF !important;
    border: 1px solid #DBEAFE !important;
}

    .book-btn:hover, .book-btn:focus {
        background: #BFDBFE !important;
    }

.analytics-card {
    display: block;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    background: #FFF;
}

.go-back-btn {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.booking-number-card {
    display: flex;
    min-width: 24px;
    min-height: 26px;
    max-width: 24px;
    max-height: 26px;
    padding: 2px 2px 4px 2px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 6px 6px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.booking-number-inner-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #0075FF;
    border-radius: 0px 0px 4px 4px;
}

    .booking-number-inner-card .inner-line {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #0075FF;
        margin-top: 2px;
    }

    .booking-number-inner-card .booking-no {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -0.5px;
        color: #0075FF;
    }

.visit-booking-number-card {
    display: flex;
    min-width: 24px;
    min-height: 26px;
    max-width: 24px;
    max-height: 26px;
    padding: 2px 2px 4px 2px;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 6px 6px;
    background: #fff;
}

.visit-booking-number-inner-card {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 1px solid #94A3B8;
    border-radius: 0px 0px 4px 4px;
}

    .visit-booking-number-inner-card .inner-line {
        display: flex;
        width: 100%;
        border-bottom: 1px solid #94A3B8;
        margin-top: 2px;
    }

    .visit-booking-number-inner-card .booking-no {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -0.5px;
        color: #94A3B8;
    }

.active .visit-booking-number-inner-card {
    border: 1px solid #0075FF !important;
}

    .active .visit-booking-number-inner-card .inner-line {
        border-bottom: 1px solid #0075FF !important;
    }

    .active .visit-booking-number-inner-card .booking-no {
        color: #0075FF !important;
    }

.booking-number {
    min-width: 23px;
    min-height: 23px;
    max-width: 23px;
    max-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A7CFFF;
    border: 1px solid #0745D4;
    border-radius: 50%;
    color: #040404;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.bookattxt {
    font-weight: 400;
    font-size: 14px;
    color: #0F172A;
}

.bookingdt {
    font-weight: 400;
    font-size: 16px;
    color: #94A3B8;
}

.createvisittxt {
    color: #475569;
    font-weight: 400;
    font-size: 18px;
}

.rightarrow {
    padding: 0px 10px;
}
/*.booking-number .number {
        color: #040404;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; 
        letter-spacing: -0.5px;
    }*/
.card-list-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.template-card {
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
    width: 100%;
    /*height: 170px;*/
}
.report-card {
    border-radius: 16px;
    background: #FFF;
    padding: 20px;
    width: 100%;
    min-height: 180px;
    max-height:auto;
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:start;
}

.doc-file {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 8px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.icon-44{
    width:44px;
    height:44px;
}
.icon-48{
    width:48px;
    height:48px;
}
.view-report-icon {
    width: 32px;
    height: 32px;
    cursor:pointer;
}
.view-report-btn{
    border:none !important;
    background:none !important;
    box-shadow:none !important;
    outline:none !important;
    padding:0 !important;
}
.doc-icon {
    width: 23px;
    height: 23px;
}

.upload-doc-file {
    cursor: pointer;
}

.doc-text-overflow {
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

#components-reconnect-modal {
    opacity: 0.9 !important;
    z-index: 2000 !important;
}

    #components-reconnect-modal h5 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
        margin-top: 80px !important;
        color: #18181B !important;
    }

    #components-reconnect-modal a {
        border: 1px solid #E2E8F0;
        padding: 8px;
        border-radius: 8px;
        background: #fff !IMPORTANT;
        margin: 0px 4px 5px 4px;
    }

        #components-reconnect-modal a:hover, #components-reconnect-modal a:focus {
            background: #E2E8F0 !important;
        }

.document-save-icon {
    width: 30px;
    height: 30px;
}

.tooltip-inner {
    background-color: #E2E8F0 !important;
    font-weight: 600;
    font-size: 14px;
    color: #0F172A;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #E2E8F0 !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #E2E8F0 !important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #E2E8F0 !important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #E2E8F0 !important;
}

.status-bg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 5px 5px 15px;
    border-radius: 15px;
    background: #DBEAFE;
}

.searchclose {
    position: absolute;
    top: 15px;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

.billing-photo {
    width: 100%;
    height: 200px;
    border-radius: 16px;
    object-fit: cover;
}

.expanded-billing-photo {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.rotate-img-upside-down {
    /*transform: scaleY(1);*/
    transform: rotate(180deg);
    transition: transform 0.2s ease-in-out;
}

.roate-img-90-degree {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
}

.default-img-orientation {
    /*transform: scaleY(-1);*/
    transform: rotate(0deg);
    transition: transform 0.2s ease-in-out;
}


.text-underline {
    text-decoration: underline !important;
}

.border-btn-primary-lg {
    display: flex;
    padding: 8px 10px 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #0075FF;
    background: #fff;
    color: #0075FF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    cursor: pointer;
    white-space: nowrap;
}

    .border-btn-primary-lg .icon {
        width: 20px;
        height: 20px;
    }

    .border-btn-primary-lg:hover, .border-btn-primary-lg:focus {
        /*background: #0075FF !important;
        border: 1px solid #0075FF;*/
        background: #eaeff8 !important;
    }

.border-btn-lg {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    background: #fff;
    color: #0F172A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    cursor: pointer;
    white-space: nowrap;
}

    .border-btn-lg .icon {
        width: 20px;
        height: 20px;
    }

    .border-btn-lg:hover, .border-btn-lg:focus {
        background: #E2E8F0 !important;
        border: 1px solid #E2E8F0;
    }

.reload-btn-class {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
    background: #FFF;
}

    .reload-btn-class img {
        width: 18px;
        height: 18px;
    }

    .reload-btn-class:hover, .reload-btn-class :focus {
        background: #E2E8F0 !important;
    }

.md-close {
    width: 24px;
    height: 24px;
    cursor: pointer !important;
}

.mr-10 {
    margin-right: 10px
}

.approve-icon {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-right: -8px;
}

.user-lock-icon {
    width: 96px;
    height: 96px;
}

.plan-upgrade-icon {
    width: 104px;
    height: 104px;
}

.form-switch .form-check-input {
    background-color: #CBD5E1 !important;
    width: 45px !important;
    height: 24px !important;
}

    .form-switch .form-check-input:checked {
        background-color: #34D399 !important;
    }

.visit-card-setting-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.9375rem 2rem;
    border-bottom: 1px solid #E2E8F0;
}

    .visit-card-setting-menu:last-child {
        border-bottom: 0px !important;
    }

.report-form-select {
    background-color: transparent !important;
    border: none !important;
}

.border-right-none {
    border-right: none !important;
}

.table-responsive {
/*    min-height: calc(100vh - 302px) !important;
*/    min-height: calc(100dvh - 330px) !important;
}
.inventory-table-responsive {
/*    min-height: calc(100dvh - 280px) !important;
*/    /*max-height: calc(100vh - 322px) !important;*/
    /*max-height: calc(100dvh - 322px) !important;*/
    max-height: 60vh !important;
}
    .inventory-table-responsive thead th {
        position: sticky;
        top: 0;
        background: #FFF !important;
        z-index: 3;
    }
.report-table-responsive {
    /*min-height: calc(100vh - 362px) !important;*/
    /*min-height: calc(100dvh - 302px) !important;*/
    /*max-height: calc(100vh - 362px) !important;*/
    max-height: 60vh !important;
}
    .report-table-responsive thead th {
        position: sticky;
        top: 0;
        background: #FFF !important;
        z-index: 3;
    }

.no-paging-report-table-responsive {
    /*min-height: calc(100vh - 322px) !important;
    max-height: calc(100vh - 322px) !important;*/
    min-height: calc(100dvh - 322px) !important;
    /*max-height: calc(100dvh - 322px) !important;*/
}
.daterange-item {
    /*border: 0.0625rem solid rgba(33,50,91,.1);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 15px;
    padding: 0.6125rem 0.6125rem 0.6125rem 1rem;
    cursor: pointer;*/
    cursor: pointer;
    border: 0.0625rem solid rgba(33,50,91,.1);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 15px;
    padding-top: 0.6125rem;
    padding-bottom: 0.6125rem;
}

    .daterange-item .oi-calendar {
        padding-left: 0.8125rem !important;
    }

.upload-certificate-file {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    border: 1px dashed #E2E8F0;
    padding: 20px 14px;
    border-radius: 12px;
    cursor: pointer;
}

.upload-certificate-file .icon {
    width: 25px;
    height: 23.44px;
}

.no-upload-certificate-placeholder {
    border-radius: 12px;
    border: 1px solid #F1F5F9;
    padding: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #94A3B8;
}
.certificate-status-waiting {
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #00000029;
    box-shadow: 0px 8px 24px -6px #00000029;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: start;
}
.certificate-status-verified {
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #00000029;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: start;
}
.certificate-status-waiting .icon, .certificate-status-verified .icon{
    width:36px;
    height:36px;
}
.footer-calendar-icon{
    width:20px;
    height:20px;
}

/* WebKit (Chrome, Safari, Opera) */
video::-webkit-media-controls {
    background-color: rgba(0, 0, 0, 0); /* Semi-transparent black */
}

/* Mozilla (Firefox) */
video::-moz-media-controls {
    background-color: rgba(0, 0, 0, 0); /* Semi-transparent black */
}

/* Microsoft (Edge, Internet Explorer) */
video::-ms-media-controls {
    background-color: rgba(0, 0, 0, 0); /* Semi-transparent black */
}

.execel-border {
    display: flex;
    padding: 8px 10px 8px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #CBD5E1;
    background: #fff;
    color: #0F172A;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.5px;
    cursor: pointer;
    white-space: nowrap;
}

.excel-item-list-responsive{
    max-height: 200px;
    overflow-y: auto;
}

.scrollable-excel-list {
    max-height: calc(70vh - 300px) !important;
    overflow-y: auto;
}
.mt-49vh {
    margin-top: 49vh !important;
}
.mt-13vh {
    margin-top: 13vh !important;
}
.mt-20vh{
    margin-top:20vh !important;
}
.mt-fixed {
    margin-top: 182px !important;
}
.report-mt-fixed {
    margin-top: 227px !important;
}

.myanmar-text {
    font-family: 'MyanmarUnicode', 'Zawgyi', sans-serif;
}
.text-alert-card {
    background-color: #FECACA;
    border-radius: 12px;
    padding: 20px;
    color: #DC2626;
    display:flex;
    flex-direction:row;
    justify-content:start;
    align-items:start;
    
}
.toggle-arrow {
    position: absolute;
    right: 10px;
    top: 10px;
}

.nav-link[aria-expanded="true"] .toggle-arrow {
    transform: rotate(180deg);
}
.icon-16 {
    width: 16px;
    height: 16px;
    margin-bottom:6px;
}
.no-wrap{
    white-space:nowrap !important;
}
.menu-icon{
    width:24px;
    height:24px;
}
.ml-70px{
    margin-left:70px !important;
}
.ml-190px{
    margin-left:190px !important;
}
.res-nav-tab{

}
.mobile-view {
    display: none !important;
}
@media screen and (max-width: 900px) {
    .fix-width-modal-content {
        width: 100% !important;
    }
    .res-nav-tab {
        flex-wrap:wrap !important;
    }
    .res-nav-tab .nav-item{
        width:44% !important;
    }
    .scroll-content{
        flex-direction:column !important;
    }
    .task-card{
        min-width:100%;
        max-width:100%;
        width:100% !important;
    }
    #leftPanel{
        width:100%;
    }
    #rightPanel{
        display:none;
    }
    .mobile-view {
        display: block !important;
    }
    .title-header-bar {
        padding:20px;
    }
    .visit-date-list, .scroll-content {
        padding-left: 20px;
    }
}


.btn-outline-danger {
    color: #EF4444;
    border-color: #EF4444 !important;
}
.bg-danger {
    background-color: #EF4444 !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
.btn-outline-danger:hover {
    background-color: #EF4444 !important;
}