:root {
  --tblr-border-radius: 2px;
  --tblr-border-radius-sm: 2px;
  --tblr-border-radius-lg: 2px;
  --tblr-border-radius-xl: 2px;
  --tblr-border-radius-2xl: 2px;
}

.card-soft {
  border: 1px solid rgba(98, 105, 118, .16);
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
  border-radius: 2px;
}

.qr-box img {
  max-width: 240px;
  height: auto;
}

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

.form-hint {
  color: rgba(98, 105, 118, .85);
}

.nav-item .nav-link.active {
  color: #206bc4;
  font-weight: 500;
  background: rgba(32, 107, 196, .05);
  border-radius: var(--tblr-border-radius);
}
