
/* Dynamic Theme Colors from Admin Settings */
:root {
    --brand: #225ce5;
    --brand2: #225ce5;
    --primary-color: #225ce5;
    --secondary-color: #225ce5;
}

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

.btn-primary:hover {
    background: linear-gradient(135deg, #225ce5ee, #225ce5ee);
}

.footer-socials a {
    background: #225ce51a;
    color: #225ce5;
}

.footer-socials a:hover {
    background: #225ce533;
}

.step.active .dot {
    background: #225ce51f;
    border-color: #225ce566;
    color: #225ce5;
}

.step.completed .dot {
    background: #225ce51f;
    border-color: #225ce566;
    color: #225ce5;
}

.input:focus-within {
    border-color: #225ce58c;
    box-shadow: 0 0 0 4px #225ce51f;
}

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

.resend-code a {
    color: #225ce5;
}

.resend-code a:hover {
    color: #225ce5;
}

.otp-input:focus {
    border-color: #225ce5;
    box-shadow: 0 0 0 4px #225ce51f;
}

.otp-input.filled {
    background: #225ce50d;
    border-color: #225ce5;
}

.badge {
    border-color: #225ce559;
    background: #225ce514;
    color: #225ce5;
}

.strength-fill.strong {
    background: #225ce5;
}

.strength-text.strong {
    color: #225ce5;
}

.requirement.met {
    color: #225ce5;
}

.requirement.met i {
    color: #225ce5;
}

.confirmation-box {
    background: linear-gradient(135deg, #225ce514, #225ce514);
    border-color: #225ce533;
}
    