html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 72px;
  background: #f5f7fb;
  color: #1f2937;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.portal-body .navbar {
  min-height: 64px;
}

.panel,
.metric-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.panel {
  padding: 1.25rem;
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.metric-card {
  padding: 1rem;
}

.metric-card span {
  display: block;
  color: #6b7280;
  font-size: .85rem;
  font-weight: 600;
  text-transform: uppercase;
}

.metric-card strong {
  display: block;
  color: #0d6efd;
  font-size: 2rem;
  line-height: 1.1;
  margin-top: .35rem;
}

.form-panel {
  max-width: 680px;
}

.empty-state {
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  color: #64748b;
  padding: 2rem;
  text-align: center;
}

.login-wrap {
  display: grid;
  min-height: calc(100vh - 220px);
  place-items: center;
}

.login-card {
  width: min(100%, 440px);
}

.table thead th {
  color: #475569;
  font-size: .8rem;
  text-transform: uppercase;
}

.footer {
  line-height: 60px;
}
