:root {
  --sidebar-width: 260px;
}

body { background: #f6f7fb; }

#wrapper { min-height: 100vh; }

.pcc-sidebar {
  width: var(--sidebar-width);
  min-height: 100vh;
}

.list-group-item.active {
  background: #0d6efd;
  border-color: #0d6efd;
}
