#kt_app_sidebar,
#kt_app_sidebar.app-sidebar,
#kt_app_sidebar .app-sidebar-menu,
#kt_app_sidebar .app-sidebar-wrapper,
#kt_app_sidebar #kt_app_sidebar_menu_scroll {
    background-color: #000 !important;
}

#kt_app_sidebar_menu .menu-link {
    border-radius: 0.475rem;
}

#kt_app_sidebar_menu .menu-link,
#kt_app_sidebar_menu .menu-link .menu-title {
    color: rgba(255, 255, 255, 0.6) !important;
}

#kt_app_sidebar_menu .menu-icon > svg,
#kt_app_sidebar_menu .menu-icon > svg path {
    fill: #fff !important;
    width: 17px !important;
    height: 17px !important;
}

#kt_app_sidebar_menu .menu-icon > i {
    color: #fff !important;
    font-size: 17px;
}

#kt_app_sidebar_menu .menu-arrow:after {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

#kt_app_sidebar_menu .menu-item .bullet-dot,
#kt_app_sidebar_menu .menu-item .menu-bullet .bullet {
    background-color: rgba(255, 255, 255, 0.6) !important;
}

#kt_app_sidebar_menu .menu-link:hover:not(.active),
#kt_app_sidebar_menu .menu-item.show > .menu-link:not(.active) {
    color: rgba(255, 255, 255, 0.85) !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
}

#kt_app_sidebar_menu .menu-link:hover:not(.active) .menu-title,
#kt_app_sidebar_menu .menu-item.show > .menu-link:not(.active) .menu-title {
    color: rgba(255, 255, 255, 0.85) !important;
}

#kt_app_sidebar_menu .menu-link:hover:not(.active) .menu-arrow:after,
#kt_app_sidebar_menu .menu-item.show > .menu-link:not(.active) .menu-arrow:after {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

#kt_app_sidebar_menu .menu-link.active,
#kt_app_sidebar_menu .menu-item.here > .menu-link.active {
    color: #fff !important;
    background-color: #2b2b2b !important;
}

#kt_app_sidebar_menu .menu-link.active .menu-title,
#kt_app_sidebar_menu .menu-item.here > .menu-link.active .menu-title {
    color: #fff !important;
}

#kt_app_sidebar_menu .menu-link.active .menu-arrow:after,
#kt_app_sidebar_menu .menu-item.here > .menu-link.active .menu-arrow:after {
    background-color: #fff !important;
}

#kt_app_sidebar_menu .menu-link.active .menu-bullet .bullet,
#kt_app_sidebar_menu .menu-link.active .bullet-dot {
    background-color: #fff !important;
}

#kt_app_sidebar_menu .menu-sub .menu-link,
#kt_app_sidebar_menu .menu-sub .menu-link .menu-title {
    color: rgba(255, 255, 255, 0.55) !important;
}

#kt_app_sidebar_menu .menu-sub .menu-link:hover:not(.active) {
    color: rgba(255, 255, 255, 0.85) !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
}

#kt_app_sidebar_menu .menu-sub .menu-link.active {
    color: #fff !important;
    background-color: #2b2b2b !important;
}

#kt_app_sidebar_menu .menu-sub .menu-link.active .menu-title {
    color: #fff !important;
}

#kt_app_sidebar_menu .menu-sub .menu-link.active .menu-bullet .bullet {
    background-color: #fff !important;
}

#kt_app_sidebar_logo .app-sidebar-logo-default,
#kt_app_sidebar_logo img {
    filter: brightness(0) invert(1);
}

.dashboard-page {
    padding-bottom: 1rem;
}

.dashboard-welcome-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #071437;
}

.dashboard-welcome-subtitle {
    color: #78829D;
    font-size: 0.95rem;
}

.dashboard-stat-link {
    display: block;
    text-decoration: none;
}

.dashboard-stat-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 6px 28px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 180px;
    overflow: hidden;
}

.dashboard-stat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.1);
}

.dashboard-stat-card--primary {
    background: linear-gradient(135deg, #ffffff 0%, #f3f8ff 100%);
}

.dashboard-stat-card--info {
    background: linear-gradient(135deg, #ffffff 0%, #f3fbff 100%);
}

.dashboard-stat-card--success {
    background: linear-gradient(135deg, #ffffff 0%, #f3fff8 100%);
}

.dashboard-stat-card--warning {
    background: linear-gradient(135deg, #ffffff 0%, #fffbf3 100%);
}

.dashboard-stat-card--danger {
    background: linear-gradient(135deg, #ffffff 0%, #fff5f8 100%);
}

.dashboard-stat-label {
    color: #4B5675;
    font-size: 0.95rem;
    font-weight: 600;
}

.dashboard-stat-value {
    color: #071437;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1;
}

.dashboard-stat-meta {
    color: #99A1B7;
    font-size: 0.85rem;
    margin-top: 0.65rem;
}

.dashboard-stat-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.85rem;
}

.dashboard-stat-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    color: #4B5675;
    font-size: 0.78rem;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(219, 223, 233, 0.9);
}

.dashboard-stat-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.dashboard-stat-icon--primary {
    background: rgba(27, 132, 255, 0.12);
    color: #1B84FF;
}

.dashboard-stat-icon--info {
    background: rgba(114, 57, 234, 0.12);
    color: #7239EA;
}

.dashboard-stat-icon--success {
    background: rgba(23, 198, 83, 0.12);
    color: #17C653;
}

.dashboard-stat-icon--warning {
    background: rgba(246, 192, 0, 0.16);
    color: #D4A000;
}

.dashboard-stat-icon--danger {
    background: rgba(248, 40, 90, 0.12);
    color: #F8285A;
}

.dashboard-chart-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 6px 28px rgba(15, 23, 42, 0.06);
}

.dashboard-chart-title {
    color: #071437;
    font-size: 1.15rem;
    font-weight: 700;
}

.dashboard-chart-subtitle {
    color: #99A1B7;
    font-size: 0.85rem;
}

.dashboard-chart-wrap {
    position: relative;
    height: 300px;
}

.error {
    color: red;
    margin: 5px 0 0 0;
}

th, td {
    text-align: center;
}

.cursor-pointer {
    cursor: pointer;
}


.image-input-empty {
    background-image: url('./../images/blank.svg');
}

.action-div > * {
    margin-right: 15px;
}

.table .icon {
    font-size: 18px;
}

.table .icon.edit-icon {
    color: black;
}

[data-bs-theme=dark] .table .icon.edit-icon {
    color: white;
}

label.col-form-label {
    text-transform: capitalize;
}
.select2-container .select2-selection--single {
    height: 44px !important;
}
.border-on-focus:focus {
    border: 1px solid #007bff !important;
}
.copied-pulse {
    animation: highlightSpark 3.5s ease;
    border-radius: 6px;
    padding: 3px 7px;
}

@keyframes highlightSpark {

    0% {
        background-color: transparent;
        color: inherit;
        box-shadow: none;
    }

    10% {
        background-color: #60a5fa; 
        color: #fff;
        box-shadow: 0 0 5px rgba(96, 165, 250, 0.6);
    }

    30% {
        box-shadow: 0 0 12px rgba(96, 165, 250, 0.9);
    }

    50% {
        box-shadow: 0 0 6px rgba(96, 165, 250, 0.6);
    }

    70% {
        box-shadow: 0 0 14px rgba(96, 165, 250, 1);
    }

    85% {
        background-color: #60a5fa;
        color: #fff;
        box-shadow: 0 0 8px rgba(96, 165, 250, 0.7);
    }

    100% {
        background-color: transparent;
        color: inherit;
        box-shadow: none;
    }
}