/* Bootstrap 5.0 (beta2 neste projeto) não tem text-bg-* (veio no 5.2).
   .badge tem color:#fff sem fundo — some em card claro. */
.text-bg-primary,
.text-bg-secondary,
.text-bg-success,
.text-bg-danger,
.text-bg-dark,
.text-bg-info {
    color: #fff !important;
}

.text-bg-primary {
    background-color: #101828 !important;
}

.text-bg-secondary {
    background-color: #344054 !important;
}

.text-bg-success {
    background-color: #198754 !important;
}

.text-bg-danger {
    background-color: #dc3545 !important;
}

.text-bg-dark {
    background-color: #212529 !important;
}

.text-bg-info {
    background-color: #0aa2c0 !important;
}

.text-bg-warning {
    color: #212529 !important;
    background-color: #ffc107 !important;
}

.text-bg-light {
    color: #212529 !important;
    background-color: #f8f9fa !important;
}
