#tabela-status th:first-child,
#tabela-status td:first-child {
  font-weight: 600;
  white-space: nowrap;
}

.badge.clicavel:hover { opacity: 0.85; }

/* Menu lateral verde, recolhível (estado persistido em localStorage,
   aplicado antes do CSS pintar via classe em <html> — ver base.html). */
.sidebar {
  width: 220px;
  min-height: 100vh;
  background-color: #2f7a3d;
  transition: width 0.15s ease;
}

html.sidebar-recolhido .sidebar { width: 64px; }
html.sidebar-recolhido .sidebar-label { display: none; }
html.sidebar-recolhido #sidebar .d-flex.justify-content-between { justify-content: center !important; }
html.sidebar-recolhido #sidebar .d-flex.justify-content-between a { display: none; }

.sidebar .nav-link {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
}

.sidebar .nav-link:hover { background-color: rgba(255, 255, 255, 0.12); }
.sidebar .nav-link.active { background-color: rgba(255, 255, 255, 0.22); }

.sidebar-icon {
  width: 1.4rem;
  text-align: center;
  flex-shrink: 0;
}
