/* Cambiar el color primario de los botones, bordes, etc. */
div .bg-primary{
    background-color: #E00D0D  !important;
}

/* Cambiar el color secundario */
.btn-secondary {
    background-color: #607d8b !important;
    border-color: #607d8b !important;
}

.bg-secondary {
    background-color: #607d8b !important;
}

.text-secondary {
    color: #607d8b !important;
}

.btn-custom {
    height: 50px; /* Ajusta la altura si es necesario */
    font-size: 1rem; /* Uniformiza el tamaño del texto */
  }
  
  table.dataTable th, 
  table.dataTable td {
      text-align: center !important;
      vertical-align: middle !important;
  }
  div .card-title{
    font-size: 1rem !important; /* Ajusta el tamaño del texto */
  }
  