.header .header-top {
    background-color: #022648 !important;
}

.bg-primary {
    background-color: #022648 !important;
}

.card-background-color {
    background-color: #022648 !important;
}

/* button */
.btn.btn-primary {
    background-color: #022648 !important;
    border-color: #022648 !important;
}

.btn.btn-outline-primary {
    color: #022648 !important;
    border-color: #022648 !important;
}

    .btn.btn-outline-primary:focus:not(.btn-text) {
        background-color: #022648 !important;
        border-color: #022648 !important;
        color: white !important;
    }

    .btn.btn-outline-primary:hover:not(.btn-text) {
        background-color: #022648 !important;
        border-color: #022648 !important;
        color: white !important;
    }

.btn.btn-outline-primary:not(:disabled):not(.disabled).active {
    background-color: #022648 !important;
    border-color: #022648 !important;
    color: white !important;
}

.btn.btn-light-primary {
	color: white !important;
	background-color: #c19359 !important;
}

.btn.btn-light-primary:hover:not(.btn-text):not(:disabled):not(.disabled) {
	color: white !important;
	background-color: #022648 !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-icon {
	color: #c19359 !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-title {
	color: #c19359 !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-icon {
	color: #c19359 !important;
}

.wizard.wizard-1 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-title {
	color: #c19359 !important;
}

.btn.btn-success {
	background-color: #022648 !important;
    border-color: #022648 !important;
}