/* andalus */
.bg-andalus {
    background-color: rgba(247,125, 0, 1) !important;
}

.bg-andalus a {
    color: #ffffff !important;
}

.bg-andalus a:hover {
    color: #435ebe !important;
    text-decoration: underline;
}

.nav-item-andalus {
    color: rgba(255, 255, 255, 1) !important;
}

.nav-item-andalus:hover {
    color: #435ebe !important;
}

.reg-button-andalus {
    background-color: #435ebe;
    color: #ffffff;
}

.reg-button-andalus:hover {
    background-color: rgba(247,125, 0, 1) !important;
    color: #ffffff;
}

.text-andalus {
    color: rgba(247,125, 0, 1) !important;
}

/* cordova */
.bg-cordova {
    background-color: rgba(107, 36, 68, 1) !important;
}

.bg-cordova a {
    color: #ffffff !important;
}

.bg-cordova a:hover {
    color: #435ebe !important;
    text-decoration: underline;
}

.nav-item-cordova {
    color: rgba(255, 255, 255, 1) !important;
}

.nav-item-cordova:hover {
    color: #435ebe !important;
}

.reg-button-cordova {
    background-color: #435ebe;
    color: #ffffff;
}

.reg-button-cordova:hover {
    background-color: rgba(107, 36, 68, 1) !important;
    color: #ffffff;
}

.text-cordova {
    color: rgba(107, 36, 68, 1) !important;
}

/* zuhri */
.bg-zuhri {
    background-color: rgba(98, 198, 96, 1) !important;
}

.bg-zuhri a {
    color: #ffffff !important;
}

.bg-zuhri a:hover {
    color: #435ebe !important;
    text-decoration: underline;
}

.nav-item-zuhri {
    color: rgba(255, 255, 255, 1) !important;
}

.nav-item-zuhri:hover {
    color: #435ebe !important;
}

.reg-button-zuhri {
    background-color: #435ebe;
    color: #ffffff;
}

.reg-button-zuhri:hover {
    background-color: rgba(98, 198, 96, 1) !important;
    color: #ffffff;
}

.text-zuhri {
    color: rgba(98, 198, 96, 1) !important;
}

/* registration */
.bg-registration-footer {
    background-color: #1a2942;
}

.cursor-pointer {
    cursor: pointer !important;
}

.reg-mt-3 {
  margin-top: 1.9rem !important;
}

.reg-mt-1 {
  margin-top: 0.5rem !important;
}

.reg-hidden {
    display: none !important;
}