/* Botón Continuar */
.btn-primary,
button,
input[type="submit"] {
    font-size: 20px !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    letter-spacing: 0.3px !important;
}

/* Texto blanco sobre fondo azul */
.btn-primary span,
button span,
.btn-primary {
    color: #ffffff !important;
    text-shadow: none !important;
}

/* Selector de profesional */
select,
option {
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* TODO el contenido del selector profesional */
div[role="option"],
li[role="option"],
[role="listbox"] *,
[class*="option"] *,
[class*="select"] *,
[class*="dropdown"] * {
    font-size: 18px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
}
