html,
body {
  height: 100%;
}

.sidebar-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-link {
  font-size: 0.95rem;
  transition: background-color 0.2s, color 0.2s;
  padding: 10px 12px;
  border-radius: 8px;
}

.nav-link:hover {
  background-color: #f1f3f5;
}

.nav-link.active {
  background-color: #e7f1ff !important;
  color: #0d6efd !important;
  font-weight: 500;
}
