.admin-wrapper {
  min-height: 100vh;
}

.sidebar {
  width: 250px;
  background-color: #1c1c1c;
  display: flex;
  flex-direction: column;
}

.sidebar h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffcb00;
}

.sidebar .nav-link {
  padding: 10px;
  font-size: 0.95rem;
  transition: background-color 0.3s;
}

.sidebar .nav-link:hover {
  background-color: #333;
  border-radius: 6px;
}

.profile {
  border-top: 1px solid #444;
  text-align: center;
}

.dashboard h2 {
  font-weight: bold;
  color: #003155;
}

.summary-card {
  border-radius: 10px;
  background-color: #fff;
}

.summary-card h5 {
  font-size: 1.1rem;
}

.summary-card h3 {
  font-size: 2rem;
  margin-bottom: 5px;
}