
/* Dynamic Theme Colors from Admin Settings */
:root {
    --brand: #004da3;
    --brand2: #023b79;
    --primary-color: #004da3;
    --secondary-color: #023b79;
}

/* Override any existing brand colors */
.btn-primary {
    background: linear-gradient(135deg, #004da3, #023b79);
    box-shadow: 0 10px 20px #004da340;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #004da3ee, #023b79ee);
}

.footer-socials a {
    background: #004da31a;
    color: #004da3;
}

.footer-socials a:hover {
    background: #004da333;
}

.step.active .dot {
    background: #004da31f;
    border-color: #004da366;
    color: #023b79;
}

.step.completed .dot {
    background: #023b791f;
    border-color: #023b7966;
    color: #023b79;
}

.input:focus-within {
    border-color: #004da38c;
    box-shadow: 0 0 0 4px #004da31f;
}

.footer-section a:hover {
    color: #004da3;
}

.resend-code a {
    color: #004da3;
}

.resend-code a:hover {
    color: #023b79;
}

.otp-input:focus {
    border-color: #004da3;
    box-shadow: 0 0 0 4px #004da31f;
}

.otp-input.filled {
    background: #004da30d;
    border-color: #004da3;
}

.badge {
    border-color: #004da359;
    background: #004da314;
    color: #023b79;
}

.strength-fill.strong {
    background: #023b79;
}

.strength-text.strong {
    color: #023b79;
}

.requirement.met {
    color: #023b79;
}

.requirement.met i {
    color: #023b79;
}

.confirmation-box {
    background: linear-gradient(135deg, #023b7914, #004da314);
    border-color: #023b7933;
}
    