/* =========================
   DASHBOARD GLOBAL STYLE
========================= */

body {
    background: #f5f7fa;
}

/* =========================
   NAVBAR
========================= */

.navbar-brand {
    font-weight: 700;
}

/* =========================
   STAT CARD
========================= */

.card-stat {
    border: none;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* =========================
   TABLE CARD
========================= */

.table-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* =========================
   BADGE STATUS
========================= */

.badge-status {
    font-size: 12px;
}

/* =========================
   FILTER BUTTON
========================= */

.filter-btn.active {
    background: #0d6efd;
    color: #ffffff;
}