.fi-input:disabled,
.choices.is-disabled {
    color: black !important;
    -webkit-text-fill-color: black !important;
}


.dark .fi-input:disabled,
.darl .choices.is-disabled {
    color: white !important;
    -webkit-text-fill-color: white !important;
}