:root {
  --cc-accent: #0d6efd;
}

body {
  background: #f6f7fb;
}

.table-sticky thead th {
  position: sticky;
  top: 0;
  background: #f1f3f9;
  z-index: 2;
}

.card-stat {
  border: 0;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,.05);
}

.card-stat .stat-label {
  font-size: .8rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.card-stat .stat-value {
  font-size: 1.6rem;
  font-weight: 600;
}

.login-card {
  max-width: 380px;
  margin: 8vh auto 0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.bg-soft-success { background: #e9f7ef; }
.bg-soft-warning { background: #fff7e6; }
.bg-soft-danger  { background: #fdecea; }
.bg-soft-primary { background: #e7f1ff; }

.badge-card { font-weight: 500; }
