
/* Dynamic Theme Colors from Admin Settings */
:root {
    --brand: #22357a;
    --brand2: #0c122d;
    --primary-color: #22357a;
    --secondary-color: #0c122d;
}

/* Override any existing brand colors */
.btn-primary {
    background: linear-gradient(135deg, #22357a, #0c122d);
    box-shadow: 0 10px 20px #22357a40;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #22357aee, #0c122dee);
}

.footer-socials a {
    background: #22357a1a;
    color: #22357a;
}

.footer-socials a:hover {
    background: #22357a33;
}

.step.active .dot {
    background: #22357a1f;
    border-color: #22357a66;
    color: #0c122d;
}

.step.completed .dot {
    background: #0c122d1f;
    border-color: #0c122d66;
    color: #0c122d;
}

.input:focus-within {
    border-color: #22357a8c;
    box-shadow: 0 0 0 4px #22357a1f;
}

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

.resend-code a {
    color: #22357a;
}

.resend-code a:hover {
    color: #0c122d;
}

.otp-input:focus {
    border-color: #22357a;
    box-shadow: 0 0 0 4px #22357a1f;
}

.otp-input.filled {
    background: #22357a0d;
    border-color: #22357a;
}

.badge {
    border-color: #22357a59;
    background: #22357a14;
    color: #0c122d;
}

.strength-fill.strong {
    background: #0c122d;
}

.strength-text.strong {
    color: #0c122d;
}

.requirement.met {
    color: #0c122d;
}

.requirement.met i {
    color: #0c122d;
}

.confirmation-box {
    background: linear-gradient(135deg, #0c122d14, #22357a14);
    border-color: #0c122d33;
}
    