body {
  background-color: #f9fafb;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logo {
  height: 40px;
}

.brand-title {
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 1px;
  color: #0d6efd;
  user-select: none;
}

.logout-btn {
  font-weight: bold;
  padding: 8px 24px;
  border-radius: 24px;
  box-shadow: 0 4px 8px rgba(13, 110, 253, 0.4);
  transition: all 0.3s ease;
  text-decoration: none;
}
.logout-btn:hover {
  box-shadow: 0 6px 14px rgba(13, 110, 253, 0.6);
  color: #fff;
}

.card-title {
  font-style: italic;
  font-weight: 600;
  color: #212529;
}

.table-primary {
  background-color: #0d6efd !important;
  color: white !important;
}
