.searchbox {
    float: right;
}

.texting-hard {
    width: 90%;
    margin: 0px 10px 10px 10px;
    padding: 0.47rem 0.75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.buttons-excel {
    background: #556ee6;
    border-color: #556ee6;
}

.buttons-csv {
    background: #556ee6;
    border-color: #556ee6;
}

.buttons-excel:hover {
    background: #556ee6;
}

.buttons-csv:hover {
    background: #556ee6;
}

.carding {
    height: 200px;
}

.search-one {

    margin: 55px 0px 0px 147px;
    padding: 0.47rem 0.75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #556ee6;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.search-report {
    margin-top: 48px;
    margin-left: 87px;
    padding: 10px;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #556ee6;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;



}

.button2 {
    background-color: #556ee6;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 3px 4px;
    cursor: pointer;
    height: 44px;
    margin-top: 18px;
    border-radius: 0.25rem;
    width: 22%;
}

.selection {

    width: 99%;

}

.item {
    float: left;
    margin-top: 17px;
    /* margin-left: -12px; */
}

.key-one {
    margin-left: 10px;
}

.texting-hard-hell {

    margin: 10px;
    padding: 0.47rem 0.75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}



/* Removed height restriction on .inner to allow natural growth */

.back-btn-assessmnt {
    margin-left: 0px;
}

div.asChaptr .mb-3 .dropdown {
    margin-top: 0px;

}

.assessment {
    width: 97%;
    margin-left: 16px;
}


.edit-assessment {
    width: 98%;
    margin-left: 8px;
}

.navbar-header .d-flex .navbar-brand-box {
    padding: 0 0.0rem;

}

/* @media screen and (min-width:1700px) and (max-width:1800px) {
.table.table-bordered.dt-responsive.nowrap.w-100.no-footer.dtr-inline.dataTable{
    margin-left: 0px; width: 1732px!important;
}
} */
div.dataTables_scroll div.dataTables_scrollHead div.dataTables_scrollHeadInner {
    box-sizing: content-box;
    width: 100% !important;
    padding-right: 0px;
}

/* Breadcrumb separator override */
.breadcrumb-item+.breadcrumb-item::before {
    content: "›" !important;
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 0 8px !important;
    position: relative !important;
    vertical-align: middle !important;
    color: #94a3b8 !important;
}

/* --- Global Layout Standardization --- */
.container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
    width: 100% !important;
    max-width: 100% !important;
}

.table-responsive,
.dataTables_wrapper,
.dataTables_scroll,
.dataTables_scrollBody {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    width: 100% !important;
}

.custom-table,
.dataTable {
    width: 100% !important;
    table-layout: fixed !important;
}

/* --- Premium Select & Dropdown Refinement --- */
select.form-control,
select.form-select,
.dataTables_length select {
    border-radius: 12px !important;
    padding: 0.6rem 1rem !important;
    border: 1px solid #e1e4e8 !important;
    background-color: #ffffff !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
}

select.form-control:focus,
select.form-select:focus,
.dataTables_length select:focus {
    border-color: #556ee6 !important;
    box-shadow: 0 0 0 3px rgba(85, 110, 230, 0.15) !important;
    outline: none !important;
}


.dropdown-item {
    border-radius: 8px !important;
    margin: 2px 0 !important;
    transition: all 0.2s ease !important;
}

.dropdown-item:hover {
    background-color: rgba(85, 110, 230, 0.1) !important;
    color: #556ee6 !important;
}

/* Global Transition Rule for Sidebar Items */
#sidebar-menu ul li a,
#sidebar-menu ul li a i,
.vertical-menu,
.navbar-brand-box {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* --- Premium Theme Global Constants --- */
:root {
    --hpc-primary-gradient: linear-gradient(135deg, #3C6ED2 0%, #1d4ed8 100%);
    --hpc-success-gradient: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    --hpc-glass-background: rgba(255, 255, 255, 0.98);
}

/* Glass Card */
.glass-card {
    background: var(--hpc-glass-background) !important;
    border-radius: 25px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    overflow: visible !important;
    margin-bottom: 2rem;
    position: relative;
}

/* Global Fix for Custom Dropdown Menus */
.dropdown-menu-custom {
    padding-bottom: 25px !important;
    /* Ensures the last item is fully visible and reachable */
    overflow-y: auto !important;
    max-height: 300px;
}

/* Explicit Fix for Primary Buttons (Addressing Hover Color) */
.btn-primary {
    background-color: #556ee6 !important;
    border-color: #556ee6 !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #3b5de7 !important;
    border-color: #3b5de7 !important;
    color: #ffffff !important;
}

/* ====================================================
   Dashboard Header — Purple Gradient Banner (GLOBAL)
   ==================================================== */
.dashboard-header {
    background: linear-gradient(135deg, #3C6ED2 0%, #1d4ed8 100%) !important;
    border-radius: 20px !important;
    padding: 22px 35px !important;
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(60, 110, 210, 0.4) !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative;
    z-index: 10;
    overflow: hidden;
    animation: slideInDown 0.6s ease-out both;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Decorative shimmer on right */
.dashboard-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

/* Heading: white text */
.dashboard-header h2,
.dashboard-header h1,
.dashboard-header h3 {
    font-weight: 700;
    font-size: 1.8rem !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    margin-bottom: 0.1rem;
    line-height: 1.2;
}

/* Subtitle: semi-transparent white */
.dashboard-header p,
.dashboard-header p.text-white-50,
.dashboard-header p.text-muted,
.dashboard-header .text-muted {
    color: rgba(255, 255, 255, 0.85) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.85) !important;
    opacity: 1 !important;
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* .gradient-text inside header → white (on purple bg) */
.dashboard-header .gradient-text {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Icons inside h2 */
.dashboard-header h2 i {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
}

/* Emoji span — natural color */
.dashboard-header h2>span:first-child {
    -webkit-text-fill-color: initial !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
}

/* Pulse Animation for Background */
@keyframes bg-pulse {

    0%,
    100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

.premium-bg-pulse::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
    z-index: 0;
}

/* Premium Buttons */
.btn-premium {
    background: var(--hpc-primary-gradient) !important;
    color: white !important;
    padding: 0.8rem 1.8rem !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s ease !important;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(60, 110, 210, 0.3) !important;
}

.btn-premium:hover {
    background: var(--hpc-primary-gradient) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 16px rgba(60, 110, 210, 0.4) !important;
    color: white !important;
}

/* Glassmorphism Button */
.btn-glass {
    background: rgba(255, 255, 255, 0.25) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    padding: 0.7rem 1.4rem !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.35) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.btn-glass i {
    font-size: 1.2rem;
    color: #ffffff !important;
}

/* Action Buttons (Edit/Delete Soft) */
.action-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none !important;
    border: none;
}

.btn-edit-soft {
    background: #ecfdf5 !important;
    color: #10b981 !important;
}

.btn-edit-soft:hover {
    background: #10b981 !important;
    color: white !important;
    transform: scale(1.1) rotate(15deg);
}

.btn-delete-soft {
    background: #fff1f2 !important;
    color: #f43f5e !important;
}

.btn-delete-soft:hover {
    background: #f43f5e !important;
    color: white !important;
    transform: rotate(-15deg);
}

/* Custom Dropdown Triangle Indicator */
.form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23764ba2'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
    background-size: 1.25rem !important;
    background-position: right 0.75rem center !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 0.75rem 2.5rem 0.75rem 1.2rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
}

.form-select:focus {
    border-color: #1d4ed8 !important;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.1) !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23764ba2'%3E%3Cpath d='M7 14l5-5 5 5z'/%3E%3C/svg%3E") !important;
}

/* Premium Preview Button */
.btn-preview-template {
    background: linear-gradient(135deg, #3C6ED2 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.2) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer;
}

.btn-preview-template:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(29, 78, 216, 0.3) !important;
    filter: brightness(1.1);
}

.btn-preview-template i {
    font-size: 1.25rem;
}

/* DataTables Global Refinements */
.dataTables_length label {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    white-space: nowrap !important;
}

.dataTables_paginate {
    float: right !important;
    margin-top: 15px !important;
}

/* --- Repeater Global Styles --- */
.inner {
    max-height: none !important;
    overflow: visible !important;
}

.repeater-item {
    background: #f8fafc;
    border-radius: 12px;
    padding: 12px 15px;
    margin-bottom: 12px;
    border: 1px solid #edf2f7;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.repeater-item:hover {
    background: #f1f5f9;
}

.repeater-input-wrap {
    flex: 1;
}

.btn-add-repeater {
    background: var(--hpc-success-gradient) !important;
    color: white !important;
    border: none !important;
    padding: 8px 18px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    box-shadow: 0 5px 15px rgba(56, 239, 125, 0.2) !important;
    transition: all 0.3s ease !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 15px;
}

.btn-add-repeater:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(56, 239, 125, 0.3) !important;
}

/* --- Global Next Page Navigation Button --- */
.custom-next-btn {
    border-radius: 12px;
    padding: 10px 35px;
    font-weight: 500;
    color: #3C6ED2 !important;
    background-color: #fff !important;
    border: 1px solid #3C6ED2 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(60, 110, 210, 0.1) !important;
    font-family: 'Poppins', sans-serif !important;
}

.custom-next-btn:hover {
    background-color: #3C6ED2 !important;
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(60, 110, 210, 0.3) !important;
    transform: translateY(-2px);
    border-color: #3C6ED2 !important;
}

.custom-next-btn i {
    transition: transform 0.3s ease;
    font-size: 1.1rem;
    line-height: 1;
}

.custom-next-btn:hover i {
    transform: translateX(5px);
}

/* Select2 Premium Global Styling */
.select2-container--default .select2-selection--single {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    height: 45px !important;
    display: flex !important;
    align-items: center !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
    color: #4a5568 !important;
    font-size: 0.95rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
    right: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Custom Triangle inside Select2 */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1d4ed8 transparent transparent transparent !important;
    border-width: 6px 5px 0 5px !important;
    margin-left: 0 !important;
    position: static !important;
}

.select2-container--default.select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #1d4ed8 transparent !important;
    border-width: 0 5px 6px 5px !important;
}

/* Dropdown Results Styling */
.select2-dropdown {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px) !important;
    margin-top: 5px !important;
    animation: fadeInDown 0.2s ease-out !important;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.select2-results__option {
    padding: 12px 15px !important;
    font-size: 0.9rem !important;
    color: #4a5568 !important;
    transition: all 0.2s ease !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: linear-gradient(135deg, #3C6ED2 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option[aria-selected=\"true\"] {
    background-color: #f7fafc !important;
    color: #1d4ed8 !important;
    font-weight: 600 !important;
}

/* Search Field inside Dropdown */
.select2-search--dropdown {
    padding: 10px !important;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 10px 12px !important;
    outline: none !important;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: #3C6ED2 !important;
    box-shadow: 0 0 0 3px rgba(60, 110, 210, 0.1) !important;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 10px !important;
    border: 1px solid #e2e8f0 !important;
    padding: 10px 12px !important;
    outline: none !important;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: #3C6ED2 !important;
    box-shadow: 0 0 0 3px rgba(60, 110, 210, 0.1) !important;
}

/* Select2 Multiple (Class dropdown) - pill wrap fix */
.select2-container--default .select2-selection--multiple {
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    min-height: 45px !important;
    height: auto !important;
    padding: 4px 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choices {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #1d4ed8 !important;
    box-shadow: 0 0 0 0.2rem rgba(29, 78, 216, 0.25) !important;
    outline: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 8px !important;
    background: linear-gradient(135deg, #3C6ED2, #1d4ed8) !important;
    color: #fff !important;
    border: none !important;
    padding: 3px 10px !important;
    margin: 2px !important;
    font-size: 0.85rem !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, 0.85) !important;
    margin-right: 4px !important;
    border: none !important;
    border-right: none !important;
    background: transparent !important;
    font-weight: bold !important;
    font-size: 13px !important;
    padding: 0 4px 0 0 !important;
    line-height: 1 !important;
    float: left !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff !important;
    background: transparent !important;
}

/* Remove vertical separator line between × and text */
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    display: inline !important;
    border: none !important;
    padding: 0 !important;
}

/* ====================================================
   Dashboard Stat Icons — Force Colorful State Always
   (Prevents tour/driver.js from overriding icon colors)
   ==================================================== */

/* Compact stat icons (Total School Branch, Teachers, Students) */
.compact-stat-icon.primary,
.driver-highlighted-element .compact-stat-icon.primary,
.driver-active-element .compact-stat-icon.primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
}

.compact-stat-icon.success,
.driver-highlighted-element .compact-stat-icon.success,
.driver-active-element .compact-stat-icon.success {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%) !important;
}

.compact-stat-icon.info,
.driver-highlighted-element .compact-stat-icon.info,
.driver-active-element .compact-stat-icon.info {
    background: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%) !important;
}

/* Quick Action icons (Add School Admin, Branch, Teacher, Student, etc.) */
.stat-icon.primary,
.driver-highlighted-element .stat-icon.primary,
.driver-active-element .stat-icon.primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%) !important;
}

.stat-icon.success,
.driver-highlighted-element .stat-icon.success,
.driver-active-element .stat-icon.success {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) !important;
}

.stat-icon.info,
.driver-highlighted-element .stat-icon.info,
.driver-active-element .stat-icon.info {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
}

.stat-icon.warning,
.driver-highlighted-element .stat-icon.warning,
.driver-active-element .stat-icon.warning {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
}

.stat-icon.danger,
.driver-highlighted-element .stat-icon.danger,
.driver-active-element .stat-icon.danger {
    background: linear-gradient(135deg, #f87171 0%, #ef4444 100%) !important;
}

/* Ensure icon color inside stays white always */
.compact-stat-icon i,
.stat-icon i {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}