.markdown>table thead th, .table thead th{
  font-size: .75rem;
}
.navbar-vertical.navbar-expand-lg{
  overflow-y: auto;
}
/* Ancho mínimo para evitar que la columna se comprima en tablas densas */
.licencia-col {
    min-width: 190px;
}
 
/* Microlabels INICIO / VENCE — Tabler no tiene una utilidad de 10px + uppercase + tracking */
.licencia-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1.2;
}
 
/* Altura de la barra: Tabler .progress por defecto es 8px; la reducimos a 4px */
.licencia-progress {
    height: 4px;
    max-width: 110px;
}
.dropdown-divider{
  margin: 0.5rem 0 !important;
}
.dropdown-item:focus, .dropdown-item:hover,
.nav-link:focus, .nav-link:hover {
  background-color: rgb(107 114 128 / 8%);
}
/* Botones sidebar activos - fondo azul completo */
.list-group-item.active,
.list-group-flush > .list-group-item.active,
.card .list-group-item.active {
  background-color: #0054a6 !important;
  color: #fff !important;
  border-color: #0054a6 !important;
}
.list-group-item.active i,
.list-group-flush > .list-group-item.active i {
  color: #fff !important;
}
/* Eliminar barra lateral izquierda de Tabler en todos los items */
.list-group-item::before,
.list-group-item.active::before {
  display: none !important;
}
.list-group-item.active:hover,
.list-group-flush > .list-group-item.active:hover {
  background-color: #004494 !important;
  color: #fff !important;
}