.header .header-top {
    background-color: #03274b;
}

.header-bottom-enabled .header-tabs .nav-item .nav-link {
    color: white;
}

.nav-link.active {
    background-color: white !important;
    color: black !important;
}

.bg-primary {
    background-color: #03274b !important;
}

.card-background-color {
    background-color: #c19257 !important;
}

/* button */
.btn.btn-primary {
    background-color: #c19257 !important;
    border-color: #c19257 !important;
}

.btn.btn-outline-primary {
    color: black !important;
    border-color: #c19257 !important;
}

    .btn.btn-outline-primary:focus:not(.btn-text) {
        background-color: #0E1828 !important;
        border-color: #0E1A5B !important;
        color: white !important;
    }

    .btn.btn-outline-primary:hover:not(.btn-text) {
        background-color: #cfaa7d !important;
        border-color: #c19257 !important;
        color: black !important;
    }

    .btn.btn-outline-primary:not(:disabled):not(.disabled).active {
        background-color: #cfaa7d !important;
        border-color: #c19257 !important;
        color: black !important;
    }

.btn.btn-light-primary {
    color: black !important;
    background-color: #c19257 !important;
}

    .btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
        color: black !important;
        background-color: #cfaa7d !important;
    }
