/* CUSTOM BY CODINGERS.ID FOR WASDAL BAPENDA */

/* HEADER BG */
[data-bs-theme=light] {
    --bs-header-bg: linear-gradient(90deg, rgb(242, 190, 118) 0%, rgb(66, 166, 216) 100%);
}

/* Dark Mode Styles */
[data-bs-theme=dark] {
    --bs-header-bg: linear-gradient(90deg, rgb(22, 9, 42) 0%, rgb(9, 17, 35) 100%);

    .card-flush,
    .coordinate-box,
    .location-info,
    .filter-card,
    .filter-tabs {
        border-color: #2b2b40;
        background: #1e1e2d;
    }

    .card-flush p,
    .coordinate-box p,
    .location-info p,
    .filter-card,
    .filter-tabs p {
        color: #b9b9b9 !important;
    }

    .info-box {
        background: #252540;
        border-left-color: #4dabf7;
    }

    .stat-card {
        border-color: #2b2b40;
        background: #1e1e2d;
    }

    .stat-card:hover {
        box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
    }

    .timeline-item:before {
        background: #4dabf7;
    }

    .timeline-item:after {
        background: #2b2b40;
    }
}
