@import "https://code.highcharts.com/dashboards/css/dashboards.css";

/* Define CSS variables for light and dark themes */
:root {
    --bs-body-bg: #fff;
    --bs-body-color: #212529;
    --bs-body-bg-dark: #0B1E39;
}

/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F3F3F3;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F3F3F3;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0082C6;
}

rect.highcharts-background {
    fill: #ffffff;
}

html {
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
    background-color: var(--bs-body-bg);
}


div#:0.targetLanguage span:nth-child(2) {
    display: none;
}

.text-green {
    color: #31CA68 !important;
}

.text-red {
    color: #ff0000 !important;
}

.form-check-input:checked {
    background-color: #0281CA;
    border-color: #0281CA;
}

.w-75 {
    width: 75%;
}

.badge {
    padding: 8px 8px;
    background-color: #EB9429 !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
}

/* BUTTONS */
.btn {
    padding: 7.5px 12px;
    line-height: normal;
    display: flex;
    gap: 8px;
}

    .btn i {
        font-size: 18px;
    }

.btn-primary {
    background: #ffffff;
    border: 1px solid rgba(0, 129, 198, 83%);
    font-size: 14px;
    font-weight: 500;
    color: #0082C6;
    border-radius: 8px;
}

    .btn-primary:hover {
        background: #0082C6;
        border: 1px solid #0082C6;
        font-size: 14px;
        color: #fff;
    }

.btn-secondary {
    background: #E6E6E6;
    border-color: #E6E6E6;
    font-size: 14px;
    color: #272727;
    border-radius: 3px;
}

    .btn-secondary:hover {
        background: #5c636a;
        border-color: #5c636a;
        font-size: 14px;
        color: #fff;
        border-radius: 3px;
    }

/* Active button state override */
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    background-color: #0082C6 !important;
    color: #ffffff !important;
    border-color: #0082C6 !important;
}

    /* Active button icon color */
    .btn-check:checked+.btn i,
    .btn.active i,
    .btn.show i,
    .btn:first-child:active i,
    :not(.btn-check)+.btn:active i {
        color: #ffffff !important;
    }

/*
    THEME LIGHT/DARK MODE
*/
.theme-select-box {
    width: 56px;
    background: transparent;
    border-radius: 8px;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
}

    .theme-select-box i.ti-sun-high {
        color: #eb9429;
    }

    .theme-select-box .btn-color-theme {
        border: 0;
        background: transparent;
    }

.btn-color-theme i {
    width: 25px !important;
    height: 25px !important;
}

.theme-select-box .dropdown-menu {
    overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 8px;
    background-color: #F5FAFD;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

    .theme-select-box .dropdown-menu a {
        display: flex;
        align-items: center;
        color: #272727;
        width: 100% !important;
        font-size: 14px;
        padding: 6px 10px !important;
        border-bottom: 1px solid #D5D9DC;
    }

        .theme-select-box .dropdown-menu a.active {
            background: #f8f9fa;
            color: #0082c8;
        }

        .theme-select-box .dropdown-menu a i {
            font-size: 20px;
            margin: 0 6px 0 0;
            color: #272727;
        }

        .theme-select-box .dropdown-menu a:hover {
            background: #f8f9fa;
            color: #0082c8;
        }

        .theme-select-box .dropdown-menu a.active i {
            color: #0082c8;
        }

        .theme-select-box .dropdown-menu a:hover i {
            color: #0082c8;
        }

.btn-secondary {
    border-color: #E6E6E6;
    background: #E6E6E6;
    font-size: 15px;
    color: #272727;
}

.title-md {
    font-family: inherit;
    font-size: 19px;
    font-weight: 600;
}

.quick-link-wrapper {
    margin: 25px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

    .quick-link-wrapper .btn {
        padding: 7.5px 15px;
        line-height: normal;
    }

    .quick-link-wrapper .btn-primary {
        background: transparent;
        border: 2px solid #0082C6;
        font-size: 16px;
        color: #0082C6;
        border-radius: 50px;
    }

.tip-box {
    padding: 20px 20px;
    background: #fff;
    border-radius: 10px;
}

    .tip-box h5 {
        font-size: 16px;
        font-weight: 600;
        color: #EB9429;
    }

    .tip-box p {
        margin: 15px 0 0 0;
        font-size: 16px;
        font-weight: 400;
    }

        .tip-box p strong {
            font-weight: 500;
            color: #0082C6;
        }

/*
    LOGIN SIGNUP
*/
.login-screen .theme-select-box {
    position: absolute;
    display: block;
    top: 11px;
    right: 0;
}

.light-theme {
    display: block;
}

.dark-theme {
    display: none;
}

.login-screen {
    margin: 0;
    padding: 0 7%;
    width: 100%;
    height: 100vh;
    position: relative;
    background: #0168A9;
    background: -webkit-linear-gradient(49deg, rgba(1, 104, 169, 1) 8%, rgba(8, 125, 199, 1) 51%, rgba(41, 164, 242, 1) 68%, rgba(41, 164, 242, 1) 84%, rgba(41, 164, 242, 1) 100%);
    background: -moz-linear-gradient(49deg, rgba(1, 104, 169, 1) 8%, rgba(8, 125, 199, 1) 51%, rgba(41, 164, 242, 1) 68%, rgba(41, 164, 242, 1) 84%, rgba(41, 164, 242, 1) 100%);
    background: linear-gradient(49deg, rgba(1, 104, 169, 1) 8%, rgba(8, 125, 199, 1) 51%, rgba(41, 164, 242, 1) 68%, rgba(41, 164, 242, 1) 84%, rgba(41, 164, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0168A9", endColorstr="#29A4F2", GradientType=0);
    /* background-image: url(../images/login-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; */
    z-index: 0;
    position: relative;
}

    .login-screen::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background-image: url(../images/login-layout/login-bg-shape.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
    }

.login-caption h1 {
    margin: 20px 0 0 0;
    padding: 0;
    font-family: 'Poppins';
    font-size: 54px;
    font-weight: 300;
    color: #272727;
}

    .login-caption h1 span {
        font-weight: 700;
        color: #FE0000;
    }

.login-caption p {
    font-family: 'Poppins';
    font-size: 38px;
    font-weight: 300;
    color: #272727;
}

.loginbox {
    margin: auto;
    text-align: center;
    max-width: 654px;
    display: flex;
    flex-direction: column;
}

    .loginbox .logo {
        margin: auto;
        max-width: 359px;
        height: 105px;
    }

    .loginbox .login-content {
        margin: auto;
        max-width: 340px;
    }

.login-form {
    margin: 25px 0 0 0;
    padding: 35px 35px;
    max-width: 100%;
    height: 100%;
    background-color: #fff;
    color: #949494;
    box-shadow: 0 0 4px rgba(2, 129, 202, 24%);
    border-radius: 35px;
}

.login-content h3 {
    margin: 0 0 5px 0;
    font-family: inherit;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
}

.login-content p {
    margin: 0 0;
    font-family: inherit;
    font-size: 16px;
    color: #000000;
}

.form-filed {
    margin: 45px 0 0 0;
    padding: 0;
}

    .form-filed .input-group-text {
        background: transparent;
        border-right: 0;
    }

        .form-filed .input-group-text i {
            font-size: 26px;
            color: #0281CA;
            font-weight: 300;
        }

    .form-filed .form-control {
        padding: 9px 12px;
        border-color: #DEE2E6;
        border-left: 0;
        font-family: 'Poppins';
        font-size: 16px;
        color: #000000;
    }

        .form-filed .form-control::placeholder {
            font-weight: 400;
            color: #ADB5BD;
            line-height: 1;
        }

.form-remember {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

    .form-remember div {
        display: flex;
        justify-content: space-between;
    }

.login-form .btn.btn-primary {
    padding: 9px 15px;
    font-family: inherit;
    font-size: 16px;
    height: 45px;
    background: #0281CA;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-remember a {
    font-size: 14px;
    color: #0082C8;
    text-decoration: none;
}

.form-remember label {
    margin: 0 0 0 8px;
    color: #212529;
    font-size: 14px;
}

.term-policy {
    margin: 13px auto auto;
    width: fit-content;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

    .term-policy a {
        text-decoration: dotted underline;
        color: #0281CA;
    }

span.bottom-text {
    margin: 25px auto auto;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

    span.bottom-text a {
        color: #FBE64D;
        text-decoration: dotted underline;
        font-weight: 400;
    }

.login-slider {
    margin: 0;
    max-width: 556px;
    height: 100%;
    text-align: center;
}

.slide-ttle {
    margin: 0 0 35px 0;
    padding: 0;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.carousel-item figure {
    margin: auto;
    width: 382px;
    height: 519px;
}

.login-slider .carousel.slide {
    padding: 0 0 60px 0;
}

.login-slider .carousel-indicators [data-bs-target] {
    border: 0;
    border-radius: 50px !important;
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #D0EEFF !important;
    background-clip: inherit;
}

.login-slider .carousel-indicators .active {
    background: #2CAFFE !important;
}


/*
    DASHBOARD
*/
/* TOP BAR :: END */
.top-serach-box {
    margin: 0;
    padding: 0;
    width: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .top-serach-box input {
        padding-right: 40px;
        font-size: 16px !important;
        background: #f5fafd;
        border: 0 !important;
        margin-bottom: 0 !important;
    }

        .top-serach-box input::placeholder {
            font-size: 18px;
            font-weight: 300;
            color: #868E96;
        }

.top-search-btn {
    position: absolute;
    border: 0;
    display: flex;
    align-items: center;
    right: 18px;
    background: transparent;
}

    .top-search-btn:after {
        content: '\eb1c';
        position: absolute;
        right: 0;
        display: contents;
        font-family: "tabler-icons-outline";
        font-size: 24px;
        color: #0082c8;
    }

ul.nav.top-right-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}

.top-right-nav i {
    width: 40px;
    height: 40px;
    display: block;
}

.top-right-nav li.nav-item {
    margin: 0;
    padding: 0 0 !important;
    /* width: 40px; */
    /* height: 40px; */
    display: block;
}

    .top-right-nav li.nav-item a {
        padding: 0px 0px;
        /* height: 40px;
    width: 40px; */
    }

.top-right-nav .btn {
    margin: 0;
    padding: 0;
}

.top-serach-box input::placeholder {
    font-size: 18px;
    font-weight: 300;
    color: #868E96;
}

/*.top-search-btn {
    position: absolute;
    border: 0 !important;
    display: flex;
    align-items: center;
    right: 18px;
    background: transparent;
}

    .top-search-btn:after {
        content: '';
        position: absolute;
        right: 0;
        display: block;
        width: 21px;
        height: 21px;
        background-image: url(../images/icons/icon-search.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }*/

.top-right-head {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* TOP BAR :: END */
/* DATE :: START */
.date-wrapper {
    font-family: 'Poppins';
    color: #6E6E6E;
}

    .date-wrapper #date-weekday {
        font-size: 28px;
        font-weight: 500;
        color: #272727;
        line-height: 37px;
    }

    .date-wrapper #date-month-day {
        font-size: 19px;
        font-weight: 500;
        color: #272727;
        line-height: 1;
    }

/* DATE :: END */

/* SIDEBAR NAVIGATION :: START */
#toggleSidebar {
    padding: 8px 0 8px 0;
    position: absolute;
    right: -45px;
    top: 23px;
    width: 45px;
    border-radius: 0 6px 6px 0;
}

    #toggleSidebar:focus,
    #toggleSidebar:active {
        outline: none;
        border: 0;
    }

.sidebar.toggled #toggleSidebar {
    right: -45px;
    position: absolute;
    z-index: 9999;
}

#toggleSidebar i {
    font-size: 25px;
    color: #0082c8;
}

.sidebar {
    min-height: 100vh;
    background: #fff;
    /* border-right: 1px solid #dee2e6; */
    transition: width 0.3s;
    /* box-shadow: 0 0 32px rgb(0 0 0 / 9%); */
    position: relative;
}

    .sidebar .btn-toggle-nav li a {
        padding: 8px 47px !important;
    }

    .sidebar .btn-toggle-nav {
        background: #FBFEFF;
    }

    .sidebar.toggled {
        width: 60px;
    }

    .sidebar:not(.toggled) {
        width: 284px;
        /* width: 250px; */
    }

.sidebar-nav {
    padding: 0 8px;
    width: 284px;
    /* width: 250px; */
}

.sidebar.toggled .icon-nav {
    overflow-x: hidden;
}

.sidebar a.brand-name .logo-ico {
    display: none;
}

.sidebar.toggled a.nav-link {
    padding: 17px 11px;
}

.sidebar.toggled .nav-link svg {
    margin-left: 6px;
    margin-right: 6px;
}

/* SIDEBAR NAVIGATION :: END */
/* USER PROFILE BUTTON :: START */
.profile-btn {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}

    .profile-btn ul.dropdown-menu {
        margin-top: -25px !important;
        padding-top: 26px !important;
        border-radius: 0 0 8px 8px !important;
        z-index: -1;
        background-color: #F5FAFD;
    }

.user-toggle {
    border: none;
    padding: 8px;
    width: 250px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #F5FAFD;
    box-shadow: 0 0 1px rgba(0, 130, 198, 37%);
    cursor: pointer;
    gap: 0;
}

    .user-toggle:hover {
        background: #fff;
        border: 1px solid #F5FAFD;
        box-shadow: 0 0 1px rgba(0, 130, 198, 37%);
        cursor: pointer;
    }

    .user-toggle.btn.show {
        background: #fff;
        border: 1px solid #F5FAFD;
    }

    .user-toggle img.rounded-circle.me-2 {
        width: 35px;
        height: 35px;
        background: #f1f1f1;
    }

    .user-toggle:focus {
        box-shadow: none;
        border: 1px solid #F5FAFD;
    }

span.user-pic {
    position: relative;
}

.user-info {
    line-height: 1;
    font-family: poppins;
}

    .user-info .profile-name {
        font-family: 'Poppins';
        font-size: 16px;
        font-weight: 600;
        color: #272727;
    }

    .user-info small {
        font-size: 12px;
        color: #737373;
    }

.user-pic .status-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #47F200;
    border-radius: 50%;
    margin-right: 4px;
    position: absolute;
    bottom: -1px;
    right: 1px;
    border: 2px solid #fff;
}

.profile-btn .dropdown-menu {
    width: 100%;
    border: none;
}

.profile-btn .dropdown-item {
    font-size: 13px;
    padding: 5px 0px;
    color: #272727;
    border-bottom: 1px solid #D5D9DC;
}

    .profile-btn .dropdown-item i {
        font-size: 17px;
        color: #272727;
    }

    .profile-btn .dropdown-item:hover {
        background-color: #f5fafd;
        color: #0082c8;
    }

/*
    USER PROFILE BUTTON :: END
*/


a.brand-name {
    margin: 0;
    padding: 20px 23px 20px 22px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.brand-name .logo-full {
    width: auto;
    height: 55px;
}

.toggled a.brand-name .logo-full {
    display: none;
}

.toggled a.brand-name {
    padding: 13px;
}

.sidebar.toggled a.brand-name .logo-ico {
    display: block;
}

/* SIDE NAVBAR :: START */
.sidebar .nav-link {
    padding: 10px 22px;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #272727;
    border-radius: 8px;
    background-color: #ffffff;
    display: flex;
    cursor: pointer;
}

.sidebar a.nav-link.active,
.sidebar a.nav-link:hover {
    color: #0082C7;
    background-color: rgba(0, 130, 198, 4%);
    border-radius: 8px;
}

.sidebar .nav-link i {
    font-size: 1.63rem;
}

.sidebar .nav-link span {
    margin-left: 15px;
}

.sidebar .nav.btn-toggle-nav .nav-link {
    margin: 0 10px 0 54px;
    padding: 5px 0 4px 0 !important;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 14%);
    border-radius: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
}

    .sidebar .nav.btn-toggle-nav .nav-link:hover {
        color: #0082C6;
        background-color: transparent;
    }

    .sidebar .nav.btn-toggle-nav .nav-link:before {
        content: '\2022';
        font-size: 26px;
        line-height: 1;
        padding: 0 5px;
    }

.sidebar.collapsed .nav-link span {
    display: none;
}

.btn-toggle {
    padding: .25rem .5rem;
    font-weight: 600;
    color: var(--bs-emphasis-color);
    background-color: transparent;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(var(--bs-emphasis-color-rgb), .85);
        background-color: var(--bs-tertiary-bg);
    }

    .btn-toggle::after {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

[data-bs-theme="dark"] .btn-toggle::after {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(var(--bs-emphasis-color-rgb), .85);
}

    .btn-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
    }

.btn-toggle-nav a {
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: var(--bs-tertiary-bg);
    }

/* SIDEBAR NAVIGATION :: END */


.content {
    padding: 30px 15px 30px 50px;
    width: 100%;
    background-color: rgba(0, 130, 200, 4%);
    border-radius: 35px 0 0 35px;
    overflow-y: auto;
}

.card {
    border-radius: 10px;
    border: 0;
}

.card-header {
    background-color: transparent;
    border: 0;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}

.cd-title {
    margin: 0;
    display: flex;
    align-items: center;
}

.card-header h1 {
    margin: 0;
    font-family: inherit;
    font-size: 22px;
    color: #272727;
    line-height: normal;
}

.card-header h3 {
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    color: #272727;
    line-height: normal;
    color: #272727;
    line-height: normal;
}

.card-header i {
    margin: 0 10px 0 0;
    font-size: 24px;
    color: #0082C6;
}

/* WELCOME INFO BOX :: START */
.welcome-info {
    font-family: inherit;
    position: relative;
    display: block;
}

    .welcome-info .userName {
        font-weight: 500;
        font-size: 32px;
        color: #272727;
    }

        .welcome-info .userName span {
            font-weight: bold;
            color: #0082C6;
            border-bottom: 2px solid #EB9429;
        }

    .welcome-info .oneliner {
        margin: 28px 0 0 0;
        font-family: inherit;
        font-size: 30px;
        font-weight: 600;
        background: linear-gradient(90deg, #0082c6, #82d4ff, #82d4ff);
        background-clip: text;
        -webkit-background-clip: text;
        /* Safari/Chrome support */
        color: transparent;
        -webkit-text-fill-color: transparent;
        /* Safari support */
    }

span.last-status {
    font-size: 15px;
    font-weight: 600;
    color: #272727;
}

.top-info-wrapper {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.infoWrapper {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
}

    .infoWrapper:after {
        content: '';
        width: 1px;
        height: 100%;
        background: #dee2e6;
        position: absolute;
        right: -10px;
    }

span.iconBox {
    width: 70px;
    height: 70px;
    display: block;
    background-color: #F6F6F6;
    border-radius: 8px;
    text-align: center;
    vertical-align: text-top;
}

.iconBox svg {
    width: 70px;
    height: 70px;
    stroke: #0082C6;
}

.infoBox {
    margin: 0 0;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .infoBox span {
        font-size: 38px;
        font-weight: bold;
        line-height: 30px;
        color: #EB9429;
    }

    .infoBox h4 {
        margin: 8px 0 0 0;
        font-family: inherit;
        font-size: 20px;
        line-height: 21px;
    }

/* WELCOME INFO BOX :: END */
.notification-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 66px 28px;
}

    .notification-wrapper .noticeInfo p {
        margin: auto;
        font-size: 15px;
        color: #000;
    }

    .notification-wrapper .infoWrapper:after {
        display: none;
    }

.top-info-wrapper .infoWrapper:last-child:after {
    display: none;
    content: '';
}

.notification-wrapper span.iconBox {
    width: 52px;
    height: 52px;
    background-color: #F6F6F6;
    border-radius: 4px;
    text-align: center;
    vertical-align: text-top;
    display: flex;
}

    .notification-wrapper span.iconBox svg {
        width: 52px;
        height: 52px;
        stroke: #0082C6;
    }

    .notification-wrapper span.iconBox.svg40 svg {
        width: 52px;
        height: 40px;
        stroke: #0082C6;
        margin: auto;
        display: flex;
        align-items: center;
    }

.btn-readmore {
    padding: 2.5px 0;
    font-family: 'Poppins';
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #EB9429;
    position: relative;
    width: fit-content;
    display: flex;
}

    .btn-readmore:after {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url(../images/dashboard/arrow-dotted-icon.svg);
        background-repeat: no-repeat;
        position: absolute;
        right: -24px;
    }

/*
    ONGONG ACTIVTIES
*/
.activity-wrapper {
    display: flex;
    justify-content: space-between;
}

.activity-counter {
    margin: 0;
    padding: 0;
    min-width: 220px;
    display: flex;
    flex-direction: column;
}

.activity {
    margin: 7.5px 0 7.5px 0;
    padding: 15px 15px;
    background: #F5FAFD;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 115px;
    border: 1px solid #D7EFFD;
}

    .activity p {
        margin: 15px 0 0 0;
        font-size: 15px;
        color: #000;
    }

    .activity span {
        font-size: 38px;
        font-weight: bold;
        line-height: 30px;
        color: #EB9429;
    }

.activity-table {
    margin: 7.5px 0 7.5px 18px;
    padding: 22px 22px;
    background: #fff;
    border: 1px solid #F6F6F6;
    border-radius: 10px;
    box-shadow: 0 0 4px #F5FAFD;
    width: 100%;
}

    .activity-table td {
        font-family: inherit;
        font-size: 14px;
        color: #272727;
    }

.sub-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.activity-table td {
    padding: .8rem .5rem;
}

/*
    Highlights ACTIVITES
*/
.highlights-wrapper span.iconBox {
    width: 52px;
    height: 52px;
    background-color: transparent;
    border: 1px solid #D7EFFD;
}

    .highlights-wrapper span.iconBox svg {
        width: 52px;
        height: 52px;
    }

.highlights-wrapper .infoWrapper {
    padding: 0 25px;
    min-height: 144px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F5FAFD;
    border-radius: 8px;
    border: 1px solid #D7EFFD;
    justify-content: center;
}

.highlights-wrapper {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

    .highlights-wrapper .infoWrapper:after {
        content: '';
        display: none;
    }

    .highlights-wrapper .infoBox {
        margin: 6px 0 0 0;
        text-align: center;
    }

        .highlights-wrapper .infoBox p {
            margin: 0 0;
            font-size: 15px;
            color: #000;
        }

        .highlights-wrapper .infoBox strong {
            font-weight: 600;
            color: #0082C6;
        }

.recent-ativites-list {
    overflow-y: auto;
    padding-right: 20px;
    height: 320px;
}

    .recent-ativites-list .list-title {
        font-family: inherit;
        font-size: 13px;
        color: #868E96;
        font-weight: 400;
        margin: 0 !important;
    }

    .recent-ativites-list p {
        font-size: 15px;
        color: #272727;
    }

.list-group.recent-ativites-list .list-group-item-action {
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    padding-left: 0;
    padding-right: 0;
}

    .list-group.recent-ativites-list .list-group-item-action:last-child {
        border: 0;
    }

.recent-ativites-list small {
    font-size: 13px;
    color: #868E96;
}

.list-group-item-action:not(.active):hover {
    background: #F5FAFD;
}

/*
    FORM ELEMENTS 
*/
.form-control,
.form-select {
    border: 1px solid #0082C7;
}

.filter {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 25px;
    justify-content: flex-start;
    align-items: center;
}

    .filter select {
        width: 200px;
    }

.btn-filter {
    border-color: #86b7fe;
    outline: 0;
    padding: .375rem .75rem .375rem .75rem;
    border: 1px solid #0082c7 !important;
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: space-between;
    background-color: #fff !important;
}

    .btn-filter:hover, .btn-filter:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        background-color: #fff;
    }

.dropdown-tree label.form-check-label {
    justify-content: space-between;
}

.btn-filter::after {
    content: '';
    display: none;
}

.input-daterange {
    display: flex;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #0082C7;
    align-items: center;
    max-width: 305px;
}

    .input-daterange input {
        border: 0px;
        border-radius: 0;
    }

.filter .input-group-addon {
    width: 40px;
    text-align: center;
}

/* #costEfficiency > div {
    height: 100% !important;
} */
.add-chart-btn::after {
    display: none;
}

/*CHART DROPDOWN*/
.dropdown-menu.add-chart-dropdown.show {
    padding: 25px 25px;
    position: absolute;
    width: 1140px;
    right: 0 !important;
    top: -3px !important;
    border: 1px solid #E5E5E5 !important;
    border-radius: 10px 0px 10px 10px;
    box-shadow: 0 5px 6px rgba(0, 130, 198, 24%);
}

.add-chart-dropdown h2 {
    font-size: 21px;
    line-height: normal;
}

.btn-primary.dropdown-toggle::after {
    display: none;
}

.btn-primary.dropdown-toggle.show {
    background-color: #fff;
    border-color: #e5e5e5;
    color: #0082C6;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
    align-items: center;
}

.btn.btn-dark {
    background-color: #0082C6;
    border-color: #e5e5e5;
    border-radius: 8px 8px;
    align-items: center;
}

.sub-card-chart {
    padding: 9px 9px;
    background-color: #F5FAFD;
    border: 1px solid #EBF0F3;
    text-align: center;
}

    .sub-card-chart figure {
        margin: 0;
        background-color: #D9D9D9;
        border: 1px solid #E4E9EB;
        border-radius: 8px;
        overflow: hidden;
    }

    .sub-card-chart .card-title {
        margin: 0;
        font-size: 14px;
        font-weight: 400;
    }

    .sub-card-chart a {
        text-decoration: none;
        color: #000;
    }

#aisaving {
    height: 300px;
}

#fuelChart {
    height: 280px;
}
/* Modal panel */
.modal-backdrop-chart {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .25);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

    .modal-backdrop-chart .modalChart {
        width: min(985px, 92vw);
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .22);
    }

        .modal-backdrop-chart .modalChart header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 16px;
            border-bottom: 1px solid #e5e7eb
        }

        .modal-backdrop-chart .modalChart h3 {
            margin: 0;
            font-size: 18px
        }

        .modal-backdrop-chart .modalChart .contentChart {
            padding: 14px 16px;
            display: grid;
            gap: 12px
        }

    .modal-backdrop-chart .kpis {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px
    }

    .modal-backdrop-chart .cardChart {
        border: 1px solid #e5e7eb;
        border-radius: 10px;
        padding: 10px;
        background: #f8fafc
    }

        .modal-backdrop-chart .cardChart .labelChart {
            font-size: 12px;
            color: #6b7280
        }

        .modal-backdrop-chart .cardChart .valueChart {
            font-size: 18px;
            font-weight: 700
        }

    .modal-backdrop-chart .rowChart {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
        align-items: center
    }

    .modal-backdrop-chart .badgeChart {
        padding: 4px 8px;
        border-radius: 999px;
        border: 1px solid #e5e7eb;
        background: #fff;
        font-size: 12px
    }

    .modal-backdrop-chart .actionsChart {
        margin-left: auto;
        display: flex;
        gap: 8px
    }

    .modal-backdrop-chart .btnChart {
        padding: 8px 12px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        background: #fff;
        cursor: pointer
    }

        .modal-backdrop-chart .btnChart.primary {
            background: #111827;
            color: #fff;
            border-color: #111827
        }

    .modal-backdrop-chart .mutedChart {
        color: #6b7280;
        font-size: 12px
    }

@media (max-width:900px) {
    .modalChart-backdrop-chart .kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.dropdown-tree {
    min-width: 200px;
    max-height: 300px;
    overflow-y: auto;
    padding: 10px;
    font-size: 14px;
}

.dropdown-submenu {
    margin-left: 1rem;
}

.form-check {
    margin-bottom: .3rem;
}

.caret {
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
}

    .caret i {
        margin-right: 5px;
        transition: transform 0.2s;
    }

.collapsed-icon {
    transform: rotate(0deg);
}

.expanded-icon {
    transform: rotate(90deg);
}


#widgetArea {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    /*gap: 10px;*/
}

.widget {
    width: 24%;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
}

#openPopupBtn {
    padding: 10px 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

/* Popup Modal */
#widgetPopup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

#popupBox {
    background: white;
    padding: 20px;
    width: 450px;
    border-radius: 10px;
    box-shadow: 0 0 10px black;
}

/* Cards */
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.widget-card {
    /* padding: 15px;
                                    border-radius: 10px;
                                    border: 2px solid #ddd;
                                    cursor: pointer;
                                    background: #f9f9f9;
                                    transition: 0.2s;
                                    text-align: center;
                                    user-select: none; */
    cursor: pointer;
}

    .widget-card:hover {
        /* background: #eee; */
    }

    .widget-card.selected {
        border: 2px solid #007bff;
        background: #e3f1ff;
        border-radius: 11px;
    }

#addSelectedBtn {
    margin-top: 15px;
    padding: 10px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
}

.highcharts-legend-item:hover text {
    fill: #2563eb !important;
}

.highcharts-legend-item:hover rect,
.highcharts-legend-item:hover path {
    fill: #2563eb !important;
    stroke: #2563eb !important;
}

.card-actions {
    border: 0;
    padding: 0 0;
    text-align: right;
}

    .card-actions button.btn {
        padding: 0;
        border: 0;
        width: 20px;
    }

    .card-actions .delete-btn {
        margin-top: 0;
        border: none;
        padding: 0px 10px;
        background: transparent;
        color: red;
        border-radius: 6px;
        cursor: pointer;
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .card-actions .delete-btn i {
            color: red;
            font-size: 19px;
        }

.card .nav-pills .nav-link {
    padding: 6px 16px;
    border-radius: 5px;
    color: #0082c7;
}

    .card .nav-pills .nav-link.active,
    .card .nav-pills .show > .nav-link {
        background-color: #0082c7;
        color: #ffffff;
    }

.card .nav.nav-pills {
    background: #f5fafd;
    border-radius: 5px;
}

.tab-content .list-group a.list-group-item,
.tab-content .list-group .list-group-item {
    padding: 16px 0 !important;
    margin: 0 0;
    border: 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #d7dadb;
    border-radius: 0;
}

    .tab-content .list-group a.list-group-item h5 {
        font-family: inherit;
        font-size: 16px;
        color: #272727;
    }

    .tab-content .list-group a.list-group-item p {
        font-size: 14px;
    }

    .tab-content .list-group a.list-group-item small {
        font-size: 12px;
    }

.btn-sm {
    border-radius: 5px;
    padding: 2px 9px;
    margin: 0 10px 0 0;
    font-size: 12px;
    text-transform: uppercase;
}

    .btn-sm:hover {
        border-radius: 5px;
        padding: 2px 9px;
        margin: 0 10px 0 0;
        font-size: 12px;
    }

/*
REspponsive media
*/
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    .welcome-info .userName {
        font-weight: 500;
        font-size: 26px;
    }

    .welcome-info .oneliner {
        font-size: 24px;
        font-weight: 600;
    }

    .infoBox span {
        font-size: 32px;
    }

    span.iconBox {
        width: 60px;
        height: 60px;
    }

    .infoBox p {
        font-size: 15px;
    }

    .iconBox svg {
        width: 60px;
        height: 60px;
        /* //stroke: #ffffff; */
    }

    .infoBox h4 {
        font-size: 14px;
        line-height: 21px;
    }

    .activity span {
        font-size: 32px;
        font-weight: bold;
        line-height: 30px;
        color: #EB9429;
    }

    .slide-ttle {
        font-family: 'Poppins';
        font-size: 18px;
        font-weight: 400;
        color: #fff;
    }

    .carousel-item figure {
        margin: auto;
        width: 280px;
        height: 395px;
    }

    .login-slider {
        margin: 0;
        max-width: 400px;
        height: 100%;
        text-align: center;
    }

    .loginbox .logo {
        margin: auto;
        max-width: 275px;
        height: 71px;
    }
}

@media (max-width: 991px) {
}


/* .highcharts-container rect {
        fill: #ffffff !important;
        transition: fill 0.3s ease;
    } */
/*
*   DARK THEME
*/
/* [data-bs-theme="dark"] {
    --bs-body-bg: #212529;
    --bs-body-color: #f8f9fa;
}
*/
body[data-bs-theme="dark"] {
    background-color: var(--bs-body-bg-dark);
}

[data-bs-theme="dark"] {
    .widget-card.selected .card-title {
        color: #0b1e39 !important;
    }

    .widget {
        width: 24%;
        padding: 15px;
        background: #0b1e39;
        border-radius: 12px;
        /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); */
    }

    .btn-filter {
        border-color: #0082c7;
        outline: 0;
        padding: .375rem .75rem .375rem .75rem;
        border: 1px solid #0082c7 !important;
        display: flex;
        align-items: center;
        width: 200px;
        justify-content: space-between;
        background-color: #0b1e39 !important;
    }
    /* LOGIN PAGE */
    .login-screen {
        margin: 0;
        padding: 0 7%;
        width: 100%;
        height: 100vh;
        position: relative;
        background: #0168A9;
        background: -webkit-linear-gradient(49deg, rgba(1, 104, 169, 1) 8%, rgba(8, 125, 199, 1) 51%, rgba(41, 164, 242, 1) 68%, rgba(41, 164, 242, 1) 84%, rgba(41, 164, 242, 1) 100%);
        background: -moz-linear-gradient(49deg, rgba(11, 30, 57, 1) 8%, rgba(16, 42, 68, 1) 51%, rgba(36, 62, 92, 1) 68%, rgba(36, 62, 92, 1) 84%, rgba(36, 62, 92, 1) 100%);
        background: linear-gradient(49deg, rgba(11, 30, 57, 1) 8%, rgba(16, 42, 68, 1) 51%, rgba(36, 62, 92, 1) 68%, rgba(36, 62, 92, 1) 84%, rgba(36, 62, 92, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0168A9", endColorstr="#29A4F2", GradientType=0);
        z-index: 0;
        position: relative;
    }

        .login-screen::before {
            content: '';
            width: 100%;
            height: 100%;
            display: block;
            background-image: url(../images/login-layout/login-bg-shape-dark.png);
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
        }

    .login-form {
        background-color: #0B1E39;
        box-shadow: 0 0 4px rgba(2, 129, 202, 29%);
    }

    .login-content h3 {
        color: #fff;
    }

    .login-content p {
        color: #fff;
    }

    .form-remember label {
        margin: 0 0 0 8px;
        color: #fff;
        font-size: 14px;
        line-height: 23px;
    }

    .login-form input.form-control {
        background: #fff !important;
    }

    label {
        color: #fff;
    }

    .login-form input.form-control {
        background: #fff !important;
    }

    .login-form .input-group-text {
        background: #fff !important;
        border-color: #fff;
    }
    /* CONTENT PAGES */
    .sidebar {
        background-color: #0B1E39;
    }

        .sidebar .nav-link {
            background-color: transparent;
            color: #A0B6CC;
        }

        .sidebar a.nav-link.active,
        .sidebar a.nav-link:hover {
            color: #0082C7;
            background-color: #0B223F;
            border-color: #0082C7 !important;
        }

        .sidebar .btn-toggle-nav {
            background: #0b223f;
        }

        .sidebar .nav.btn-toggle-nav .nav-link {
            border-bottom: 1px solid #6D7A8C;
        }

    .content {
        background-color: #0B223F;
    }

    .date-wrapper,
    .date-wrapper #date-weekday,
    .date-wrapper #date-month-day {
        color: #ffffff;
    }

    .welcome-info .userName,
    span.last-status {
        color: #ffffff;
    }

    .card {
        background: #0B1E39;
    }

    span.iconBox {
        background-color: #0B223F;
    }

    .card-header h1, .card-header h3 {
        color: #ffffff;
    }

    .iconBox svg {
        width: 70px;
        height: 70px;
        stroke: #ffffff;
    }

    .infoWrapper:after {
        content: '';
        background: #6D7A8C;
    }

    .activity {
        background: #0B223F;
        border: 1px solid #0B1E39;
    }

        .activity p {
            color: #ffffff;
        }

    .activity-table {
        background: #0B223F;
        border: 1px solid #0B223F;
        box-shadow: 0 0 4px #0B1E39;
    }

    .sub-card-title {
        color: #ffffff;
    }

    .table > :not(caption) > * > * {
        background-color: #0b223f;
    }

    .table td {
        color: #ffffff;
        border-color: #083E67;
    }

    .list-group-item {
        background-color: #0b1e39;
        border-color: #083E67 !important;
        color: #ffffff;
    }

        .list-group-item p {
            color: #ffffff;
        }

    .list-group-item-action:not(.active):hover {
        background: #0b223f;
    }

    .highlights-wrapper .infoWrapper {
        background-color: #0b223f;
        border-color: #0B223F;
    }

    .highlights-wrapper span.iconBox {
        border-color: #0B223F;
        background-color: #051B3B;
    }

    .highlights-wrapper .infoBox p {
        margin: 0 0;
        font-size: 15px;
        color: #ffffff;
    }

    .tip-box {
        background: #0B1E39;
    }

    .user-toggle {
        background-color: #0B1E39;
        border-color: #0B1E39;
        color: #fff;
        box-shadow: 0 0 1px rgba(11, 30, 57, 100%);
    }

    .user-info .profile-name {
        color: #fff;
    }

    .user-info small {
        font-size: 12px;
        color: #EB9429;
    }

    .user-toggle.btn.show {
        background: #0B1E39;
        border: 1px solid #0B1E39;
        box-shadow: 0 0 8px 0px #0b1e39;
    }

    .profile-btn ul.dropdown-menu {
        background-color: #085f8c;
    }

    .profile-btn ul.dropdown-menu {
        background-color: #0b1e39;
        box-shadow: 0 4px 5px #133560 !important;
        border: 1px solid #051223;
    }

    .profile-btn .dropdown-item {
        color: #ffffff;
        border-bottom: 1px solid #083e67;
    }

        .profile-btn .dropdown-item i {
            color: #ffffff;
        }

        .profile-btn .dropdown-item:hover {
            background-color: #0b1e39;
            color: #0082c8;
        }

            .profile-btn .dropdown-item:hover i {
                color: #0082c8;
            }

    .theme-select-box .dropdown-menu {
        overflow: hidden;
        border: 1px solid #0b1e39;
        border-radius: 8px;
        background-color: #0b1e39;
        box-shadow: 0 4px 5px #133560;
    }

        .theme-select-box .dropdown-menu a {
            color: #ffffff;
            border-bottom: 1px solid #083e67;
        }

            .theme-select-box .dropdown-menu a:hover {
                background: #0b223f;
                color: #0082c8;
            }

            .theme-select-box .dropdown-menu a i {
                font-size: 20px;
                margin: 0 6px 0 0;
                color: #ffffff;
            }

            .theme-select-box .dropdown-menu a.active {
                background: #0b223f;
                color: #0082c8;
            }

    .top-serach-box input {
        background: #0b223f !important;
    }

    .form-select,
    .form-control,
    .input-daterange,
    select {
        background-color: var(--bs-body-bg-dark);
    }

        select:hover {
            border-color: #0082c7;
        }

        select:focus {
            outline: none;
            box-shadow: 0 0 0 2px rgba(0, 191, 255, 0.3);
            border-color: #0082c7;
        }

        select option:checked,
        select option:hover,
        select option:focus {
            background-color: #0082c7 !important;
            color: #ffffff !important;
        }

    .btn-primary {
        background: #0082c7;
        border: 1px solid rgb(0 130 199);
        color: #ffffff;
    }

        .btn-primary.dropdown-toggle.show {
            background-color: #0b1e39;
            border-color: #0082c7;
            color: #ffffff;
            border-bottom: 1px solid #0b1e39;
        }

    .dropdown-menu {
        background: #0b1e39;
    }

        .dropdown-menu.add-chart-dropdown.show {
            border: 1px solid #0082c7 !important;
        }

    .btn.btn-dark {
        background-color: #0082c7;
        border-color: #0082c7;
        border-radius: 8px 8px;
        align-items: center;
    }

        .btn.btn-dark:hover {
            background: #0b223f;
            color: #ffffff;
        }

    .dropdown-menu .card {
        background: #102A44;
        border: 1px solid #0b1e39;
    }

        .dropdown-menu .card .card-title {
            color: #fff;
        }
    /* .highcharts-container rect {
        fill: #0b1e39 !important;
        transition: fill 0.3s ease;
    }

    .highcharts-container text {
        fill: #ffffff !important;
        transition: fill 0.3s ease;
    } */

    .modal-backdrop-chart .modalChart {
        width: min(985px, 92vw);
        background: #08162b;
        border: 1px solid #09334d;
        border-radius: 14px;
        box-shadow: 0 10px 30px rgb(0 130 199 / 34%);
    }

    .modal-backdrop-chart .badgeChart {
        padding: 4px 8px;
        border-radius: 999px;
        border: 1px solid #EB9429;
        background: #EB9429;
        font-size: 12px;
    }

    .modal-backdrop-chart .cardChart {
        border: 1px solid #0B223F;
        border-radius: 10px;
        padding: 10px;
        background: #0B223F;
    }

        .modal-backdrop-chart .cardChart .labelChart {
            font-size: 12px;
            color: #EB9429;
        }

        .modal-backdrop-chart .cardChart .valueChart {
            font-size: 18px;
            font-weight: 700;
            color: #0082C6;
        }

    .modal-backdrop-chart .btnChart {
        border: 1px solid #0082C6;
        background: rgb(0 130 198 / 0%);
    }

        .modal-backdrop-chart .btnChart.primary {
            background: #0082c6;
            color: #fff;
            border-color: #0082c6;
        }

    rect.highcharts-background {
        fill: #0B1E39;
    }

    .card .nav.nav-pills {
        background: #0b223f;
        border-radius: 5px;
    }

    .tab-content .list-group a.list-group-item h5 {
        color: #0083c6;
    }

    .card .nav-pills .nav-link {
        color: #ffffff;
    }
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

/* ========================================
   DRILL-DOWN STYLES
   ======================================== */
.drill-down-enabled tbody tr {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.drill-down-enabled tbody tr:hover {
    background-color: #f0f8ff !important;
}

[data-bs-theme="dark"] .drill-down-enabled tbody tr:hover {
    background-color: #0b223f !important;
}

.drill-down-link {
    text-decoration: underline;
    font-weight: 500;
}

.chart-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    color: #64748b;
}

body.dark-theme .chart-loading-overlay {
    background: rgba(15, 23, 42, 0.78);
    color: #94a3b8;
}

