body {
  background-color: #f8f7f4;
}

.login-body {
  background: linear-gradient(135deg, #2b1d0e, #6b3d17);
}

.login-card {
  width: 100%;
  max-width: 380px;
  border-radius: 12px;
}

.sidebar .nav-link {
  color: #333;
  border-radius: 6px;
  padding: 0.4rem 1rem;
}

.sidebar .nav-link.active {
  background-color: #ffc107;
  color: #000;
  font-weight: 600;
}

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

.card {
  border: none;
  border-radius: 10px;
}

.table thead th {
  font-weight: 600;
}
