@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
header {
  background: #1b2a44;
  display: inline-block;
  width: 100vw;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
}

body {
  background: #f3f3f3;
}


html {
  font-family: "Roboto", sans-serif !important;
}


.logo {
  display: block;
  overflow: hidden;
  margin: 20px 0;
  width: 250px;
  height: 60px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container.wide {
  max-width: 1200px;
}

.main {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  color: white;
}
.main ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  place-content: center;
}

main {
  margin-top: 130px;
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  flex-direction: column;
}
main > section, main > form > section {
  margin-bottom: 4rem;
}

.card {
  margin: 20px 10px;
  border-radius: 5px;
  box-shadow: 0 0 10px #dddddd;
  overflow: hidden;
}
.card.overview {
  margin: unset;
  padding: 10px;
  background: white;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  color: inherit !important;
  text-decoration: none !important;
}
.card.overview > :last-child {
  display: flex;
  align-items: center;
  color: lightgray;
}
.card.overview:hover {
  background: #f9f9f9;
  box-shadow: 0 0 10px #cfcfcf;
}
.card.overview:hover > :last-child {
  color: gray;
}

.grid-col {
  display: grid;
  grid-auto-flow: column;
  gap: 1rem;
}
.grid-col.grid-half {
  grid-template-columns: repeat(2, 1fr);
}

.grid-row {
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
}
.grid-row.grid-half {
  grid-template-rows: repeat(2, 1fr);
}

.m-0 {
  margin: 0 !important;
}

.container:has(> form > .form-group) {
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}

.registration-controls {
  display: grid;
  grid-auto-flow: column;
  justify-content: end;
}
.registration-controls > button {
  margin: 0 !important;
}

section > .container > .header {
  margin: 0 -0.5rem 2rem;
}

html body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
  background: #d09c26;
  color: white;
  border-color: #d09c26;
}

[role=radiogroup] > [role=radio].field-radiobutton:last-of-type {
  margin-bottom: 0;
}

section hr.spacer {
  margin: 30px 20px;
  opacity: 0.5;
}

div.alert,
div.ui-message.alert {
  display: block;
  margin-top: 1rem;
  border: 0;
  background: #dfe3ea;
  color: #1b2a44;
  padding: 1rem;
  border-radius: 5px;
}
div.alert.ui-message,
div.ui-message.alert.ui-message {
  padding: 0.5rem 1rem;
}

body .ui-chkbox .ui-chkbox-box.ui-state-active,
body .ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover {
  border-color: #1b2a44;
  background: #1b2a44;
}
body .ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover,
body .ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover.ui-state-hover {
  scale: 1.1;
  transition: scale 50ms linear;
}

.toestemmings-list {
  margin: 0 20px;
  color: #43494f;
}
.toestemmings-list > li {
  margin-bottom: 0.2rem;
  list-style: circle;
}
.toestemmings-list > li:last-of-type::after {
  content: ".";
}
.toestemmings-list > li:not(:last-of-type)::after {
  content: ";";
}

.vz-title {
  font-family: "Roboto", sans-serif;
  display: grid;
  grid-auto-flow: column;
  gap: 0.75rem;
  justify-content: start;
  align-items: center;
}

.indented.vz-indented {
  border-left-color: rgba(202, 202, 221, 0.5294117647);
}

div[id$=verzorgers-list] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

body a.previous-trigger {
  font-size: 0.825rem;
  line-height: 1.5;
  color: black;
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  gap: 0.4rem;
  align-items: center;
  width: max-content;
  padding: 4px 10px;
  border-radius: 5px;
}
body a.previous-trigger:is(:hover, :focus, :focus-visible, :active, :focus-within) {
  background: #e9e9e9;
  text-decoration: none;
  color: black;
}
body a.previous-trigger::before {
  --size: .65rem;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='color-mix(in srgb, currentColor 40%25, transparent 60%25' d='M233.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l192-192c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L301.3 256 470.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-192-192z'/%3E%3Cpath fill='currentColor' d='M41.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l192-192c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L109.3 256 278.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0l-192-192z'/%3E%3C/svg%3E");
  background-size: var(--size) var(--size);
  background-repeat: no-repeat;
  background-position: center;
}

button.destructive {
  height: initial;
  border: unset;
  opacity: initial;
  cursor: pointer;
  margin: 0 !important;
  font-size: 0.825rem;
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  gap: 0.4rem;
  align-items: center;
  width: max-content;
  padding: 4px 12px;
  border-radius: 5px;
  background-color: #e94f43;
  color: #fff;
}
button.destructive > span {
  margin: 0 !important;
  padding: 0 !important;
}
button.destructive:hover {
  background-color: color-mix(in srgb, #e94f43 70%, black 15%);
}

.date-picker {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content max-content max-content;
  gap: 0.75rem;
  align-items: center;
}

input[type=email] {
  text-transform: lowercase;
}

.controls[id$=tableControls], #header > .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.controls[id$=tableControls] button, #header > .controls button {
  margin: 0 !important;
}
.controls[id$=tableControls] > div, #header > .controls > div {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.controls[id$=tableControls] > div > .ui-outputpanel > *, #header > .controls > div > .ui-outputpanel > * {
  margin: 0 !important;
}
.controls[id$=tableControls] > div > *, #header > .controls > div > * {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.controls[id$=tableControls] input[placeholder="Zoeken..."], #header > .controls input[placeholder="Zoeken..."] {
  width: 350px;
}

.ui-selectonebutton.modern {
  padding: 4px;
  background: #e2e2e5;
  border-radius: 5px;
  width: auto;
}
.ui-selectonebutton.modern.wide {
  display: grid;
  grid-auto-flow: column;
}
.ui-selectonebutton.modern > .ui-button {
  margin: 0 !important;
  background: unset;
  border: unset;
  color: #52525B;
  padding: 6px 12px;
  font-family: "Roboto", sans-serif;
}
.ui-selectonebutton.modern > .ui-button.ui-state-active {
  background: white;
  border-radius: 4px;
  color: #09090B;
}
.ui-selectonebutton.modern > .ui-button.ui-state-active.ui-state-hover {
  background: white !important;
  color: #09090B !important;
}
.ui-selectonebutton.modern > .ui-button > .ui-button-text {
  padding: 0;
}

.ui-menu, .ui-menu-child {
  width: auto !important;
  min-width: 12.5em;
}

.student-view {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.student-view > .column {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.student-view > .column > .card {
  background: white;
  padding: 15px;
  margin: 0;
}
.student-view > .column > .card > .header {
  font-size: 0.75em;
  margin-bottom: 1rem;
}

.lbldcontrol {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.lbldcontrol > small {
  opacity: 0.7;
}

div:has(> .ui-button.verzorger-add) {
  display: grid;
  place-items: center;
  background: #ededed;
  border-radius: 5px;
  padding: 10px;
  transition: background 200ms ease-in-out;
}
div:has(> .ui-button.verzorger-add) > .ui-button.verzorger-add {
  background: transparent;
  width: 100%;
  padding: 10px;
  margin: 0 !important;
  border: 1px dotted rgba(202, 202, 221, 0.5294117647);
  text-decoration: underline !important;
  color: #1a0dab;
}
div:has(> .ui-button.verzorger-add) > .ui-button.verzorger-add .ui-icon {
  position: unset !important;
}
div:has(> .ui-button.verzorger-add):has(> .ui-button.verzorger-add:hover) {
  background: white;
}
div:has(> .ui-button.verzorger-add):has(> .ui-button.verzorger-add:hover) > .ui-button.verzorger-add {
  border-color: #ced4da;
}

.overzicht-icon {
  display: block;
  aspect-ratio: 1/1;
  width: 2lh;
  background: #ebebeb;
  border-radius: 50%;
  padding: 6px;
}
.overzicht-icon::before {
  content: "";
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M96 64a64 64 0 1 1 128 0A64 64 0 1 1 96 64zm48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H144z'/%3E%3C/svg%3E");
  display: block;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  mix-blend-mode: color-burn;
  filter: contrast(0.75);
}
.overzicht-icon.parent::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152z'/%3E%3C/svg%3E");
}
.overzicht-icon.man {
  background: #c5dcff;
}
.overzicht-icon.vrouw {
  background: #ffe0fb;
}
.overzicht-icon.vrouw::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M224 64A64 64 0 1 0 96 64a64 64 0 1 0 128 0zM88 400v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h16v80c0 17.7 14.3 32 32 32s32-14.3 32-32V400h17.8c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4 28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9C51.6 389.3 59.3 400 70.2 400H88z'/%3E%3C/svg%3E");
}
.overzicht-icon.vrouw.parent::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M160 0a48 48 0 1 1 0 96 48 48 0 1 1 0-96zM88 384H70.2c-10.9 0-18.6-10.7-15.2-21.1L93.3 248.1 59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l53.6-89.2c20.3-33.7 56.7-54.3 96-54.3h11.6c39.3 0 75.7 20.6 96 54.3l53.6 89.2c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9l-33.9-56.3L265 362.9c3.5 10.4-4.3 21.1-15.2 21.1H232v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H152v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V384z'/%3E%3C/svg%3E");
}

body .ui-datatable .ui-datatable-data > tr > td {
  padding: 0 0.5rem;
}

body .ui-tabs.ui-tabs-top {
  margin: 20px 0;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav {
  border-bottom: 1px solid rgba(113, 113, 122, 0.1803921569);
  font-size: 15px;
  padding: 0 20px;
  background: unset;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav::before {
  content: unset;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header {
  background: unset;
  padding: 0.1rem 0.2rem;
  border: unset;
  position: relative;
  overflow: hidden;
  translate: 0 1px;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header::before {
  content: " ";
  display: block;
  width: 60%;
  height: 3px;
  background: #71717a;
  bottom: 0;
  left: 50%;
  position: absolute;
  translate: -50% 110%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  transition: background 200ms ease-in-out, translate 200ms ease-in-out;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header > a {
  font-weight: 500;
  color: #71717a;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-tabs-outline {
  outline: unset;
  outline-offset: unset;
  box-shadow: unset;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-tabs-outline > a {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: inset 0 0 0 0.2rem #a6d5fa;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-state-hover::before {
  translate: -50% 0;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-state-hover > a {
  background-color: color-mix(in srgb, currentColor 15%, transparent 70%);
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-state-active::before {
  background: #376ccd;
  translate: -50% 0;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-nav li.ui-tabs-header.ui-state-active > a {
  color: #376ccd;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-panels {
  background: unset;
}
body .ui-tabs.ui-tabs-top > .ui-tabs-panels > .ui-tabs-panel {
  padding: 20px;
}

svg {
  width: 1lh;
  height: 1lh;
  fill: currentColor;
}

.icon-label {
  display: grid;
  grid-auto-flow: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}

.dotted-badge {
  display: grid;
  grid-auto-flow: column;
  gap: 0.25rem;
  align-items: center;
  justify-content: left;
  --color: #1b2a44;
}
.dotted-badge::before {
  content: "";
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  background: var(--color);
  border-radius: 50%;
}

.overview-grid {
  display: grid;
  gap: 15px 0.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.overview-grid .wide {
  grid-column: span 3;
}

.overzicht-page {
  display: grid;
  gap: 2rem;
}

.person-card {
  border-radius: 5px;
  background: white;
  padding: 10px;
}
