.badge{
    font-size: 12px!important;
} 

.badge.badge-primary {
    background-color: #007bff;
    color: white;
}

.badge.badge-success {
    background-color: #28a745;
    color: white;
}

.badge.badge-warning {
    background-color: #ffc107;
    color: black;
}

.badge.badge-danger {
    background-color: #dc3545;
    color: white;
}
.rounded-pill {
    border-radius: 50rem !important;
}

.nav .nav-link.active {
    background: #0d6cf8d9;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}