/* Admin Panel Custom Styles */

body {
  font-family: 'Nunito', sans-serif;
}

.sidebar {
  min-height: 100vh;
}

.nav-link.active {
  background-color: #0d6efd;
  color: white !important;
}

.card {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.table th {
  border-top: none;
}

.btn i {
  margin-right: 5px;
}

.form-label {
  font-weight: 600;
}

.badge {
  font-size: 0.75em;
}

.alert {
  border: none;
  border-radius: 0.375rem;
}

.navbar-brand {
  font-weight: 700;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.table-responsive {
  overflow-x: auto;
}
