body {
    font-family: 'Inter', sans-serif;
}
.temperature-toggle {
    cursor: pointer;
        
}


.theme-color {
    background-color: #f0f4ff;
    overflow: auto !important;
    padding: 0 !important;
}

.text-theme {
    color: #0E3A7C;
}

label {
    font-size: 14px !important;
    color: black !important;
}

.col-form-label {
    color: black !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: white !important;
    cursor: context-menu;
}
/* .main.actives{
    position: relative;
    width: calc(100% - 260px);
    left: 260px;
    transition: all .3s ease;
}
.main{
    position: relative;
    width: calc(100% - 0px);
    left: 0px;
    transition: all .3s ease;
} */
/*
.main.actives{
     transition: width 0.25s ease, margin 0.25s ease;  
    width: calc(100% - 237px);
    min-height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 250px);
    left: 250px;
    position: relative;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
}
.main{
    left: 0;
    transition: width 0.25s ease, margin 0.25s ease; 
    width: calc(100% - 0px);
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    
}
*/
.main.actives {
    left: 0;
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 0px);
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
}

.main {
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 237px);
    min-height: calc(100vh - 70px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 260px);
    left: 260px;
    position: relative;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
}
#sessionContainer{
    position:fixed;
    width:100%;
    z-index:999;
}

.offcanvas {
    position: fixed;
    max-width: 260px;
    width: 100%;
    visibility: visible !important;
    transform: none;
    background: var(--sidebar);
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    transition: all .3s ease;
    z-index: 3;
    border-radius: 0;
    margin: 0;
    background-color: white;
}

side-menu-large.offcanvas.show {
    transform: none;
}

.offcanvas.show {
    transform: translateX(-100%);
}
/* buttons */
.btn {
    width: 100%;
    background-color: #1a498f;
    outline: none;
    border: 0;
    font-size: 14px;
    line-height: 23px;
    color: white;
    box-shadow: none;
}
/*Custom select for country code*/
    .countrycode-select ~ .select2-container .select2-selection {
        background-image: url('../images/arrow-down-select.svg') !important;
        background-color: #1a498f !important;
        border-color: #1a498f !important;
        height: 100% !important;
        display:flex;
        align-items:center;
    }
    .countrycode-select ~ .select2-container .select2-selection .select2-selection__rendered {
        color: white !important;
        font-size:14px !important;
    }
    .countrycode-select ~ .select2-container,
    .countrycode-select ~ .select2-container .selection {
        height: 100% !important
    }

select {
    margin: 0 5px 0 5px;
    border-radius: 0 !important;
    padding: 7px !important;
}

    select:focus {
        margin: 0 5px 0 5px;
        border-radius: 0 !important;
        box-shadow: none !important;
        border-color: gray !important;
        color: black !important;
        background-color: white !important;
    }

    select.active:focus {
        color: rgb(0, 0, 0) !important;
    }

/*Custom Searchable dropdown (Select2) CSS*/

    select option:nth-child(1) {
        display: none !important;
    }
    .select2-results__option:first-child{
        display: none !important
    }
    .select2-container--bootstrap-5 .select2-selection {
        border-radius: 0 !important;
        border: 1px solid #969696 !important;
        box-shadow:none !important;
    }
    .select2-container--bootstrap-5 .select2-dropdown {
        border: 1px solid #969696 !important;
    }
    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        box-shadow: none !important;
    }

/*End*/

.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    color: rgb(0, 0, 0) !important;
}

.btn {
    margin: 0 5px 0 5px;
    border-radius: 0 !important;
}

    .btn:focus {
        width: 100%;
        outline: none;
        box-shadow: none;
        border-color: gray !important;
    }

input {
    border: 1px solid #969696 !important;
    border-radius: 0px !important;
    padding: 7px !important;
}

    input:focus {
        border: 1px solid #969696 !important;
        border-radius: 0px !important;
        padding: 7px !important;
    }

.form-check-input {
    border: 1px solid #969696 !important;
    border-radius: 15px !important;
    padding: 7px !important;
}

    .form-check-input:focus {
        border: 1px solid #969696 !important;
        border-radius: 15px !important;
        padding: 7px !important;
        box-shadow: none;
    }

.badge {
    background-color: white;
    color: black;
}

.badge-light {
    color: black;
}

.custome-select-btn:focus {
    outline: none;
    box-shadow: none;
}

.theme-btn {
    outline: none;
    border: 0;
    box-shadow: none;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    text-decoration: none;
    background-color: #1a498f;
}

    .theme-btn:focus {
        background-color: #1a273c;
        outline: none;
        border: 0;
        box-shadow: none;
    }

    .theme-btn:hover {
        background-color: #1a273c;
        outline: none;
        border: 0;
        box-shadow: none;
    }

.button-style-2 {
    background-color: white !important;
    color: black;
    width: 33%;
    border-radius: 21px;
}

.btn:hover {
    width: 100%;
    background-color: #1a273c;
    outline: none;
    border: 0;
    box-shadow: none;
}

.button-style-4 {
    background-color: white !important;
    color: black;
    width: 33%;
    border-radius: 21px;
    text-decoration: none;
    padding: 6px 16px;
}

    .button-style-4:hover {
        background-color: white !important;
        color: black;
        width: 33%;
        border-radius: 21px;
        text-decoration: none;
        padding: 6px 16px;
    }

.mobile-view {
    display: none;
}

@media (max-width: 576px) {

    

    .offcanvas {
    }

    .sidebar-btn {
        display: block;
        width: auto;
        z-index: 1;
        left: 0;
    }

    .camp-heading {
        position: relative;
        flex-direction: column;
    }

    .mobile-view {
        display: block;
    }

    .main {
        position: relative;
        width: calc(100% - 0px);
        left: 0px;
        transition: all .3s ease;
    }

    .profile {
        display: none;
    }

    .time-box {
        display: none;
    }

    .button-style-2 {
        background-color: white !important;
        color: black;
        width: 50%;
        border-radius: 21px;
    }

    .custome-dropdown .btn {
        background-color: white;
        color: black;
        border: 1px solid gray;
        margin: 10px 0;
    }

    .button-logout {
    }

    .notify-menu-wrapper :nth-child(1) {
        order: 0;
    }

    .notify-menu-wrapper :nth-child(2) {
        order: 0;
    }

    .notify-menu-wrapper :nth-child(3) {
        order: 1;
    }

    .table-style {
        padding: 15px 0 0 0;
        display: block;
        overflow: scroll;
    }

    .theme-radio,
    .theme-radio label {
        font-size: 12px !important;
    }

}

.custome-dropdown .btn {
    background-color: white;
    color: black;
    border: 1px solid gray;
    text-align: left;
}

.custome-dropdown .dropdown-menu {
    width: 100% !important;
}

.dropdown-menu {
    overflow-y: auto;
    max-height: calc(100vh - 300px);
}

.custome-dropdown .btn-check:active + .btn-secondary:focus, .custome-dropdown .btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus, .btn-secondary:active:focus, .custome-dropdown .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn .btn-primary {
    background-color: #1a273c;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1a273c;
    border: 2px solid;
}

.form-control {
    box-shadow: none;
    border: 2px solid #e2e2e2;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus, .btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
/*====================
Header
====================*/
.header {
    padding: 1rem 12px;
    position: relative;
    z-index: 5;
}

    .header.fixed-header {
        position: relative;
        width: 100%;
        padding: 0px;
        background-color: #1a273c;
        transition-duration: .2s;
        transition-timing-function: ease-in;
    }
/* .header.fixed-header{
    position: fixed;
    width: 100%;
    padding: 0px;
    background-color: #1a273c;
    transition-duration: .2s;
    transition-timing-function: ease-in;
} */
.navbar-custom {
    left: 0 !important;
}

.header.fixed-header .logo img {
    width: 62%;
}

.navbar-custom .nav-link i {
    color: #0e3a7c;
}

.navbar-custom .logo {
}

.menu-box {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
    width: 100%;
}

.notification-custome-dropdown {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border: 0;
    max-width: 21rem;
}

    .notification-custome-dropdown .messege-box {
        padding: 8px 0;
    }

.notify-menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

    .notify-menu-wrapper li {
        list-style: none;
    }

.notify-menu-wrapper {
}

.notify-menu-wrapper {
}

.simplebar-content {
    height: 313px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0 16px;
}

.notification-custome-dropdown .dropdown-item.active, .dropdown-item:active {
    background-color: white;
    color: black;
}

.notification-custome-dropdown .dropdown-item:focus, .dropdown-item:hover {
    background-color: white;
}

.simplebar-contentr::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 10px;
}

.simplebar-content::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.simplebar-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #ffffff;
}


.simplebar-content:hover::-webkit-scrollbar-track {
    background-color: white;
    border-radius: 10px;
}

.simplebar-content:hover::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.simplebar-content:hover::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #1A273C;
}

.simplebar-content .notify-item {
    background-color: #f3f5fb;
    border: 0;
}

    .simplebar-content .notify-item .card-body {
        padding: 5px;
    }

.simplebar-content .font-14 {
    font-size: 14px !important;
}

.simplebar-content .fw-semibold {
    font-weight: 600 !important;
}

.simplebar-content .font-13 {
    font-size: 13px !important;
}

.simplebar-content .small, small {
    font-size: .75rem;
}

.simplebar-content .h5, h5 {
    font-size: .9375rem;
}

.notification-list .notify-item {
    padding: 10px 20px;
}

.unread-noti {
}

.notify-item {
    font-size: 13px;
    color: gray;
}

.custome-notification-icon {
    background-color: white;
    border-radius: 11px;
}

.custome-notification-icon::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.noti-close-btn {
    text-decoration: none;
}

.notify-icon {
    border-radius: 50%;
    display: flex;
    padding: 10px;
    width: 34px;
    height: 34px;
    line-height: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .notify-icon i {
        font-size: 10px;
        line-height: 1;
        color: white;
    }

.account-user-avatar img {
    width: 37px;
    margin: 0 5px;
}

.profile {
    padding: 0;
}

    .profile:after {
        display: none;
    }

.account-welcome-note {
    color: black;
    font-weight: 100;
}

.account-name {
    color: black;
    font-weight: 700;
}

.time-box {
    color: #1a273c;
    list-style: none;
}

.daybox span {
    padding: 0 6px;
}

.daybox {
    display: flex;
    background-color: white;
    padding: 5px 5px;
    margin: 0 8px;
    align-items: center;
    border-radius: 10px;
}

    .daybox h6 {
        margin: 0;
        font-size: 12px;
    }

.button-logout, .button-meet {
    display: flex;
    background-color: white;
    padding: 8px 10px;
    margin: 0 8px;
    align-items: center;
    border-radius: 10px;
}

    .button-logout a, .button-meet a {
        text-decoration: none;
        color: #1a273c;
        font-weight: 600;
        font-size: 14px;
        line-height: 23px;
    }

@media (max-width: 780px) {
    .content-box {
        background-color: white;
        padding-top: 20px;
        padding-bottom: 23px;
        padding: 12px;
        border-radius: 0 0 10px 10px;
    }

    .sidebar {
        padding-top: 38px;
    }

    .header {
        background-color: #e2e7f6;
        padding: 3px 0;
    }

    .offcanvas-header .btn-close {
        display: none;
    }

    .camp-heading {
        position: relative;
        flex-direction: column;
    }

    .time-box {
        display: none;
    }

    .navbar-custom .dropdown-cm .dropdown-cm-open {
        /* right: 10px!important; */
        min-width: 20rem;
        width: 56%;
        /* left: -16rem!important;*/
    }

    .dropdown-cm-open {
    }

    .menu-box {
    }

    .account-welcome-note {
        display: none;
    }

    .account-name {
        display: none;
    }

    .button-logout, .button-meet {
        padding: 6px;
        font-size: 12px;
    }

    .navbar-custom .logo img {
        width: 97px;
    }

    .time-box {
        display: none;
    }

    .notify-menu-wrapper {
        display: flex;
    }
}
/*====================
Banner
====================*/
.banner {
    position: absolute;
    top: 0;
    background-color: #e2e7f6;
    display: block;
    width: 100%;
    z-index: -1;
    height: auto;
    min-height: 235px;
    border-radius: 0 0 4rem 4rem;
}
/*====================
End Header
====================*/

/*====================
page title
====================*/
.page-title {
    position: relative;
    display: block;
}

    .page-title .brakehumb {
        padding: 1rem 0;
        display: flex;
        align-items: center;
    }

        .page-title .brakehumb span {
            color: white;
            margin: 0 1px;
        }

        .page-title .brakehumb a {
            color: black;
            font-size: 14px;
            text-decoration: none;
        }
/*====================
page navigation
====================*/
.navigate-menu {
    display: flex;
    align-items: center;
    align-content: center;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e3e3e3;
}

    .navigate-menu a {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .navigate-menu h1 {
        color: rgb(0, 0, 0);
        margin: 0;
        font-size: 15px;
    }

    .navigate-menu a .icon {
        font-size: 20px;
        color: black;
    }

    .navigate-menu a span {
        width: 10%;
        height: 3px;
        display: block;
        position: relative;
        overflow: visible;
        background-color: #b4b4b4;
        border-radius: 15px;
        margin: 9px 0 0 0;
    }

        .navigate-menu a span.active {
            width: 50%;
            height: 3px;
            display: block;
            position: relative;
            overflow: visible;
            background-color: #f48001;
            border-radius: 15px;
            margin: 9px 0 0 0;
        }

/*====================
footer
====================*/
.branding-footer {
    padding: 15px 10px;
    height: 61px;
}

    .branding-footer a {
        color: white;
        text-decoration: none;
    }
/*====================
page content
====================*/
/*inputs*/
.theme-radio {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
}

    .theme-radio a {
        color: black;
        text-decoration: none;
        padding-right: 6px;
    }

    .theme-radio input[type="radio" i] {
    }

    .theme-radio input[type="radio"] {
        display: grid;
        place-content: center;
    }

    .theme-radio .theme-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        padding: 0;
    }

    .theme-radio input[type=radio]:checked::before {
        transform: scale(1);
    }

    .theme-radio input[type=radio]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #ffffff;
        background-color: #ffffff;
    }

    .theme-radio .form-control + .form-control {
        margin-top: 1em;
    }

    .theme-radio input[type="radio"] {
        appearance: none;
        background-color: #fff;
        margin: 0;
        font: inherit;
        color: currentColor;
        width: 1.15em;
        height: 1.15em;
        border: 0.15em solid currentColor;
        border-radius: 50%;
        transform: translateY(-0.075em);
    }

    .theme-radio input[type="radio"] {
        /* ...existing styles */
        display: grid;
        place-content: center;
        border-radius: 15px !important;
    }

        .theme-radio input[type="radio"]:checked::before {
            transform: scale(1);
        }

    .theme-radio label {
        padding: 0 15px;
    }

.content-box {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 23px;
    padding: 27px;
    border-radius: 0 0 10px 10px;
}

.nurse-wrap {
    background-color: white;
    padding-top: 0;
    overflow: auto;
    padding: 0;
    padding-bottom: 0px;
    border-radius: 0 0 10px 10px;
    height: 100%;
}

.sidebar {
    position: relative;
}

    .sidebar .overlay {
        width: 25%;
        height: 100%;
        position: absolute;
        left: 0;
        background-color: #e2e7f6;
        z-index:-1;
    }
/*administrator*/
.manage-section {
    border: 1px solid #cecece;
    border-radius: 10px;
    background-color: #ebebeb;
}

    .manage-section label {
        font-weight: 600;
        font-size: 16px !important;
    }

    .manage-section .card-head {
        padding: 15px 0px 0px 15px;
        border-bottom: 1px solid #cecece;
    }

    .manage-section .card-box .btn {
        width: auto;
        margin: 0 5px 0 5px;
        border-radius: 0 !important;
    }

    .manage-section .card-head h1 {
        font-size: 24px;
    }

    .manage-section .listing {
        margin: 0px;
        height: auto;
        max-height: 236px;
        position: relative;
        display: block;
        width: 100%;
        padding-left: 0;
        overflow: scroll;
        overflow-x: hidden;
    }

        .manage-section .listing li {
            list-style: none;
            background-color: #ffffff;
            margin: 11px 0;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-content: center;
            align-items: center;
            flex-direction: row;
            flex-wrap: wrap;
        }

            .manage-section .listing li .tag-name {
                font-size: 12px;
            }

            .manage-section .listing li .card {
                font-size: 14px;
                width: calc(50% - 140px);
                padding: 10px 10px;
                background-color: transparent;
                border: 0;
                border-radius: 0 !important;
                border-left: 1px;
                border-color: #dcdcdc;
                border-style: solid;
                margin: 4px 0;
            }

            .manage-section .listing li a {
                color: white;
                text-align: center;
                background-color: #1a498f;
                padding: 8px;
            }

    .manage-section .listing-2 {
        margin: 0px;
        height: auto;
        max-height: 80px;
        position: relative;
        display: block;
        width: 100%;
        padding-left: 0;
        overflow: scroll;
        overflow-x: hidden;
    }

        .manage-section .listing-2 li {
            list-style: none;
            display: flex;
            padding: 5px 10px;
            background-color: #f1f1f1;
            margin: 6px 0;
            border-radius: 5px;
            justify-content: space-between;
        }

        .manage-section .listing-2 h3 {
        }

        .manage-section .listing-2 a {
            text-decoration: none;
            color: black;
        }

        .manage-section .listing::-webkit-scrollbar-track, .manage-section .listing-2::-webkit-scrollbar-track {
            background-color: rgba(255, 255, 255, 0);
            border-radius: 10px;
        }

        .manage-section .listing::-webkit-scrollbar, .manage-section .listing-2::-webkit-scrollbar {
            width: 7px;
            background-color: #f5f5f500;
        }

        .manage-section .listing::-webkit-scrollbar-thumb, .manage-section .listing-2::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #ffffff00;
        }


        .manage-section .listing:hover::-webkit-scrollbar-track, .manage-section .listing-2:hover::-webkit-scrollbar-track {
            background-color: white;
            border-radius: 10px;
        }

        .manage-section .listing:hover::-webkit-scrollbar, .manage-section .listing-2:hover::-webkit-scrollbar {
            width: 7px;
            background-color: #F5F5F5;
        }

        .manage-section .listing:hover::-webkit-scrollbar-thumb, .manage-section .listing-2:hover::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: #1A273C;
        }

.custom-file {
    position: relative;
    display: flex;
}

    .custom-file input {
        box-shadow: none;
        border: 1px solid #e2e2e2;
        padding: 5px 12px;
        border-radius: 5px 0px 0px 5px;
    }

        .custom-file input:focus {
            box-shadow: none;
            border-color: #1a273c;
        }

    .custom-file .custom-file-label {
        padding: 5px 12px;
        background-color: #1a273c;
        color: white;
        margin: 0;
        left: 0;
        border-radius: 0 5px 5px 0;
        text-align: center;
    }

    .custom-file input[type=file]::file-selector-button {
        /* Add properties here */
        border: 0;
        opacity: 0;
        display: none;
    }
/* bg-theme*/
.bg-theme {
    background-color: #e2e7f6;
}
/*widgets*/
/*widget-title-box-1*/

.widget-title-box-1 {
    padding: 29px;
    text-align: center;
}

    .widget-title-box-1 h1 {
        color: #1a498f;
        font-weight: 700;
        margin: 20px 0;
    }

    .widget-title-box-1 h3 {
        color: black;
        font-size: 17px;
    }

.processing-overoad {
    position: relative;
    padding: 12px;
}

    .processing-overoad span {
        padding: 0 15px 0 0;
        font-weight: 500;
        /* font-size: 18px; */
        width: 153px;
        text-align: left;
        overflow: hidden;
    }

    .processing-overoad .overlay {
        background: linear-gradient(0deg, #1A273C 28.66%, rgba(26, 39, 60, 0.63) 135.82%);
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        margin: 0 auto;
        left: 0;
    }

    .processing-overoad .progress {
        background-color: #00000005;
        color: black;
        margin: 0 0 10px 0;
        display: flex;
        /* height: 16px; */
        border-radius: 31px;
        align-items: center;
    }

        .processing-overoad .progress .theme {
            background-color: #1a498f;
            background-image: none;
            border-radius: 17px;
            height: 7px;
            left: 0;
        }

.banner-camp-wrap {
    position: relative;
}

    .banner-camp-wrap img {
        border-radius: 15px;
    }

.camp-heading {
    position: absolute;
    bottom: 0;
    padding: 10px 42px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .camp-heading ul {
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .camp-heading li {
        list-style: none;
        padding: 0;
    }

    .camp-heading h3 {
        color: white;
        font-size: 16px;
    }

    .camp-heading h1 {
        color: white;
        font-size: 16px;
    }

    .card-theme-box {
        background-color: #F1F1F1;
        min-height: 197px;
    }
    .fixedColumn td:first-child {
        position: sticky;
        left: 0;
        background-color: white;
        z-index: 9;
    }

    .fixedColumn th:first-child {
        position: sticky !important;
        left: 0;
        z-index: 9;
        background-color: white;
    }


    .card-theme-box .card-body {
        text-align: center;
    }

    .card-theme-box h2 {
        font-size: 20px;
    }

    .card-theme-box h3 {
        font-size: 19px;
    }
/*card thme 2 style*/

.card-theme-box-type2 .card-body {
    /* background-color: #c0d9ff; */
    background-color: #ffffff;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 11px;
    border: 0;
    justify-content: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.card-theme-box-type2 .card-bg {
    background-color: #fff9f3;
    border: 0;
}

.card-theme-box-type2 .card-title {
}

.card-theme-box-type2 {
    height: 100%;
    border-radius: 15px;
    background-color: #e2e7f6;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px, rgb(0 0 0 / 30%) 0px 18px 36px -18px;
}

    .card-theme-box-type2 h2 {
        font-size: 20px;
    }

    .card-theme-box-type2 h3 {
        font-size: 19px;
    }

    .card-theme-box-type2 h1 {
        font-size: 30px;
        position: relative;
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: center;
    }

    .card-theme-box-type2 span {
        font-size: 15px;
    }

    .card-theme-box-type2 .color-green {
        color: #000;
    }

    .card-theme-box-type2 .color-white {
        color: #000;
    }

    .card-theme-box-type2 .color-black {
        color: rgb(0, 0, 0);
    }

    .card-theme-box-type2 .color-red {
        color: rgb(255, 0, 0);
    }

    .card-theme-box-type2 .col {
        color: #000;
        display: flex;
        font-size: 14px;
        flex-direction: column;
    }

    .card-theme-box-type2 .card-body a {
        background-color: #1a498f !important;
        border-radius: 100px !important;
        color: white !important;
    }
/*tabs*/

.que-box {
    background-color: #e2e7f6;
    height: 100vh;
    position: relative;
    margin: 0;
    overflow:hidden;
    overflow-y:scroll;
    width: 100%;
}

.Patient-detail-box {
    text-align: left;
    display: flex;
    align-items: center;
}

    .Patient-detail-box .camp-name-nurse {
        padding: 6px;
        margin: 0 0 0 15px;
        background-color: #E2E2E2;
    }

    .Patient-detail-box h3 {
        font-size: 24px;
        margin: 0;
    }

    .Patient-detail-box h4 {
        font-size: 15px;
        margin: 0;
    }

    .pationet-que-heading {
        text-align: center;
        background-color: #e2e7f6;
    }
    .pl-0s{
        padding-left:0!important;
    }
    .pationet-que-heading h1 {
        font-size: 16px;
        color: black;
        padding: 22px 0px;
        margin: 0;
    }
.clickbtn {
    text-decoration: underline !important;
    color: #1a498f !important;
}
/*patient-detail-widget*/
.patient-detail-widget {
}

    .patient-detail-widget h3 {
        font-size: 15px;
        margin: 0;
    }
    .patient-detail-widget .boldh3 {
        font-size: 13px;
        margin: 0;
        font-weight: 700;
        padding-right: 8px;
    }
.camp-styleC h6{
    margin:0;
    font-weight: 700;
}

.vitals-unit-w, .input-group-text {
    width: 82px;
}
.patient-detail-widget h1 {
    font-size: 15px;
    margin: 0;
}
.patient-detail-widget select ~ span,
.patient-detail-widget select ~ .select2 span {
    margin: 0 !important;
}
.patient-detail-widget span {
    font-size: 15px;
    font-weight: 500;
    margin: 0 16px;
}

    .patient-detail-widget ul {
        padding: 0;
        margin: 0;
    }

    .patient-detail-widget li {
        list-style: none;
        display: flex;
        margin: 0 23px 0 0;
        border-right: 1px solid #00000029;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    .patient-detail-widget .box {
    }

    .patient-detail-widget .list-style-patient {
        display: flex;
    }

.theme-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #b3c4f5;
}

.theme-tab .nav-pills .nav-link {
    border-bottom: 1px solid #00000052;
    padding: 14px 14px;
    color: black;
}

.theme-tab .accordion-button {
    background-color: #BBCFF4;
    padding: 11px;
}

.theme-tab .accordion-item {
    background-color: #D7E5FF;
    margin-bottom: 10px;
}

.theme-tab .accordion-button:focus {
    z-index: 3;
    border-color: #86b6fe00;
    outline: 0;
    box-shadow: none;
}

.theme-tab .accordion-button:not(.collapsed) {
    color: black;
}

.theme-tab .accordion-body {
}

@media (max-width: 980px) {
    .dropdown-menu {
        overflow-y: auto;
        max-height: calc(100vh - 150px);
    }

    .camp-heading {
        position: relative;
        flex-direction: column;
    }

        .camp-heading ul {
            justify-content: space-between;
        }

    .banner {
        min-height: 203px;
    }

    .camp-heading li {
        justify-content: space-between;
        padding: 6px;
    }

    .que-box {
        /*background-color: #1A273C;*/
        background-color: #e2e7f6;
        height: 240px;
        position: relative;
        overflow: scroll;
        display: block;
    }

    .navigate-menu {
        display: flex;
        justify-content: center;
    }

    .sidebar .overlay {
        display: none;
    }
}

.widget-doctor-list {
}

    .widget-doctor-list ul {
        display: flex;
    }

    .widget-doctor-list ul {
        padding: 0;
        margin: 0;
        text-decoration: none;
    }

    .widget-doctor-list li {
        list-style: none;
        text-decoration: none;
        padding: 7px;
    }

    .widget-doctor-list h3 {
        font-size: 16px;
        margin: 0;
        text-decoration: none;
    }

    .widget-doctor-list h2 {
        font-size: 20px;
        margin: 0;
        text-decoration: none;
    }

.end-camp {
    background-color: #dedede;
}

.table-style {
    padding: 15px 0 0 0;
    display: block;
    overflow-y: hidden !important;
}
    /*location dropdown*/
    .table-style .location-dropdown {
        color: black;
    }
    /*location dropdown*/
    .table-style a {
        color: black;
        text-decoration: none;
        position: relative;
    }

    .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        background-color: #d0d0d0 !important;
        color: white !important;
    }

        .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current,
        .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            background-color: #1a498f !important;
            color: white !important;
        }

    .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        background-color: #d0d0d0 !important;
        color: white !important;
    }

        .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
        .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
        .table-style .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            background-color: #1a498f !important;
            color: white !important;
        }

.d-nonw {
    display: none;
}

.forzero-page {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

    .forzero-page a {
        background-color: #00b48c;
        color: white;
        border-radius: 46px !important;
    }

    .forzero-page .card {
        border-radius: 17px;
        padding: 0px 38px;
    }

    .forzero-page a:hover {
        background-color: #00b48c !important;
        color: white !important;
    }

    .forzero-page .text {
        font-size: 18px;
        color: #1a273d;
        padding: 30px 0 0 0;
        font-weight: 400;
        text-transform: capitalize;
    }

.login {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.login-wrap {
    background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='87' height='50.232' patternTransform='scale(2) rotate(30)'><rect x='0' y='0' width='100%' height='100%' fill='hsl(224deg 44% 92%)'/><path d='M0 54.424l14.5-8.373c4.813 2.767 9.705 5.573 14.5 8.37l14.5-8.373V29.303M0 4.193v16.744l-14.5 8.373L0 37.68l14.5-8.374V12.562l29-16.746m43.5 58.6l-14.5-8.37v-33.49c-4.795-2.797-9.687-5.603-14.5-8.37m43.5 25.111L87 37.67c-4.795-2.797-24.187-13.973-29-16.74l-14.5 8.373-14.5-8.37v-33.489m72.5 8.365L87 4.183l-14.5-8.37M87 4.183v16.745L58 37.673v16.744m0-66.976V4.185L43.5 12.56c-4.795-2.797-24.187-13.973-29-16.74L0 4.192l-14.5-8.37m29 33.484c4.813 2.767 9.705 5.573 14.5 8.37V54.42'  stroke-linecap='square' stroke-width='0.5' stroke='hsl(0deg 0% 83%)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-16,-60.928)' fill='url(%23a)'/></svg>")
}

.login-box {
    padding: 37px;
    background-color: white;
    border-radius: 12px
}

    .login-box .forgot-password {
        font-size: 14px;
        color: #f98b11;
    }

.logo-login {
    margin: 0 auto;
    text-align: center;
    display: flex;
    padding: 15px;
}

.login .btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*Vital information Sethoscope tab*/
/* Style for the tab links */
.nav-tabs .nav-link {
    font-size: 18px; /* Medium text size for a cleaner look */
    font-weight: 600; /* Semi-bold text for better readability */
    color: #495057; /* Default text color */
    background-color: #ffffff; /* White background for a cleaner appearance */
    border: 1px solid #ced4da; /* Subtle border */
    border-radius: 0.375rem; /* Slightly rounded corners for a modern feel */
    padding: 30px 40px; /* Balanced padding for a professional layout */
    width: auto; /* Automatic width to fit content */
    min-width: 150px; /* Maintain a reasonable minimum width */
    text-align: center; /* Center the text */
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease; /* Smooth and subtle transition */
}

    /* Style for active tab (selected tab) */
    .nav-tabs .nav-link.active {
        color: white; /* White text for contrast */
        background-color: #0d6efd; /* Professional blue background */
        border-color: #0d6efd; /* Border matching the background */
    }

/* Style for the tab content */
.tab-content p {
    font-size: 16px; /* Medium text size for better content readability */
    font-weight: 500; /* Balanced weight for text content */
}



.sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
}

.sidebar .nav-link {
    font-weight: 500;
    color: var(--bs-dark);
    font-size: 16px;
    width: 100%;
    padding: 10px 0px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ebebeb;
}

    .sidebar .nav-link .icon-menu {
        padding: 0 18px 0 0;
    }

    .sidebar .nav-link .arrow-icon {
        position: absolute;
        right: 0;
    }

    .sidebar .nav-link[collapsed="true"] {
        background-color: #dedede;
    }
/* .sidebar .nav-link .arrow-icon{
    color: #000000;
    transform: rotate(180deg);
    transition-duration:.3s;
}
.sidebar .nav-link.collapsed .arrow-icon{
    color:
    #FF9800;
    transform: rotate(360deg);
    transition-duration:.3s;
} */
.sidebar li .submenu.show {
    background-color: #e9e9e9;
    border-radius: 7px;
    transition-duration: 0.2s;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-right: 1rem;
}

.sidebar .nav-link:hover {
    color: #f98505;
}

.sidebar-btn {
    margin: 0px 15px;
    background-color: #1a498f !important;
    padding: 6px 14px;
    font-size: 20px;
}

    .sidebar-btn:hover {
        margin: 0px 15px;
        background-color: #111b2a !important;
        padding: 6px 14px;
        font-size: 20px;
    }

.offcanvas-header .offcanvas-title img {
    width: 100px;
}

.successful-register i {
    font-size: 33px;
    color: #1a498f;
}

.successful-register h3 {
    font-size: 22px;
}

.togg {
}

    .togg .form-switch .form-check-input:checked {
    }

        .togg .form-switch .form-check-input:checked.bs {
        }

    .togg .camp-view-text-color {
        color: #ababab;
    }

    .togg .manage-view-text-color {
        color: #fc8908;
    }

    .togg .camp-view-text-color.active-one {
        color: #fc8908;
    }

    .togg .manage-view-text-color.active-two {
        color: #ababab
    }

.form-check-input:checked {
    background-color: #1a498f !important;
}

.select-search-box .btn {
    width: 100% !important;
}

.select-search-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.select-search-box .bootstrap-select .dropdown-toggle:focus, .select-search-box .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    border: 0 !important;
    outline: 0 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0 !important;
    background-color: white;
}

.bootstrap-select .dropdown-menu {
    /*     width:calc(100% -100%); */
    width: 100% !important;
}

@media (min-width: 1400px) .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1680px;
    }
}

.color-red.form-check-input:checked {
    background-color: red !important;
}

.color-green.form-check-input:checked {
    background-color: green !important;
}

.banner.min-h-100 {
    min-height: 262px;
}


@media screen {
    #printSection {
        display: none;
    }
}

.card-design .card {
    border: 0;
}

.card-design .card-body {
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid rgb(225, 225, 225);
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.card-design table {
    border: 0;
}

.card-design .modal-content {
    border: 0;
}

.card-design td {
    padding: 0;
    font-size: 15px;
    border-bottom-width: 0;
}

.card-design .bold-text-card {
    font-weight: 700;
    font-size: 12px !important;
}

.card-design label {
    font-size: 12px !important;
}

.card-design .id-card-profile {
    border-radius: 23px;
    border: 4px solid #144d92;
}

.card-design .backside-idcard p {
    font-size: 10px;
    color: #144d92;
    margin: 0;
}

.card-design li {
    padding: 0;
}

.card-design .backside-idcard img {
    border-radius: 15px;
}
/*bar code size*/
.barcodeSize {
    width: 90px;
    height: 40px;
}

@media print {
    @page {
        width: 100%;
        size: 80mm 100mm;
        margin: 1px 1px 1px 1px;
        display: table-cell;
        position: relative;
        vertical-align: middle;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
}
@media print {
    .card-design .id-card-profile {
        border-radius: 23px;
        border: 4px solid #144d92;
    }

    .card-design .backside-idcard p {
        font-size: 9px;
        color: #144d92;
        margin: 0;
    }

    .card-design .backside-idcard img {
        border-radius: 15px;
    }

    .card-design li {
        padding: 0;
    }

    .card-design .card-body {
        border-radius: 16px;
        background-color: #ffffff;
        border: 1px solid rgb(225, 225, 225);
        flex-direction: column;
        display: flex;
        justify-content: space-between;
    }

    .card-design .bold-text-card {
        font-weight: 700;
        font-size: 9px !important;
    }

    .card-design label {
        font-size: 9px !important;
    }

    .card-design .card {
        border: 0;
       /* height: 256px !important;*/
    }

    .card-design td {
        padding: 0;
        font-size: 9px;
        border-bottom-width: 0;
    }

    .card-design .modal-content {
        border: 0;
    }

    .card-design table {
        border: 0;
    }

    .modal-footer {
        display: none;
    }

    .offcanvas-start {
        display: none;
    }

    body * {
        visibility: hidden;
    }
    /* width */
    ::-webkit-scrollbar {
        width: 0px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #fff;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #fff;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: transparent;
        }
    html, body {
        height:100%;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }
    .page-break {
        display: block;
        page-break-before:  always;
         
    }
    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}

#volunter-table_wrapper .dataTables_paginate {
    display: none;
}

#volunter-table_wrapper .dataTables_info {
    display: none;
}

#volunter-table_wrapper .odd {
    display: none;
}

#pageBtns {
    display: flex;
    justify-content: end;
}

#otoscopeid .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
