.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;
}

#loading-overlay {
  display: none; /* inicialmente oculto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* Fondo oscuro semitransparente */
  z-index: 9999;
  
  /* Flexbox para centrar */
  align-items: center;       /* Centrado vertical */
  justify-content: center;   /* Centrado horizontal */
}

.loading-content {
  color: #fff;
  text-align: center;
}