.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.bg-primary,
.form-check-input:checked {
    background-color: #d09d28 !important;
}

a, .dropdown-item.active {
    color: #d09d28 !important;
}
a.btn-primary, a.btn-danger, a.active {
    color: #fff !important;
}

.nav-link, .dropdown-item, .page-link {
    color: #000 !important;
}
#tabs a.active {
    color: #d09d28 !important;
}


.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff !important;
    background-color: #d09d28 !important;
    border-color: #d09d28 !important;
}
.navbar {
    --tblr-navbar-active-border-color: #d09d28 !important;
}