/* App-specific overrides */
.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}

.nav-link.active {
  font-weight: 600;
}

.table th {
  white-space: nowrap;
}

.badge + .badge {
  margin-left: 0.25rem;
}
