table.table.data tbody tr.text-success td,
table.table.data tbody tr.text-success th {
    color: #198754;
}
table.table.data tbody tr.text-danger td,
table.table.data tbody tr.text-danger th {
    color: #dc3545;
}
table.table.data tbody tr.text-success td .badge,
table.table.data tbody tr.text-success th .badge {
    background-color: #198754 !important;
    color: #fff;
}
table.table.data tbody tr.text-danger td .badge,
table.table.data tbody tr.text-danger th .badge {
    background-color: #dc3545 !important;
    color: #fff;
}

.badge.default,
.badge.status-default {
    background-color: #6c757d !important;
    color: #fff;
}
.badge.success {
    background-color: #198754 !important;
    color: #fff;
}
.badge.danger {
    background-color: #dc3545 !important;
    color: #fff;
}
.badge.status-100,
.badge.status-200,
.badge.status-201,
.badge.status-204,
.badge.status-300,
.badge.status-301,
.badge.status-302,
.badge.status-304 {
    background-color: #198754 !important;
    color: #fff;
}
.badge.status-400,
.badge.status-401,
.badge.status-403,
.badge.status-404,
.badge.status-500,
.badge.status-502,
.badge.status-503 {
    background-color: #dc3545 !important;
    color: #fff;
}
