@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #F2F6FE;
}

.navbar-brand > img {
    width: 100%;
}

.loginImage img {
    width: 500px;
}

.loginBg {
    margin: 0;
    padding: 0;
    background-image: url('../images/loginBg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

    .loginBg > img {
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: -1;
        object-fit: cover;
    }

.loginSection {
    text-align: center;
    width: 542px;
}

.loginMsg span:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #004890;
}

.loginMsg span:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    color: #80C820;
}

.loginSection p {
    font-size: 16px;
    font-weight: 400;
    color: #4C6990;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.eye {
    cursor: pointer;
}

.eyeSlash {
    cursor: pointer;
}

.loginEye .fa-eye, .loginEye .fa-eye-slash {
    position: absolute;
    top: 20px;
    right: 1rem;
    color: #9FB6D8;
    background-color: #fff;
}

label.labelLogin {
    color: #4c6283;
    font-weight: 400;
    padding-left: 1rem;
    padding-top: 14px;
    font-size: 14px;
}

.erDetails {
    color: #223E66;
    background: #e9ecef;
    font-weight: 500;
    padding-left: 1rem;
    height: 50px;
    border-radius: 7px;
    border-color: transparent;
}

.loginInput {
    color: #223E66;
    background: #fff;
    font-weight: 500;
    box-shadow: 0px 8px 24px #00489029;
    padding-left: 1rem !important;
    height: 50px !important;
    border-radius: 7px;
    border-color: transparent;
}

.btn_Login {
    width: 100%;
    height: 50px;
    color: #141313;
    font-size: 18px;
    font-weight: 500;
    background: #8CC540;
    box-shadow: 0px 8px 24px #8CC54099;
    border-radius: 7px;
    border: 1px solid #8CC540;
}

.sidebar {
    width: 18%;
    position: fixed;
    height: 100%;
    background: transparent linear-gradient(180deg, #004890 0%, #3281D1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 6px 0px 18px #00489066;
    border-radius: 0px 16px 16px 0px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.sidebar_menu ul li {
    position: relative;
    color: #fff;
    cursor: pointer;
}

.li_close {
    padding: 0 !important;
    overflow: hidden;
}

    .li_close a {
        width: 23rem;
        padding: 1rem 2.7rem 1rem 2rem !important;
    }

.newlogo {
    display: none;
}

.header_close {
    left: 7% !important;
    width: 92% !important;
}

    .header_close .menu {
        left: -3.5%;
        top: 83%;
    }

.content_close {
    left: 7% !important;
    width: 92% !important;
}

.logo_close {
    display: none;
}

.logo_close_b {
    display: block;
    width: auto;
}

.icon_close {
    margin-right: 4rem;
    margin-left: 8px;
}

.sidebar_menu ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 1rem 1rem 1rem 2rem;
}

.sidebar_menu ul li:hover, .sidebar_menu ul li.active {
    background: #fff;
    width: 100%;
}

    .sidebar_menu ul li:hover::after, .sidebar_menu ul li.active::after {
        content: "";
        width: 10px;
        height: -webkit-fill-available;
        background-color: #80C820;
        position: absolute;
        top: 0;
        left: 0;
    }

    .sidebar_menu ul li:hover .icon, .sidebar_menu ul li.active .icon {
        color: #004890;
    }

    .sidebar_menu ul li:hover .title, .sidebar_menu ul li.active .title {
        color: #141313;
        font-weight: 600;
    }

.sidebar_menu ul li a .icon {
    width: 20px;
    display: inline-block;
    text-align: center;
}

.sidebar_menu ul li a .title {
    font-weight: 400;
}

.sidebar_menu {
    height: 100%;
    position: relative;
}

.sidebar_img {
    position: initial;
    left: 2rem;
    bottom: 10rem;
}

.sidebar_img_hide {
    display: none;
}

.menu {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: -4.5%;
    top: 82%;
    box-shadow: 0px 8px 24px #0048904d;
    transition: all .3s linear;
}

.menu2 {
    display: none;
    position: absolute;
    top: 19px;
    left: 19px;
}

.menuOpen {
    display: block !important;
}

.menu img {
    color: #004890;
    position: absolute;
    top: 30%;
    left: 38%;
}

.rotate {
    transform: rotate(-180deg);
    transition: all .3s linear;
}

.menu:hover {
    cursor: pointer;
}

.padding {
    padding-top: 2rem;
}

.padding_close {
    padding-top: 2rem;
}

.main_content {
    position: relative;
    width: 100%;
    height: 100vh;
}

.header {
    position: sticky;
    top: 21px;
    left: 20%;
    width: 78%;
    height: 79px;
    background: #fff;
    box-shadow: 0px 8px 24px #00489029;
    border-radius: 16px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.headbg {
    background: #3281D1;
}

.content_area_in {
    position: absolute;
    top: 12%;
    left: 20%;
    width: 78%;
    transition: all 0.3s ease-in-out;
}

.name {
    color: #004890;
    font-weight: 500;
    font-size: 30px;
}

.msg {
    font-size: 20px;
}

    .msg span:nth-child(1) {
        color: #80C820;
        font-weight: 500;
    }

    .msg span:nth-child(2) {
        color: #004890;
        font-weight: 500;
    }

.hide_menu {
    width: 5%;
    overflow: hidden;
}

.card {
    align-items: center;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    border: unset;
    box-shadow: 0px 8px 24px #00489029;
    height: 17rem;
}

    .card img {
        width: fit-content;
        padding: 2rem;
        border-radius: 1rem;
    }

.img1 {
    background: #DEFFFE;
}

.img2 {
    background: #FFF2E2;
}

.img3 {
    background: #E4F4FF;
}

.img4 {
    background: #FFE2DE;
}

.card p {
    margin-bottom: 0;
    color: #4C6990;
    text-align: center;
}

    .card p:nth-child(3) {
        font-size: 30px;
        font-weight: 500;
        color: #004890;
    }

.box_title {
    color: #004890;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #9FB6D8;
    padding: 0.3rem 0 1rem;
}

.tableContent .CstmBox_title {
    color: #004890;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}

.er_listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #9FB6D8;
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.er_info p:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    word-break: break-word;
}

.er_info p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    word-break: break-word;
}

.scan_btn {
    width: 130px;
    height: 50px;
    color: #141313;
    background: #8CC540;
    border-radius: 7px;
    border-color: #8CC540;
    font-weight: 500;
    padding: 0;
}

    .scan_btn:hover, .scan_btn:focus {
        color: #141313 !important;
        background: #77ad30 !important;
        border-color: #77ad30 !important;
        box-shadow: unset;
    }

.er_box {
    height: 97% !important;
}

.box_section {
    background: #fff;
    box-shadow: 0px 8px 24px #00489029;
    border-radius: 16px;
    padding: 1rem 1.5rem 1.5rem;
    margin: 0;
    height: auto;
}

.er_img_info {
    display: flex;
}

.listing_scroll {
    overflow-y: scroll;
    height: 800px;
}

    .listing_scroll::-webkit-scrollbar {
        width: 7px;
        height: 269px;
        background-color: transparent;
        border-radius: 10px;
    }

    .listing_scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #A1A0A0;
    }

.language .lngselected {
    position: relative;
    background: #F2F6FE;
    border: 1px solid #D9E6FF;
    border-radius: 16px;
    width: 160px;
    height: 55px;
    padding: 5px 1rem;
    display: flex;
    float: right;
    margin: 12px 16px 0 0;
    align-items: center;
    cursor: pointer;
}

.Hospital {
    position: relative;
    background: #F2F6FE;
    border: 1px solid #D9E6FF;
    border-radius: 16px;
    width: 100%;
    height: 55px;
    padding: 5px 1rem;
    display: flex;
    float: left;
    margin: 12px 16px 0px 11px;
    cursor: pointer;
    max-width: 400px;
}

.language .lngselected input:hover {
    cursor: pointer;
}

.language input:focus-visible {
    outline: 0;
}

.option1, .option2 {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 6px #00489029;
    width: 160px;
    position: absolute;
    cursor: pointer;
    top: 4.5rem;
    list-style-type: none;
    padding: 1rem;
}

.lngselected input {
    background: transparent;
    border: 1px solid transparent;
    color: #004890;
    font-weight: 500;
}

    .lngselected input::placeholder {
        color: #004890;
        font-weight: 500;
    }

.lngselected::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #34495e;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 16px;
    top: 20px;
    z-index: 1;
    transform: rotate(-45deg);
}

.lg_spanish, .lg_english {
    margin-right: 1rem;
}

.language {
    float: right;
}

.hide {
    display: none;
}

.content_title {
    font-size: 20px;
    font-weight: 500;
    color: #004890;
}

.erCard {
    position: relative;
    background: #fff;
    box-shadow: 0px 8px 24px #00489029;
    border-radius: 16px;
    padding: 1rem;
}

.erName {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .erName p:nth-child(1) {
        font-size: 18px;
        font-weight: 500;
        color: #004890;
        word-break: break-word;
    }

    .erName p:nth-child(2) {
        font-size: 14px;
        font-weight: 300;
        color: #979797;
    }

.erCard .erIcon {
    color: #4C6990;
    margin-top: 2px;
}

.erCard .ms-3 {
    font-size: 14px;
    margin-bottom: 5px;
    width: 66%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.erCard > p {
    font-size: 14px;
    color: #141313;
    font-weight: 600;
}

.erDetailsBtn {
    position: absolute;
    bottom: 22px;
    right: 10px;
    background-image: linear-gradient(to left top, #5f9812, #67a415, #6fb019, #78bc1c, #80c820);
    border-radius: 24px;
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    box-shadow: 0px 8px 24px #00489029;
    cursor: pointer;
}

    .erDetailsBtn img {
        position: absolute;
        top: 12px;
        left: 12px;
    }

.cardPagination .pagination {
    justify-content: end;
}

.cardPagination .page-link {
    color: #004890;
}

.sectionDetails {
    border: 2px solid #9FB6D8;
    border-radius: 7px;
    padding: 0 1rem;
}

.detailsTitle {
    position: relative;
    top: -17px;
    left: 0.5rem;
    font-size: 20px;
    font-weight: 500;
    color: #004890;
    background: #fff;
    padding: 0 0.75rem;
}

.readOnlyInput {
    cursor: unset;
}

.readOnlyDate {
    position: absolute;
    top: 0.6rem;
    right: 1.8rem;
    color: #223E66;
    font-size: 20px;
}

.paddingLeft {
    padding-left: 30px !important;
}

.doseHeight {
    padding-bottom: 7rem !important;
}

.form-floating > .doseHeight:not(:placeholder-shown) {
    padding-top: 2.625rem !important;
}

.sTitle {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.symptoms {
    color: #223E66;
    font-weight: 500;
    padding-left: 1rem;
    padding-top: 14px;
    height: 50px;
    border-radius: 7px;
    border-color: transparent;
    background-color: #e9ecef;
}

.modalPadding {
    padding: 2rem;
}

.qrCode {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .qrCode + p {
        font-size: 24px;
        font-weight: 500;
        color: #141313;
    }

.modalBg {
    background-color: #D9E6FF;
}

.scrollHeader {
    border-radius: 0;
    z-index: 10;
    top: 0;
    left: 20%;
}

.tableContent {
    font-size: 20px;
    font-weight: 500;
    color: #004890;
}

.erCard {
    position: relative;
    background: #fff;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    margin: 0;
    box-shadow: 0px 8px 24px #00489029;
    border-radius: 16px;
    padding: 1rem;
}

.erName {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .erName p:nth-child(1) {
        font-size: 18px;
        font-weight: 500;
        color: #004890;
        word-break: break-word;
    }

    .erName p:nth-child(2) {
        font-size: 14px;
        font-weight: 300;
        color: #979797;
        border-color: #8CC540;
        font-weight: 500;
    }

.erCard .erIcon {
    color: #4C6990;
    margin-top: 2px;
    border-color: #73AC26 !important;
}

.erCard .ms-3 {
    font-size: 14px;
    margin-bottom: 5px;
    width: 66%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.erCard > p {
    background: #fff;
}

.tableContent {
    background: #fff;
    padding: 1.5rem 1rem;
    border-radius: 1rem;
    margin: 0;
    box-shadow: 0px 8px 24px #00489029;
    position: relative;
}

.tableHeader {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

    .tableHeader p {
        font-size: 20px;
        font-weight: 500;
        color: #004890;
    }

.btnGreen {
    color: #141313;
    background: #8CC540;
    border-radius: 7px;
    border-color: #8CC540;
    font-weight: 500;
}

    .btnGreen:hover {
        color: #141313 !important;
        background: #73AC26 !important;
        border-color: #73AC26 !important;
    }

#example_paginate {
    margin-top: 1rem;
}


th {
    font-size: 14px;
    font-weight: 600;
}

tr td {
    font-size: 14px;
    vertical-align: middle;
}

table.dataTable > tbody > tr {
    border-color: #9FB6D8;
    vertical-align: middle;
}

.services {
    position: relative;
}

    .services .modalBoxInput {
        margin-right: 1.5rem;
        width: 300px;
    }

.addSpecialtyBtn {
    background: #004890;
    padding: 13px;
    border-radius: 7px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.delSpecialtyBtn {
    background: #FF3F3F;
    padding: 16px;
    border-radius: 7px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.editBtn, .viewBtn {
    background: #004890;
    padding: 10px;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.deleteBtn {
    background: #FF3F3F;
    padding: 10px 11px;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.editBtn:hover, .viewBtn:hover {
    background: #073869;
}

.deleteBtn:hover {
    background: #cb2d2d;
}

.active > .page-link, .page-link.active {
    z-index: 3;
    color: #141313;
    background-color: #8CC540;
    border-color: #8CC540;
}

.page-link {
    color: #141313;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%
}

div#example_length, div#example_filter {
    margin-bottom: 1rem;
}

.modalBoxInput, .loginInput {
    color: #223E66;
    background: #fff;
    font-weight: 500;
    box-shadow: 0px 8px 24px #00489029;
    padding-left: 1rem !important;
    height: 50px !important;
    border-radius: 7px;
    border-color: transparent;
}

.dropdownLabel {
    color: #4c6283;
    font-size: 14px;
}

.modalBoxDropdown {
    color: #223E66;
    font-weight: 500;
    cursor: pointer;
    height: unset !important;
    padding-top: 24px !important;
    padding-bottom: 4px !important;
    border-color: transparent;
    box-shadow: 0px 8px 24px #00489029;
}

.titleModal {
    color: #004890;
}

.titleDModal {
    color: #FF3F3F;
}

.serviceInput {
    color: #223E66;
    background: #fff;
    font-weight: 500;
    box-shadow: 0px 8px 24px #00489029;
    padding-left: 1rem !important;
    width: 240px;
    height: 50px !important;
    border-radius: 7px;
    border-color: transparent;
}

.sName {
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 1.5rem;
}

#errorMsg {
    color: #FF3F3F;
    font-size: 14px;
    margin: 0.5rem 1rem 0;
    display: inline-block;
}

#addSplBtn, #editAddSplBtn {
    position: absolute;
    top: 0;
    right: 0;
}

#sDelBtn {
    position: absolute;
    top: 0;
    right: 0;
}

#dels {
    position: absolute;
    top: 0;
    right: 0;
}

.scrollHeader {
    border-radius: 0;
    z-index: 10;
    top: 0;
    left: 20%;
}

li.paginate_button.page-item.active {
    z-index: 0;
}

.datePicker {
    color: #223E66;
    border-color: transparent;
    box-shadow: 0px 8px 24px #00489029;
    width: 100%;
    height: 50px;
    border-radius: 7px;
    padding: 2rem 1rem 1rem 0.75rem;
    font-weight: 500;
}

    .datePicker:focus-visible {
        outline: 0;
    }

.dateLabel {
    color: #9aa7b9 !important;
    font-weight: 400 !important;
    padding-left: 0.75rem !important;
    padding-top: 5px !important;
    font-size: 12px !important;
}

.timeSlots {
    padding: 1rem;
    background: #E9F6FF;
    border: 1px solid #9FB6D8;
    border-radius: 7px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.slot {
    padding: 0.5rem 1rem;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px #0048904D;
    border-radius: 7px;
    margin-bottom: 1rem;
}

    .slot p, .slotDisabled p {
        margin-bottom: 0px !important;
    }

.slotDisabled {
    padding: 0.5rem 1rem;
    background: #DEDEDE;
    border-radius: 7px;
    margin-bottom: 1rem;
}

button.btn.dropdown-toggle.bs-placeholder.btn-light {
    color: #223E66;
    background: #fff;
    font-weight: 500;
    box-shadow: 0px 8px 24px #00489029;
    padding-left: 1rem !important;
    height: 50px !important;
    border-radius: 7px;
    border-color: transparent;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

.msTitle {
    color: #657894;
    font-weight: 500;
}

.imagingCard {
    background: #fff;
    box-shadow: 0px 8px 24px #00489029;
    border-radius: 16px;
}

.imagingImg img {
    background: #EEEEEE;
    padding: 1rem;
    border-radius: 1rem;
}

.imagingCard p {
    color: #004890;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    padding: 1rem;
    text-align: center;
}

.imagingImg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem 1rem;
}

.imagingCard:hover {
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}

.ibCard a {
    text-decoration: none;
}

.nav-tabs .nav-link.active {
    color: #004890;
    font-weight: 500;
}


#calendar {
    max-width: 100%;
}

button.fc-prev-button.fc-button.fc-button-primary, button.fc-next-button.fc-button.fc-button-primary {
    background: #4582EC;
    border: #4582EC;
    border-radius: 20px;
}

button.fc-today-button.fc-button.fc-button-primary {
    background: #3B6FC9;
    border: #bbddff;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active {
    background: #4582EC;
    border: #4582EC;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    padding-left: 1rem;
}

button.fc-timeGridWeek-button.fc-button.fc-button-primary {
    background: #4582EC;
    border: #4582EC;
}

button.fc-timeGridDay-button.fc-button.fc-button-primary {
    background: #4582EC;
    border: #4582EC;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 1rem;
}

    button.fc-prev-button.fc-button.fc-button-primary:hover, button.fc-next-button.fc-button.fc-button-primary:hover, button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active:hover, button.fc-timeGridWeek-button.fc-button.fc-button-primary:hover, button.fc-timeGridDay-button.fc-button.fc-button-primary:hover {
        background: #3B6FC9;
    }

    button.fc-prev-button.fc-button.fc-button-primary:active, button.fc-next-button.fc-button.fc-button-primary:active, button.fc-dayGridMonth-button.fc-button.fc-button-primary.fc-button-active:active, button.fc-timeGridWeek-button.fc-button.fc-button-primary:active, button.fc-timeGridDay-button.fc-button.fc-button-primary:active {
        background: #3B6FC9;
    }

.fc .fc-button:not(:disabled) {
    background: #3B6FC9 !important;
}

.fc .fc-button:focus {
    box-shadow: unset !important;
}

#calendar table th, #calendar table tr {
    background: #fff;
}

.fc .fc-daygrid-day-number {
    padding: 0.75rem !important;
    text-decoration: none;
}

.cr_listing {
    padding: 0;
}

    .cr_listing table tr th {
        color: #fff;
        background: #004890;
    }

a.fc-col-header-cell-cushion {
    text-decoration: none;
}

.appointmentEdit {
    display: flex;
    position: relative;
    align-items: center;
    width: 100px;
}

.apptEditIcon {
    color: #004890;
}

.apptEditIcon {
    color: #004890;
    width: 24px;
    height: 24px;
    font-size: 20px;
}

button.fc-dayGridMonth-button.fc-button.fc-button-primary:first-child {
    border-radius: 20px !important
}

svg.svg-inline--fa.fa-circle-check {
    color: #8CC540;
    font-size: 18px;
}

svg.svg-inline--fa.fa-flag {
    color: #FF3F3F;
    font-size: 18px;
}

svg.svg-inline--fa.fa-circle-xmark {
    color: #FF3F3F;
    font-size: 18px;
}

.apptBlock {
    background: #FF3F3F !important;
}

    .apptBlock td {
        color: #fff !important;
    }

.backBtn {
    background: #004890 !important;
    border: #004890 !important;
}

    .backBtn:hover {
        background: #003a74 !important;
        border: #003a74 !important;
    }

.cpIcon {
    width: 50px;
    height: 50px;
    background: #E4F4FF;
    border-radius: 50%;
    padding: 10px;
    margin-right: 1rem;
    border: unset;
}

    .cpIcon:focus-visible {
        outline: 0;
    }

    .cpIcon svg {
        color: #004890;
    }

    .cpIcon:hover {
        background: #004890;
    }

        .cpIcon:hover svg {
            color: #fff;
        }

.cpOption {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accptBtn {
    background: transparent;
    border: unset;
    margin-right: 1rem;
}

    .accptBtn svg {
        color: #568814 !important;
        font-size: 30px !important;
    }

.accText {
    color: #568814;
    font-size: 14px;
}

.decBtn {
    background: transparent;
    border: unset;
    text-align: center;
}

    .decBtn svg {
        color: #FF3F3F !important;
        font-size: 30px !important;
    }

.decText {
    color: #FF3F3F;
    font-size: 14px;
}

.viewBtn {
    background: transparent;
    border: unset;
    text-align: center;
}

    .viewBtn svg {
        color: #004890 !important;
        font-size: 30px !important;
    }

.viewText {
    color: #4C6990;
    font-size: 14px;
}

.viewBtn:hover {
    background-color: transparent !important; /* Override background color on hover */
}

.cpAction {
    display: flex;
    justify-content: space-between;
}

.cpTitle {
    color: #223E66;
    font-size: 18px;
    font-weight: 400;
}

.insTextarea {
    border: 2px solid #004890;
    border-radius: 7px;
    padding: 1rem;
    width: 100%;
    font-size: 16px;
}

    .insTextarea::placeholder {
        color: #9FB6D8;
        font-size: 16px;
    }

.tools {
    display: flex;
    align-items: center;
}

    .tools .toolsIcon {
        color: #004890;
        margin-right: 2rem;
        font-size: 1rem;
        border: unset;
        background: transparent;
    }

.cr_listing div#example_length, .cr_listing div#example_filter, .cr_listing div.dataTables_wrapper div.dataTables_info, .cr_listing div.dataTables_wrapper div.dataTables_paginate {
    display: none;
}


/* small calendar */
#datepicker .ui-widget-content {
    border: 1px solid #9FB6D8;
    border-radius: 16px;
    padding: 1rem;
    width: 100%;
}

#datepicker .ui-widget-header {
    border: unset;
    background: transparent;
    color: #004890;
    font-weight: 600;
}

#datepicker .ui-state-default, .ui-widget-content .ui-state-default {
    border: unset;
    background: unset;
    font-weight: 500;
    color: #454545;
    display: flex;
    justify-content: center;
    align-items: center;
}

#datepicker .ui-datepicker th {
    font-weight: 600;
}

#datepicker .ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_444444_256x240.png);
}

button#btnSaveSpecialty {
    float: right;
}

.uploadBtn {
    position: absolute;
    top: 0;
    right: 60px;
    background: #004890;
    padding: 7px 9px;
    border-radius: 7px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}

.fileUpload {
    position: relative;
}

.services > input[type='file'] {
    position: absolute;
    top: 0;
    right: 60px;
    width: 50px;
    height: 50px;
    opacity: 0;
}

#addNewService, #editAddSplBtn {
    position: absolute;
    top: 0;
    right: 0;
}

#sDelBtnDynamic {
    position: absolute;
    top: 0;
    right: 0;
}

.up {
    height: 50px;
    width: 50px;
}

/*.uploadIcon {
    background: #004890;
    padding: 13px 10px;
    border-radius: 7px;
    color: #fff;
    font-size: 24px;
}
.upload_btn {
    position: absolute;
    top: 0;
    right: 60px;
}

span#file-chosen {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 130px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}*/
/* ------------ */
/*.language .lngselected {
    position: relative;
    background: #F2F6FE;
    border: 1px solid #D9E6FF;
    border-radius: 16px;
    width: 160px;
    height: 55px;
    padding: 1rem;
    display: flex;
    float: right;
    margin: 12px 16px 0 0;
    align-items: center;
    cursor: pointer;
}

    .language .lngselected input:hover {
        cursor: pointer;
    }

.language input:focus-visible {
    outline: 0;
}

.option1, .option2 {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 3px 6px #00489029;
    width: 160px;
    position: absolute;
    cursor: pointer;
    top: 4.5rem;
    list-style-type: none;
    padding: 1rem;
}

.lngselected input {
    background: transparent;
    border: 1px solid transparent;
    color: #004890;
    font-weight: 500;
}

    .lngselected input::placeholder {
        color: #004890;
        font-weight: 500;
    }

.lngselected::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #34495e;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 16px;
    top: 20px;
    z-index: 1;
    transform: rotate(-45deg);
}

.lg_spanish, .lg_english {
    margin-right: 1rem;
}

.language {
    float: right;
}
*/
.cstmroundbtn {
    border-radius: 17px;
    padding: 4px 15px;
}

.uImagecstm {
    width: 50px;
    height: 45px;
    position: absolute;
    right: 60px;
    top: 0;
}

    .uImagecstm img {
        width: 100%;
        height: 50px;
        object-fit: cover;
        border-radius: 10px;
    }

.serviceInputcstm {
    padding: 0 !important;
}

    .serviceInputcstm .sName {
        margin-right: 0;
        width: 100%;
        border-radius: 10px;
        padding: 10px;
    }

.Hospital h6 {
    position: absolute;
    color: #80C820;
}

.Hospital h5 {
    position: absolute;
    bottom: 0px;
    font-size: 14px !important;
}

.Hospital.header-heading * {
    cursor: default !important;
}

table#example tbody tr td:nth-child(4) p {
    text-wrap: wrap;
    max-width: 570px;
}

ul#ui-id-1 {
    z-index: 9000;
}

select[disabled] {
    background-image: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*29/03/2024*/
.appointment-datepiker {
    display: none;
}
/* CSS for the loader element */
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* background-color: rgba(255, 255, 255, 0.8);*/
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

/*08/05/2024*/

.version-outer {
    position: absolute;
    right: 15px;
    top: 10px;
}

    .version-outer h6 span {
        color: #004890;
    }

    .version-outer h6 {
        color: #80c820;
    }

.hospimg-label label {
    padding-top: 0px;
}
/*01/07/2024*/
.patient-listing {
    position: relative;
}

.patient-left {
    text-align: end;
}

    .patient-left button {
        padding: 8px 20px;
        border-radius: 7px;
        font-size: 16px;
        background-color: #8cc540;
        border: none;
        font-weight: 500;
        color: #141313;
    }

.patient-editbtn button {
    border-radius: 8px;
    margin-bottom: 10px;
    border: none;
    color: #004890;
    font-size: 20px;
    position: absolute;
    right: 6px;
    top: 4px;
    width: 30px;
    height: 30px;
}

.registration-pdfadd {
    width: 200px;
    text-align: end;
}

.edit-mode {
    display: none; /* Hide edit mode by default */
}

.setting-button {
    border-radius: 8px;
    margin-bottom: 10px;
    border: none;
    color: #004890;
    font-size: 20px;
    position: absolute;
    right: 6px;
    top: 4px;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.btnAddUser {
    color: #141313;
    background: #8CC540;
    border-radius: 7px;
    border-color: #8CC540;
    font-weight: 500;
    margin-right: 10px
}

    .btnAddUser:hover {
        color: #141313 !important;
        background: #73AC26 !important;
        border-color: #73AC26 !important;
    }
/*12/07/2024*/
.appointmentslot-outer {
    height: 620px;
}

.patientfirst-input input {
    width: 100%;
    max-width: calc(100% - 30px);
}
/*30-08-2024*/
.hospuser-outer {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}

.hospuser-inner label {
    font-size: 16px;
    width: 150px;
    color: #0c0c0c;
}

.hospuser-inner {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 100%;
}

    .hospuser-inner label {
        font-size: 16px;
        color: #b4b4b4;
        width: 170px
    }

    .hospuser-inner span {
        font-size: 14px;
        color: #0c0c0c;
        /*width: 170px*/
    }

.hospuser-btn {
    /*display: flex;
    justify-content: space-around;
    gap: 15px;
    flex-wrap: wrap;*/
    height: 100%;
}

    .hospuser-btn button {
        margin: 0px;
        padding: 10px
    }

.reasoncacele-modal .modal-dialog {
    max-width: 500px !important;
}

.weekDays-display {
    display: flex;
    justify-content: space-between; /* Adjust as needed for spacing */
    flex-wrap: wrap; /* Allows wrapping if needed */
    border: unset !important;
    background: unset !important;
}

.week-day {
    margin-right: 20px; /* Add space between the days */
    border-radius: 6px;
    background: #fff;
    height: 40px;
    width: auto;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    min-width: 90px;
    margin: 5px;
    box-shadow: 0px 8px 24px #00489029;
}

.unavailable-slot {
    color: red; /* Change to light red if needed */
    opacity: 0.6; /* Optional: make it slightly transparent */
    text-decoration: line-through; /* Optional: strike-through text */
}

.space-left {
    margin-left: 10px; /* Adjust as needed */
}

.imagingCard p {
    white-space: nowrap; /* Prevent text from wrapping to the next line */
    overflow: hidden; /* Hide the overflowing text */
    text-overflow: ellipsis; /* Add an ellipsis (…) for truncated text */
    max-width: 100%; /* Ensure the text stays within the box */
}
/*16/10/2024*/
.scanqr-outer {
    position: relative;
    height: calc(100vh - 0px);
}

    .scanqr-outer video {
        height: calc(100vh - 7px);
        object-fit: cover;
    }

.scanqr-head {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

    .scanqr-head img:nth-child(1) {
        width: 200px;
        height: 100%;
    }

    .scanqr-head img:nth-child(3) {
        width: 150px;
        height: 100%;
    }

.QrscanBtn {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    bottom: 40px;
}

    .QrscanBtn button {
        font-size: 24px; /* Optional: adjust font size for better appearance */
        padding: 15px 90px;
        border-radius: 50px;
    }

.scanqr {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 30px;
}

    .scanqr h1 {
        font-size: 25px;
        text-align: center;
    }

    .scanqr #video {
        width: 100%;
    }

    .scanqr p {
        margin: 0;
        text-align: center;
    }

.hospitalmaster-table tbody tr td {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.valueDisplay {
    white-space: pre-wrap;
    font-size: 14px;
}

.auditlogs-modal .modal-dialog .modal-content .modal-body {
    max-height: 300px;
    overflow-y: auto;
}

.valueDisplay {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 14px;
    margin: 0;
}

/*22/10/2024*/


.tools .toolsIcon label:hover {
    cursor: pointer;
}


/*09-12-2024*/

.weekDays-selector input[type=checkbox] + label {
    width: 100%;
    max-width: 250px;
}

.cstm-label label {
    width: 100% !important;
    max-width: 230px !important;
    height: 100% !important;
    min-height: 40px;
}

div#smallVideoContainer .small-video {
    max-height: 80px;
}

.small-video {
    cursor: pointer; /* Change cursor to pointer on hover */
}
/* Container for file input and upload button */
.custom-file-upload-container {
    display: flex;
    align-items: center;
    width: 100%; /* Full width of the parent container */
}

/* Style the file input to be full-width */
.custom-file-input {
    flex-grow: 1;
    /*  padding: 10px;
        font-size: 16px;
     
        border-radius: 4px;
        background-color: #f9f9f9;
        color: #555;
        cursor: pointer;*/
    border: 2px solid #ccc;
    transition: border-color 0.3s ease;
}

    /* Hover effect for file input */
    .custom-file-input:hover {
        border-color: #007bff;
    }

/* Upload button next to file input */
#uploadButton {
    margin-left: 15px;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

/* Styling the file input box when a file is selected */
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden; /* Hide the default file button */
}

.custom-file-input::before {
    content: "Choose a file...";
    display: inline-block;
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.custom-file-input:hover::before {
    background-color: #0056b3;
}

.video-name {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

/*15/01/2025*/
.appointment-act {
    width: unset
}

    .appointment-act .appointment-act-icon {
        width: 40px;
    }

.cstmside-menu {
    height: calc(100% - 130px);
    overflow: auto;
}

    .cstmside-menu::-webkit-scrollbar {
        display: none;
    }

.header-heading {
    width: unset;
    display: unset;
    max-width: unset;
}

    .header-heading h6 {
        position: unset;
    }

    .header-heading h5 {
        position: unset;
    }

.flatpickr-calendar.open {
    max-width: 175px;
}

    .flatpickr-calendar.open .numInputWrapper {
        max-width: 50px;
    }

    .flatpickr-calendar.open .flatpickr-time input.flatpickr-minute,
    .flatpickr-calendar.open .flatpickr-time .flatpickr-am-pm {
        font-weight: 600;
    }
/*Blur reschedule slot*/
.previous-slot {
    color: gray; /* This will gray out the label text */
    background-color: #f0f0f0; /* Light gray background */
    cursor: not-allowed; /* Disable clicking */
}

.fc-popover-body {
    max-height: 350px;
    overflow-y: auto;
}
/*loader size*/
.dataTables_processing {
    width: 150px !important; /* Adjust width */
    height: 50px !important; /* Adjust height */
    font-size: 14px !important; /* Adjust text size if applicable */
    background: rgba(255, 255, 255, 0.8) !important; /* Optional: Make it less intrusive */
    border-radius: 8px !important; /* Optional: Rounded corners */
}

.close-appointment-act-icon {
    position: absolute;
    right: 40px;
}


.appointment-act-icon.view-appointment-act-icon {
    position: absolute;
    left: 0;
}

.appointment-act-icon.calender-appointment-act-icon {
    position: absolute;
    left: 40px;
}

.appointment-act-icon.download-appointment-act-icon {
    position: absolute;
    right: 0;
}

.appointment-act-icon.tick-appointment-act-icon {
    position: absolute;
    left: 80px;
}

.cstmsearch-wrapper {
    box-shadow: 0px 8px 24px #00489029;
    padding: 15px 10px;
    margin-bottom: 15px;
    align-items: center;
}
/*08/07/2025*/
.slot-table div.dataTables_wrapper div.dataTables_paginate {
    display: block;
}

/*17/07/2025*/
.video-container-outer .privacyfooter-text {
    color: #004890;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #e9effa;
    padding: 20px;
    margin: 0px;
}


.video-container {
    display: flex;
    justify-content: center;
}

    .video-container video {
        height: calc(100vh - 130px);
    }

.video-container-outer .loginLogo img {
    width: 160px;
    padding: 7px;
}

.instruction-text {
    max-width: 800px;
    margin: 0 auto 10px;
    color: #004890;
}
/*09/10/2025*/
.allpatient-table tbody tr td {
    padding: 5px;
}

    .allpatient-table tbody tr td .editBtn, .viewBtn {
        padding: 0px;
        border-radius: 4px;
        font-size: 12px;
    }

    .allpatient-table tbody tr td .deleteBtn {
        padding: 5px;
        border-radius: 4px;
        font-size: 12px;
    }

    .allpatient-table tbody tr td .apptEditIcon .svg-inline--fa {
        height: unset;
    }

    .allpatient-table tbody tr td .viewBtn svg {
        font-size: 18px !important;
        margin: 0px 2px;
    }

    .allpatient-table tbody tr td .edit-manage-user {
        padding: 5px;
    }
/*27/11/2025 to fix column width in data table*/
.dt-filename-cell {
    max-width: 150px; /* Forces the column to not exceed this width */
    word-break: break-all; /* Forces long strings to break */
    white-space: nowrap; /* Ensures text-truncate works */
    overflow: hidden;
    text-overflow: ellipsis;
}

/*09 December */
.taxOn-Btn {
    /*background: #8CC540;*/
    min-height: 50px;
}

ul.taxonMy-list {
    margin-top: 10px;
    max-height: calc(100vh - 60vh);
    overflow-y: auto;
    background: white;
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 5px;
}

ul.matchPatient-list {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    max-height: 250px;
    min-height: 100px;
    overflow-y: auto;
    background: white;
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 5px;
}

.fileChoose-col input[type="file"] {
    display: none;
}

.fileChoose-col {
    border-radius: 5px;
    border: 1px solid gainsboro;
    padding: 10px;
    min-height: 50px;
}

    .fileChoose-col label {
        background: #3085d6;
        color: white;
        padding: 2px 10px;
        border-radius: 5px;
    }
.combo-btn {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    background-color: #fff;
    text-align: left;
    position: relative;
    padding-right: 2rem;
}

.dropdown-arrow {
    position: absolute;
    right: 15px;
    top: 50%; 
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent; 
    border-right: 5px solid transparent; 
    border-top: 5px solid #333;
}
.custome-checkbox {
    display: flex;
    align-items: center; /* vertically center checkbox and text */
    gap: 5px; /* space between checkbox and text */
}

    .custome-checkbox label {
        white-space: nowrap; /* prevent breaking text to a new line */
        overflow: hidden; /* hide overflow if it still exceeds */
        text-overflow: ellipsis; /* show ... if too long */
    }

