/* Dashboard styling */
.dashboard-hero {
  padding: 18px 0 12px;
}
.dashboard-hero-band {
  background: linear-gradient(120deg, #2c62ff 0%, #6f42c1 40%, #0ea5e9 100%);
  color: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
  margin-bottom: 18px;
}
.dashboard-hero-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 6px;
}
.dashboard-hero-subtitle {
  margin: 0;
  opacity: 0.9;
}
.stat-card {
  border: 1px solid #e6ebf5;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  border-radius: 12px;
  padding: 12px 14px;
}
.stat-label {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}
.stat-value {
  font-size: 20px;
  font-weight: 800;
  margin: 0;
}
.badge-soft {
  background: #f8fafc;
  border: 1px solid #e6ebf5;
  color: #111827;
}
.badge.bg-success,
.badge.bg_success,
.badge.bg-success.text-dark,
.badge.bg_secondary,
.badge.bg-secondary,
.badge.bg-secondary.text-dark,
.badge.bg-info,
.badge.bg-info.text-dark,
.badge.bg-primary,
.badge.bg-primary.text-dark,
.badge.bg-danger,
.badge.bg-danger.text-dark,
.badge.bg-warning,
.badge.bg-warning.text-dark {
  color: #fff !important;
}
.card-elevated {
  border: 1px solid #e6ebf5;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
  border-radius: 12px;
}
.table-sticky thead th {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
}
.table-hover tbody tr:hover {
  background: #f8fafc;
}

/* Soft Badges */
.bg-info-soft {
  background-color: rgba(13, 202, 240, 0.15) !important;
}
.bg-primary-soft {
  background-color: rgba(78, 115, 223, 0.15) !important;
}
.bg-success-soft {
  background-color: rgba(28, 200, 138, 0.15) !important;
}
.bg-secondary-soft {
  background-color: rgba(133, 135, 150, 0.15) !important;
}
.bg-purple-soft {
  background-color: rgba(111, 66, 193, 0.15) !important;
}
.text-purple {
  color: #6f42c1 !important;
}
.border-purple {
  border-color: #6f42c1 !important;
}

/* Custom sizes */
.smaller {
  font-size: 0.7rem;
}
.italic {
  font-style: italic;
}
