/* @font-face {
    font-family: Inter, Helvetica, sans-serif !important;
    src: url(../font/Inter.ttf) !important;
} */
html {
    overflow-x: hidden;
}

body {
    font-family: Inter, Helvetica, sans-serif !important;
}



/* ===== Scroll Track (Background) ===== */
::-webkit-scrollbar-track {
    background: #232630 !important;
    border-radius: 10px !important;
}

/* ===== Scroll Thumb (Moving Part) ===== */
::-webkit-scrollbar-thumb {
    background: #232630 !important;
    border-radius: 10px !important;
    transition: 0.3s ease !important;
}

/* ===== Hover Effect ===== */
::-webkit-scrollbar-thumb:hover {
    background: #555 !important;
}

/* Metronic scroll arrows hide */
/* .scroll-y .hover-scroll-overlay-y::before,
.scroll-y .hover-scroll-overlay-y::after,
.scroll-y::before,
.scroll-y::after {
    display: none !important;
} */

html,
body {
    height: 100%;
    margin: 0;

}


/* ===============================
   FULL BACKGROUND IMAGE
================================= */

.main-wrapper {
    height: 100svh;
    background: url("/assets/media/auth/deep-login-img-1.webp") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.left-panel {
    width: 38%;
    height: 100%;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(180deg,
            rgba(4, 32, 70, 0.55) 0%,
            rgba(6, 45, 95, 0.60) 35%,
            rgba(3, 38, 85, 0.70) 65%,
            rgba(2, 28, 65, 0.85) 100%);
    /* background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0.45) 35%,
            rgba(0, 0, 0, 0.60) 65%,
            rgba(0, 0, 0, 0.75) 100%); */
}

.logo-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.logo-wrap h1 {
    color: #ffffff;
    font-size: 22px;
    margin-top: 10px;
}

.login-card {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 10px;
    padding: 45px 25px;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    box-shadow: 0 25px 70px rgba(13, 71, 161, 0.25),
        0 10px 25px rgba(0, 0, 0, 0.08);
}

.login-card h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.login-card p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 1.3rem;

}


.login-card .form-label {
    margin-bottom: 7px;
    font-weight: 600;
    font-size: 1.1rem;
}

.iti {
    width: 100%;
}

.login-card .form-control {
    height: 45px;
    border-radius: 10px;
    border: 1.5px solid #1b84ff;
    padding: 0 16px;
    font-size: 14px;
    background: #f8fbff;
}

.login-card .form-control:focus {
    border-color: #00356d;
    background: #ffffff;
    box-shadow: none;
}

.btn-next {
    height: 45px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
    color: #ffffff;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.75s ease;
    box-shadow: 0 8px 25px rgba(13, 71, 161, 0.35);
}

.sign-in {
    height: 45px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
    color: #ffffff;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.75s ease;
    box-shadow: 0 8px 25px rgba(13, 71, 161, 0.35);
}

#signInBtn:disabled {
    background-color: #aab6d6 !important;
    cursor: not-allowed;
    opacity: 0.6;
}

.btn-next:hover {
    transition: all 0.75s ease;
    /* transform: translateY(-3px); */
    transform: scale(0.99);
}


.error-text {
    color: #d32f2f;
    font-size: 14px;
    margin-top: 5px;
    height: 18px;
}

.otp-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.otp-input {
    width: 45px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #1b84ff;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease;
}

.otp-input:focus {
    border-color: #1b84ff;
    outline: 0;
}

/* eye button css */
.input-eye {
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 5;
    color: #6c757d;
}

.resend-btn button {
    padding: 5px 0px !important;
    color: #252F4A !important;
    font-weight: 600;
}

.resend-btn button:hover {

    color: #1b84ff !important;

}

@media (max-width: 992px) {

    .main-wrapper {
        height: 100svh;
        justify-content: center;
        background-position: center bottom;
    }

    .left-panel {
        width: 100%;
        height: 100%;
        padding: 40px 25px;
        align-items: center;
    }

    .login-card {
        width: 100%;
        max-width: 450px;
    }
}

@media (max-width: 768px) {

    .main-wrapper {
        height: 100vh;
        justify-content: center;
        background-position: center bottom;
    }

    .left-panel {
        width: 100%;
        min-height: 100vh;
        padding: 40px 25px;
        align-items: center;
    }

    .login-card {
        width: 100%;
        max-width: 420px;
    }
}


@media (max-width: 576px) {

    .main-wrapper {
        height: 100svh;
        align-items: center;
        justify-content: center;
        background-position: center bottom;
    }

    .left-panel {
        width: 100%;
        height: 100%;
        padding: 0px 16px;
        align-items: center;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.65) 0%,
                rgba(0, 0, 0, 0.25) 50%,
                rgba(0, 0, 0, 0.65) 100%);
    }

    .login-card {
        width: 100%;
        max-width: 100%;
        padding: 40px 20px;
    }

    .subtitle {
        font-size: 13px;
    }

    .login-card .form-control,
    .btn-next {
        height: 42px;
        font-size: 13px;
    }
}


/* dashboard page css */

/* =====================================
   XC COMPANY DASHBOARD - PREMIUM STYLE
====================================== */

.main-card {
    /* padding: 1rem;
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
    position: relative;
    z-index: 1;
    border-radius: 0.625rem; */
    margin-top: 10px;
}

.xc-company-dashboard {
    /* background: linear-gradient(135deg, #f8f9fc, #eef1f7); */
    border-radius: 14px;
}

/* Header */
.xc-company-dashboard .xc-header {
    border-bottom: 1px solid #d7dadd;
    padding-bottom: 10px;
    margin-top: 10px;
}

.xc-company-dashboard .xc-breadcrumb {
    font-size: 14px;
    color: #6c7482;
    font-weight: 500 !important;
}

.xc-company-dashboard .xc-breadcrumb strong::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #6c7482;
    border-right: 2px solid #6c7482;
    transform: rotate(45deg);
    margin: 0 10px 2px 8px;
}

.xc-header .btn {
    padding: 7px 15px !important;
}

.xc-company-dashboard .xc-add-btn {
    background: linear-gradient(135deg, #6f42c1, #8e5df6);
    color: #fff;
    border: none;
    padding: 7px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
    box-shadow: 0 4px 12px rgba(111, 66, 193, 0.3);
}

.xc-company-dashboard .xc-add-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(111, 66, 193, 0.4);
}

/* Cards */
.xc-company-dashboard .xc-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(238, 242, 255, 0.9) 40%, rgba(224, 231, 255, 0.9) 100%);
    /* background: #ffffff; */
    border-radius: 0.625rem;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: all 0.3s ease;
    border: 1px solid #0000000d;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 3 !important;

}

.xc-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #0d47a1, #1b84ff);
    border-radius: 0.625rem 0 0 0.625rem;
}

.xc-company-dashboard .xc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Text */
.xc-company-dashboard .xc-card p {
    margin: 0;
    font-size: 13px;
    /* smaller font */
    color: #6c7482;
    font-weight: 500;
}

.xc-company-dashboard .xc-card h3 {
    margin: 4px 0 0;
    font-size: 18px;
    /* smaller number */
    font-weight: 700;
    color: #2b2f3a;
}

/* Icon */
.xc-company-dashboard .xc-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1B84FF;
}

/* Softer Modern Gradients */
/* Light Background Variations using #1B84FF */

.xc-company-dashboard .bg-purple,
.xc-company-dashboard .bg-blue,
.xc-company-dashboard .bg-indigo,
.xc-company-dashboard .bg-pink {

    /* background: rgba(27, 132, 255, 0.12);
    color: #1B84FF; */

    color: #ffffff;
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
}

/* top card css end */



table {
    border: 1px solid #d6d5d5 !important;
    font-size: 12px !important;
}

.generate-btn {
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
}

.table th,
td {
    white-space: nowrap;
    border: 1px solid #d6d5d5
}

/* button generate */

.generate-btn {
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
    background-color: #1b84ff !important;
    margin-left: 0.5rem !important;
    color: white !important;
}

.generate-btn:hover {
    background: linear-gradient(90deg, #082149, #1666d6);
    transition: all 0.5s ease;
}


.save-btn {
    background-color: #1b84ff !important;
}

.generate-btn:hover {
    background-color: #056EE9 !important;
}

.generate-btn:active {
    background-color: #0c4f9c !important;
    color: #000 !important;
}


.modal-body label {
    font-weight: 600;
    margin-bottom: 0.3rem;
    font-size: 12px;
}

.modal-body input {
    font-size: 12px;
}

.modal-body .form-select {
    font-size: 12px;
    font-family: Inter, Helvetica, sans-serif !important;
    font-weight: 400;

}

.modal-header button {
    background-color: #dadada;
    border-radius: 50%;
}

.modal-footer button {
    font-size: 1rem;
}

.dt-empty {
    text-align: center;
}

.swal2-confirm {
    background-color: #F8285A;
}

.swal2-confirm:hover {
    background-color: #D81A48;
}

.swal2-cancel {
    background-color: #e0e0e4;
    color: #252F4A;
}

.swal2-cancel:hover {
    background-color: #e0e0e4;
}


/* country code css */
.iti__selected-flag {
    width: 80px;
}

.edit-user {
    color: #000 !important;
    border-color: var(--bs-secondary-inverse);
    background-color: #4fa0ff1c !important;
    font-size: 10px;
    border-radius: 50px;
}

.view-user {
    border-radius: 50px;
}

.address-btn {
    color: #000 !important;
    border-color: var(--bs-secondary-inverse);
    background-color: #2b5d971c !important;
    font-size: 10px;
    border-radius: 50px;
}

.address-btn:hover {
    background-color: rgb(27, 133, 255)1c !important;
}

.user-info-btn {
    color: #7239EA !important;
    border-color: var(--bs-secondary-inverse);
    background-color: #F8F5FF !important;
    font-size: 10px;
    border-radius: 50px;
}

.address-btn i {
    color: #000000 !important;

}

.edit-user i {
    color: #1B84FF !important;
}

.edit-user:hover {
    background-color: #1B84FF !important
}

.edit-user:hover i {
    color: #fff !important;
}

.delete-user {
    border-color: var(--bs-danger-light);
    background-color: #f8285a24 !important;
    font-size: 10px;
    border-radius: 50px;
}

.delete-user i {
    color: #F8285A !important;
}



.delete-user:hover {
    background-color: #F8285A !important;
}

.delete-user:hover i {
    color: #fff !important;
}

.toggle-btn {
    height: 18px;
    width: 34px !important;

}

.custom-search input {
    width: 240px;
}

.user-btn {
    display: inline-flex;
    align-items: center;
}

.back-btn {
    display: inline-flex;
    align-items: center;
}



@media (min-width: 992px) and (max-width:1150px) {
    .left-panel {
        width: 47%;
    }
}

/* mobile view media quary */

@media (max-width: 768px) {
    .main-wrapper {
        min-height: 100vh;
        height: auto;
    }

    .left-panel {
        height: auto;
    }

    .custom-search input {
        width: 190px;
    }

    .xc-header .user-btn {
        padding: 0.9rem !important;

    }

    .xc-header .user-btn i {
        margin: 0rem !important;
    }

    .xc-header .back-btn {
        padding: 0.9rem !important;
    }

    .xc-header .back-btn i {
        margin: 0rem !important;
    }

    .page-bottom-record {
        justify-content: center;
    }

    .page-bottom-pagination {
        justify-content: center !important;
    }

    .xc-company-dashboard .xc-header {
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .xc-company-dashboard .xc-card {
        display: block;
        text-align: center;
        padding: 10px 2px;

    }

    .xc-company-dashboard .xc-card h3 {
        font-size: 16px;
    }

    .xc-company-dashboard .xc-icon {
        margin: 0 auto;
        margin-bottom: 0.5rem;
        font-size: 16px;
        width: 45px;
        height: 45px;
    }

    .xc-company-dashboard .xc-card p {
        margin-bottom: 0.5rem;
        font-size: 11px;
    }

    .main-card {
        margin-top: 15px;
    }



}


@media (max-width: 400px) {
    .otp-input {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 350px) {
    .otp-input {
        width: 35px;
        height: 35px;
    }


}


/********************************************* table asc and desc ****************************************/

.iti {
    width: 100%;
}

table.dataTable thead th.dt-ordering-asc:after {
    opacity: 1 !important;
}


table.dataTable thead th.dt-ordering-desc:before {
    opacity: 1 !important;
}

.dataTables_paginate .pagination {
    margin: 0;
}

table.dataTable thead th {
    position: relative !important;
    padding-right: 26px !important;
    /* space for arrows */
}

table.dataTable thead th .dt-column-order {
    position: absolute !important;
    right: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 12px !important;
    height: 18px !important;
    display: inline-block !important;
}


table.dataTable thead th .dt-column-order:before {
    content: "▲" !important;
    display: block !important;
    font-size: 10px !important;
    line-height: 9px !important;
    opacity: 0.45 !important;
    /* default light */
}


table.dataTable thead th .dt-column-order:after {
    content: "▼" !important;
    display: block !important;
    font-size: 10px !important;
    line-height: 9px !important;
    opacity: 0.45 !important;
    /* default light */
}


table.dataTable thead th.dt-ordering-asc .dt-column-order:before {
    opacity: 1 !important;
}

table.dataTable thead th.dt-ordering-asc .dt-column-order:after {
    opacity: 0.25 !important;
}

table.dataTable thead th.dt-ordering-desc .dt-column-order:after {
    opacity: 1 !important;
}

table.dataTable thead th.dt-ordering-desc .dt-column-order:before {
    opacity: 0.25 !important;
}

table.dataTable thead th:last-child .dt-column-order {
    display: none !important;
}

.dataTables_paginate .page-link {
    border-radius: 6px;
    margin: 0 2px;
}


.select2-container--bootstrap5 .select2-selection.is-invalid,
.is-invalid+.select2 .select2-selection,
select.is-invalid+.select2 .select2-selection {
    border-color: #f1416c !important;
    box-shadow: none !important;
}


.iti__country-list {
    z-index: 2147483647 !important;
}


.iti__country-list {
    z-index: 999999 !important;
}

/* ONLY fix card clipping — NOT modal */
/* .card,
.card-body {
    overflow: visible;
} */

.iti__selected-flag {
    pointer-events: auto !important;
}

/* header dropdown icon css */
.header-dropdown-trigger {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 6px;
    color: #fff !important;
    opacity: 0.7;
    z-index: 60 !important;
    transition: all 0.2s;
}

.editable-cell .form-select {
    padding: .20rem .60rem !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.editable-cell .form-select .select2-selection__rendered {

    padding-left: 0px !important;
}


.editing .form-select {
    padding: .20rem .60rem !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-right: 5px;
}

.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected:after {
    display: none !important;
}




/* scrolling navbar */

.subnav-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

/* Scroll container */
.subnav-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex: 1;
    scrollbar-width: none;
}

.subnav-scroll::-webkit-scrollbar {
    display: none;
}

/* Tabs */
.subnav-tabs {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.subnav-tabs li {
    padding: 3px 10px;
    background: linear-gradient(180deg, #f3f9ff 0%, #e6f2ff 100%);
    border: 1px solid #9ec8ff;
    font-size: 11px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .25s ease;
    color: #2c5aa0;
    border-radius: 5px;
    font-weight: 600;
}

/* Hover effect */
.subnav-tabs li:hover {
    background: linear-gradient(180deg, #e6f2ff 0%, #d6e9ff 100%);
    border-color: #9ec8ff;
    color: #1a4f9c;
}

/* Active tab */
.subnav-tabs li.active {
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
    color: #fafafa;
    font-weight: 600;
    border-color: #7fb6ff;
}

.subnav-tabs li.active a {
    color: white;
}

/* Scroll buttons */

.scroll-btn {
    width: 25px;
    height: 25px;
    border: none;
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    border-radius: 20px;
}

.scroll-btn:hover {
    background: linear-gradient(90deg, #082149, #1666d6);
}

.scroll-btn i {
    font-size: 14px;
    color: white;
}

/* advance search css start */
.advance-search {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
}

.advance-search .app-sidebar-logo {
    height: 50px !important;
}

.advance-search .menu-title {
    font-size: 1rem;
}

.advance-search .card-header .card-title {
    color: #fff;
}

.advance-search .card {
    background-color: unset;
    margin-top: 0px;
    border: none;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0%);
}

.advance-search {
    color: #fff;
}


.advance-search .card-title,
.advance-search .menu-title,
.advance-search .form-label,
.advance-search label {
    color: #fff !important;
    font-weight: 400;
}

.advance-search .form-check-input {
    border: 1px solid black;
    transform: scale(0.8);
}


.advance-search .form-check-label {
    color: #fff !important;
    transition: all 0.2s ease;
    font-size: 12px;
}

.advance-search .form-label {
    font-size: 12px;
}


.advance-search .menu-title {
    transition: all 0.2s ease;
}


.advance-search .menu-link .menu-arrow {
    color: #0d6efd !important;
}

.advance-search input {
    background: #ffffff0a;
    border: 1px solid #d2d9e91a;
    color: #fff;
}



.advance-search .form-check-input {
    background-color: white !important;
}


.advance-search select,
.advance-search textarea {
    color: #fff !important;
    background: #ffffff0a;
    border: 1px solid #d2d9e91a;
}

.advance-search select option {
    color: black;
}

.advance-search .advance-search-box input {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid #d2d9e91a;
    color: #fff;
}


.advance-search input:focus,
.advance-search select:focus {
    border-color: #0d6efd;
    box-shadow: none;
    border-color: #0d6efd;
    box-shadow: none;
    background: none;
    color: white;

}

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
    border-bottom: 1px dashed #959595;
}

[data-kt-app-layout=dark-sidebar] .advance-search .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color .2s ease;
    color: #f5f5f5;
}

.advance-search .menu-sub-indention .menu-sub:not([data-popper-placement]) {
    margin-left: 0rem !important;
}


.advance-search .btn-primary {
    color: #fff !important;
}


.advance-search .btn-light {
    color: #000 !important;
}


.advance-search .btn-light:hover {
    color: #0d6efd !important;
}


.advance-search .form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd;
}


.advance-search .menu-link {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 4px 8px;
    border-radius: 6px;
    border: 1px solid #d2d9e91a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
}

/* Default arrow color */
.advance-search .menu-arrow {
    color: #fff !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-arrow:after {
    background-color: #ffffff !important;
}

/* Hover par bhi black hi rahe */
[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.show>.menu-link .menu-arrow:after {
    background-color: #fff !important;

}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
    background-color: #fff !important;

}

/* Wrapper */
.search-wrapper {
    position: relative;
}

/* 🔥 ICON FIX (key part) */
.search-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #7e8299;
    font-size: 16px;

    display: inline-flex;
    /* 🔥 important */
    align-items: center;
    /* 🔥 important */
    justify-content: center;
    height: 100%;
    /* 🔥 full height le */
}

/* 🔥 duotone fix */
.search-icon span {
    line-height: 1;
}

/* Input */
.search-input {
    padding-left: 42px;
    /* icon ke liye space */
    height: 36px;
    font-size: 13px;
    border-radius: 6px;
    border: 1px solid #e4e6ef;
    background-color: #f9f9f9;
}

.advance-search input::placeholder {
    color: #9ca3af;
}

.advance-search-box input::placeholder {
    color: #9ca3af;
}

/* Focus */
.search-input:focus {
    background-color: #fff;
    border-color: #3b82f6;
    box-shadow: none;
}

/* Accordion open hone par bhi black */
.advance-search .menu-item.show>.menu-link .menu-arrow {
    color: #fff !important;
}



/* sidebar content hide */
body.app-sidebar-minimize #kt_app_sidebar_menu_wrapper {
    display: none !important;
}

/* advance search title hide */
body.app-sidebar-minimize #kt_app_sidebar_logo .card-header {
    display: none !important;

}

/* arrow position */
body.app-sidebar-minimize #kt_app_sidebar_toggle {
    left: 30px;
}

body:not(.app-sidebar-minimize) #kt_app_sidebar_menu_wrapper {
    display: block;
}

body.app-sidebar-minimize #kt_app_sidebar:hover {
    width: 75px !important;
    transform: none !important;
}

.app-sidebar-logo-default {
    margin-top: -5px;
}

.advance-search .form-check-input:checked::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* action button css start */



/* spacing */
.action-ui-button .action-buttons {
    gap: 8px;
}

/* base button */
.action-ui-button .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    font-weight: 400;
    transition: all 0.25s ease;
    border-color: #d6d5d5 !important;
    background-color: #f9f9f9;
    color: #283352;
}

.action-buttons .btn {
    font-size: 11px !important;


}

.action-buttons button {
    padding: 5px 7px !important;
}

/* icon */
.action-ui-button .btn i {
    font-size: 11px;
    transition: 0.25s;
    position: relative;
    top: -1px;
}

/* hover common */
.action-ui-button .btn:hover {
    background-color: #f1f1f4;
    color: #181c32;
    border-color: #dcdfe6;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

/* click */
.action-ui-button .btn:active {
    transform: scale(0.97);
}

/* focus */
.action-ui-button .btn:focus {
    box-shadow: none;
}

.action-ui-button .btn-add {
    border: 1px solid #d6d5d5 !important;

}

.action-ui-button .btn-markgreen {
    border: 1px solid #d6d5d5 !important;

}

.action-ui-button .btn-delete {
    border: 1px solid #d6d5d5 !important;

}

.action-ui-button .btn-reset {
    border: 1px solid #d6d5d5 !important;

}

.action-ui-button .btn-flag {
    border: 1px solid #d6d5d5 !important;

}

.action-ui-button .btn-refresh {
    border: 1px solid #d6d5d5 !important;

}

.action-ui-button .btn-save {
    border: 1px solid #d6d5d5 !important;

}

.action-ui-button .btn-save {
    border: 1px solid #d6d5d5 !important;

}

.action-ui-button .btn-save-search {
    border: 1px solid #d6d5d5 !important;
}

/* 🆕 NEW BUTTONS */
.action-ui-button .btn-inactive {
    border: 1px solid #d6d5d5 !important;

}

.action-ui-button .btn-active {
    border: 1px solid #d6d5d5 !important;
}

.action-ui-button .btn-flag {
    border: 1px solid #d6d5d5 !important;
    ;
}


/* 🔥 semantic button styles */
.action-ui-button .btn-add:hover {
    background-color: #0d47a121;
    color: #0d47a1;
    border-color: #0d47a1;
}

.action-ui-button .btn-delete:hover {
    background-color: #ffe2e5;
    color: #f1416c;
    border-color: #f5c2c7;
}

.action-ui-button .btn-flag:hover {
    background-color: #ffe2e5;
    color: #f1416c;
    border-color: #f5c2c7;
}

.action-ui-button .btn-reset:hover {
    background-color: #fff2bf;
    color: #c99d00;
    border-color: #ffe69c;
}

.action-ui-button .btn-refresh:hover {
    background-color: #e7f1ff;
    color: #0d6efd;
    border-color: #b6d4fe;
}

/* 🆕 INACTIVE (grey) */
.action-ui-button .btn-inactive:hover {
    background-color: #f1f1f1;
    color: #6c757d;
    border-color: #ced4da;
}

/* 🆕 FLAG (orange warning) */
.action-ui-button .btn-flag:hover {
    background-color: #fff3cd;
    color: #ff8c00;
    border-color: #ffe69c;
}

.action-ui-button .btn-save-search:hover {
    background-color: #e8fff3;
    color: #50cd89;
}


/* tab media view */
@media (max-width:1200px) {
    .action-ui-button .btn {
        font-size: 11px;
    }
}

@media (max-width:992px) {
    .action-ui-button .btn {
        font-size: 11px;
    }
}

/* top title header css start */
.desk-card {
    border-radius: calc(0.400rem - 1px);
    margin-bottom: 10px;
    margin-top: 10px;
}

.desk-card .card-header {
    padding: 6px 7px !important;
    background-color: #d2e0ff;
    min-height: 25px;
}

.desk-card .card-header .card-title h3 {
    font-size: 14px !important;
}

.desk-card .card-body {
    padding: 5px !important;
}

.desk-card .card-title h3 {
    font-size: 20px;
    font-weight: 700;
}

.desk-card .card-toolbar {
    gap: 10px;
}

/* cargo modal css start */

/* ===== MODAL BASE ===== */
.cargo-modal {
    overflow: hidden;
}

.cargo-modal .modal-content {
    border-radius: 12px;
    border: none;
    overflow: hidden;
}

/* ===== HEADER ===== */
.cargo-modal .modal-header {
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
    color: #fff !important;
    border-bottom: none;
    padding: 10px 20px;
}

.cargo-modal .modal-header h4 {
    font-weight: 600;
    color: white;
}

.cargo-modal .btn-close {
    filter: invert(1);
}

/* ===== BODY ===== */
.cargo-modal .modal-body {
    background: #f5f7fb;
    padding: 20px;
}

/* ===== COLUMN TITLES ===== */
.cargo-modal .modal-col-title {
    font-size: 16px;
    font-weight: 600;
    color: #1e3c72;
    margin-bottom: 12px;
    border-left: 4px solid #2a5298;
    padding-left: 8px;
}

/* ===== FORM ===== */
.cargo-modal .form-group {
    margin-bottom: 12px;
}

.cargo-modal label {
    font-size: 12px;
    font-weight: 600;
    color: #3f4254;
}

/* Field labels in modal */
#cargoModal .form-group {
    margin-bottom: 10px;
}


#cargoModal .form-group label,
#cargoModal .form-label {
    font-size: 12px;
    font-weight: 500;
    color: #3f4254;
    margin-bottom: 4px;
    display: block;
}

.cargo-modal .form-control,
.cargo-modal select {
    border-radius: 6px;
    font-size: 12px;
    height: 36px;
}

.cargo-modal .form-control:focus {
    border-color: #2a5298;
    box-shadow: 0 0 0 2px rgba(42, 82, 152, 0.15);
}

/* ===== PORT SECTION CARD ===== */
.cargo-modal .port-section {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* ===== PORT BADGE ===== */
.cargo-modal .port-badge {
    background: #2a5298;
    color: #fff;
    padding: 2px 8px;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 5px;
}

.cargo-modal .port-badge.disc {
    background: #e74c3c;
}

/* ===== ADD BUTTONS ===== */
.cargo-modal .port-add-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}

.cargo-modal .btn-port-ctrl {
    border: none;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.cargo-modal .btn-port-add {
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
    color: #fff;
}

.cargo-modal .btn-port-add:hover {
    background: linear-gradient(90deg, #072759, #2280ed);
}

.cargo-modal .btn-port-rem {
    background: #8e8e8e;
    color: #fff;
}

.cargo-modal .btn-port-rem:hover {
    background: #6a6a6a;
}



/* ===== RADIO GROUP ===== */
.cargo-modal .term-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.cargo-modal .term-radio-label {
    font-size: 11px;
    background: #eef2f7;
    padding: 3px 6px;
    border-radius: 4px;
    cursor: pointer;
}

/* ===== TOOLTIP (Laycan) ===== */
.cargo-modal .laycan-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    background: #1e3c72;
    color: #fff;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 11px;
    display: none;
    width: 180px;
    z-index: 10;
}

.cargo-modal .laycan-tooltip-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.cargo-modal .laycan-info-icon:hover+.laycan-tooltip {
    display: block;
}

/* ===== FOOTER ===== */
.cargo-modal .modal-footer {
    border-top: 1px solid #ddd;
    padding: 12px 20px;
}

.cargo-modal .modal-footer .cancle-btn {
    background-color: #d7d7d7;
    color: #000;
}

.cargo-modal .modal-footer .cancle-btn:hover {
    background-color: #b3b3b3;
    color: #000;
}

.cargo-modal .btn-primary {
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
    border: none;
}


.cargo-modal .select2-container .select2-selection--single {
    height: 36px;
}

.cargo-modal .select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    position: relative;
    top: 0px;

}

.cargo-modal .select2-container .select2-selection--single .select2-selection__rendered {
    position: relative;
    top: 2px;

}

.tc-modal .select2-container .select2-selection--single .select2-selection__rendered {
    position: relative;
    top: 2px;

}

.tc-modal .select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
    position: relative;
    top: 0px !important;

}




.app-sidebar-toggle {
    left: 90% !important;
}

.app-sidebar-toggle.active {
    left: 50% !important;
}

.dt-info {
    font-size: 11px !important;
}

/* dropdown inlion row css */



.edit-inlion-row .select2-container .select2-selection--single {
    height: 22px;
}


/*  table header dropdown start  */
#header-context-menu {
    position: absolute;
    display: none;
    z-index: 200;
    min-width: 195px;
    background: #fff;
    border: 1px solid #e1e3ea;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.475rem;
    padding: 5px;
}

#header-context-menu .menu-item {
    display: flex;
    align-items: center;
    padding: 2px;
    color: #3f4254;
    text-decoration: none;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s;
}

#header-context-menu .menu-item:hover {
    background: #f1f1f2;
    color: #1976d2;
}

#header-context-menu .menu-item i {
    width: 20px;
    margin-right: 0.5rem;
    color: #a1a5b7;
}

#header-context-menu .separator {
    height: 1px;
    background: #e1e3ea;
    margin: 0.5rem 0;
}


.submenu-container {
    position: relative;
}

#header-context-menu .submenu-content {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background: #fff;
    border: 1px solid #e1e3ea;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.475rem;
    padding: 2px;
    margin-left: -1px;
    z-index: 1001;
}

#header-context-menu .submenu-container.open-left .submenu-content {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
}

#header-context-menu .submenu-content.show {
    display: block !important;
}

.column-toggle-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between;
    padding: 5px !important;
    cursor: pointer !important;
    color: #3f4254 !important;
    transition: all 0.2s;
}

.column-toggle-item:hover {
    background: #f1f1f2;
    color: #1976d2 !important;
}

.column-toggle-item .check-icon {
    display: none;
    color: #28a745;
}

.column-toggle-item.is-visible .check-icon {
    display: inline-block;
}

.filter-submenu {
    padding: 5px !important;
    min-width: 250px !important;
}

.filter-input-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.filter-input-wrapper input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #e1e3ea;
    border-radius: 0.375rem;
    font-size: 0.9rem;
}

.filter-input-wrapper input:focus {
    outline: none;
    border-color: #1976d2;
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.1);
}

.filter-actions {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 5px !important;
}

.filter-actions button {
    padding: 0.4rem 1rem;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.2s;
}

.filter-actions .btn-apply {
    background: #1976d2;
    color: white;
}

.filter-actions .btn-apply:hover {
    background: #1565c0;
}

.filter-actions .btn-clear {
    background: #f1f1f2;
    color: #3f4254;
}

.filter-actions .btn-clear:hover {
    background: #e1e3ea;
}

/* table header dropdown end */
.editable-cell {
    cursor: pointer;
}



.inline-edit-input {
    width: 100%;
    padding: .10rem .60rem;
    border: 1px solid #1976d2;
    border-radius: 5px;
    outline: none;
    background: white;
}

.saving-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #1976d2;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 8px;
}

/* New Row Styles */
.new-design-input {
    width: 100%;

    border: 1px solid #1976d2;
    border-radius: 4px;
    outline: none;
}

.new-row-select {
    width: 150px;
    height: 26px;
}


.new-design-input.is-invalid {
    border-color: #dc3545;
}

.new-type-input {
    width: 100%;
    border: 2px solid #1976d2;
    border-radius: 4px;
    outline: none;
}

.new-type-input.is-invalid {
    border-color: #dc3545;
}

/* table edit css start */
.reset-icon {
    text-align: center;
}

.reset-icon button {
    background: transparent;
    border: none;
}

.reset-icon i {
    color: #fff;
}

.reset-btn-admin {
    border-color: #ddd;
    background-color: #bebebeb7 !important;
    font-size: 10px;
    border-radius: 50px;
    padding: 8px !important;
}

.reset-btn-admin:hover {
    background-color: #a7a7a7b7 !important;
}

/* contact table */

.contact-table .form-select {
    width: 200px;
}

.contact-table .select2-container .select2-selection--single .select2-selection__rendered {
    position: relative;
    top: 3px;
}

/* header responsive css */

@media (max-width:992px) {
    .app-sidebar-toggle {
        display: none !important;
    }

    .app-sidebar-logo-default {
        display: none !important;
    }

    .app-header-menu .menu .menu-item .menu-link .menu-arrow:after {
        background-color: #fff;
    }

    .app-header-menu .menu .menu-item .menu-link .menu-title {
        color: #b7b7b7;
    }

    .menu-item-tablet {
        margin-left: 1rem;
    }

    .action-buttons .btn {
        font-size: 9px !important;
    }

    .action-buttons .btn i {
        margin-right: 0px !important;
    }

    .action-buttons button {
        padding: 5px 5px !important;
    }

    .advance-search .app-sidebar-logo {
        height: 35px !important;
    }
}

@media (min-width:992px) and (max-width:1250px) {
    .app-header-menu .menu>.menu-item>.menu-link>.menu-title {
        font-weight: 600;
        font-size: 0.7rem;
    }

    .app-navbar {
        right: 10px;
    }

    .action-buttons .btn {
        font-size: 9px !important;
    }

    .action-buttons .btn i {
        margin-right: 0px !important;
    }

    .action-buttons button {
        padding: 5px 5px !important;
    }
}

/* deep blue admin css  */

.address-organation h5 {
    font-weight: 500;
}

.address-organation h5 span {
    color: #868686;
}

.admin-header {
    background: #dbdbdb;
}

.filter-row .select2-container--bootstrap5 .select2-selection {
    height: 30px;
}

/* .new-activity-row {
    background-color: #fff3e0 !important;
} */

.new-activity-input {
    width: 100%;
    border: 1px solid #ff9800;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

.new-activity-input.is-invalid {
    border-color: #dc3545;
}

#mapSearch {
    height: 50% !important;
}

/* vessel page css */
.vessel-row label {
    font-size: 12px;
    font-weight: 600;
    color: #3f4254;
    margin-bottom: 2px;
    letter-spacing: 0.3px;
    display: inline-block;
}

.vessel-row .form-control {
    height: 28px;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    background-color: #fff;
    line-height: 1.2;
    color: #52555e;
}

.vessel-row .form-select {
    height: 28px;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    background-color: #fff;
    line-height: 1.2;
    color: #52555e;
}

.vessel-row .text-danger {
    font-size: 12px;
    margin-top: 1px;
    display: block;
    line-height: 1.2;
}

.vessel-row .imporatant {
    color: #dc3545;
}

.vessel-row .form-check-vessel {
    position: relative;
    top: 20px;
}

.vessel-row input[type="file"].form-control {
    padding: 6px 4px;

}

.reset-modal-btn {
    background-color: #cdcdd0 !important;
    color: #252F4A !important;
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.vessel-title {
    border-radius: 5px;
}

.checkbox-input-class {
    position: relative;
    top: 3px;
}

.av-modal .modal-header {
    background: #1a6bbf;
}

.av-modal .modal-title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.av-modal .btn-close {
    filter: invert(1);
}

.av-modal .modal-body {
    background: #f4f6f9;
    padding: 20px 24px;
}

.av-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #1a6bbf;
    border-left: 4px solid #1a6bbf;
    padding-left: 8px;
    margin-bottom: 14px;
    margin-top: 4px;
}

.av-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
    background: #fff;
    border-radius: 6px;
    padding: 16px 18px;
    margin-bottom: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .06);
}

.av-field {
    margin-bottom: 12px;
}



.av-field label .req {
    color: #e53935;
}

.av-field input[type="text"],
.av-field input[type="number"],
.av-field input[type="email"],
.av-field input[type="date"],
.av-field input[type="month"],
.av-field select {
    width: 100%;
    height: 34px;
    border: 1px solid #d0d5dd;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    color: #333;
    background: #fff;
    outline: none;
    transition: border-color .2s, box-shadow .2s;
}

.av-field input:focus,
.av-field select:focus {
    border-color: #1a6bbf;
    box-shadow: 0 0 0 3px rgba(26, 107, 191, .12);
}

.av-field input.is-invalid,
.av-field select.is-invalid {
    border-color: #e53935 !important;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, .10) !important;
}

.av-field .err-msg {
    font-size: 10.5px;
    color: #e53935;
    margin-top: 2px;
}

#addVesselModal .av-field input.validation-passed,
#addVesselModal .av-field select.validation-passed,
#addVesselModal .av-field textarea.validation-passed {
    border: 2px solid #00CC00 !important;
    box-shadow: 0 0 0 3px rgba(0, 204, 0, .12) !important;
    color: #333;
    background: #f6fff6;
}

#addVesselModal .av-field input.validation-failed,
#addVesselModal .av-field select.validation-failed,
#addVesselModal .av-field textarea.validation-failed {
    border: 2px solid #FF3300 !important;
    box-shadow: 0 0 0 3px rgba(255, 51, 0, .12) !important;
    color: #FF3300;
    background: #fff6f6;
}

.av-inline {
    display: flex;
    gap: 8px;
    align-items: center;
}

.av-inline input {
    flex: 1;
}

.av-inline .unit {
    font-size: 11px;
    color: #777;
    white-space: nowrap;
}

.av-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    padding-top: 4px;
}

.av-checks label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #444;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
}

.av-checks input[type="checkbox"] {
    width: 15px;
    height: 15px;
    accent-color: #1a6bbf;
    cursor: pointer;
}

.av-field input[type="file"] {
    height: auto;
    padding: 5px 8px;
    font-size: 11.5px;
    border: 1px dashed #aaa;
    border-radius: 5px;
    background: #fafafa;
}

.av-divider {
    border: none;
    border-top: 1px solid #e0e5ee;
    margin: 10px 0 14px;
}

.btn-exname {
    width: 100%;
    height: 34px;
    background: #1a6bbf;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s;
}

.btn-exname:hover {
    background: #155a9e;
}

.av-ac-wrap {
    position: relative;
}

.av-ac-list {
    position: absolute;
    z-index: 9999;
    background: #fff;
    border: 1px solid #cdd;
    border-top: none;
    max-height: 160px;
    overflow-y: auto;
    width: 100%;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .10);
}

.av-ac-item {
    padding: 6px 10px;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
}

.av-ac-item:hover {
    background: #e8f0fb;
}

@media(max-width:768px) {
    .av-grid {
        grid-template-columns: 1fr;
    }
}

.modal-edit-button {
    border-radius: 0.425rem !important;
    background-color: #E9F3FF !important;
}

.modal-edit-button:hover {
    background-color: #fff;
    color: #000;
}

/* dashboard css */
.dashboars-header {
    background: linear-gradient(90deg, #0d47a1, #1b84ff);
    border-radius: 6px 6px 0px 0px;
}

.dashboars-header h4 {
    color: #fff;
    padding: 10px;
    margin-bottom: 0;
}

.dashboard-img img {
    width: 30px;
    padding-right: 10px;
}

/* new added */

/* CARD */
.trade-card {
    border: none;
    overflow: hidden;
}

/* HEADER */

.chart-box {
    padding: 15px;
    border-radius: 50%;
    display: inline-block;
}

/* SECTION TITLE */
.section-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #2c3e50;
}

/* LEGEND */
.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    color: #555;
}

/* DOT */
.legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* STATUS CARDS */
.status-card {
    border-radius: 14px;
    padding: 18px 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

/* GLASS EFFECT */
.status-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: -40%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-20deg);
}

/* HOVER */
.status-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* ACTIVE */
.status-card.active {
    background: linear-gradient(135deg, #28a745, #20c997);
}

/* CP */
.status-card.cp {
    background: linear-gradient(135deg, #6f42c1, #a855f7);
}

/* NUMBER */
.status-card .number {
    font-size: 24px !important;
    font-weight: bold;
}

/* LABEL */
.status-card .label {
    font-size: 13px;
    opacity: 0.9;
}

/* ICON */
.status-card i {
    font-size: 28px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .chart-box {
        margin: 20px 0;
    }
}

.button-position {
    position: absolute;
    right: 12px;
    top: 14px;
}