@media print {
  nav, footer, .no-print { display: none !important; }
  body { background: #fff !important; }
}

body { background: #f4f6fa; }

.table td, .table th { vertical-align: middle; }

.stat-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
}

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

.font-num { font-variant-numeric: tabular-nums; }

.form-label { font-weight: 500; font-size: .88rem; }

.pagination { margin-bottom: 0; }

textarea.form-control { min-height: 40px; }