/* CRMiAgenda: contraste de menús nativos en Chrome/Windows y móvil */
select {
  color-scheme: light;
}

select option {
  color: #13233f !important;
  background-color: #ffffff !important;
}

select option:checked {
  color: #ffffff !important;
  background-color: #246fd3 !important;
}
