/* FIX CONTRASTO HUB */
input, select, textarea {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

input::placeholder {
    color: #cbd5e1 !important;
    opacity: 1 !important;
}

.nav-link.active {
    background-color: #38bdf8 !important;
    color: #020617 !important;
    font-weight: 700 !important;
}

.nav-link.active * {
    color: #020617 !important;
}

.glass-card {
    color: #ffffff !important;
}
