/* Custom styles to complement Bootstrap 5 */

/* Add any custom styles that extend Bootstrap here */
.btn-primary {
    background-color: #28a745;
    border-color: #28a745;
}

.btn-primary:hover {
    background-color: #218838;
    border-color: #218838;
}

.text-primary {
    color: #28a745 !important;
}

/* Active navigation link styling */
.nav-link.active {
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

/* Keep the button styling when active */
.nav-link.btn.active:not(.nav-link-kup) {
    color: white !important;
}
.nav-link.btn.active.nav-link-kup {
    background-color: rgb(38, 59, 43) !important;
    border-color:rgb(38, 59, 43) !important;
}


/* You can add more custom styles as needed but try to use Bootstrap classes when possible */
