.modal--scrollbar {
    background-color: #002147 !important;
    color: #cfcfcf !important;
}

.modal--scrollbar .fui-label {
    color: #cfcfcf !important;
}

.modal--scrollbar .fui-input {
    background-color: transparent !important;
    color: #cfcfcf !important;    
    border: none !important;    
    border-bottom: 1px solid #cfcfcf !important;    
    outline: none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    width: 100% !important;
}
.modal--scrollbar .fui-input-wrapper {
    width: 100% !important;
}

.modal--scrollbar .fui-input::placeholder {
    color: #7a9ab5 !important;
}

.modal--scrollbar .fui-checkbox-label {
    color: #cfcfcf !important;
}

/* Link privacidad */
.modal--scrollbar .fui-checkbox-label a {
    color: #3bbfcf !important;
}

.modal--scrollbar .text-rich-carbon\/60 {
    color: #cfcfcf !important;
    opacity: 0.6;
}

.modal--scrollbar h2 {
    color: #cfcfcf !important;
}

.modal--scrollbar form button[type="submit"] {
    margin-bottom: 40px !important;
}

.modal--scrollbar .fui-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.modal--scrollbar .fui-checkbox-input {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    border: 1px solid #3bbfcf !important;
    border-bottom: 1px solid #3bbfcf !important;
    accent-color: #3bbfcf !important;
    cursor: pointer !important;
}