* {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: #f4f5f7;
  color: #1f2933;
  margin: 0;
  padding: 0 24px 24px;
}

h1 {
  font-size: 20px;
}

.header-balk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #d9dde3;
  margin-bottom: 24px;
}

.header-rechts a {
  color: #2563eb;
  text-decoration: none;
}

.header-links {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

.header-links nav a {
  color: #52606d;
  text-decoration: none;
  margin-right: 4px;
  font-size: 14px;
}

.header-links nav a.nav-actief {
  color: #1f2933;
  font-weight: 600;
}

.filter-balk {
  margin-bottom: 16px;
}

.filter-balk .field {
  width: auto;
  min-width: 220px;
}

.log-type {
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
}

.log-type-fout {
  background: #fef3f2;
  color: #b42318;
}

.log-type-waarschuwing {
  background: #fffaeb;
  color: #b54708;
}

.log-type-http_fout {
  background: #eff8ff;
  color: #175cd3;
}

.btn-link {
  background: none;
  border: none;
  color: #2563eb;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
  text-decoration: underline;
}

.btn-link-gevaar {
  background: none;
  border: none;
  color: #b42318;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
  text-decoration: underline;
}

.login-pagina {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0;
}

.login-vak {
  background: #ffffff;
  border: 1px solid #d9dde3;
  border-radius: 8px;
  padding: 32px;
  width: 340px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.dashboardVakje {
  background: #ffffff;
  border: 1px solid #d9dde3;
  border-radius: 8px;
  padding: 20px 24px;
}

.titel-balkje {
  margin: 0 0 16px;
  font-size: 16px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 8px;
}

.tabel {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 12px;
}

.tabel td,
.tabel th {
  padding: 8px 6px;
  text-align: left;
  vertical-align: middle;
}

.tabel th {
  border-bottom: 2px solid #d9dde3;
  font-size: 13px;
  color: #52606d;
}

.rij-even {
  background: #f9fafb;
}

.rij-oneven {
  background: #ffffff;
}

.field {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #cbd2d9;
  border-radius: 4px;
  font-size: 14px;
}

textarea.field {
  min-height: 70px;
  resize: vertical;
}

.btn-action {
  background: #2563eb;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 18px;
  font-size: 14px;
  cursor: pointer;
}

.btn-action:hover {
  background: #1d4ed8;
}

.melding-succes {
  background: #ecfdf3;
  color: #067647;
  border: 1px solid #abefc6;
  padding: 8px 12px;
  border-radius: 4px;
}

.melding-fout {
  background: #fef3f2;
  color: #b42318;
  border: 1px solid #fecdca;
  padding: 8px 12px;
  border-radius: 4px;
}

.hulptekst {
  font-size: 13px;
  color: #6b7280;
  margin: 4px 0 16px;
}
