:root {
    --primary-400: #0667d0;
    --primary-600: #0a5cb3;
    --primary-800: #074587;
    --secondary-400: #4ab9cf;
    --tertiary-400: #38ab59;
    --tertiary-600: #2b8545;
    --quaternary-400: #c8d4ed;
    --quaternary-600: #aebad3;
    --neutral-100: #94a3b8;
    --neutral-200: #64748b;
    --neutral-300: #475569;
    --neutral-400: #334155;
    --neutral-600: #1e293b;
    --neutral-800: #0f172a;
    --font-primary: "Rubik", sans-serif;
    --header-height: 90px;
    --navbar-height: 46px;
    --search-height: 160px;
    --form-height: 23px; /*28*/
    --bg-body: #f7f7f8;
    --bg-table-head: var(--tertiary-400);
}

@font-face {
    font-family: "san-serif";
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url(../fonts/rubik.woff2) format("woff2-variations"), url(../fonts/rubik.woff2) format("woff2");
}

body {
    width: 100%;
    min-height: 100vh;
    font-size: 12px;
    /*line-height: 26px;*/
    font-family: var(--font-primary);
    color: var(--neutral-400);
    background: var(--bg-body);
}

.overflow-hidden {
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
}

hr {
    margin-block: 8px;
    opacity: 0.15;
}

    hr.spacer {
        margin-block: 20px;
    }

#header {
    /*height: var(--header-height);*/
    background: #fff;
}

    #header > [class*=container] {
        display: flex;
        align-items: center;
    }

    #header .navbar-brand {
        margin-right: auto;
        padding: 0px 20px;
    }

        #header .navbar-brand img {
            width: auto;
            height: 70px;
        }

.sec-title {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
}

.row-spaced [class*=col] {
    margin-bottom: 2px;
}

.main-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/bg-login.webp) no-repeat center/cover;
}

.box-landing {
    position: relative;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 500px;
    background: var(--primary-400);
    overflow: hidden;
}

    .box-landing .bl-media {
        position: relative;
    }

        .box-landing .bl-media img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .box-landing .bl-text-holder {
        position: relative;
    }

        .box-landing .bl-text-holder:before {
            position: absolute;
            inset: 0;
            right: auto;
            content: "";
            width: 200%;
            background-color: #fff;
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
            transform: skewX(-5deg);
            transform-origin: 0 0;
        }

    .box-landing .bl-text {
        position: relative;
        z-index: 10;
        padding: 3rem 4rem;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: var(--neutral-200);
    }

    .box-landing .bl-logo {
        margin-block: 1rem;
    }

        .box-landing .bl-logo img {
            width: auto;
            height: 110px;
        }

    .box-landing .bl-title {
        margin-block: 2rem 0.5rem;
        font-size: 30px;
        line-height: 36px;
        font-weight: 600;
        color: var(--neutral-600);
    }

    .box-landing .bl-subtitle {
        color: var(--neutral-200);
    }

    .box-landing .bl-action {
        margin-block: 2rem;
    }

        .box-landing .bl-action .btn {
            padding-inline: 3rem;
            height: 54px;
            text-transform: uppercase;
        }

    .box-landing .bl-support {
        margin-block: auto 3rem;
        font-size: 14px;
        line-height: 22px;
    }

    .box-landing .bl-support-subtitle {
        margin-block-end: 0.5rem;
    }

    .box-landing .bl-support-text {
        font-size: 18px;
        line-height: 28px;
        color: var(--neutral-600);
    }

    .box-landing .bl-footer {
        font-size: 14px;
        line-height: 20px;
    }

        .box-landing .bl-footer a {
            text-decoration: none;
        }

            .box-landing .bl-footer a:hover, .box-landing .bl-footer a:focus {
                text-decoration: underline;
            }

    .box-landing.box-landing-alt .bl-text-holder:before {
        transform: skewX(0);
    }

.bl-slider img {
    opacity: 0;
    animation-timing-function: ease-in-out;
}

    .bl-slider img:nth-child(1) {
        animation: fade 12s 0s infinite;
    }

    .bl-slider img:nth-child(2) {
        animation: fade 12s 6s infinite;
    }

@keyframes fade {
    0% {
        opacity: 0;
    }

    6% {
        opacity: 1;
    }

    56% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.card-login {
    margin: 0 auto;
    padding: 3rem;
    width: 500px;
    max-width: 100%;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
}

    .card-login .cl-media {
        margin-block-end: 1rem;
        height: 80px;
        text-align: center;
    }

        .card-login .cl-media img {
            width: auto;
            height: 100%;
        }

    .card-login .cl-header {
        margin-block-end: 1.5rem;
        text-align: center;
    }

    .card-login .cl-title {
        font-size: 38px;
        line-height: 44px;
        font-weight: 500;
        color: var(--neutral-600);
    }

    .card-login .cl-subtitle {
        color: var(--neutral-200);
    }

    .card-login .form-group {
        position: relative;
        margin-block-end: 1rem;
    }

        .card-login .form-group i {
            position: absolute;
            top: 0;
            left: 0;
            padding-inline-start: 0.8rem;
            font-size: 24px;
            line-height: 46px;
            color: var(--neutral-100);
            pointer-events: none;
        }

    .card-login .form-control {
        padding-inline-start: 2.5rem;
        height: 46px;
    }

        .card-login .form-control::-moz-placeholder {
            color: var(--neutral-100);
            opacity: 1;
        }

        .card-login .form-control::placeholder {
            color: var(--neutral-100);
            opacity: 1;
        }

    .card-login .cl-action {
        text-align: center;
    }

        .card-login .cl-action .btn {
            padding-inline: 4rem;
            height: 46px;
        }

    .card-login .cl-links {
        margin-block-start: 1rem;
        text-align: center;
    }

        .card-login .cl-links a {
            font-size: 14px;
            line-height: 20px;
            text-decoration: none;
        }

            .card-login .cl-links a:hover, .card-login .cl-links a:focus {
                text-decoration: underline;
            }

.box-overflow {
    overflow: auto;
}

.box-section {
    padding-block: 10px;
}

.box-user .dropdown-toggle {
    /*padding: 8px 20px;*/
    height: auto;
    display: flex;
    gap: 10px;
    align-items: center;
    border: none;
}

    .box-user .dropdown-toggle:hover {
        background: #f1f5f9;
    }

    .box-user .dropdown-toggle.show {
        background: #e2e8f0;
    }

.box-user .bu-media {
    width: 45px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
}

    .box-user .bu-media img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.box-user .bu-text {
    text-align: right;
}

.box-user .bu-title {
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    color: var(--neutral-300);
}

.box-user .bu-subtitle {
    font-size: 11px;
    line-height: 18px;
    color: var(--neutral-200);
}

.box-logos {
    margin-right: 50px;
    display: flex;
    align-items: center;
}

    .box-logos img {
        width: auto;
        height: 90px;
    }

        .box-logos img:last-child {
            padding: 10px;
        }

.box-search-holder {
    width: 100%;
    height: var(--search-height);
    display: block;
}

.box-search {
    height: 100vh;
    display: flex;
    align-items: center;
}

    .box-search label {
        font-size: 14px;
    }

        .box-search label[class*=col] {
            padding-right: 0;
        }

    .box-search .bs-title {
        margin-bottom: 2px;
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
    }

    .box-search .btn {
        padding-inline: 20px;
        height: var(--form-height);
        font-size: 13px;
        font-weight: 400;
    }

.box-table-holder {
    width: 100%;
    height: calc(100vh - var(--header-height) - var(--navbar-height) - var(--search-height));
    display: block;
}

.box-table {
    padding: 0 0;
}

.box-table-inner {
    padding-inline: 0;
}

.box-table .table-responsive {
    height: 100vh;
}

.row-header {
    font-size: 14px;
}

.card-blue-holder {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.card-blue {
    padding: 10px 20px;
    border: 1px solid var(--neutral-600);
    border-radius: 10px;
    background-color: var(--quaternary-400);
}

    .card-blue .cb-title {
        margin-bottom: 14px;
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        color: var(--neutral-600);
    }

    .card-blue .cb-title-alt {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
        color: var(--neutral-600);
    }

    .card-blue .cb-subtitle {
        font-size: 17px;
        line-height: 24px;
        font-weight: 600;
        color: var(--neutral-600);
    }

    .card-blue .cb-lister-item {
        display: flex;
    }

    .card-blue .cb-label {
        width: 100px;
        flex-shrink: 0;
    }

    .card-blue .table {
        margin-bottom: 5px;
    }

        .card-blue .table tr {
            border-color: var(--neutral-600);
        }

        .card-blue .table th, .card-blue .table td {
            padding: 0 10px;
            border-color: var(--neutral-600);
            background: transparent;
        }

        .card-blue .table th {
            font-weight: 600;
            background: var(--quaternary-600);
        }

.dropdown-toggle:after {
    width: 16px;
    height: 16px;
    border: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23334155' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") no-repeat center/contain;
}

.navbar-main .dropdown-toggle:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.dropdown-menu {
    min-width: 14rem;
}

    .dropdown-menu .dropdown:hover > .dropdown-item {
        background-color: #cbd5e1;
    }

    .dropdown-menu .dropdown:hover .dropdown-menu {
        display: block;
    }

.dropdown-item {
    padding-block: 4px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
}

    .dropdown-item i {
        font-size: 20px;
        line-height: 1;
        flex-shrink: 0;
    }

    .dropdown-item:hover, .dropdown-item:active {
        color: var(--neutral-600);
        background: #e2e8f0;
    }

    .dropdown-item.dropdown-toggle:after {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23334155' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
        transform: rotate3d(0, 0, 1, -90deg);
    }

    .dropdown-item.dropdown-toggle + .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

.navbar-main {
    /*padding: 2px 0;
    height: var(--navbar-height);*/
    background: var(--primary-400);
}

    .navbar-main .navbar-nav {
        flex-direction: row;
        flex-grow: 1;
        gap: 10px;
        padding: 5px 0px;
    }

    .navbar-main .nav-item {
        /*flex: 1;*/
        min-width: 1%;
    }

        .navbar-main .nav-item:last-child .dropdown-item.dropdown-toggle + .dropdown-menu {
            left: auto;
            right: 100%;
        }

    .navbar-main .nav-link {
        padding: 3px 20px;
        display: flex;
        align-items: center;
        border-radius: 6px;
        color: #fff;
    }

        .navbar-main .nav-link i {
            margin-right: 10px;
            font-size: 20px;
            line-height: 1;
        }

        .navbar-main .nav-link:after {
            margin-left: 10px;
        }

        .navbar-main .nav-link:hover {
            background: rgba(255, 255, 255, 0.15);
        }

        .navbar-main .nav-link.show {
            color: #fff;
            background: #055bbd;
        }

.form-grid .row {
    margin-bottom: 5px;
    align-items: center;
}

    .form-grid .row .row {
        margin-bottom: 0;
    }

    .form-grid .row fieldset .row {
        margin-bottom: 5px;
    }

.form-grid .col-input-append {
    display: flex;
    align-items: center;
}

    .form-grid .col-input-append i {
        margin-left: 5px;
        padding: 0 10px;
        cursor: pointer;
    }

    .form-grid .col-input-append span {
        margin-left: 5px;
        padding-inline-start: 5px;
        font-size: 14px;
    }

.form-grid label {
    margin-bottom: 0;
    font-size: 14px;
}

    .form-grid label[class*=col] {
        padding-right: 0;
    }

.form-grid fieldset {
    margin-bottom: 4px;
    padding: 0 12px 8px;
    border: 1px solid #aaa;
    border-radius: var(--bs-border-radius);
}

    .form-grid fieldset legend {
        padding-inline: 10px;
        width: auto;
        float: none;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

.form-grid .text-danger {
    font-weight: 600;
}

.form-action .btn {
    padding: 5px 45px;
    height: auto;
}

.col-form-label {
    padding-block: 0;
}

.form-control, .form-select {
    height: var(--form-height);
    border-color: #aaa;
    font-size: 14px;
    line-height: 16px;
    color: inherit;
    background-color: #fff;
}

.btn {
    padding-block: 0;
    height: var(--form-height);
    display: inline-flex;
    gap: 6px;
/*    align-items: center;*/
    justify-content: center;
    line-height: var(--form-height);
}

.btn-main {
    color: #fff;
    background-color: var(--primary-600);
}

    .btn-main:hover {
        color: #fff;
        background-color: var(--primary-800);
    }

.modal {
    z-index: 1051 !important;
}

.modal-backdrop {
    z-index: 1050 !important;
}


.change-password {
    margin: 0 auto;
    padding: 1rem;
    width: 500px;
    max-width: 100%;
    background-color: #fff;
}

    .change-password .cl-media {
        margin-block-end: 1rem;
        height: 80px;
        text-align: center;
    }

        .change-password .cl-media img {
            width: auto;
            height: 100%;
        }

    .change-password .cl-header {
        margin-block-end: 1.5rem;
        text-align: center;
    }

    .change-password .cl-title {
        font-size: 38px;
        line-height: 44px;
        font-weight: 500;
        color: var(--neutral-600);
    }

    .change-password .cl-subtitle {
        color: var(--neutral-200);
    }

    .change-password .form-group {
        position: relative;
        margin-block-end: 1rem;
    }

        .change-password .form-group i {
            position: absolute;
            top: 0;
            left: 0;
            padding-inline-start: 0.8rem;
            font-size: 24px;
            line-height: 46px;
            color: var(--neutral-100);
            pointer-events: none;
        }

    .change-password .form-control {
        padding-inline-start: 2.5rem;
        height: 46px;
    }

        .change-password .form-control::-moz-placeholder {
            color: var(--neutral-100);
            opacity: 1;
        }

        .change-password .form-control::placeholder {
            color: var(--neutral-100);
            opacity: 1;
        }

    .change-password .cl-action {
        text-align: center;
    }

        .change-password .cl-action .btn {
            padding-inline: 4rem;
            height: 46px;
        }

    .change-password .cl-links {
        margin-block-start: 1rem;
    }

        .change-password .cl-links a {
            font-size: 14px;
            line-height: 20px;
            text-decoration: none;
        }

            .change-password .cl-links a:hover, .change-password .cl-links a:focus {
                text-decoration: underline;
            }


.reset-password {
    margin: 0 auto;
    padding: 2rem;
    width: 500px;
    max-width: 100%;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.2);
}

    .reset-password .cl-media {
        margin-block-end: 1rem;
        height: 80px;
        text-align: center;
    }

        .reset-password .cl-media img {
            width: auto;
            height: 100%;
        }

    .reset-password .cl-header {
        margin-block-end: 1.5rem;
        text-align: center;
    }

    .reset-password .cl-title {
        font-size: 38px;
        line-height: 44px;
        font-weight: 500;
        color: var(--neutral-600);
    }

    .reset-password .cl-subtitle {
        color: var(--neutral-200);
    }

    .reset-password .form-group {
        position: relative;
        margin-block-end: 1rem;
    }

        .reset-password .form-group i {
            position: absolute;
            top: 0;
            left: 0;
            padding-inline-start: 0.8rem;
            font-size: 24px;
            line-height: 46px;
            color: var(--neutral-100);
            pointer-events: none;
        }

    .reset-password .form-control {
        padding-inline-start: 2.5rem;
        height: 46px;
    }

        .reset-password .form-control::-moz-placeholder {
            color: var(--neutral-100);
            opacity: 1;
        }

        .reset-password .form-control::placeholder {
            color: var(--neutral-100);
            opacity: 1;
        }

    .reset-password .cl-action {
        text-align: center;
    }

        .reset-password .cl-action .btn {
            padding-inline: 4rem;
            height: 46px;
        }

    .reset-password .cl-links {
        margin-block-start: 1rem;
    }

        .reset-password .cl-links a {
            font-size: 14px;
            line-height: 20px;
            text-decoration: none;
        }

            .reset-password .cl-links a:hover, .reset-password .cl-links a:focus {
                text-decoration: underline;
            }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 1059;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 1059;
}

/* Adjust the width of the Select2 dropdown */
.select2-container {
    width: 100% !important;
}

/* Ensure the selected pillboxes don't overflow */
.select2-selection--multiple {
    overflow-x: auto;
    padding-right: 30px; /* Ensure there's space for the clear button */
}

.select2-selection__choice {
    white-space: nowrap; /* Prevent the text from wrapping */
    max-width: 200px; /* Adjust max width of pillboxes */
}

.bold-icon {
    font-size: 22px;
}




/* Dashboard Container CSS */
.dashboard-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: flex-start;
}

/* Small Box Styles */
.small-box {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 120px;
    /*background: var(--bs-success);*/ /* Use Bootstrap variable */
    color: #fff;
    padding: 20px;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .small-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 1rem 1.5rem rgba(0,0,0,0.15);
    }

    .small-box .inner h3 {
        font-size: 2.25rem;
        margin: 0;
        font-weight: 700;
    }

    .small-box .inner p {
        font-size: 1.1rem;
        margin: 0.25rem 0 0;
    }

    .small-box .icon {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 3rem;
        opacity: 0.2;
        line-height: 1;
        pointer-events: none;
    }
    .small-box .inner i {
        font-size: 1.2rem;
    }

/* More Info Footer Link */
.small-box-footer {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-top: 1rem;
    transition: color 0.2s ease;
}

    .small-box-footer i {
        margin-left: 5px;
    }

    .small-box-footer:hover {
        color: #e2e6ea;
    }

/* Responsive Grid Fix (optional if using Bootstrap cols) */
@media (min-width: 576px) {
    .dashboard-container > div {
        flex: 0 0 calc(50% - 20px); /* 2 per row on small devices */
    }
}

@media (min-width: 992px) {
    .dashboard-container > div {
        flex: 0 0 calc(25% - 20px); /* 4 per row on large screens */
    }
}

/*Dashboard icon animate*/
.dashboard-icon-bg {
    position: absolute;
    top: 55px;
    right: 10px;
    font-size: 4rem; /* Adjust size */
    color: rgba(255, 255, 255, 0.1); /* Transparent by default */
    pointer-events: none;
    z-index: 0;
    transition: color 0.3s ease;
}

/* On hover, make it more visible */
.small-box:hover .dashboard-icon-bg {
    color: rgba(255, 255, 255, 0.8);
}
.small-box .list-group-item {
    background-color: transparent; /* Or match with bg-info */
    color: #fff;
    border: none; /* Optional: remove border if you want a cleaner look */
    padding: 0.5rem 0;
}

.small-box .list-group {
    background-color: transparent;
}

.bg-info .list-group-item {
    background-color: #0dcaf0; /* Bootstrap's info color */
    color: white;
    border: none;
}
    .bg-info .list-group-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

/*
.flip-card-back {
    padding-top: 10px;
}*/

.dashboard-back-btn {
    text-decoration: none !important;
}

/* Header container: hides scrollbar and overflow */
.small-box-header {
    font-size: 1.25rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
    text-transform: uppercase;
    overflow: hidden; /* important */
    position: relative;
    height: 1.5em; /* or auto, if desired */
}

    /* Hide scrollbar in some cases */
    .small-box-header::-webkit-scrollbar {
        display: none;
    }

/* The actual text element */
.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    will-change: transform;
    transition: transform 0.3s ease;
    padding-right: 2rem; /* space between duplicated texts */
}

    /* Animation class */
    .scrolling-text.animate {
        animation: scroll-text 10s linear infinite;
    }

/* Keyframes for smooth scroll */
@keyframes scroll-text {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

/*chart-canvas*/

.chart-canvas {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.small-box .inner {
    width: 100%;
}

@media (max-width: 768px) {
    .chart-canvas {
        height: 250px !important;
    }
}


 /*Make table container scrollable with fixed header*/ 
.table-responsive {
    overflow: auto;
    max-height: 450px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1280px;
}

    .table thead th,
    .table tbody td {
        padding: 8px 18px;
        border: 1px solid #ddd;
        text-align: center;
        white-space: nowrap;
        font-size: 12px;
    }

     /*Sticky Header*/ 
    .table thead th {
        position: sticky;
        top: 0;
        z-index: 10;
        /*background-color: #f8f9fa;*/
    }

 /*Custom Table Styles*/ 
.table-custom th {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: var(--bg-table-head);
    border: 1px solid var(--tertiary-600);
}

    .table-custom th:first-child,
    .table-custom td:first-child {
        border-left: 1px solid var(--bs-border-color);
    }

.table-custom td {
    font-size: 12px;
    color: var(--neutral-400);
    border-bottom: 1px solid var(--bs-border-color);
}

/* DataTables Layout */
.dt-layout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px 12px;
    font-size: 12px;
    background: #fff;
    color: #333;
}

.dt-layout-cell {
    display: flex;
    align-items: center;
    margin: 4px 0;
}

/* Entries Dropdown */
.dt-length select.dt-input {
    /*padding: 6px 10px;*/
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
}

    .dt-length select.dt-input:focus {
        border-color: #007bff;
    }

/* Search */
.dt-search input.dt-input[type="search"] {
    /*padding: 6px 10px;*/
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 180px;
}

    .dt-search input.dt-input[type="search"]:focus {
        border-color: #007bff;
        outline: none;
    }

/* Info Text */
.dt-info {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
}

/* Pagination */
.dt-paging nav {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.dt-paging-button {
    /*padding: 6px 12px;*/
    font-size: 12px;
    background: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

    .dt-paging-button:hover:not(.disabled):not(.current) {
        background-color: #e2e6ea;
        border-color: #adb5bd;
    }

    .dt-paging-button.current {
        background-color: #007bff;
        border-color: #007bff;
        color: #fff;
        cursor: default;
    }

    .dt-paging-button.disabled {
        cursor: not-allowed;
        /*opacity: 0.6;*/
    }

.dt-top-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.dt-bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
    padding-top: 10px;
}



/* Responsive */
@media (max-width: 600px) {
    .dt-layout-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .dt-layout-cell.dt-layout-end {
        width: 100%;
        justify-content: flex-start;
    }

    .dt-search input.dt-input[type="search"] {
        width: 100%;
    }
}


/* DataTable */

/*.table-responsive {
    height: 100%;
    overflow: auto;
}

.table-sticky thead {
    position: sticky;
    top: 0;
}

.table-custom {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

    .table-custom th {
        vertical-align: middle;*/ /* border-color: var(--tertiary-600);*/
        /*font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-align: center;
        color: #fff;
        background-color: var(--bg-table-head);
        border: 1px solid var(--tertiary-600);
        border-left: 0;
        white-space: nowrap;
    }

        .table-custom th br {
            display: none;
        }

        .table-custom th:first-child {
            border-left: 1px solid var(--tertiary-600);
        }

    .table-custom td {
        padding: 8px 18px;
        font-size: 13px;
        line-height: 22px;
        color: var(--neutral-400);
        border-bottom: 1px solid var(--bs-border-color);
        border-left: 0;
        text-align: center;
    }

        .table-custom td:first-child {
            border-left: 1px solid var(--bs-border-color);
        }*/

/* Make the table container scrollable and fixed header */
/*.table-container {
    width: 100%;
    overflow-y: auto;
    max-height: 500px;*/ /* You can adjust this height as needed */
/*}

    .table-container thead th {
        position: sticky;
        top: 0;*/
        /*background-color: #f8f9fa;*/ /* Background for the header */
        /*z-index: 10;
    }*/

/* Optional: Adjust table's appearance */
/*.table {
    width: 100%;
    border-collapse: collapse;
}

    .table thead th, .table tbody td {
        padding: 8px;
        border: 1px solid #ddd;
    }*/

/*.table thead th {
        background-color: #e9f5e9;*/ /* Background color for the header */
/*}*/


/*.sticky-header th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;*/ /* Light gray background */
    /*z-index: 2;
}*/

/* Optional: Add min-width for better scroll behavior */
/*.table-scroll {
    min-width: 1200px;
}*/

/* Container rows */
/*.dt-layout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 8px 12px;
    background: #fff;*/
    /*border-bottom: 1px solid #ddd;*/
    /*font-family: Arial, sans-serif;
    font-size: 14px;
    color: #333;
}*/

/* Left and right cells */
/*.dt-layout-cell {
    display: flex;
    align-items: center;
    margin: 4px 0;
}*/

/* Entries dropdown styling */
/*.dt-length select.dt-input {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s ease;
}

    .dt-length select.dt-input:focus {
        border-color: #007bff;
    }*/

/* Label spacing */
/*.dt-length label {
    margin-left: 6px;
    user-select: none;
}*/

/* Search input styling */
/*.dt-search label {
    margin-right: 6px;
    user-select: none;
    white-space: nowrap;
}

.dt-search input.dt-input[type="search"] {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 180px;
    max-width: 100%;
    transition: border-color 0.2s ease;
}

    .dt-search input.dt-input[type="search"]:focus {
        border-color: #007bff;
        outline: none;
    }*/

/* Info text */
/*.dt-info {
    font-size: 14px;
    color: #555;
    user-select: none;
    white-space: nowrap;
}*/

/* Pagination container */
/*.dt-paging nav {
    display: flex;
    gap: 6px;
}*/

/* Pagination buttons */
/*.dt-paging-button {
    padding: 6px 12px;
    font-size: 14px;
    background: #f8f9fa;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

    .dt-paging-button:hover:not(.disabled):not(.current) {
        background-color: #e2e6ea;
        border-color: #adb5bd;
    }

    .dt-paging-button.current {
        background-color: #007bff;
        border-color: #007bff;
        color: #fff;
        cursor: default;
    }

    .dt-paging-button.disabled {
        cursor: not-allowed;
        opacity: 0.6;
        pointer-events: none;
    }*/

/* Responsive adjustments */
/*@media (max-width: 600px) {
    .dt-layout-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .dt-layout-cell.dt-layout-end {
        width: 100%;
        justify-content: flex-start;
    }

    .dt-search input.dt-input[type="search"] {
        width: 100%;
        max-width: none;
    }

    .dt-paging nav {
        flex-wrap: wrap;
        gap: 4px;
    }
}*/


/*Manoj*/


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
/*        background-image: linear-gradient( 109.6deg, rgba(112,246,255,0.33) 11.2%, rgba(221,108,241,0.26) 42%, rgba(229,106,253,0.71) 71.5%, rgba(123,183,253,1) 100.2% );*/

/*        background-image: radial-gradient(circle 404px at 7.3% 58.9%, rgba(0, 79, 255, 1) -29%, rgba(0, 240, 255, 1) 400%);*/
/*        background-image: radial-gradient(circle 404px at 7.3% 58.9%, rgba(0, 79, 255, 1) -350%, rgba(90, 242, 230) 400%);*/
          background-color:ghostwhite;
}

.card-header {
    /*    background-color: #4E71FF;*/ 
    background-image: radial-gradient(circle 404px at 7.3% 58.9%, rgba(0, 79, 255, 1) -29%, rgba(0, 240, 255, 1) 400%);
}

.mb-2{

}

.h6, h6{
    color:white;
}

thead {
    background-color: black
}
.table-success{
    background-color:blue !important;
}

/*.btn-primary {
    background-image: linear-gradient( 111.4deg, rgba(7,7,9,1) 6.5%, rgba(27,24,113,1) 93.2% );
}*/

.navbar-nav {
/*        background-image: linear-gradient( 109.6deg, rgba(112,246,255,0.33) 11.2%, rgba(221,108,241,0.26) 42%, rgba(229,106,253,0.71) 71.5%, rgba(123,183,253,1) 100.2% );*/
    background-image: radial-gradient(circle 404px at 7.3% 58.9%, rgba(0, 79, 255, 1) -29%, rgba(0, 240, 255, 1) 400%);
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
/*    background-image: linear-gradient( 174.2deg, rgba(255,244,228,1) 7.1%, rgba(240,246,238,1) 67.4% );*/
      background-color:ghostwhite;
}

table.dataTable thead th, table.dataTable thead td {
    background-color: #60B5FF; 
    color: black;
}

table.dataTable thead th, table.dataTable tfoot th{
    font-weight:150 !important;
}

fw-bold text-danger {
    color: white !important;
}

.modal-header {
/*    background-image: linear-gradient( 89.5deg, rgba(131,204,255,1) 0.4%, rgba(66,144,251,1) 100.3% );*/
    /*    background-image: radial-gradient( circle 404px at 20.3% 15.9%, rgba(0,79,255,1) 0%, rgba(0,240,255,1) 90% );*/
    background-image: radial-gradient(circle 404px at 7.3% 58.9%, rgba(0, 79, 255, 1) -29%, rgba(0, 240, 255, 1) 400%);
    color: white;
    font-size: 10px;
    font-weight: bolder;
}
.modal-body {
    background-color: #F2F9FF !important;
}
.modal-title .fs-5{
    font-weight:bold
}
.dropdown-menu{
    background-color:ghostwhite;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #e0e0e0; /* Light grey on hover */
    color: #000; /* Optional: change text color */
}

.card-body{
    background-color:ghostwhite;
}
.dt-layout-row {
    background-color: ghostwhite;
}


table.dataTable tbody th, table.dataTable tbody td {
    background-color: aliceblue;
    border-color: grey;
    /*    border-width: inherit;*/
    padding: 5px 5px !important;
    border-style: inherit;
    border-width: 0.5px; /* manually set thin width */
}