/**
 * Custom Color Overrides for Bootstrap
 * Kurex.pro Brand Colors
 */

/* Primary Color Override */
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #03989e !important;
    border-color: #03989e !important;
    color: white !important;
}

.btn-primary:hover {
    background-color: #027a7f !important;
    border-color: #027a7f !important;
}

.text-primary {
    color: #03989e !important;
}

.bg-primary {
    background-color: #03989e !important;
}

/* Info Color (using primary light) */
.text-info {
    color: #00c2cb !important;
}

.bg-info {
    background-color: #00c2cb !important;
}

/* Active Nav Link */
.nav-link.active {
    color: #03989e !important;
    font-weight: 600;
}
