.sidenav-header {
  height: 7rem !important;
}

.bg-gradient-primary,
.navbar-vertical .navbar-nav > .nav-item .nav-link.active .icon,
.text-gradient.text-primary {
  background-image: linear-gradient(to top, #020024 0%, #647909 100%);


}

.alert-primary {
    background-image: linear-gradient(to top, #020024 0%, #647909 100%);
}
.leaflet-popup-content-wrapper {
  background: white !important; /* fallback for old browsers */
}

div.dataTables_wrapper div.dataTables_filter {
  width: 100% !important;
  float: none !important;
  text-align: center !important;
}

.dt-search {
  float: right !important;
}

.dt-container {
  height: 70vh !important; /* 90% del alto de la ventana */
}

.text-primary {
  color: #3CA55C !important;
}

.btn-primary {
  background-color: #3CA55C !important;
  border-color: #3CA55C !important;
}


.fecha-container {
  min-width: 200px; /* Establece el ancho mínimo deseado */
  display: inline-block; /* Permite que el contenedor se expanda según sea necesario */
}

.navbar-vertical .navbar-brand>img, .navbar-vertical .navbar-brand-img {
    max-width: 100%!important;
    min-width: 100% !important;
    max-height: 100%!important;
}

/* Badges de estatus del dashboard: mismo ancho para todos */
.estatus-badge {
    min-width: 160px;
    text-align: center;
    display: inline-block;
}
