.badge-primary {
    color: #fff !important;
    background-color: #007bff !important;
}

.badge-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
}

.badge-success {
    color: #fff !important;
    background-color: #28a745 !important;
}

.badge-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
}

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

.badge-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
}

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

.badge-dark {
    color: #fff !important;
    background-color: #343a40 !important;
}


.modal-xl {
    width: 80vw !important;
    max-width: 80vw !important;
}
