/* CSS for Register */

/* Fix for header text on light backgrounds */
#main-header:not(.is-scrolled) a:not(.bg-gradient-to-r):not(.logo-link) {
    color: #475569 !important;
}

#main-header:not(.is-scrolled) a:not(.bg-gradient-to-r):not(.logo-link):hover {
    color: #ff3538 !important;
}

/* Fix for mobile menu button on light backgrounds */
#main-header:not(.is-scrolled) #mobile-menu-btn {
    background-color: #f8fafc !important;
    /* bg-slate-50 */
    color: #475569 !important;
    /* text-slate-600 */
}

#main-header:not(.is-scrolled) #mobile-menu-btn:hover {
    background-color: rgba(255, 53, 56, 0.05) !important;
    /* brand-primary/5 */
    color: var(--color-brand-primary) !important;
}

#main-header:not(.is-scrolled) #mobile-menu-btn img {
    filter: none !important;
}

/* Fix for notification bell and user dropdown on light backgrounds */
#main-header:not(.is-scrolled) span.text-white {
    color: #475569 !important;
}
#main-header:not(.is-scrolled) button img.invert {
    filter: none !important;
    opacity: 0.6;
}