.badge{

} 

.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;
}