.bg-dark-primary {
    background-color: #36559D !important;
}

.text-dark-primary {
    color: #36559D !important;
}

.text-dark-primary:hover {
    color: #2A4A8C !important;
}

.text-dark-primary:active,
.text-dark-primary:focus {
    color: #1E3C7B !important;
}

.btn-kt-primary {
    background: #3699FF;
    border-color: #3699FF;
    color: #fff;
}

.btn-kt-primary:hover {
    background: #2A84E0;
    border-color: #2A84E0;
    color: #fff;
}

.btn-kt-primary:active,
.btn-kt-primary:focus {
    background: #1E70C1;
    border-color: #1E70C1;
    color: #fff;
}
