.custom-file-input ~ .custom-file-label::after { content: "Examinar"; }

.error { color: #FF0000; }

app_svs iframe.taxonomia, .app_svs iframe {
    border: none;
    width: 100%;
    min-height: 10px !important;
    margin: 1em 0;
}

.upper-select,
.upper-select option {
    text-transform: uppercase;
}

/* Checkboxes de jornada */
.jornada-instruccion {
    margin: 0 0 6px 0;
    font-style: italic;
    color: #555;
}

.jornada-label {
    display: block;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 1em;
}

.jornada-label input[type="checkbox"] {
    margin-right: 6px;
    vertical-align: middle;
}

/* Overlay de carga */
#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.loading-content {
    color: #fff;
    text-align: center;
}
