/* =========================================================
   KPI COLORS
========================================================= */

.kpi-cell {
    font-weight: 600;
    color: #212529 !important;
}

/* SUCCESS */
.kpi-bg-success,
.kpi-badge-success {
    background-color: #28a745 !important;
    color: #fff !important;
}

/* WARNING */
.kpi-bg-warning,
.kpi-badge-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

/* DANGER */
.kpi-bg-danger,
.kpi-badge-danger {
    background-color: #dc3545 !important;
    color: #fff !important;
}

/* INFO */
.kpi-bg-info,
.kpi-badge-info {
    background-color: #17a2b8 !important;
    color: #fff !important;
}

/* SECONDARY */
.kpi-bg-secondary,
.kpi-badge-secondary {
    background-color: #6c757d !important;
    color: #fff !important;
}

.kpi-empty {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    font-style: italic;
    font-weight: 400;
}