/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/styles/app.scss ***!
  \***********************************************************************************************************************************************************/
@charset "UTF-8";
html,
body {
  margin: 0;
  font-family: "Bolder", sans-serif;
  font-size: 1em;
  color: #000;
  background-color: #f6f9fa;
  scroll-behavior: smooth;
}
@media (min-width: 576px) {
  html,
  body {
    font-size: 1.125em;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
body.noScroll {
  overflow: hidden;
}

body > .container,
main > .container,
header > .container {
  display: block;
  max-width: 1152px;
  margin: 0 auto;
}
body > .container.container--wide,
main > .container.container--wide,
header > .container.container--wide {
  max-width: 1152px;
}
body > .container.container--unlimited,
main > .container.container--unlimited,
header > .container.container--unlimited {
  max-width: none;
}

.container__block__full-width {
  padding: 1.25em 0;
  background-color: #eff4f6;
}
.container__block__full-width > .content-wrapper {
  max-width: 1152px;
  margin: 0 auto;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.grid-container {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  gap: 32px;
}
@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: 66fr 34fr;
  }
}

.fz-medium {
  font-size: 1em !important;
}

.fz-large {
  font-size: 1.5em !important;
}

.fz-xlarge {
  font-size: 2em !important;
}

strong + p {
  margin-top: 0;
}

main,
header,
.container__block__full-width .content-wrapper {
  padding: 0 16px 16px;
}
@media (min-width: 768px) {
  main,
  header,
  .container__block__full-width .content-wrapper {
    padding: 0 24px 24px;
  }
}

html {
  height: 100%;
}

body.app {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.app main {
  flex: 1 1 0;
  height: 100%;
  padding-bottom: 16px;
}
.app .container__list,
.app .page-incidents,
.app turbo-frame, .app .container {
  height: 100%;
  max-width: none;
}
.app .container {
  margin: 0;
  width: 100%;
}
.app .page-incidents {
  display: flex;
  flex-direction: column;
}

h1,
.h1 {
  font-size: min(24px + 1.5vw, 32px);
}
h1.icon--left img,
.h1.icon--left img {
  margin-right: 1vw;
  vertical-align: middle;
}

h2,
.h2 {
  font-size: calc(1.275em + 0.3vw);
}

h3,
.h3 {
  font-size: 1.25em;
}

h4,
.h4 {
  font-size: 1.125em;
}

h5,
.h5 {
  font-size: 1em;
}

h6,
.h6 {
  font-size: 0.8888em;
}

p {
  line-height: 1.35;
  max-width: 832px;
}

a {
  transition: color 0.35s ease-in-out;
}
a svg path {
  transition: fill 0.35s ease-in-out;
}

h2 + p {
  margin-top: 0;
}

table {
  font-size: 0.875em;
  border-collapse: collapse;
  width: 100%;
}
table tr:nth-child(even) {
  background-color: #eff4f6;
}
table th,
table td {
  padding: 10px 5px 10px 0;
}
table thead th {
  text-align: left;
  border-bottom: 2px solid #404b4f;
}
table tbody td {
  vertical-align: middle;
}
table tbody td:first-child {
  padding: 0;
}
table tbody td p {
  padding: 0;
  margin: 0;
}

*:focus-visible {
  outline-style: solid !important;
  outline-width: thin !important;
  outline-color: #b7bdc7 !important;
}

a,
.link {
  color: #00811f;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus-visible,
.link:hover,
.link:focus-visible {
  text-decoration: none;
}
a.link--location,
.link.link--location {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
a.link--location svg,
.link.link--location svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
a.link--location svg path,
.link.link--location svg path {
  fill: #00811f;
}
a.link--email,
.link.link--email {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
a.link--email svg,
.link.link--email svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
a.link--email svg path,
.link.link--email svg path {
  fill: #00811f;
}
a.link--phone,
.link.link--phone {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
a.link--phone svg,
.link.link--phone svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
a.link--phone svg path,
.link.link--phone svg path {
  fill: #00811f;
}
a.link--next,
.link.link--next {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
a.link--next svg,
.link.link--next svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
a.link--next svg path,
.link.link--next svg path {
  fill: #00811f;
}
a.link--back,
.link.link--back {
  display: inline-block;
  margin-left: 25px;
  position: relative;
  margin: 0 0 20px 20px;
}
a.link--back svg,
.link.link--back svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
a.link--back svg path,
.link.link--back svg path {
  fill: #00811f;
}
a.link--back > svg,
.link.link--back > svg {
  left: -20px;
}
a.link--back > svg path,
.link.link--back > svg path {
  fill: #404b4f;
}
a.link--back:focus-visible, a.link--back:hover,
.link.link--back:focus-visible,
.link.link--back:hover {
  outline: none !important;
}
a.no--link,
.link.no--link {
  text-decoration: none;
  color: inherit;
  outline: none !important;
  display: inline-block;
}
a.link--file,
.link.link--file {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
a.link--file svg,
.link.link--file svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
a.link--file svg path,
.link.link--file svg path {
  fill: #00811f;
}
a.link--file-text,
.link.link--file-text {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
a.link--file-text svg,
.link.link--file-text svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
a.link--file-text svg path,
.link.link--file-text svg path {
  fill: #00811f;
}
a.link--bin,
.link.link--bin {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
a.link--bin svg,
.link.link--bin svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
a.link--bin svg path,
.link.link--bin svg path {
  fill: #00811f;
}
a.link--navigate,
.link.link--navigate {
  text-decoration: none;
  padding: 5px;
}
a.link--navigate svg,
.link.link--navigate svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
a.link--navigate svg path,
.link.link--navigate svg path {
  fill: #00811f;
}

button.link--next {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
button.link--next svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
button.link--next svg path {
  fill: #00811f;
}

p.text--person {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
p.text--person svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
p.text--person svg path {
  fill: #00811f;
}
p.text--close {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
p.text--close svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
p.text--close svg path {
  fill: #00811f;
}
p.text--close svg {
  top: 6px;
}

.icon {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
.icon svg {
  position: absolute;
  left: -25px;
  top: 0.25em;
}
.icon svg path {
  fill: #00811f;
}
.icon--warning:before {
  content: url(/static/7d9a622bed012b1666f7.svg);
  position: relative;
  top: 7px;
}

.ck-powered-by {
  display: none;
}

.warning-spoed svg {
  vertical-align: sub;
  width: 24px;
  height: 24px;
}
.warning-spoed svg path {
  fill: #db5f06;
}
.form-check-label .warning-spoed svg {
  vertical-align: top;
}
.form-check-label .warning-spoed svg path {
  fill: #db5f06;
}

ul.list-clean, ul.list-progress, ul.list-tags {
  list-style-type: none;
  padding: 0;
}
ul.list--readable li {
  margin-bottom: 0.25rem;
}
ul.list--images {
  list-style-type: none;
  padding: 0;
}
ul.list--images li {
  margin-bottom: 1em;
}
ul.list--images li img {
  max-width: 100%;
}

li.list-item {
  border-bottom: 1px solid #cad6da;
}
.border-top li:first-child {
  border-top: 1px solid #cad6da;
}

dl div {
  display: flex;
}
dl div dd,
dl div dt {
  margin: 0 0 0.5em;
}
dl div dt {
  margin-right: 0.5rem;
}

.list--blocks-horizontal {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.list--blocks-horizontal li {
  margin: 0 0 0.5rem 0.25rem;
  padding: 16px;
  border: 1px solid #cad6da;
  position: relative;
}

.dl--horizontal dt,
.dl--horizontal dd {
  display: inline;
}
.dl--horizontal dt {
  font-weight: 700;
}

section.section--seperated {
  padding: 1em 0 0.75em;
  border-bottom: 1px solid #cad6da;
}
section.section--seperated__no-border-bottom {
  border-bottom: 0;
}

h1 + .section--seperated {
  padding-top: 0;
}

.has-sticky-footer {
  padding-bottom: 130px;
}

.sticky {
  position: fixed;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  left: 0;
  z-index: 2000;
}
.sticky--bottom {
  bottom: 0;
}

body.no-js .no-js {
  display: none;
}

.color--primary {
  color: #00811f;
}

.text--light {
  color: #7f838a;
}

.text-wrap--balance {
  text-wrap: balance;
}

.vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.center {
  text-align: center;
}

.foldout {
  height: auto;
  overflow: hidden;
}
.foldout.hidden {
  height: 0;
  padding: 0;
  margin: 0;
}

.show-vertical {
  max-height: 100%;
  transition: all 0.25s ease-in;
}
.show-vertical.container__sorting, .show-vertical.container__search {
  max-height: 120px;
  overflow: hidden;
}

.hidden-vertical {
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in;
}
.hidden-vertical.container__sorting, .hidden-vertical.container__search {
  transition: all 0.25s ease-in;
}
@media (min-width: 1024px) {
  .hidden-vertical.container__sorting, .hidden-vertical.container__search {
    max-height: 120px;
    overflow: hidden;
  }
}

.visually-hidden, .container__map-tools .form__kaart-modus input[type=radio], form.onboarding .form-as-p input[type=checkbox] {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  pointer-events: none;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.margin-bottom {
  margin-bottom: 1em !important;
}

.margin-top {
  margin-top: 1em !important;
}

.margin-vertical {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.invalid-text {
  color: #b53322 !important;
  margin: 0;
}

.margin-bottom {
  margin-bottom: 1rem;
}

.margin-bottom-half {
  margin-bottom: 0.5rem;
}

.padding-bottom {
  padding-bottom: 1rem;
}

.padding-bottom-half {
  padding-bottom: 0.5rem;
}

.padding-bottom-2x {
  padding-bottom: 2rem !important;
}

.textalign--right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.width60 {
  width: 60%;
}

.color--primary {
  color: #00811f;
}

.border--gray, .border--gray-shadowed {
  border: 1px solid #cad6da;
  padding: 16px;
  box-sizing: border-box;
}

.border--gray-shadowed {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2509803922);
}

.label--positive,
.label--negative {
  font-size: 1em;
  line-height: 24px;
  min-height: 32px;
  margin-top: 0;
  display: block;
  padding-bottom: 1em;
}

.label--positive {
  color: #00811f;
}
.label--positive::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCA1NSA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iaWNvbi0tY2hlY2ttYXJrIj4KPHBhdGggZD0iTTQ5LjY0MzkgMC4wNDI3MjQ2TDIzLjA0NjggMzMuMjg0NUw0Ljk2Mzk3IDExLjI4NDRMMC4zMTczODMgMTUuMDc5OEwyMy4wOTY1IDQyLjgyNjFMNTQuMzI4OCAzLjc5Mjk1TDQ5LjY0MzkgMC4wNDI3MjQ2WiIgZmlsbD0iIzAwODExRiIvPgo8L3N2Zz4K);
  vertical-align: middle;
  margin-right: 8px;
}

.label--negative {
  color: #dc3545;
}
.label--negative::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iaWNvbi0tY2xvc2UiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE0Ljg5NDIgMTUuOTU1TDE1Ljk1NDggMTQuODk0M0w5LjA2MDUzIDhMMTUuOTU0OCAxLjEwNTcxTDE0Ljg5NDIgMC4wNDUwNTI1TDcuOTk5ODcgNi45MzkzNEwxLjEwNTU4IDAuMDQ1MDUxNkwwLjA0NDkyMzQgMS4xMDU3MUw2LjkzOTIxIDhMMC4wNDQ5MjE5IDE0Ljg5NDNMMS4xMDU1OCAxNS45NTVMNy45OTk4NyA5LjA2MDY2TDE0Ljg5NDIgMTUuOTU1WiIgZmlsbD0iI0NFNEMzQiIvPgo8L3N2Zz4K);
  vertical-align: middle;
  margin-right: 8px;
}

.has-button-fullwidth .btn, .has-button-fullwidth .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .has-button-fullwidth label {
  max-width: none !important;
}

.flex-container--sticky {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 100px);
}
.flex-container--sticky div:first-child {
  flex: 1;
}

.container__overflow {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  max-height: 2.7em;
  -webkit-box-orient: vertical;
  width: 100%;
}

.has-overflow .wrapper .toggle {
  display: block;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  font-size: 0.75em;
  font-weight: 700;
  margin: 0.5em 0;
}
.has-overflow .wrapper.show .container__overflow {
  overflow: auto;
  -webkit-line-clamp: unset;
  max-height: 20em;
  transition: max-height 0.25s ease-in-out;
}

/**
 * Configures the Rotterdam standard font: Bolder.
 *
 * This is the font that should be used for all web-pages.
 *
 * Font supplied by Team Mendix, available at:
 * https://gitlab.com/rdamrad/OntwikkelingEnBeheer/modules/module_rotterdam_ui_resources
 * https://gitlab.com/rdamrad/OntwikkelingEnBeheer/modules/module_rotterdam_ui_resources/-/wikis/uploads/72416804f0c6c985e0ac4840b2f3de09/GR_Bolder_2021.zip
 *
 * See http://www.w3schools.com/cssref/pr_font_weight.asp voor info
 *
 *  Valu    Description
 *  normal  Defines normal characters. This is default »
 *  bold    Defines thick characters »
 *  bolder  Defines thicker characters »
 *  lighter Defines lighter characters »
 *  100
 *  200
 *  300
 *  400
 *  500
 *  600
 *  700
 *  800
 *  900     Defines from thin to thick characters. 400 is the same as normal, and 700 is the same as bold
 *
 * Font definitions used:
 * https://www.figma.com/file/ZWSC4gCrOXRUR9UX3aoZ8x/Gemeente-Rotterdam-Design-System
 * https://www.figma.com/file/Hkj60vCTa0K5L79nXFFt5R/Parksaver-test?node-id=0%3A1
 *
 */
@font-face {
  font-family: "Bolder";
  src: url(/static/7429b447ab86ef957604.woff2) format("woff2"), url(/static/56cdcb10df68ea6134c7.woff) format("woff");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Bolder";
  src: url(/static/4cbb37c6eff85d9b507e.woff2) format("woff2"), url(/static/42fdb9e593f2e43cddce.woff) format("woff");
  font-style: normal;
}
@font-face {
  font-family: "Bolder";
  src: url(/static/a748fcb4d318c34753e0.woff2) format("woff2"), url(/static/5390c3337d76c3773aee.woff) format("woff");
  font-style: italic;
  font-weight: normal;
}
@font-face {
  font-family: "Bolder";
  src: url(/static/d5e7cbf9ff59ecf9e3a7.woff2) format("woff2"), url(/static/a717ad900a6fd20f83dc.woff) format("woff");
  font-style: normal;
  font-weight: bold;
}
.fade-in-sequence > * {
  opacity: 0;
  animation: fade-in 1s forwards;
  animation-iteration-count: 1;
}
.fade-in-sequence > *:nth-child(1n) {
  animation-delay: 0.2s;
}
.fade-in-sequence > *:nth-child(2n) {
  animation-delay: 0.4s;
}
.fade-in-sequence > *:nth-child(3n) {
  animation-delay: 0.6s;
}
.fade-in-sequence > *:nth-child(4n) {
  animation-delay: 0.8s;
}
.fade-in-sequence > *:nth-child(5n) {
  animation-delay: 1s;
}
.fade-in-sequence > *:nth-child(6n) {
  animation-delay: 1.2s;
}
.fade-in-sequence > *:nth-child(7n) {
  animation-delay: 1.4s;
}
.fade-in-sequence > *:nth-child(8n) {
  animation-delay: 1.6s;
}
.fade-in-sequence > *:nth-child(9n) {
  animation-delay: 1.8s;
}
.fade-in-sequence > *:nth-child(10n) {
  animation-delay: 2s;
}

@keyframes circle--green {
  0% {
    box-shadow: 35px -35px 0 2px #fff, -35px -35px 0 2px #fff, -35px 35px 0 2px #fff, 35px 35px 0 2px #fff, 0 0 0 2px #fff;
  }
  25% {
    box-shadow: 0 -125px 0 2px #fff, -35px -35px 0 2px #fff, -35px 35px 0 2px #fff, 35px 35px 0 2px #fff, 0 0 0 2px #00811f;
  }
  50% {
    box-shadow: 0 -125px 0 2px #fff, -125px 0px 0 2px #fff, -35px 35px 0 2px #fff, 35px 35px 0 2px #fff, 0 0 0 2px #00811f;
  }
  75% {
    box-shadow: 0 -125px 0 2px #fff, -125px 0px 0 2px #fff, 0px 125px 0 2px #fff, 35px 35px 0 2px #fff, 0 0 0 2px #00811f;
  }
  100% {
    box-shadow: 0 -125px 0 2px #fff, -125px 0px 0 2px #fff, 0px 125px 0 2px #fff, 120px 40px 0 2px #fff, 0 0 0 2px #00811f;
  }
}
@keyframes line--22 {
  0% {
    width: 0;
  }
  100% {
    width: 22px;
  }
}
@keyframes line--37 {
  0% {
    width: 0;
  }
  100% {
    width: 37px;
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in-from-right {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-in-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gray-to-white {
  0% {
    background-color: #e4eef1;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes highlight-primary {
  0% {
    border-color: #000;
    border-width: 1px;
    background-color: #fff;
  }
  100% {
    border-color: #00811f;
    border-width: 2px;
    background-color: #fff;
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    transform: scale(1);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    transform: scale(1.1);
  }
}
ul.list-clean, ul.list-progress, ul.list-tags {
  list-style-type: none;
  padding: 0;
}
ul.list--readable li {
  margin-bottom: 0.25rem;
}
ul.list--images {
  list-style-type: none;
  padding: 0;
}
ul.list--images li {
  margin-bottom: 1em;
}
ul.list--images li img {
  max-width: 100%;
}

li.list-item {
  border-bottom: 1px solid #cad6da;
}
.border-top li:first-child {
  border-top: 1px solid #cad6da;
}

dl div {
  display: flex;
}
dl div dd,
dl div dt {
  margin: 0 0 0.5em;
}
dl div dt {
  margin-right: 0.5rem;
}

.list--blocks-horizontal {
  list-style-type: none;
  padding: 0;
  display: flex;
  margin-bottom: 100px;
}
.list--blocks-horizontal li {
  margin: 0 0 0 0.25rem;
  padding: 16px;
  border: 1px solid #cad6da;
  position: relative;
}

.list-blocks--title-images {
  list-style-type: none;
  padding: 0;
}
.list-blocks--title-images > li {
  margin-bottom: 2em;
  padding: 2px 0;
  position: relative;
}
.list-blocks--title-images > li > a {
  display: block;
  text-decoration: none;
  color: #404b4f;
}
.list-blocks--title-images > li > a:hover h3 {
  text-decoration: underline;
}
.list-blocks--title-images > li .container__image {
  width: 100%;
  height: 275px;
  background-color: #eff4f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-blocks--title-images > li .container__image img:not(.no-image) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-blocks--title-images > li .container__image .no-image {
  width: 60px;
  background-color: transparent;
}
.list-blocks--title-images > li .container__title {
  position: relative;
  padding: 0 8px 0 0;
}
.list-blocks--title-images > li .container__title h3 {
  font-size: 1.125em;
  margin: 0.5em 0;
  display: inline-block;
}
.list-blocks--title-images > li .container__title img {
  max-width: 32px;
  vertical-align: middle;
  margin-top: -5px;
}
.list-blocks--title-images > li .container__title img path {
  fill: #404b4f;
}
.list-blocks--title-images > li .container__badges {
  margin-top: 0.5em;
}
.list-blocks--title-images > li .icon--edit {
  position: absolute;
  top: 2px;
  right: 0;
}
.list-blocks--title-images > li .icon--edit svg path {
  fill: #00811f;
}
.list-blocks--title-images > li .icon--edit:hover {
  outline: 3px solid #404b4f;
}
.list-blocks--title-images > li.editable h3 {
  padding-right: 40px;
}
@media (min-width: 768px) {
  .list-blocks--title-images {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
  .list-blocks--title-images > li {
    flex: 0 1 32%;
  }
  .list-blocks--title-images > li .container__image img {
    max-height: 282px;
  }
  .list-blocks--title-images > li .icon--edit {
    position: absolute;
    top: 4px;
  }
}
.container__block__full-width .list-blocks--title-images > li {
  background-color: #cad6da;
}
.container__block__full-width .list-blocks--title-images > li .container__image {
  background-color: #cad6da;
}

.list-tags li {
  display: inline-block;
  margin: 0 5px 8px 0;
}

.list-progress {
  display: flex;
  gap: 6px;
}
.list-progress li {
  flex-grow: 1;
  height: 4px;
  background-color: #cad6da;
}
.list-progress li.active {
  background-color: #00811f;
}

.container__takenlijst ul,
.container__wijkenlijst ul {
  background-color: #fff;
}
.container__takenlijst ul > li,
.container__wijkenlijst ul > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 12px !important;
  border-bottom: 1px solid #cad6da;
  box-sizing: border-box;
}
.container__takenlijst ul > li:last-child,
.container__wijkenlijst ul > li:last-child {
  border-bottom: 0;
}
.container__takenlijst ul > li .form-check,
.container__wijkenlijst ul > li .form-check {
  position: relative;
}
.container__takenlijst ul > li .form-check label,
.container__wijkenlijst ul > li .form-check label {
  line-height: 1.5rem;
}
.container__takenlijst ul > li .form-check input:checked + label,
.container__wijkenlijst ul > li .form-check input:checked + label {
  font-weight: 700;
}
.container__takenlijst .container__buttons,
.container__wijkenlijst .container__buttons {
  margin: 0 0 1.25rem;
}
.container__takenlijst .container__buttons .btn, .container__takenlijst .container__buttons .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .container__takenlijst .container__buttons label,
.container__wijkenlijst .container__buttons .btn,
.container__wijkenlijst .container__buttons .container__map-tools .form__kaart-modus label,
.container__map-tools .form__kaart-modus .container__wijkenlijst .container__buttons label {
  min-height: 0;
  line-height: 1rem;
}

.list--cards {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.list--cards .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 0.333em;
}
.list--cards .card .container__flex {
  justify-content: flex-start;
  gap: 0.5em;
}
.list--cards .card p {
  margin: 0;
}

.full-page-view {
  z-index: 99999;
  position: relative;
}
.full-page-view__main {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  width: 100%;
  z-index: 11;
  padding: 0 24px 24px;
  box-sizing: border-box;
}
.full-page-view__header {
  display: flex;
  flex: 1 0 0;
  justify-content: space-between;
  position: relative;
  min-height: 48px;
  height: 48px;
  align-items: flex-end;
}
.full-page-view__header h2 {
  margin-bottom: 0;
}
.full-page-view__header .btn-close {
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  right: -24px;
}
.full-page-view__scroll-pane {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 16px 0;
}
.full-page-view__content {
  height: 100%;
  position: relative;
}
.full-page-view__footer {
  z-index: 10;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

button[class=icon],
.btn-previous--icon {
  border: none;
  background-color: transparent;
  font-size: 1.3em;
  margin-left: -6px;
}

button:focus-visible {
  outline-style: solid !important;
  outline-width: thin !important;
  outline-color: #b7bdc7 !important;
}

.btn, .container__map-tools .form__kaart-modus label {
  border: 1px solid transparent;
  display: block;
  padding: 8px 0;
  width: 100%;
  min-height: 48px;
  line-height: 24px;
  font-family: "Bolder", sans-serif;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
  max-width: 624px;
}
.full-width .btn, .full-width .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .full-width label {
  max-width: none;
}
.btn span:not(.badge-count), .container__map-tools .form__kaart-modus label span:not(.badge-count) {
  padding: 0 16px;
}
.btn-action {
  background-color: #00811f;
  border-color: #00811f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0 12px;
  line-height: 48px;
  white-space: nowrap;
}
.btn-action:hover, .btn-action:focus-visible {
  color: #fff;
  background-color: #006e32;
  border-color: #006e32;
}
.btn-action[disabled] {
  background-color: #cad6da;
  border-color: #cad6da;
}
.btn-action-v2 {
  background-color: #244048;
  color: #fff;
  border-color: #244048;
  transition: background-color 0.15s ease-in-out;
}
.btn-action-v2:hover, .btn-action-v2:focus-visible {
  background-color: #132226;
  border-color: #132226;
}
.btn-tertiary {
  background-color: #fff;
  border-color: #7c8b90;
  color: #404b4f;
}
.btn-tertiary svg path {
  fill: currentColor;
}
.btn-tertiary:hover, .btn-tertiary:focus-visible {
  color: #00811f;
  background-color: #fff;
  border-color: #00811f;
}
.btn-secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus-visible {
  color: #fff;
  background-color: #404b4f;
  border-color: #404b4f;
}
.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  background-color: black;
  padding: 8px;
  margin: 0 0 0 auto;
  box-shadow: none;
  box-sizing: content-box;
  min-width: 32px;
  min-height: 32px;
  color: white;
  background: #000 url("data:image/svg+xml,%3csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27black%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M26.6077 6.80752L25.1935 5.39331L16.0011 14.5857L6.80875 5.39331L5.39453 6.80752L14.5869 15.9999L5.39453 25.1923L6.80874 26.6065L16.0011 17.4141L25.1935 26.6065L26.6077 25.1923L17.4153 15.9999L26.6077 6.80752Z%27 fill=%27white%27/%3e%3c/svg%3e") center/32px auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
}
.btn-close:hover, .btn-close:active {
  opacity: 0.75;
}
.btn-close--small {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px;
  margin: 0 0 0 auto;
  line-height: 0.5;
  box-shadow: none;
  box-sizing: content-box;
  min-width: 13px;
  min-height: 13px;
  border: 0;
  opacity: 1;
  background-color: transparent;
  cursor: pointer;
}
.btn-close--small svg {
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.btn-close--small svg path {
  fill: #000;
}
.btn-close--small:focus-visible {
  outline: none !important;
  background-color: #f4f4f5;
}
.btn-filter--active {
  border-color: #00811f;
  color: #fff;
  font-weight: 700;
  width: auto;
  min-height: 0;
  padding: 6px 40px 6px 8px;
  text-align: left;
  background: #00811f url("data:image/svg+xml,%3csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27black%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M26.6077 6.80752L25.1935 5.39331L16.0011 14.5857L6.80875 5.39331L5.39453 6.80752L14.5869 15.9999L5.39453 25.1923L6.80874 26.6065L16.0011 17.4141L25.1935 26.6065L26.6077 25.1923L17.4153 15.9999L26.6077 6.80752Z%27 fill=%27white%27/%3e%3c/svg%3e") calc(100% - 8px)/28px auto no-repeat;
}
.btn-filter--active:hover, .btn-filter--active:active {
  background-color: #006e32;
  border-color: #006e32;
}
.btn-filter--active span {
  padding: 0;
}
.btn-filter--small span {
  padding: 0 2px !important;
}
.btn-navigate--small span {
  padding: 0 16px;
}
.btn-textlink, .btn-inline {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0 0.5rem;
  margin: 0 -0.5rem;
  text-decoration: underline;
  max-width: none;
  color: #00811f;
  font-weight: 400;
  font-size: inherit;
}
.btn-textlink.btn-with-icon, .btn-with-icon.btn-inline {
  display: flex;
  width: auto;
  align-items: center;
}
.btn-textlink.btn-with-icon svg, .btn-with-icon.btn-inline svg {
  margin-right: 4px;
}
.btn-textlink.btn-with-icon svg path, .btn-with-icon.btn-inline svg path {
  fill: currentColor;
}
.btn-info {
  text-decoration: none;
  color: #000;
  text-align: left;
}
.btn-info svg {
  margin-left: 4px;
  transform: translateY(2px);
  width: 16px;
  height: 16px;
}
.btn-info svg path {
  fill: #6b8893;
}
.btn-togglemenu {
  display: block;
  width: 56px;
  height: 36px;
  min-height: 0;
  background: transparent;
  margin: 16px -16px 0 0;
  padding: 0;
  position: relative;
}
.btn-togglemenu .badge-count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 0;
  transform: translateY(70%);
}
.btn-to-top {
  align-self: flex-end;
  font-size: 0.7em;
  padding: 0.5em 0.7em;
  width: auto;
  background-color: #fff;
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.25);
  opacity: 0;
  display: none;
  transition-property: opacity, display;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
}
.btn-to-top svg {
  width: 32px;
  height: 32px;
  transform: rotate(-90deg);
  vertical-align: middle;
}
.btn-to-top.show {
  opacity: 1;
  display: block;
  transition-property: opacity, display;
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
  transition-behavior: allow-discrete;
}
@starting-style {
  .btn-to-top.show {
    opacity: 0;
  }
}
.btn-to-top:hover svg path, .btn-to-top:focus-visible svg path {
  fill: #00811f;
}
.btn:not(:disabled), .container__map-tools .form__kaart-modus label:not(:disabled) {
  cursor: pointer;
}

a.btn {
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.btn-inline {
  white-space: nowrap;
  display: inline;
  width: auto;
  color: currentColor;
}
.onboarding .btn-inline {
  font-size: 0.875em;
}

.pageheader {
  height: 64px;
  padding: 0;
  border-bottom: 1px solid #cad6da;
  padding: 0 16px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2100;
}
.pageheader .container__logo {
  flex: 1;
}
.pageheader .container__logo > a {
  display: inline-block;
}
.pageheader .container__logo .logo {
  max-height: 40px;
  margin: 10px 0 0;
  display: block;
}
.pageheader .container__logo .logo--large {
  display: none;
}
.pageheader .container__logo .pagetitle {
  margin: 0;
  display: inline-block;
  color: #00811f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
}
.pageheader .container__uitklapper {
  position: unset;
  flex: 0 1 auto;
  margin: 20px 0 0;
  flex-direction: column;
  justify-content: center;
}
.pageheader .container__uitklapper > turbo-frame {
  height: auto;
}
.pageheader .container__uitklapper > span {
  font-weight: 700;
  text-decoration: none;
  color: #000;
  font-size: 0.8em;
  padding: 0.7em 0.5em 0 0.5em;
  cursor: pointer;
}
.pageheader .container__uitklapper .content {
  visibility: hidden;
  position: absolute;
  display: block;
  top: 2em;
  transform: scale(0.98, 0.98);
  right: 1vw;
  padding: 0;
  box-shadow: 0 4px 14px 7px rgba(0, 0, 0, 0.07);
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease-in-out;
  transform-origin: right top;
  transition-delay: 0.15s;
  background-color: #fff;
}
.pageheader .container__uitklapper .content--large {
  width: 97vw;
  max-width: 450px;
  right: -13.5vw;
}
@media (min-width: 768px) {
  .pageheader .container__uitklapper .content--large {
    right: 1vw;
  }
}
.pageheader .container__uitklapper .content:not(.container__profiel_notificatie_lijst) {
  top: 2.2em;
}
.pageheader .container__uitklapper .content ul {
  margin: 0;
}
.pageheader .container__uitklapper .content li {
  margin-bottom: 1px;
}
.pageheader .container__uitklapper .content span {
  font-size: 0.87em;
}
.pageheader .container__uitklapper.show .content {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
  pointer-events: all;
  transition: all 0.35s ease-in-out;
}
.pageheader .container__uitklapper:focus {
  outline: none !important;
}
.pageheader .container__uitklapper .trigger--notificationslist {
  width: 28px;
  height: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  transition: background-color 0.35s ease-in-out;
}
.pageheader .container__uitklapper .trigger--notificationslist .active,
.pageheader .container__uitklapper .trigger--notificationslist .inactive {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  display: block;
  width: 16px;
  height: auto;
}
.pageheader .container__uitklapper .trigger--notificationslist .active {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.pageheader .container__uitklapper .trigger--notificationslist svg path {
  fill: #000;
}
.pageheader .container__uitklapper .trigger--notificationslist .badge-count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10%, -70%);
  background-color: #00811f;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
.pageheader .container__uitklapper .trigger--notificationslist .badge-count span {
  display: inline-block;
  font-size: 0.8333em;
}
.pageheader .container__uitklapper:focus-visible .trigger--notificationslist, .pageheader .container__uitklapper:hover .trigger--notificationslist {
  cursor: pointer;
  background-color: #fff;
}
.pageheader .container__uitklapper:focus {
  outline: none;
}
.pageheader .container__uitklapper:focus .trigger--notificationslist .active {
  opacity: 1;
}
@media (min-width: 768px) {
  .pageheader .container__uitklapper {
    position: relative;
  }
  .pageheader .container__uitklapper:first-child {
    padding-right: 1em;
  }
  .pageheader .container__uitklapper .content {
    right: -1.2em;
  }
}
@media (min-width: 576px) {
  .pageheader {
    padding: 6px 16px;
  }
  .pageheader .container__logo .logo--large {
    display: flex;
  }
  .pageheader .container__logo .logo--small {
    display: none;
  }
}
.pageheader .container {
  display: flex;
  justify-content: space-between;
}
.pageheader .modal-navigation .modal-dialog {
  width: 100%;
  max-width: 400px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.pageheader .modal-navigation .modal-dialog ul {
  font-size: 1.25em;
}
.pageheader .modal-navigation .modal-dialog ul:first-of-type {
  margin: 0;
}
.pageheader .modal-navigation .modal-dialog ul a {
  line-height: 3.2rem;
  text-decoration: none;
  color: #404b4f;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pageheader .modal-navigation .modal-dialog ul a:active, .pageheader .modal-navigation .modal-dialog ul a:hover {
  color: #00811f;
}
.pageheader .modal-navigation .modal-dialog ul a.selected::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1.5rem;
  bottom: 0;
  width: 8px;
  background-color: #00811f;
}
.pageheader .modal-navigation .modal-dialog ul.list-nav--tertiary {
  border-top: 1px solid #cad6da;
  font-size: 1em;
}
.pageheader .modal-navigation .modal-dialog ul.list-nav--tertiary .wrapper-horizontal {
  line-height: 1em;
  position: relative;
}
.pageheader .modal-navigation .modal-dialog ul.list-nav--tertiary .wrapper-horizontal a:hover, .pageheader .modal-navigation .modal-dialog ul.list-nav--tertiary .wrapper-horizontal a:focus-visible {
  color: #00811f;
}
.pageheader .modal-navigation .modal-dialog ul.list-nav--tertiary .wrapper-horizontal button,
.pageheader .modal-navigation .modal-dialog ul.list-nav--tertiary .wrapper-horizontal span:not(.badge-count) {
  padding: 0 0.5rem;
  display: inline-block;
  box-sizing: content-box;
}
.pageheader .modal-navigation .modal-dialog ul.list-nav--tertiary .wrapper-horizontal button {
  text-decoration: none;
  font-weight: 400;
  color: #404b4f;
  width: 30px;
}
.pageheader .modal-navigation .modal-dialog ul.list-nav--tertiary .wrapper-horizontal svg {
  vertical-align: text-top;
}
.pageheader .modal-navigation .modal-dialog ul.list-nav--tertiary .wrapper-horizontal svg path {
  fill: #9dafb6;
}
.pageheader .modal-header {
  height: 64px;
}
.pageheader .modal-content {
  height: 100%;
}
.fz-large .pageheader .container__uitklapper .trigger--notificationslist .active,
.fz-large .pageheader .container__uitklapper .trigger--notificationslist .inactive {
  transform: translate(-50%, -44%);
}
.fz-xlarge .pageheader .container__uitklapper .trigger--notificationslist .active,
.fz-xlarge .pageheader .container__uitklapper .trigger--notificationslist .inactive {
  transform: translate(-50%, -54%);
}

/**
 * Tweak bootstrap form styling.  Main styling is in bootstrap _forms.scss
 */
/**
  * Col-form-label and the lg and sm variants are used in legend,
  * as the name of a radio-button group, or in label, as the name
  * of a text-field or dropdown.
  * Note that label can also be used without this class, eg as a
  * possible value within a radio group.
  * The names of text fields and radio-buttons should match the
  * typography of names in completed forms, and we render those with dt/dd pairs.
  * So we use the font-weight variable that bootstrap defines for dt elements.
  */
.col-form-label,
.col-form-label-lg,
.col-form-label-sm,
form label {
  font-weight: 700;
}

/**
 * Sanders design calls for a button in error state, not normally
 * something done in forms.  We do markup with existing classes:
 *   -- .btn, like any button,
 *   -- .is-invalid, like textfield with error.
 * The .is-invalid does a red border in combination with .form-control,
 * and we want the red border, but not the .form-control, since that
 * also affects sizing of the button.
 * So we provide explicit CSS for btn in combination with is-invalid.
 * This is based on _forms.scss in bootstrap: @mixin form-validation-state
 */
.btn.is-invalid, .container__map-tools .form__kaart-modus label.is-invalid {
  border-color: #404b4f;
}
.btn.is-invalid:focus-visible, .container__map-tools .form__kaart-modus label.is-invalid:focus-visible {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px rgba(64, 75, 79, 0.25);
}

.btn-files {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page__beheer .container__hideables .task--hideable input[type=checkbox], .container__details .locatie-container input[type=checkbox], .form--aanpassen .wrapper--flex-order input[type=checkbox], input.form-check-input, ul.list--form-check-input input,
ul.form-check-input input,
ul.list--form-radio-input input, .form-control,
.form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
fieldset.no-margin-bottom > div:last-child {
  margin-bottom: 0 !important;
}

.form-control,
.form-select {
  min-height: 48px;
  line-height: 24px;
  width: 100%;
  margin: 0.5rem 0 1.5rem;
}
.form-control:hover:not(:focus):not([disabled]),
.form-select:hover:not(:focus):not([disabled]) {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
}
.form-control:hover:not(:focus):not([readonly]),
.form-select:hover:not(:focus):not([readonly]) {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
}
.form-control:focus,
.form-select:focus {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px #404b4f;
}
.form-control:disabled,
.form-select:disabled {
  color: #65757b;
}
.form-control.search,
.form-select.search {
  padding-left: 40px;
  padding-right: 24px;
  background-repeat: no-repeat;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS41MDAxIDkuNzVDMTkuNTAwMSA2LjgyNSAxNy4xNzUxIDQuNSAxNC4yNTAxIDQuNUMxMS4zMjUxIDQuNSA5LjAwMDEgNi44MjUgOS4wMDAxIDkuNzVDOS4wMDAxIDEyLjY3NSAxMS4zMjUxIDE1IDE0LjI1MDEgMTVDMTcuMTc1MSAxNSAxOS41MDAxIDEyLjY3NSAxOS41MDAxIDkuNzVaTTcuNTAwMSA5Ljc1QzcuNTAwMSA2IDEwLjUwMDEgMyAxNC4yNTAxIDNDMTguMDAwMSAzIDIxLjAwMDEgNiAyMS4wMDAxIDkuNzVDMjEuMDAwMSAxMy41IDE4LjAwMDEgMTYuNSAxNC4yNTAxIDE2LjVDMTIuNjQ3NCAxNi41IDExLjE4MTggMTUuOTUyMSAxMC4wMjg3IDE1LjAzMThMNC4yNTc0MyAyMC44MDMxTDMuMTk2NzggMTkuNzQyNUw4Ljk2ODExIDEzLjk3MTFDOC4wNDc5NyAxMi44MTgxIDcuNTAwMSAxMS4zNTI1IDcuNTAwMSA5Ljc1WiIgZmlsbD0iIzQwNEI0RiIvPgo8L3N2Zz4K) no-repeat;
  background-position: 8px 50%;
  color: #404b4f;
  font-size: 0.875em;
}
.form-control.search.active,
.form-select.search.active {
  animation: highlight-primary 0.5s 1 forwards 0.5s;
}
.form-control.search::-webkit-search-cancel-button,
.form-select.search::-webkit-search-cancel-button {
  cursor: pointer;
}

.form-control {
  padding: 8px 16px;
  font-size: 1em;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #7c8b90;
  box-sizing: border-box;
  font-family: "Bolder", sans-serif;
}
.form-control.search {
  background-image: escape-svg(url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27> <path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M19.5005 9.75C19.5005 6.825 17.1755 4.5 14.2505 4.5C11.3255 4.5 9.00046 6.825 9.00046 9.75C9.00046 12.675 11.3255 15 14.2505 15C17.1755 15 19.5005 12.675 19.5005 9.75ZM7.50046 9.75C7.50046 6 10.5005 3 14.2505 3C18.0005 3 21.0005 6 21.0005 9.75C21.0005 13.5 18.0005 16.5 14.2505 16.5C12.6478 16.5 11.1822 15.9521 10.0292 15.0319L4.25792 20.8031L3.19727 19.7425L8.96853 13.9712C8.04835 12.8182 7.50046 11.3526 7.50046 9.75Z%27 fill=%27#65757b%27/%3E%20%3C/svg%3E")) !important;
  background-position: left 10px center;
  margin: 0;
}

.is-invalid .form-control,
.is-invalid .form-select {
  border-bottom-color: #b53322 !important;
  border-bottom-width: 1px;
  box-shadow: 0 1px 0 #b53322;
  margin-bottom: 0;
}
.is-invalid .invalid-text {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  padding-left: 1rem;
  position: relative;
}
.is-invalid .invalid-text:before {
  content: url(/static/c9f86bdadfdb8f6e310e.svg);
  position: absolute;
  left: 0;
  top: 1px;
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #404b4f;
}

.help-block:not(.invalid-text) {
  font-size: 1em;
  margin: 0.25rem 0;
  display: block;
  color: #65757b;
}
.help-block:not(.invalid-text).warning {
  color: #a65600;
}
.help-block:not(.invalid-text).error {
  color: #d70d0d;
}

.form-control__with-helptext .form-control {
  margin-bottom: 0.25em;
}
.form-control__with-helptext .helptext {
  display: inline-block;
  margin-bottom: 1em;
}

.form-select {
  background-image: url("data:image/svg+xml, <svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27> <path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M15.75 9.75L12 4.5L8.25 9.75H15.75ZM15.75 14.25L12 19.5L8.25 14.25H15.75Z%27 fill=%27%2365757B%27/> </svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px;
  padding: 8px 34px 8px 16px;
  font-size: 1em;
  color: #404b4f;
}
.form-select.search {
  background-image: escape-svg(url("data:image/svg+xml,<svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27> <path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M19.5005 9.75C19.5005 6.825 17.1755 4.5 14.2505 4.5C11.3255 4.5 9.00046 6.825 9.00046 9.75C9.00046 12.675 11.3255 15 14.2505 15C17.1755 15 19.5005 12.675 19.5005 9.75ZM7.50046 9.75C7.50046 6 10.5005 3 14.2505 3C18.0005 3 21.0005 6 21.0005 9.75C21.0005 13.5 18.0005 16.5 14.2505 16.5C12.6478 16.5 11.1822 15.9521 10.0292 15.0319L4.25792 20.8031L3.19727 19.7425L8.96853 13.9712C8.04835 12.8182 7.50046 11.3526 7.50046 9.75Z%27 fill=%27#65757b%27/%3E%20%3C/svg%3E")), escape-svg(url("data:image/svg+xml, <svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27>  <path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M15.75 9.75L12 4.5L8.25 9.75H15.75ZM15.75 14.25L12 19.5L8.25 14.25H15.75Z%27 fill=%27#65757b%27/%3E%20%20%3C/svg%3E")) !important;
  background-position: left 10px center, right 10px center;
}
.form-select option {
  color: #404b4f;
}

textarea {
  color: #404b4f;
}

.form-check {
  margin-left: -0.2rem;
}
.form-check input {
  margin-right: 0.5rem;
}

.form-control[readonly],
.form-select[readonly] {
  background-color: #eff4f6;
  opacity: 1;
  color: #7c8b90;
}
.form-control[readonly] ~ .form-check-label,
.form-select[readonly] ~ .form-check-label {
  color: #7c8b90;
}
.form-control[readonly]:checked,
.form-select[readonly]:checked {
  border-color: #7c8b90;
}
.form-control[readonly]:hover,
.form-select[readonly]:hover {
  border: 1px solid #7c8b90 !important;
  box-shadow: none !important;
}

.form-part-seperated {
  border-top: 1px solid #cad6da;
  margin: 1rem 0 2rem;
  padding: 1rem 0 0;
}

.form-switch {
  position: relative;
  display: inline-block;
  display: flex;
  margin: 0;
  /* Hide default HTML checkbox */
  /* The slider */
}
.form-switch .form-switch-label {
  display: flex;
  align-items: center;
}
.form-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-switch .container__slider {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 24px;
}
.form-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #7c8b90;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  flex: 1;
}
.form-switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-switch input:checked + .container__slider .slider {
  background-color: #00811f;
}
.form-switch input:focus + .slider {
  box-shadow: 0 0 1px #00811f;
}
.form-switch input:checked + .container__slider .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.file-upload {
  position: relative;
  margin-bottom: 1.25em;
}
.file-upload.hidden {
  height: 0;
  overflow: hidden;
}
.file-upload .file-upload-mask {
  background-image: url("data:image/svg+xml,%3csvg width=%2780%27 height=%27101%27 viewBox=%270 0 80 101%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e %3cpath d=%27M10.5259 37.875H35.7891V42.0833H10.5259V37.875Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M10.5262 46.2915H48.4209V50.4998H10.5262V46.2915Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M10.5262 56.8125H48.4209V61.0208H10.5262V56.8125Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M10.5262 67.3335H48.4209V71.5418H10.5262V67.3335Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M10.5262 77.854H48.4209V82.0623H10.5262V77.854Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M10.5262 88.375H48.4209V92.5833H10.5262V88.375Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M-0.000106812 101H58.9473V33.8772L51.7894 24.8293L45.0525 16.8335H-0.000106812V101ZM54.7367 96.7918H4.21042V21.0418H43.1578L48.6315 27.5647L54.7367 35.3502V96.7918Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M39.9997 37.8752H56.8418V33.6668H44.2102V19.9897H39.9997V37.8752Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M50.5261 29.2478H67.3682V25.0394H54.7366V11.5728H50.5261V29.2478Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M56.8421 92.5837H69.4736V25.4607L62.3157 16.4128L55.5789 8.41699H10.5263V19.1482H14.7368V12.6253H53.4736L58.9473 19.1482L65.2631 26.9337V88.3753H56.8421V92.5837Z%27 fill=%27%23CAD6DA%27/%3e %3cpath d=%27M67.3684 84.1667H80V17.0438L72.8421 7.99583L66.1053 0H20.8421V10.7312H25.0526V4.20833H64L69.4737 10.7312L75.7895 18.5167V79.9583H67.3684V84.1667Z%27 fill=%27%23CAD6DA%27/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center 32px;
  border: 1px dashed #7c8b90;
  cursor: pointer;
  text-align: center;
  padding: 156px 20px 32px 20px;
}
.file-upload .file-upload-input {
  position: absolute;
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  cursor: pointer;
}
.file-upload .preview li {
  display: flex;
  align-items: center;
  min-height: 116px;
  position: relative;
  padding-right: 56px;
}
.file-upload .preview li img {
  max-height: 116px;
  max-width: 155px;
  vertical-align: middle;
  margin-right: 16px;
}
.file-upload .preview li span {
  display: inline-block;
}
.file-upload .preview li span small {
  display: block;
  padding-top: 0.5rem;
}
.file-upload .preview li .btn-close {
  top: 34px;
  background: transparent url("data:image/svg+xml,%3csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27black%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M26.6077 6.80752L25.1935 5.39331L16.0011 14.5857L6.80875 5.39331L5.39453 6.80752L14.5869 15.9999L5.39453 25.1923L6.80874 26.6065L16.0011 17.4141L25.1935 26.6065L26.6077 25.1923L17.4153 15.9999L26.6077 6.80752Z%27 fill=%27black%27/%3e%3c/svg%3e") center/32px auto no-repeat;
}

ul.list--form-check-input,
ul.form-check-input,
ul.list--form-radio-input {
  list-style-type: none;
  padding: 0;
}
ul.list--form-check-input li,
ul.form-check-input li,
ul.list--form-radio-input li {
  margin: 0 0 8px;
  position: relative;
}
ul.list--form-check-input input,
ul.form-check-input input,
ul.list--form-radio-input input {
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #7c8b90;
  border-radius: 0;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
ul.list--form-check-input input:checked[type=checkbox],
ul.form-check-input input:checked[type=checkbox],
ul.list--form-radio-input input:checked[type=checkbox] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.86006 16.144L19.406 6.59806L20.4667 7.65873L9.86006 18.2653L3.49609 11.9014L4.55675 10.8407L9.86006 16.144Z%27 fill=%27white%27/%3e%3c/svg%3e");
}
ul.list--form-check-input input[type=radio],
ul.form-check-input input[type=radio],
ul.list--form-radio-input input[type=radio] {
  border-radius: 50%;
  margin: 0;
}
ul.list--form-check-input input:checked[type=radio],
ul.form-check-input input:checked[type=radio],
ul.list--form-radio-input input:checked[type=radio] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z%27 fill=%27none%27/%3e%3crect x=%278%27 y=%278%27 width=%278%27 height=%278%27 rx=%274%27 fill=%27white%27/%3e%3c/svg%3e");
}
ul.list--form-check-input input:disabled,
ul.form-check-input input:disabled,
ul.list--form-radio-input input:disabled {
  background-color: #eff4f6;
  opacity: 1;
}
ul.list--form-check-input input:disabled ~ .form-check-label,
ul.form-check-input input:disabled ~ .form-check-label,
ul.list--form-radio-input input:disabled ~ .form-check-label {
  color: #7c8b90;
}
ul.list--form-check-input input:disabled:checked,
ul.form-check-input input:disabled:checked,
ul.list--form-radio-input input:disabled:checked {
  background-color: #7c8b90;
  border-color: #7c8b90;
  opacity: 1;
}
ul.list--form-check-input input:disabled:checked[type=radio],
ul.form-check-input input:disabled:checked[type=radio],
ul.list--form-radio-input input:disabled:checked[type=radio] {
  background-image: none;
}
ul.list--form-check-input input:focus:checked,
ul.form-check-input input:focus:checked,
ul.list--form-radio-input input:focus:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
  opacity: 1;
}
ul.list--form-check-input input:focus:not(checked),
ul.form-check-input input:focus:not(checked),
ul.list--form-radio-input input:focus:not(checked) {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px #404b4f;
  opacity: 1;
}
ul.list--form-check-input input:hover, ul.list--form-check-input input:focus-visible,
ul.form-check-input input:hover,
ul.form-check-input input:focus-visible,
ul.list--form-radio-input input:hover,
ul.list--form-radio-input input:focus-visible {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
  opacity: 1;
}
ul.list--form-check-input input ~ .form-check-label,
ul.form-check-input input ~ .form-check-label,
ul.list--form-radio-input input ~ .form-check-label {
  font-weight: 400;
  display: inline-block;
  padding: 1em 0;
}
ul.list--form-check-input input[type=checkbox] + span,
ul.form-check-input input[type=checkbox] + span,
ul.list--form-radio-input input[type=checkbox] + span {
  font-weight: 400;
  line-height: 28px;
}
ul.list--form-check-input input ~ .form-check-label,
ul.form-check-input input ~ .form-check-label,
ul.list--form-radio-input input ~ .form-check-label {
  width: 100%;
  padding: 1em 0 1em 45px;
  box-sizing: border-box;
  word-break: break-word;
}
.form--beheer ul.list--form-check-input,
.form--beheer ul.form-check-input,
.form--beheer ul.list--form-radio-input {
  display: block;
  margin-bottom: 50px;
}
.form--beheer ul.list--form-check-input li,
.form--beheer ul.form-check-input li,
.form--beheer ul.list--form-radio-input li {
  border: 0;
}
.form--beheer ul.list--form-check-input input ~ .form-check-label,
.form--beheer ul.form-check-input input ~ .form-check-label,
.form--beheer ul.list--form-radio-input input ~ .form-check-label {
  padding: 0 0 0 45px;
}
.form--beheer.columns--two ul.list--form-check-input,
.form--beheer.columns--two ul.form-check-input,
.form--beheer.columns--two ul.list--form-radio-input {
  columns: 2;
}

ul.form-check-input li label {
  width: 100%;
  padding-left: 35px;
  box-sizing: border-box;
}
ul.form-check-input li label input {
  top: -3px;
  left: 0;
}

@media (min-width: 768px) {
  .list-horizontal ul.list--form-check-input {
    display: flex;
    justify-content: space-between;
    column-gap: 16px;
    flex-wrap: wrap;
  }
  .list-horizontal ul.list--form-check-input li {
    flex: 1 1 45%;
    max-width: calc(50% - 10px);
  }
}

ul.list--form-check-input .form-check {
  margin-left: 0;
}
ul.list--form-check-input .form-check input {
  margin: 0;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

ul.list--form-check-input--tile-image {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.list--form-check-input--tile-image > li {
  flex: 0 0 47%;
  position: relative;
  background-color: #fff;
  border-radius: 7px;
  text-align: center;
}
ul.list--form-check-input--tile-image > li label {
  display: flex;
  width: 100%;
  height: 110px;
  border-radius: 7px;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  cursor: pointer;
  word-break: break-word;
}
ul.list--form-check-input--tile-image > li label svg {
  margin: 0 auto 8px;
  width: 44px;
  height: 44px;
}
ul.list--form-check-input--tile-image > li input {
  -webkit-appearance: none;
  position: relative;
  width: 0;
  height: 0;
  position: absolute;
  cursor: pointer;
}
ul.list--form-check-input--tile-image > li input:checked + label {
  background-color: #e1efe2;
  outline: 2px solid #00811f;
}
ul.list--form-check-input--tile-image > li input:checked + label svg .highlight {
  fill: #00811f;
}
ul.list--form-check-input--tile-image > li input:focus + label {
  outline: 2px solid black;
}

ul.list--form-radio-input.background--white li {
  background-color: #fff;
}
.form--beheer ul.list--form-radio-input li,
.form--beheer ul.list--form-radio-input li:first-child {
  margin-bottom: 0.5rem;
}
.modal ul.list--form-radio-input li {
  border: 1px solid #cad6da;
  line-height: rem;
}

.container__checkbox--single {
  position: relative;
}
.container__checkbox--single label {
  padding-left: 15px;
}

.form--beheer .btn-row {
  margin-top: 40px;
}
.form--beheer .container__checkbox--single label {
  padding-left: 8px;
}

input.form-check-input {
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #7c8b90;
  border-radius: 0;
  margin-bottom: 0;
}
input.form-check-input:checked[type=checkbox] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.86006 16.144L19.406 6.59806L20.4667 7.65873L9.86006 18.2653L3.49609 11.9014L4.55675 10.8407L9.86006 16.144Z%27 fill=%27white%27/%3e%3c/svg%3e");
}
input.form-check-input[type=radio] {
  border-radius: 50%;
  margin: 0;
}
input.form-check-input:checked[type=radio] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z%27 fill=%27none%27/%3e%3crect x=%278%27 y=%278%27 width=%278%27 height=%278%27 rx=%274%27 fill=%27white%27/%3e%3c/svg%3e");
}
input.form-check-input:disabled {
  background-color: #eff4f6;
  opacity: 1;
}
input.form-check-input:disabled ~ .form-check-label {
  color: #7c8b90;
}
input.form-check-input:disabled:checked {
  background-color: #7c8b90;
  border-color: #7c8b90;
  opacity: 1;
}
input.form-check-input:disabled:checked[type=radio] {
  background-image: none;
}
input.form-check-input:focus:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
  opacity: 1;
}
input.form-check-input:focus:not(checked) {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px #404b4f;
  opacity: 1;
}
input.form-check-input:hover, input.form-check-input:focus-visible {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
  opacity: 1;
}
input.form-check-input ~ .form-check-label {
  font-weight: 400;
  display: inline-block;
  padding: 1em 0;
}
input.form-check-input[type=checkbox] + span {
  font-weight: 400;
  line-height: 28px;
}

.form-title-muted {
  color: #7c8b90;
}

.form-row {
  position: relative;
  margin-bottom: 2rem;
}
.form-row > label,
.form-row > input {
  display: block;
}
.form-row > label,
.form-row .label {
  font-size: 1em;
  line-height: 24px;
  margin-top: 0;
}
.form--login .form-row > label {
  font-size: 1.25em;
}
.form--login .form-row:last-child {
  margin-top: 1em;
}
.form-row.container__button {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.form-row.container__button button {
  flex: 0 1 100%;
}
.form-row.container__button button:not(:first-child) {
  margin-left: 16px;
}
.form-row .container__toggle {
  position: relative;
}
.form-row .password__toggle {
  position: absolute;
  right: 20px;
  top: 25px;
  margin-left: -30px;
  cursor: pointer;
  width: 20px;
  height: 14px;
}
.form-row .password__toggle-active {
  opacity: 0.5;
}
.form-row button:last-child {
  margin-bottom: 0;
}
.form-row.margin-vertical {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.form--incident-handle textarea + .btn-textlink, .form--incident-handle textarea + .btn-inline {
  transform: translateY(-20px);
}

.sticky .form-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}
.sticky .form-row .btn, .sticky .form-row .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .sticky .form-row label {
  flex: 1;
}

.container__toggle.hidden {
  display: none;
}

.label-strong label {
  font-weight: 700;
}

.wrapper--flex-order {
  display: flex;
  flex-direction: column;
}
.wrapper--flex-order > div {
  flex: 1;
}

.django-ckeditor-widget {
  width: 100%;
}

.form--aanpassen .wrapper--flex-order img {
  margin-bottom: 1em;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #7c8b90;
  border-radius: 0;
  margin-bottom: 0;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox]:checked[type=checkbox] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.86006 16.144L19.406 6.59806L20.4667 7.65873L9.86006 18.2653L3.49609 11.9014L4.55675 10.8407L9.86006 16.144Z%27 fill=%27white%27/%3e%3c/svg%3e");
}
.form--aanpassen .wrapper--flex-order input[type=checkbox][type=radio] {
  border-radius: 50%;
  margin: 0;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox]:checked[type=radio] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z%27 fill=%27none%27/%3e%3crect x=%278%27 y=%278%27 width=%278%27 height=%278%27 rx=%274%27 fill=%27white%27/%3e%3c/svg%3e");
}
.form--aanpassen .wrapper--flex-order input[type=checkbox]:disabled {
  background-color: #eff4f6;
  opacity: 1;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox]:disabled ~ .form-check-label {
  color: #7c8b90;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox]:disabled:checked {
  background-color: #7c8b90;
  border-color: #7c8b90;
  opacity: 1;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox]:disabled:checked[type=radio] {
  background-image: none;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox]:focus:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
  opacity: 1;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox]:focus:not(checked) {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px #404b4f;
  opacity: 1;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox]:hover, .form--aanpassen .wrapper--flex-order input[type=checkbox]:focus-visible {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
  opacity: 1;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox] ~ .form-check-label {
  font-weight: 400;
  display: inline-block;
  padding: 1em 0;
}
.form--aanpassen .wrapper--flex-order input[type=checkbox][type=checkbox] + span {
  font-weight: 400;
  line-height: 28px;
}

fieldset.section {
  margin-bottom: 2em;
}
fieldset.section legend {
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 2em;
  width: 100%;
  border-bottom: 1px solid #cad6da;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .container__form-rows.cols2 {
    columns: 2;
  }
  .container__form-rows.cols2 .form-row {
    width: 100%;
    break-inside: avoid-column;
  }
}

form.onboarding .progress {
  position: relative;
  height: 2.5rem;
}
form.onboarding .btn-previous--icon {
  transform: rotate(180deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
form.onboarding .btn-previous--icon svg {
  width: 12px;
  height: 24px;
}
form.onboarding h3 {
  margin-bottom: 0;
}
form.onboarding .sticky .btn, form.onboarding .sticky .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus form.onboarding .sticky label {
  margin: 0 auto;
}
form.onboarding .container__flex {
  display: flex;
  justify-content: space-between;
}
form.onboarding .form-as-p input[type=checkbox] + label {
  padding-left: 0;
  color: #000;
}
form.onboarding .form-as-p ul.list--form-check-input--tile-image li {
  margin-bottom: 20px;
}
form.onboarding .form-as-p ul.list--form-check-input--tile-image label {
  background-color: #e1efe2;
  outline: 2px solid #00811f;
  cursor: default;
}
form.onboarding .form-as-p ul.list--form-check-input--tile-image label svg .highlight {
  fill: #00811f;
}

.form-row.busy {
  position: relative;
  z-index: 1000;
}
.form-row.busy .btn, .form-row.busy .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .form-row.busy label {
  background-color: #eff4f6;
  border-color: #b6c4c8;
  color: #8d9da4;
}

.container__progress {
  z-index: 20;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  background: #fff;
  border: 2px solid #00811f;
  padding: 1em;
  width: calc(100% - 80px);
  left: 20px;
  margin-top: 0.5em;
}
.container__progress .progress--time {
  font-size: 1em;
  text-wrap: balance;
}
.container__progress .progress--bar {
  margin-top: 0.5em;
  width: 0;
  height: 12px;
  background-color: #00811f;
}

.select2-container--default {
  width: 100% !important;
  margin-top: 0.5rem !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  background-color: white;
  border: 1px solid #7c8b90;
  outline: 0;
  padding: 0 16px;
  font-size: 1em;
  width: 100%;
  color: #404b4f;
  text-align: left;
  -webkit-appearance: none;
  min-height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 42px;
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
  outline: 3px solid #404b4f;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--multiple:hover {
  outline: 1px solid #00811f;
}
.select2-container--default .select2-dropdown {
  padding: 0;
}
.select2-container--default .select2-dropdown .select2-search .select2-search__field {
  background-repeat: no-repeat;
  background-position: 10px center; /* Adjust the position as needed */
  padding-left: 40px; /* Ensure there's enough padding for the icon */
  min-height: 32px;
}
.select2-container--default .select2-selection--multiple {
  padding: 4px 0;
}
.select2-container--default .select2-selection--multiple .select2-search .select2-search__field {
  min-height: 42px;
}
.select2-container--default .select2-selection--multiple .select2-search .select2-search__field:focus, .select2-container--default .select2-selection--multiple .select2-search .select2-search__field:hover {
  outline: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
  float: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: inline !important;
  list-style: none;
  padding: 0 !important;
  white-space: normal !important;
  line-height: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  line-height: 48px;
  padding: 10px 35px 10px 8px;
  float: unset;
  display: inline-flex;
  line-height: 1rem;
  background: #00811f url("data:image/svg+xml,%3csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27black%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M26.6077 6.80752L25.1935 5.39331L16.0011 14.5857L6.80875 5.39331L5.39453 6.80752L14.5869 15.9999L5.39453 25.1923L6.80874 26.6065L16.0011 17.4141L25.1935 26.6065L26.6077 25.1923L17.4153 15.9999L26.6077 6.80752Z%27 fill=%27white%27/%3e%3c/svg%3e") calc(100% - 8px)/28px auto no-repeat;
  border: 0;
  border-radius: 0;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove span {
  display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--highlighted[aria-selected=true],
.select2-container--default .select2-results__option--selected.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true].select2-results__option--selectable,
.select2-container--default .select2-results__option[aria-selected=true][aria-selected=true] {
  background-color: #e4eef1 !important;
  color: #404b4f !important;
}

body > .select2-container--default,
.modal > .select2-container--default {
  margin-top: 0 !important;
}

.page-incidents .container__header {
  margin-bottom: 16px;
}
.page-incidents .container__header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-incidents .container__header h1 {
  margin: 2px 0 0;
}
.page-incidents .container__header .container__controls {
  flex: 0 1 25%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.page-incidents .container__header .container__controls .btn, .page-incidents .container__header .container__controls .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .page-incidents .container__header .container__controls label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 32px;
  font-size: 12px;
  min-height: 0;
  font-weight: 300;
  line-height: 12px;
  margin-bottom: 0;
  margin-left: 8px;
  max-width: 37px;
}
.page-incidents .container__header .container__controls .btn span, .page-incidents .container__header .container__controls .container__map-tools .form__kaart-modus label span, .container__map-tools .form__kaart-modus .page-incidents .container__header .container__controls label span {
  display: inline-block;
}
@media (min-width: 768px) {
  .page-incidents .container__header .container__controls .btn, .page-incidents .container__header .container__controls .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .page-incidents .container__header .container__controls label {
    height: 48px !important;
    max-width: 48px;
  }
  .page-incidents .container__header .container__controls .btn .map, .page-incidents .container__header .container__controls .container__map-tools .form__kaart-modus label .map, .container__map-tools .form__kaart-modus .page-incidents .container__header .container__controls label .map,
  .page-incidents .container__header .container__controls .btn .list,
  .page-incidents .container__header .container__controls .container__map-tools .form__kaart-modus label .list,
  .container__map-tools .form__kaart-modus .page-incidents .container__header .container__controls label .list, .page-incidents .container__header .container__controls .btn-sort--small svg {
    width: 32px;
    height: 32px;
  }
}
.page-incidents.showMap .container__header .container__controls .btn-sort--small {
  display: none;
}
.page-incidents .container__list {
  display: flex;
  height: 100%;
}
.page-incidents .container__list > .container__flex {
  width: 100%;
}
.page-incidents .container__list > .container__flex .list__incidents {
  flex: 1 1 0;
  border-top: 1px solid #cad6da;
}
@media (min-width: 1024px) {
  .page-incidents .container__list {
    border-top: none;
  }
  .page-incidents .container__list > .container__flex {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }
  .page-incidents .container__list > .container__flex .list__incidents {
    overflow-y: scroll;
    scroll-behavior: smooth;
    height: auto;
  }
  .page-incidents .container__list .container__search {
    display: none;
  }
}
.page-incidents .container__sorting,
.page-incidents .container__search {
  box-sizing: content-box;
}
.page-incidents .container__sorting .wrapper,
.page-incidents .container__search .wrapper {
  margin: 16px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .page-incidents .container__sorting .wrapper,
  .page-incidents .container__search .wrapper {
    background-color: transparent;
    padding-left: 0;
  }
}
.page-incidents .container__sorting form,
.page-incidents .container__search form {
  width: 100%;
}
.page-incidents .container__sorting select,
.page-incidents .container__search select {
  background-color: white;
  border: 1px solid #7c8b90;
  outline: 0;
  padding: 0 16px;
  font-size: 1em;
  width: 100%;
  color: #404b4f;
  text-align: left;
  -webkit-appearance: none;
  height: 48px;
  background-image: url("data:image/svg+xml, <svg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27> <path fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M15.75 9.75L12 4.5L8.25 9.75H15.75ZM15.75 14.25L12 19.5L8.25 14.25H15.75Z%27 fill=%27%2365757B%27/> </svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px;
}
.page-incidents .wrapper--search {
  display: none;
  position: relative;
}
.page-incidents .wrapper--search input[type=search] {
  margin: 0;
}
.page-incidents .wrapper--search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.page-incidents .wrapper--search button {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(calc(-50% + 2px));
  cursor: pointer;
}
.page-incidents .wrapper--search button svg {
  width: 16px;
  height: 16px;
}
.page-incidents .wrapper--search button.hide {
  display: none;
}
@media (min-width: 1024px) {
  .page-incidents .wrapper--search {
    display: block;
  }
  .page-incidents .wrapper--search input[type=search] {
    width: 350px;
  }
}
.page-incidents .list__incidents {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.page-incidents .list__incidents .list__incidents__scroll-wrapper {
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: safe flex-end;
  border-top: 1px solid #cad6da;
}
.page-incidents .list__incidents .container__pagination + .list-item {
  border-top: 1px solid #cad6da;
}
.page-incidents .list__incidents.reverse .list__incidents__scroll-wrapper {
  flex-direction: column;
  justify-content: safe flex-start;
}
.page-incidents .list__incidents .list-item {
  position: relative;
  box-sizing: content-box;
  transition: height 0.3s ease-in-out, left 0.5s ease-out;
  min-height: 100px;
  touch-action: pan-y pinch-zoom;
  scrollbar-width: none;
  cursor: grab;
  display: flex;
  user-select: none;
  border-bottom: 1px solid #cad6da;
}
.page-incidents .list__incidents .list-item a {
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
}
.page-incidents .list__incidents .list-item.active a:not(.link) {
  background-color: #e4eef1;
}
.page-incidents .list__incidents .list-item.highlight-once a:not(.link) {
  background-color: #e4eef1;
  animation: gray-to-white 1.4s ease-in-out 1s forwards;
}
.show-modal .page-incidents .list__incidents .list-item {
  cursor: initial;
}
.page-incidents .list__incidents .list-item::-webkit-scrollbar {
  display: none;
}
.page-incidents .list__incidents .list-item.hide {
  transition: all 0.5s ease-in-out 4s;
  border-bottom: 0px solid #cad6da;
  min-height: 0;
  height: 0;
  overflow: hidden;
}
.page-incidents .list__incidents .list-item .message {
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  background-color: #e5f1e9;
  border: 1px solid #00811f;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-left: 56px;
  overflow: hidden;
}
.page-incidents .list__incidents .list-item .message:before {
  content: url(/static/3ffc836a914489da2615.svg);
  position: absolute;
  left: 16px;
  top: calc(50% - 13px);
}
.page-incidents .list__incidents .list-item .wrapper__swipe {
  flex: 2 0 100%;
  background-color: #fff;
  z-index: 2;
}
.page-incidents .list__incidents .list-item .container__flex {
  min-width: 300px;
}
.page-incidents .list__incidents .list-item .container__flex a {
  display: flex;
  justify-items: flex-start;
  color: inherit;
  text-decoration: none;
  margin: 0;
  min-height: 100px;
}
.page-incidents .list__incidents .list-item .container__flex .btn-icon--clean {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 200;
  margin-bottom: 0;
  width: auto;
  height: auto;
  background-color: transparent;
}
.page-incidents .list__incidents .list-item .container__flex .btn-icon--clean .map {
  width: 24px;
  height: 24px;
}
.page-incidents .list__incidents .list-item .container__flex .btn-icon--clean .map path {
  fill: #00811f;
}
@media (min-width: 1024px) {
  .page-incidents .list__incidents .list-item .container__flex .btn-icon--clean {
    display: inline-block;
  }
}
.page-incidents .list__incidents .list-item .container__image {
  margin: 8px 16px 14px 0;
}
.page-incidents .list__incidents .list-item .container__image .background-image {
  width: calc(78px + 2vw);
  height: calc(56px + 1vw);
  background-color: #e4eef1;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-incidents .list__incidents .list-item .container__image .background-image {
    width: calc(173px + 2vw);
    height: calc(130px + 1vw);
  }
}
@media (min-width: 1024px) {
  .page-incidents .list__incidents .list-item .container__image .background-image {
    width: calc(94px + 2vw);
    height: calc(70px + 1vw);
  }
}
.page-incidents .list__incidents .list-item .container__image img {
  max-width: 100%;
  max-height: 100%;
}
.page-incidents .list__incidents .list-item .container__info {
  flex: 1;
  padding-top: 8px;
  position: relative;
}
.page-incidents .list__incidents .list-item .container__info a {
  color: inherit;
  text-decoration: none !important;
}
.page-incidents .list__incidents .list-item .container__info h2 {
  margin: 0 0 4px;
  text-decoration: none;
  padding-right: 90px;
}
.page-incidents .list__incidents .list-item .container__info h2 .badge {
  position: absolute;
  top: 8px;
  right: 6px;
}
.page-incidents .list__incidents .list-item .container__info .incident__category,
.page-incidents .list__incidents .list-item .container__info .incident__distance,
.page-incidents .list__incidents .list-item .container__info .incident__moment {
  color: #65757b;
  margin-bottom: 2px;
}
.page-incidents .list__incidents .list-item .container__info .incident__distance {
  margin: 0.25rem 0;
}
.page-incidents .list__incidents .list-item .container__info .incident__category {
  color: #404b4f;
}
.page-incidents .list__incidents .list-item .container__info .incident__category {
  display: inline-block;
}
.page-incidents .list__incidents .list-item .container__info .incident__moment {
  display: flex;
  justify-content: space-between;
}
.page-incidents .list__incidents .list-item .container__info .incident__moment span {
  flex: 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-incidents .list__incidents .list-item .container__info h2 {
    font-size: 1.5rem;
  }
}
.page-incidents .list__incidents .list-item .container__actions {
  display: block;
  box-sizing: content-box;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #00811f;
  margin-right: 1px;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.page-incidents .list__incidents .list-item .container__actions > div {
  margin-top: 20px;
  padding-top: 48px;
  line-height: 18px;
}
.page-incidents .list__incidents .list-item .container__actions.handle--success {
  background-color: #00811f;
  right: calc(-100% - 1px);
  text-align: left;
}
.page-incidents .list__incidents .list-item .container__actions.handle--success > div {
  margin-left: 20px;
  background: url(/static/cd9e46aa63ab626f8705.svg) left top no-repeat;
}
.page-incidents .list__incidents .list-item .container__actions.handle--no-success {
  background-color: #ce4c3b;
  left: -100%;
  text-align: right;
}
.page-incidents .list__incidents .list-item .container__actions.handle--no-success > div {
  margin-right: 20px;
  background: url("data:image/svg+xml,%3csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27black%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M26.6077 6.80752L25.1935 5.39331L16.0011 14.5857L6.80875 5.39331L5.39453 6.80752L14.5869 15.9999L5.39453 25.1923L6.80874 26.6065L16.0011 17.4141L25.1935 26.6065L26.6077 25.1923L17.4153 15.9999L26.6077 6.80752Z%27 fill=%27white%27/%3e%3c/svg%3e") right top no-repeat;
  background-size: contain;
  background-position: calc(100% + 10px) -10px;
}
.page-incidents .list__incidents details:first-child summary {
  border-top: 0;
}
.page-incidents .list__incidents details[open] summary {
  border-bottom: 1px solid #cad6da;
}
.page-incidents .list__incidents summary {
  flex-direction: row;
}
@media (min-width: 1024px) {
  .page-incidents .list__incidents {
    margin: 0 16px 0 0;
  }
}
.page-incidents .page-incidents .icon--warning {
  margin: 8px 0 0;
}
@media (min-width: 1024px) {
  .page-incidents .container__header .container__controls .btn-sort--small {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page-incidents .container__header .container__controls .btn-navigate--small.toggle-view {
    display: none;
  }
  .page-incidents .showMap .container__flex {
    display: block !important;
  }
}

.list__mutations {
  list-style-type: none;
  padding: 0;
}
.list__mutations > li {
  margin: 0;
  padding: 0;
  position: relative;
}
.list__mutations > li p {
  margin: 8px 0 0;
}
.list__mutations > li:last-child details::before {
  height: 0;
}
.list__mutations > li:first-child summary::before {
  display: none;
}
.list__mutations > li:first-child details .line.line-melding {
  width: 0;
  background-color: transparent;
  border-left: 2px dashed #00811f;
}
.list__mutations > li:first-child details .line.line-taak {
  width: 0;
  background-color: transparent;
  border-left: 2px dashed #c93675;
}
.list__mutations .line {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 6px;
  top: 23px;
  background-color: #404b4f;
}
.list__mutations details {
  position: relative;
}
.list__mutations details .line {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  position: absolute;
  left: 6px;
  top: 23px;
  background-color: #404b4f;
}
.list__mutations details .line.line-melding {
  background-color: #00811f;
}
.list__mutations details .line.line-taak {
  background-color: #c93675;
}
.list__mutations details .event.event-melding {
  background-color: #00811f;
}
.list__mutations details .event.event-taak {
  background-color: #c93675;
}
.list__mutations details summary {
  padding: 12px 18px 12px 110px;
  border: 0;
  font-size: 0.75rem;
  text-align: right;
}
.list__mutations details summary:focus-visible {
  outline-width: thin !important;
  outline-color: #e4eef1 !important;
}
.list__mutations details summary::before {
  right: 0;
  left: auto;
  top: calc(50% - 8px);
}
.list__mutations details summary .line {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 6px;
  top: 23px;
  background-color: #404b4f;
}
.list__mutations details summary .event {
  position: absolute;
  display: block;
  top: 13px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #404b4f;
}
.list__mutations details.warning > summary > strong::before {
  content: url(/static/0070ab77594601e835ca.svg);
  position: absolute;
  top: 0;
  margin-left: -35px;
}
.list__mutations details.warning > summary > strong::before path {
  fill: #dc3545;
}
.list__mutations details.warning .content .wrapper {
  background-color: rgba(237, 181, 0, 0.1);
  border: 1px solid rgba(237, 181, 0, 0.25);
}
.list__mutations details .content {
  position: relative;
  margin-bottom: 20px;
  font-size: 0.875em;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.list__mutations details .content .wrapper {
  background-color: #e4eef1;
}
.list__mutations details .content .wrapper dl {
  padding: 12px 12px 12px 100px;
  margin: 0;
}
.list__mutations details .link--email,
.list__mutations details .link--phone {
  justify-content: end;
}
.list__mutations details[open] > summary::before {
  right: 0;
  left: auto;
}
.list__mutations dl {
  margin-left: 24px;
}
.list__mutations dl dt,
.list__mutations dl dd {
  display: block;
  margin: 0;
  word-break: break-word;
}
.list__mutations dl dt {
  font-weight: 700;
}
.list__mutations dl dd {
  margin-bottom: 0.5rem;
}
.list__mutations .container__thumbs {
  padding: 0 12px 10px 0;
}
.list__mutations .container__thumbs .container__image {
  opacity: 1;
  cursor: initial;
}
.list__mutations .container__thumbs .container__image .image {
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

body.show-modal {
  overflow: hidden;
  padding-right: 0;
}
body.show-modal .modal-backdrop {
  display: block;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
body.show-modal .modal:not(.modal-navigation).show {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}
body.show-modal .modal:not(.modal-navigation).show .modal-backdrop {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
body.show-modal .list--navigation-tools {
  display: block;
}

body.show-navigation .modal-backdrop {
  display: block;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
body.show-navigation .modal-navigation.show {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
  left: 0;
}
body.show-navigation .modal-navigation.show .modal-backdrop {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

body.show-modal--transparent {
  overflow: hidden;
  padding-right: 0;
}
body.show-modal--transparent .modal-backdrop {
  display: block;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
body.show-modal--transparent .modal--transparent.show {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}
body.show-modal--transparent .modal--transparent.show .modal-backdrop {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

body.show-modal--first-filter .modal--first-filter {
  opacity: 1;
  visibility: visible;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(10px);
}
body.show-modal--first-filter .modal--first-filter .modal-backdrop {
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2100;
}
.modal-navigation {
  left: 100%;
  transition: left 0.5s ease-in-out;
}
.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3rem);
  position: relative;
  width: 90%;
  max-width: 575px;
  margin: 1.5rem auto;
}
.modal-content {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 2000;
}
.modal-header {
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 4px;
}
.modal-header h1 {
  padding: 25px 1.5rem 0 0;
  margin: 0 0 1rem;
  font-size: calc(1.25rem + 1vw);
}
.modal-header h1 > span {
  padding-right: 48px;
}
.modal-header h1 small {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0.5rem;
  padding: 4px 8px;
  line-height: 1.5rem;
  background-color: #e4eef1;
}
.modal-header .info__extra {
  padding-right: 1.5rem;
}
.modal-body {
  padding: 0 1.5rem 1.5rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 3rem;
}
.modal--images .modal-dialog {
  max-width: none;
  width: 98%;
  height: 98%;
  margin: 0.5% auto;
}
.modal--images .modal-dialog .modal-header {
  padding: 0;
  z-index: 10;
}
.modal--images .modal-dialog .modal-body {
  padding: 1% 1% 40px;
  box-sizing: border-box;
}
.modal--images .modal-dialog .modal-content,
.modal--images .modal-dialog .modal-body,
.modal--images .modal-dialog .container__image,
.modal--images .modal-dialog ul,
.modal--images .modal-dialog li,
.modal--images .modal-dialog .image {
  height: 100%;
}
.modal--images .modal-dialog .image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal--images .modal-dialog .image-counter {
  line-height: 47px;
  font-size: 0.625rem;
}
.modal--images .container__navigate-images .navigate-images--left,
.modal--images .container__navigate-images .navigate-images--right {
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.25s ease-in;
}
.modal--images .container__navigate-images .navigate-images--left span,
.modal--images .container__navigate-images .navigate-images--right span {
  display: block;
  background-color: #000;
}
.modal--images .container__navigate-images .navigate-images--left span svg,
.modal--images .container__navigate-images .navigate-images--right span svg {
  width: 40px;
  height: 40px;
  margin: 4px;
}
.modal--images .container__navigate-images .navigate-images--left span svg path,
.modal--images .container__navigate-images .navigate-images--right span svg path {
  fill: #fff;
}
.modal--images .container__navigate-images .navigate-images--left.inactive,
.modal--images .container__navigate-images .navigate-images--right.inactive {
  opacity: 0;
  pointer-events: none;
}
.modal--images .container__navigate-images .navigate-images--left {
  left: 0;
}
.modal--images .container__navigate-images .navigate-images--left span svg {
  transform: rotate(180deg);
}
.modal--images .container__navigate-images .navigate-images--right {
  right: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1990;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  display: none;
}

.modal--transparent {
  text-align: center;
}
.modal--transparent .modal-dialog {
  max-width: none;
  text-align: center;
  display: inline-block;
  width: auto;
}
.modal--transparent .modal-dialog .modal-content {
  background: transparent;
  pointer-events: initial;
}
.modal--transparent .modal-header {
  padding: 0;
}
.modal--transparent .modal-body {
  padding: 0;
}
.modal--transparent .container-image {
  user-select: none;
  cursor: grab;
}
.modal--transparent img {
  max-width: 90vw;
  max-height: 90vh;
  pointer-events: all;
  cursor: grab;
}

dialog.infosheet {
  position: fixed;
  box-sizing: border-box;
  inset: auto 0 0 0; /* Zorgt ervoor dat de dialog onderaan blijft */
  width: 100vw;
  height: 0;
  max-width: 100vw;
  border: none;
  border-radius: 12px 12px 0 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  margin: 0;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.35s ease-in-out, height 0.35s ease-in-out;
  display: flex;
  flex-direction: column;
  z-index: 2500;
}
dialog.infosheet:has(> turbo-frame) {
  display: block;
}
dialog.infosheet:has(> turbo-frame) > turbo-frame {
  display: flex;
  flex-direction: column;
}
dialog.infosheet[open] {
  height: 90vh;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s ease-in-out, height 0.35s ease-in-out;
}
dialog.infosheet::before {
  content: "";
  width: 44px;
  height: 3px;
  background-color: #eaeaea;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
dialog.infosheet .btn-close--small {
  top: 25px;
  right: 10px;
  padding: 5px;
}
dialog.infosheet .btn-close--small:focus {
  outline: none !important;
  background-color: #f4f4f5;
}
dialog.infosheet .header {
  padding: 28px 16px 0;
  border-bottom: 1px solid #eaeef1;
}
dialog.infosheet .header h1 {
  margin-top: 0;
  padding-right: 1em;
  font-size: 1.375rem;
}
dialog.infosheet .footer {
  padding: 20px 16px;
  border-top: 1px solid #eaeef1;
}
dialog.infosheet .footer .link--external {
  display: inline-block;
  margin: 0 auto;
  color: currentColor;
  font-size: 0.889em;
}
dialog.infosheet .footer .link--external svg {
  width: 15px;
  height: 15px;
  padding-right: 0.25rem;
}
dialog.infosheet .content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1em;
}
dialog.infosheet .scroll-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
}
@media (min-width: 1024px) {
  dialog.infosheet {
    inset: auto 0 0 auto;
    width: 38%;
    max-height: none;
    border-radius: 0;
    transform: translate3d(100%, 0, 0);
    top: 0;
    height: 100vh;
  }
  dialog.infosheet[open] {
    height: 100vh;
  }
  dialog.infosheet .content {
    max-height: none;
  }
  dialog.infosheet .scroll-handle, dialog.infosheet::before {
    display: none;
  }
}

/* Backdrop for the dialog */
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.count {
  color: #fff;
  background-color: #00811f;
  font-size: 0.75em;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  padding: 0 !important;
  display: inline-block;
  text-align: center;
  line-height: 1.9em;
  margin: 0 3px;
}
.count--filter {
  margin-right: 1px;
}
button .count {
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #000;
  background-color: #fff;
}

.btn-filter--small {
  padding-left: 4px;
  padding-right: 4px;
  min-width: 77px;
}
@media (min-width: 768px) {
  .btn-filter--small {
    height: 48px !important;
    padding-left: 6px;
    padding-right: 6px;
    min-width: 81px;
  }
}

.full-page-view__filters form {
  padding-bottom: 8rem;
}
.full-page-view__filters fieldset {
  margin: 0 16px;
}
.full-page-view__filters .btn-close {
  right: -16px;
}
.show-filters .full-page-view__filters .full-page-view__main {
  transform: translateZ(0);
  padding: 0 16px 16px;
}
.full-page-view__filters .full-page-view__footer {
  position: fixed;
  width: calc(100% - 32px);
  bottom: 0;
  padding: 16px;
  background: white;
  left: 0;
  display: flex;
  justify-content: center;
}
.full-page-view__filters .full-page-view__footer .btn, .full-page-view__filters .full-page-view__footer .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .full-page-view__filters .full-page-view__footer label {
  width: 100%;
  margin-bottom: 16px;
}
.full-page-view__filters .full-page-view__footer .btn:last-child, .full-page-view__filters .full-page-view__footer .container__map-tools .form__kaart-modus label:last-child, .container__map-tools .form__kaart-modus .full-page-view__filters .full-page-view__footer label:last-child {
  margin-bottom: 0;
}
.full-page-view__filters details.filter--active {
  background-color: #eff4f6;
  border: 0;
  margin-bottom: 16px;
}
.full-page-view__filters details.filter--active ul {
  margin: 0;
}
.full-page-view__filters details.filter--active h3 {
  margin-bottom: 0.5em;
}
.full-page-view__filters details.filter button {
  cursor: pointer;
}
.full-page-view__filters details summary {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 24px 16px 24px 40px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #cad6da;
}
.full-page-view__filters details summary::-webkit-details-marker {
  display: none;
}
.full-page-view__filters details summary::before {
  content: url(/static/ee264b9b582ea05d50eb.svg);
  position: absolute;
  top: calc(50% - 10px);
  left: 16px;
  transform: rotate(90deg);
}
.full-page-view__filters details.filter:not([open]):last-of-type > summary {
  border-bottom: 1px solid #cad6da;
}
.full-page-view__filters details[open] > summary::before {
  transform: rotate(-90deg);
  left: 19px;
}
.full-page-view__filters details ul {
  list-style-type: none;
  padding: 0;
  margin: 0 16px;
}
.full-page-view__filters details ul.list-filters--active li {
  display: inline-block;
  margin-right: 8px;
}
.full-page-view__filters details ul .container__check {
  margin: 0 -16px;
}
.full-page-view__filters details details:not(.timeline) summary {
  background-color: #eff4f6;
  margin: 0 -16px;
  padding: 24px 32px 24px 65px;
}
.full-page-view__filters details details:not(.timeline) summary::before {
  left: 42px;
}
.full-page-view__filters details details:not(.timeline) ul {
  margin: 0;
}
.full-page-view__filters details details:not(.timeline) .form-check {
  margin-left: -4px;
}
.full-page-view__filters details details:not(.timeline)[open] > summary::before {
  left: 45px;
}
.full-page-view__filters details .container__list--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full-page-view__filters details .container__list--header > div {
  flex: 1;
  text-align: right;
}
.full-page-view__filters details .container__list--header .btn, .full-page-view__filters details .container__list--header .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .full-page-view__filters details .container__list--header label {
  flex: 0 1 25%;
  white-space: nowrap;
  display: inline;
  width: auto;
}
.full-page-view__filters .filter:first-of-type > summary {
  border-top: 0;
}

.container__list--districts,
.container__list--subjects {
  background-color: transparent;
  margin: 0 0 16px -8px;
  padding: 0 0 16px 48px;
}
.container__list--districts > *:first-child,
.container__list--subjects > *:first-child {
  margin-top: 0;
}
.container__list--districts .list-clean, .container__list--districts .list-tags, .container__list--districts .list-progress,
.container__list--subjects .list-clean,
.container__list--subjects .list-tags,
.container__list--subjects .list-progress {
  margin-left: 0;
}

.container__check-department .container__flex {
  display: flex;
  justify-content: space-between;
}
.container__check-department .container__flex .container__input {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container__check-department .container__flex .container__input input {
  transform: translateY(-2px);
  margin-left: 3px;
}
.container__check-department .container__flex label {
  flex: 1 1 auto;
  text-align: left;
  font-weight: 400;
  padding: 0.5rem 0;
  word-break: break-word;
}
.container__check-department .container__flex button {
  flex: 0 0 auto;
  min-height: 0;
}

details summary {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px 16px 24px 40px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #cad6da;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::before {
  content: url(/static/ee264b9b582ea05d50eb.svg);
  position: absolute;
  top: calc(50% - 10px);
  left: 16px;
  transform: rotate(90deg);
}
details.filter:not([open]):last-of-type > summary {
  border-bottom: 1px solid #cad6da;
}
details[open] > summary::before {
  transform: rotate(-90deg);
  left: 19px;
}
details ul {
  list-style-type: none;
  padding: 0;
  margin: 0 16px;
}
details ul.list-filters--active li {
  display: inline-block;
  margin-right: 8px;
}
details ul .container__check {
  margin: 0 -16px;
}
details details:not(.timeline) summary {
  background-color: #eff4f6;
  margin: 0 -16px;
  padding: 24px 32px 24px 80px;
}
details details:not(.timeline) summary::before {
  left: 57px;
}
details details:not(.timeline) ul {
  margin: 0;
}
details details:not(.timeline) .form-check {
  margin-left: -4px;
}
details details:not(.timeline)[open] > summary::before {
  left: 60px;
}

.taak-detail {
  max-width: 624px;
  margin: 0 auto;
}
.taak-detail .link:not(.link--phone):not(.link--email) svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 10px;
}
.taak-detail .link:not(.link--phone):not(.link--email) svg path {
  fill: #00811f;
}
.taak-detail .link:not(.link--navigate) svg {
  margin-left: 0;
}
.taak-detail span .btn-inline svg path {
  fill: #00811f;
}

.container__details--sticky-bottom {
  min-height: 150px;
  pointer-events: none;
}
.container__details--sticky-bottom .sticky .form-row {
  gap: 10px;
}
.container__details--sticky-bottom button {
  pointer-events: all;
}
.container__details .locatie-container {
  flex: 1 1 auto;
  margin-top: 2rem;
}
.container__details .locatie-container .list-clean:not(.has-padding), .container__details .locatie-container .list-tags:not(.has-padding), .container__details .locatie-container .list-progress:not(.has-padding) {
  margin-top: 0;
}
.container__details .locatie-container input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #7c8b90;
  border-radius: 0;
  margin-bottom: 0;
  vertical-align: top;
  margin-bottom: 1em;
}
.container__details .locatie-container input[type=checkbox]:checked[type=checkbox] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.86006 16.144L19.406 6.59806L20.4667 7.65873L9.86006 18.2653L3.49609 11.9014L4.55675 10.8407L9.86006 16.144Z%27 fill=%27white%27/%3e%3c/svg%3e");
}
.container__details .locatie-container input[type=checkbox][type=radio] {
  border-radius: 50%;
  margin: 0;
}
.container__details .locatie-container input[type=checkbox]:checked[type=radio] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z%27 fill=%27none%27/%3e%3crect x=%278%27 y=%278%27 width=%278%27 height=%278%27 rx=%274%27 fill=%27white%27/%3e%3c/svg%3e");
}
.container__details .locatie-container input[type=checkbox]:disabled {
  background-color: #eff4f6;
  opacity: 1;
}
.container__details .locatie-container input[type=checkbox]:disabled ~ .form-check-label {
  color: #7c8b90;
}
.container__details .locatie-container input[type=checkbox]:disabled:checked {
  background-color: #7c8b90;
  border-color: #7c8b90;
  opacity: 1;
}
.container__details .locatie-container input[type=checkbox]:disabled:checked[type=radio] {
  background-image: none;
}
.container__details .locatie-container input[type=checkbox]:focus:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
  opacity: 1;
}
.container__details .locatie-container input[type=checkbox]:focus:not(checked) {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px #404b4f;
  opacity: 1;
}
.container__details .locatie-container input[type=checkbox]:hover, .container__details .locatie-container input[type=checkbox]:focus-visible {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
  opacity: 1;
}
.container__details .locatie-container input[type=checkbox] ~ .form-check-label {
  font-weight: 400;
  display: inline-block;
  padding: 1em 0;
}
.container__details .locatie-container input[type=checkbox][type=checkbox] + span {
  font-weight: 400;
  line-height: 28px;
}
.container__details .container__uitklapper {
  position: relative;
  z-index: 2000;
  display: inline;
  vertical-align: middle;
}
.container__details .container__uitklapper > span {
  margin-left: 8px;
}
.container__details .container__uitklapper > span svg {
  width: 24px;
  height: 24px;
}
.container__details .container__uitklapper > span svg path {
  fill: #00811f;
}
.container__details .container__uitklapper .legenda {
  position: absolute;
  top: 20px;
  left: -45px;
  background-color: #fff;
  width: auto;
  white-space: nowrap;
  padding: 16px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: none;
}
.container__details .container__uitklapper .legenda ul {
  margin: 0;
}
.container__details .container__uitklapper .legenda li:not(:last-child) {
  margin-bottom: 8px;
}
.container__details .container__uitklapper .legenda-item {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #78b4ff;
  margin-right: 8px;
  vertical-align: bottom;
}
.container__details .container__uitklapper .legenda-item.openbaar {
  background-color: #00ad00;
}
.container__details .container__uitklapper .legenda-item.ret {
  background-color: #ffff64;
}
.container__details .container__uitklapper .legenda-item.kunst {
  background-color: #d700b0;
}
.container__details .container__uitklapper .legenda-item.begraafplaats {
  background-color: #ffaeff;
}
.container__details .container__uitklapper .legenda-item.aquisitie {
  background-color: #3c3cff;
}
.container__details .container__uitklapper .legenda-item.vastgoed {
  background-color: #d36000;
}
.container__details .container__uitklapper:hover .legenda {
  display: block;
}

.container__details.taak > *:first-child {
  margin-top: 0;
}
.container__details.taak h1 {
  margin-top: 0;
}
.container__details.taak h2 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.25em;
}
.container__details.taak h3 {
  margin-bottom: 0;
}
.container__details.taak p {
  margin-top: 0;
  line-height: 175%;
  word-break: break-word;
}
.container__details.taak button {
  word-break: break-word;
}
.container__details.taak > *:last-child {
  margin-bottom: 0;
}
.container__details.taak > details > summary {
  padding-left: 0;
  border-top: none;
  border-bottom: 1px solid #cad6da;
}
.container__details.taak > details > summary::before {
  left: auto;
  right: 16px;
  transform: rotate(90deg) scale(1.5);
}
.container__details.taak > details > summary h2 {
  margin-top: 0;
}
.container__details.taak > details > summary h2 svg {
  margin-right: 0.5rem;
  vertical-align: text-top;
}
.container__details.taak > details[open] > summary::before {
  left: auto;
  right: 12px;
  transform: rotate(-90deg) scale(1.5);
}
.container__details.taak > details .container__flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container__details.taak > details .container__flex > div {
  flex: 1;
}

.no-image {
  background-color: #e4eef1;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px auto;
  margin: 0 1.5rem;
}

.container__imageslider {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.container__imageslider .imageslider {
  display: flex;
  left: 0;
  margin-top: 0;
}
.container__imageslider .container__image {
  max-height: calc(250px + 10vw);
  width: 100%;
  background-color: #e4eef1;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  cursor: zoom-in;
  position: relative;
}
.container__imageslider .container__image img {
  width: 100%;
  height: 100%;
  height: 100%;
  display: block;
  margin: auto;
  object-fit: contain;
}
.css--safari .container__imageslider {
  scroll-snap-type: none;
}

.container__image .tag--in-image {
  display: inline-block;
  position: absolute;
  right: 1.4rem;
  bottom: 0.667rem;
  font-size: 0.625rem;
  padding: 6px 10px;
  background-color: #f7f9fa;
  width: auto;
  border-radius: 4px;
}
.container__image .tag--in-image .sublabel {
  display: none;
}
.modal-body .container__image .tag--in-image {
  right: 0;
  bottom: -2.2rem;
  padding-right: 0;
  text-align: right;
}
.modal-body .container__image .tag--in-image .sublabel {
  display: block;
  color: #7f838a;
}

.container__thumbs {
  padding: 16px 1.5rem 0;
  white-space: nowrap;
  overflow-x: scroll;
  position: relative;
  height: 98px;
}
.container__thumbs ul {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
  position: absolute;
  left: 2px;
  transition: left 0.5s;
}
.container__thumbs ul li {
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
}
.container__thumbs ul li.selected .container__image {
  opacity: 1;
  outline: 2px solid #00811f;
}
.container__thumbs .container__image {
  height: calc(50px + 2vw);
  width: calc(66px + 2vw);
  background-color: #e4eef1;
  opacity: 0.5;
  outline: none;
}
.container__thumbs .container__image img {
  max-width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}

.incident-meta-list li {
  margin-bottom: 1rem;
}
.incident-meta-list li > *:last-child {
  margin-bottom: 0;
}

.section--seperated .full-width {
  margin: 0 -24px;
}
.section--seperated.section--imageslider {
  position: relative;
}
.section--seperated.section--imageslider > svg {
  padding: 4px;
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 0;
  pointer-events: none;
}

.section--location {
  margin-bottom: 50px;
}

.incident__header {
  display: flex;
  justify-content: space-between;
}
.incident__header .icon {
  display: inline-block;
}

.container__header-taaknavigatie > h1 {
  position: relative;
  padding-right: 185px;
  min-height: 1em;
}
.container__header-taaknavigatie span.lighter,
.container__header-taaknavigatie p.lighter {
  color: #7c8b90;
}
.container__header-taaknavigatie > .container__flex {
  display: flex;
  justify-content: space-between;
}
.container__header-taaknavigatie > .container__flex > div {
  flex: 1 1 auto;
}

.container__taaknavigatie {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
}
.container__taaknavigatie span {
  display: none;
  color: #7c8b90;
  padding-right: 16px;
  transform: translateY(-10px);
}
@media (min-width: 576px) {
  .container__taaknavigatie span {
    display: inline-block;
  }
}

.list__task-navigation {
  display: inline;
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.list__task-navigation li {
  display: inline;
}
.list__task-navigation li:first-of-type {
  margin-right: 5px;
}
.list__task-navigation li a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #7c8b90;
  background-color: transparent;
  position: relative;
}
.list__task-navigation li a svg {
  position: absolute;
  top: calc(50% - 12px);
  left: 12px;
  width: 24px;
  height: 24px;
}
.list__task-navigation li a svg path {
  fill: #404b4f;
}
.list__task-navigation li a.previous svg {
  transform: rotate(180deg);
}
.list__task-navigation li a.disabled {
  cursor: default;
  text-decoration: none;
  background-color: #cad6da;
  border-color: #cad6da;
}
.list__task-navigation li a.disabled svg path {
  fill: #8d9da4;
}

.taak-detail--preview section {
  padding: 1rem 0;
}
.taak-detail--preview section .container__details.taak {
  padding: 0 26px;
}
.taak-detail--preview section h2 {
  border-bottom: 1px solid #cad6da;
  padding-bottom: 1rem;
}
.taak-detail--preview .link--phone svg {
  top: 0;
}

.link--whatsapp {
  vertical-align: middle;
  display: inline-block;
  margin-left: 12px;
  margin-right: -5px;
  padding: 5px;
}
.link--whatsapp .icon--whatsapp {
  width: 26px;
  height: 26px;
}

.details--melder > div {
  padding-bottom: 1em;
  border-bottom: 1px solid #cad6da;
}
.details--melder p {
  margin-bottom: 0;
}
.details--melder p:first-of-type {
  margin-top: 1em;
}
.details--melder p small {
  color: #c93675;
  font-weight: 700;
}
.details--melder .link--phone {
  line-height: 2rem;
}
.details--melder .link--phone svg {
  position: absolute;
  top: 6px;
  left: -23px;
}
.details--melder .link--email svg {
  position: absolute;
  top: 8px;
  left: -25px;
  margin-right: 6px;
}

.turbo-progress-bar {
  height: 5px;
  background-color: #00811f;
}

turbo-frame {
  position: relative;
  display: block;
}
turbo-frame::before {
  content: "";
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 100%;
  opacity: 0;
  pointer-events: none;
}
turbo-frame::after {
  content: "";
  border: 8px solid #00811f;
  border-top: 8px solid rgba(0, 129, 31, 0.5);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spinner 2s linear infinite;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  display: block;
  position: fixed;
  z-index: 2001;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
}
turbo-frame:not([data-spinner=hide])[busy]::before {
  right: 0;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 1s;
}
turbo-frame:not([data-spinner=hide])[busy]::after {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 1s;
}
.list__incidents turbo-frame {
  min-height: 100px;
}
.list__incidents turbo-frame .list-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.list__incidents turbo-frame::before {
  opacity: 1;
}
.list__incidents turbo-frame::after {
  border: 4px solid #00811f;
  border-top: 4px solid rgba(0, 129, 31, 0.5);
  width: 30px;
  height: 30px;
  left: calc(50% - 15px);
  top: 50px;
  position: absolute;
  opacity: 1;
}
.list__incidents turbo-frame[complete] .list-item {
  opacity: 1;
}
.list__incidents turbo-frame[complete]::before {
  opacity: 0;
}
.list__incidents turbo-frame[complete]::after {
  opacity: 0;
}

.alert {
  position: relative;
  padding: 1.25em 1.25em;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
}
.alert .badge-count {
  background-color: #423b18;
}
.alert p {
  margin: 0;
  word-wrap: break-word;
}
.alert a {
  color: inherit;
}
.alert svg {
  padding-right: 16px;
}
.alert--info {
  background-color: #eaf2ff;
}
.alert--info .badge-count {
  background-color: #2054c3;
}
.alert--info strong {
  display: block;
  color: #2054c3;
  margin-bottom: 0.25em;
}
.alert--warning {
  background-color: #fff1ce;
}
.alert--warning .badge-count {
  background-color: #423b18;
}
.alert--warning strong {
  display: block;
  color: #423b18;
  margin-bottom: 0.25em;
}
.alert--confirmation {
  background-color: rgb(230, 243, 233);
  border-color: rgb(172, 214, 183);
}
.alert--confirmation .badge-count {
  background-color: #00811f;
}
.alert--confirmation strong {
  display: block;
  color: #00811f;
  margin-bottom: 0.25em;
}
.alert .badge-count {
  font-size: 0.75em !important;
  width: 1.35em !important;
  height: 1.35em !important;
  line-height: 1.35em !important;
  transform: translateY(-2px) !important;
  display: inline-block;
  margin-right: 0.5em;
  right: auto !important;
  position: relative !important;
}

.container__skyline-alert--confirmation {
  margin: 3em auto 0;
  max-width: 624px;
  position: relative;
  z-index: 2;
}
.container__skyline-alert--confirmation .alert {
  border-color: #00811f;
  border-radius: 0 0 8px 8px;
}
.container__skyline-alert--confirmation svg {
  display: block;
  margin: 0;
}

#tf_snack_lijst {
  position: fixed;
  top: 75px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 2090;
  pointer-events: none;
}
@media (min-width: 1024px) {
  #tf_snack_lijst {
    top: 90px;
  }
}
.show-modal #tf_snack_lijst {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

#tf_toast_lijst {
  position: fixed;
  display: block;
  width: 100%;
  pointer-events: none;
  z-index: 21000;
}

.container__notification {
  width: 98%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1em;
  pointer-events: none;
  touch-action: manipulation; /* Laat standaard click en hover gedrag toe */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.35s ease-in-out;
}
.show--notificatie-lijst .container__notification {
  opacity: 0;
}
.show--notificatie-lijst .container__notification .notification {
  pointer-events: none;
}
.container__notification .notification {
  padding: 0.75em 2em 0.75em 0.75em;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.07);
  pointer-events: all;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  opacity: 0;
  margin-top: 5px;
  border: 1px solid #eaeef1;
}
.container__notification .notification:not(:nth-child(-n+10)) {
  display: none !important;
}
.container__notification.expanded .notification, .container__notification.collapsed .notification {
  opacity: 1;
}
.container__notification.expanded .notification:nth-child(2n) {
  max-height: 600px;
}
.container__notification.expanded .notification:nth-child(2n) > div,
.container__notification.expanded .notification:nth-child(2n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.expanded .notification:nth-child(3n) {
  max-height: 600px;
}
.container__notification.expanded .notification:nth-child(3n) > div,
.container__notification.expanded .notification:nth-child(3n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.expanded .notification:nth-child(4n) {
  max-height: 600px;
}
.container__notification.expanded .notification:nth-child(4n) > div,
.container__notification.expanded .notification:nth-child(4n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.expanded .notification:nth-child(5n) {
  max-height: 600px;
}
.container__notification.expanded .notification:nth-child(5n) > div,
.container__notification.expanded .notification:nth-child(5n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.expanded .notification:nth-child(6n) {
  max-height: 600px;
}
.container__notification.expanded .notification:nth-child(6n) > div,
.container__notification.expanded .notification:nth-child(6n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.expanded .notification:nth-child(7n) {
  max-height: 600px;
}
.container__notification.expanded .notification:nth-child(7n) > div,
.container__notification.expanded .notification:nth-child(7n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.expanded .notification:nth-child(8n) {
  max-height: 600px;
}
.container__notification.expanded .notification:nth-child(8n) > div,
.container__notification.expanded .notification:nth-child(8n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.expanded .notification:nth-child(9n) {
  max-height: 600px;
}
.container__notification.expanded .notification:nth-child(9n) > div,
.container__notification.expanded .notification:nth-child(9n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.expanded .notification:nth-child(10n) {
  max-height: 600px;
}
.container__notification.expanded .notification:nth-child(10n) > div,
.container__notification.expanded .notification:nth-child(10n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.collapsed {
  gap: 0;
}
.container__notification.collapsed .notification:nth-child(2n) {
  z-index: -20;
  transform: scale(calc(1 - 0.04));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification.collapsed .notification:nth-child(2n) > div,
.container__notification.collapsed .notification:nth-child(2n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.collapsed .notification:nth-child(3n) {
  z-index: -30;
  transform: scale(calc(1 - 0.06));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification.collapsed .notification:nth-child(3n) > div,
.container__notification.collapsed .notification:nth-child(3n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.collapsed .notification:nth-child(4n) {
  z-index: -40;
  transform: scale(calc(1 - 0.08));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification.collapsed .notification:nth-child(4n) > div,
.container__notification.collapsed .notification:nth-child(4n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.collapsed .notification:nth-child(5n) {
  z-index: -50;
  transform: scale(calc(1 - 0.1));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification.collapsed .notification:nth-child(5n) > div,
.container__notification.collapsed .notification:nth-child(5n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.collapsed .notification:nth-child(6n) {
  z-index: -60;
  transform: scale(calc(1 - 0.12));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification.collapsed .notification:nth-child(6n) > div,
.container__notification.collapsed .notification:nth-child(6n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.collapsed .notification:nth-child(7n) {
  z-index: -70;
  transform: scale(calc(1 - 0.14));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification.collapsed .notification:nth-child(7n) > div,
.container__notification.collapsed .notification:nth-child(7n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.collapsed .notification:nth-child(8n) {
  z-index: -80;
  transform: scale(calc(1 - 0.16));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification.collapsed .notification:nth-child(8n) > div,
.container__notification.collapsed .notification:nth-child(8n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.collapsed .notification:nth-child(9n) {
  z-index: -90;
  transform: scale(calc(1 - 0.18));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification.collapsed .notification:nth-child(9n) > div,
.container__notification.collapsed .notification:nth-child(9n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification.collapsed .notification:nth-child(10n) {
  z-index: -100;
  transform: scale(calc(1 - 0.2));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification.collapsed .notification:nth-child(10n) > div,
.container__notification.collapsed .notification:nth-child(10n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification .notification .container__icon {
  min-width: 30px;
  position: relative;
}
.container__notification .notification .container__icon svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0.5em;
}
.container__notification .notification .container__content {
  flex: 1;
  pointer-events: none;
}
.container__notification .notification .container__content .container__message {
  display: block;
}
.container__notification .notification .container__content .container__message p,
.container__notification .notification .container__content .container__message .container__link {
  flex: 1 1 85%;
}
.container__notification .notification .container__content .container__message .container__link {
  text-align: right;
  order: 2;
  flex-basis: 15%;
}
.container__notification .notification .container__content .container__message .container__link a {
  margin-right: 0.5em;
}
.container__notification .notification .container__content .container__message p {
  height: auto;
  interpolate-size: allow-keywords;
  transition: height 0.35s ease-in-out;
}
.container__notification .notification .container__content .container__message a {
  color: inherit;
  pointer-events: all;
  touch-action: manipulation;
  text-decoration: underline;
}
.container__notification .notification .container__content .container__message a:hover, .container__notification .notification .container__content .container__message a:focus-visible {
  color: #00811f;
  text-decoration: underline;
  outline: none !important;
}
.container__notification .notification .container__content h3,
.container__notification .notification .container__content p {
  font-size: inherit;
  margin: 0;
}
.container__notification .notification .btn-close--small {
  top: 0.2em;
  right: 0.5em;
}
.container__notification .notification .btn-close--small > * {
  pointer-events: none;
}
.container__notification .notification.warning {
  background-color: #fff9eb;
}
.container__notification .notification.error {
  background-color: #fcf0f0;
}
.container__notification .notification:hover {
  transform: scale(1.01, 1.02);
}
@media (min-width: 1024px) {
  .container__notification .notification .btn-close--small {
    top: 0.5em;
  }
  .container__notification .notification .container__content {
    font-size: 0.889em;
  }
  .container__notification .notification .container__content .container__message {
    display: flex;
    gap: 1em;
    flex: 1 0 90%;
    justify-content: space-between;
  }
  .container__notification .notification .container__content .container__message .container__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container__notification .notification .container__content .container__message .container__link a {
    transform: translateY(-0.6em);
    margin-right: 0;
  }
}
.container__notification:hover, .container__notification.showAll {
  pointer-events: all;
}
.container__notification:hover .notification.show, .container__notification.showAll .notification.show {
  transform: translateY(0) scale(1) !important;
}
.container__notification--snack {
  max-width: 714px;
  z-index: 2000;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(1n) {
  z-index: -10;
  animation: fade-in 0.7s ease-in-out 0.25s forwards;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(2n) {
  z-index: -20;
  animation: fade-in 0.7s ease-in-out 0.5s forwards;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(3n) {
  z-index: -30;
  animation: fade-in 0.7s ease-in-out 0.75s forwards;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(4n) {
  z-index: -40;
  animation: fade-in 0.7s ease-in-out 1s forwards;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(5n) {
  z-index: -50;
  animation: fade-in 0.7s ease-in-out 1.25s forwards;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(6n) {
  z-index: -60;
  animation: fade-in 0.7s ease-in-out 1.5s forwards;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(7n) {
  z-index: -70;
  animation: fade-in 0.7s ease-in-out 1.75s forwards;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(8n) {
  z-index: -80;
  animation: fade-in 0.7s ease-in-out 2s forwards;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(9n) {
  z-index: -90;
  animation: fade-in 0.7s ease-in-out 2.25s forwards;
}
.container__notification--snack:not(.expanded):not(.collapsed) .notification:nth-child(10n) {
  z-index: -100;
  animation: fade-in 0.7s ease-in-out 2.5s forwards;
}
.container__notification--snack .notification {
  height: auto;
  interpolate-size: allow-keywords;
  max-height: calc(100vh - 100px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.container__notification--snack .notification.hide {
  transform: scale(0.98, 0);
  transform-origin: top;
  opacity: 0;
  height: 0;
  transition: all 0.35s ease-in-out;
}
.container__notification--snack .notification.expanded:nth-child(2n) {
  max-height: 600px;
}
.container__notification--snack .notification.expanded:nth-child(2n) > div,
.container__notification--snack .notification.expanded:nth-child(2n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack .notification.expanded:nth-child(3n) {
  max-height: 600px;
}
.container__notification--snack .notification.expanded:nth-child(3n) > div,
.container__notification--snack .notification.expanded:nth-child(3n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack .notification.expanded:nth-child(4n) {
  max-height: 600px;
}
.container__notification--snack .notification.expanded:nth-child(4n) > div,
.container__notification--snack .notification.expanded:nth-child(4n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack .notification.expanded:nth-child(5n) {
  max-height: 600px;
}
.container__notification--snack .notification.expanded:nth-child(5n) > div,
.container__notification--snack .notification.expanded:nth-child(5n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack .notification.expanded:nth-child(6n) {
  max-height: 600px;
}
.container__notification--snack .notification.expanded:nth-child(6n) > div,
.container__notification--snack .notification.expanded:nth-child(6n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack .notification.expanded:nth-child(7n) {
  max-height: 600px;
}
.container__notification--snack .notification.expanded:nth-child(7n) > div,
.container__notification--snack .notification.expanded:nth-child(7n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack .notification.expanded:nth-child(8n) {
  max-height: 600px;
}
.container__notification--snack .notification.expanded:nth-child(8n) > div,
.container__notification--snack .notification.expanded:nth-child(8n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack .notification.expanded:nth-child(9n) {
  max-height: 600px;
}
.container__notification--snack .notification.expanded:nth-child(9n) > div,
.container__notification--snack .notification.expanded:nth-child(9n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack .notification.expanded:nth-child(10n) {
  max-height: 600px;
}
.container__notification--snack .notification.expanded:nth-child(10n) > div,
.container__notification--snack .notification.expanded:nth-child(10n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(2n) {
  z-index: -20;
  transform: scale(calc(1 - 0.04));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(2n) > div,
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(2n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(3n) {
  z-index: -30;
  transform: scale(calc(1 - 0.06));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(3n) > div,
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(3n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(4n) {
  z-index: -40;
  transform: scale(calc(1 - 0.08));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(4n) > div,
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(4n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(5n) {
  z-index: -50;
  transform: scale(calc(1 - 0.1));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(5n) > div,
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(5n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(6n) {
  z-index: -60;
  transform: scale(calc(1 - 0.12));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(6n) > div,
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(6n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(7n) {
  z-index: -70;
  transform: scale(calc(1 - 0.14));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(7n) > div,
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(7n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(8n) {
  z-index: -80;
  transform: scale(calc(1 - 0.16));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(8n) > div,
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(8n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(9n) {
  z-index: -90;
  transform: scale(calc(1 - 0.18));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(9n) > div,
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(9n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(10n) {
  z-index: -100;
  transform: scale(calc(1 - 0.2));
  max-height: 5px;
  padding: 0;
  margin-top: -1px;
}
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(10n) > div,
.container__notification--snack:not(.expanded) .notification.collapsed:nth-child(10n) > button {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(2n) {
  max-height: 600px;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(2n) > div,
.container__notification--snack.expanded .notification.collapsed:nth-child(2n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(3n) {
  max-height: 600px;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(3n) > div,
.container__notification--snack.expanded .notification.collapsed:nth-child(3n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(4n) {
  max-height: 600px;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(4n) > div,
.container__notification--snack.expanded .notification.collapsed:nth-child(4n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(5n) {
  max-height: 600px;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(5n) > div,
.container__notification--snack.expanded .notification.collapsed:nth-child(5n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(6n) {
  max-height: 600px;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(6n) > div,
.container__notification--snack.expanded .notification.collapsed:nth-child(6n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(7n) {
  max-height: 600px;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(7n) > div,
.container__notification--snack.expanded .notification.collapsed:nth-child(7n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(8n) {
  max-height: 600px;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(8n) > div,
.container__notification--snack.expanded .notification.collapsed:nth-child(8n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(9n) {
  max-height: 600px;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(9n) > div,
.container__notification--snack.expanded .notification.collapsed:nth-child(9n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(10n) {
  max-height: 600px;
}
.container__notification--snack.expanded .notification.collapsed:nth-child(10n) > div,
.container__notification--snack.expanded .notification.collapsed:nth-child(10n) > button {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--snack:not(.expanded) .notification:nth-child(2n) {
  overflow: hidden;
}
.container__notification--snack:not(.expanded) .notification:nth-child(3n) {
  overflow: hidden;
}
.container__notification--snack:not(.expanded) .notification:nth-child(4n) {
  overflow: hidden;
}
.container__notification--snack:not(.expanded) .notification:nth-child(5n) {
  overflow: hidden;
}
.container__notification--snack:not(.expanded) .notification:nth-child(6n) {
  overflow: hidden;
}
.container__notification--snack:not(.expanded) .notification:nth-child(7n) {
  overflow: hidden;
}
.container__notification--snack:not(.expanded) .notification:nth-child(8n) {
  overflow: hidden;
}
.container__notification--snack:not(.expanded) .notification:nth-child(9n) {
  overflow: hidden;
}
.container__notification--snack:not(.expanded) .notification:nth-child(10n) {
  overflow: hidden;
}
.container__notification--toast {
  max-width: 360px;
  z-index: 30000;
  width: 98%;
  position: fixed;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  pointer-events: none;
  padding: 0.25em 0;
  font-size: 1em;
}
.container__notification--toast .notification {
  animation: slide-in-from-bottom 0.35s ease-in-out forwards 0.5s;
}
.container__notification--toast .notification .btn-close--small {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease-in-out;
}
.container__notification--toast .notification .btn-close--small:focus-visible {
  outline: none !important;
  background-color: #f4f4f5;
}
.container__notification--toast:hover .notification .btn-close--small {
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 1024px) {
  .container__notification--toast {
    top: auto;
    bottom: 1em;
    left: auto;
    right: 1em;
    transform: none;
    animation: slide-in-from-bottom 0.35s ease-in-out forwards 0.5s;
  }
  .container__notification--toast .notification.hide {
    animation: slide-out-to-bottom 0.35s ease-in-out;
  }
}

.container__profiel_notificatie_lijst {
  display: none;
}
.container__profiel_notificatie_lijst header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eaeef1;
  padding: 0 16px;
}
.container__profiel_notificatie_lijst header h2 {
  flex: 1;
}
.container__profiel_notificatie_lijst header .btn-close--small {
  flex: 0 1 auto;
  position: relative;
  max-width: 1em;
  margin-top: 0.83em;
  margin-right: -8px;
  max-height: 14px;
  padding: 7px 10px 10px 7px;
}
.container__profiel_notificatie_lijst header .btn-close--small:focus-visible {
  outline: none !important;
  background-color: #f4f4f5;
}
.container__profiel_notificatie_lijst .container__snack-tabs {
  padding: 16px;
  border-bottom: 1px solid #eaeef1;
}
.container__profiel_notificatie_lijst .container__snack-tabs ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 -0.3em !important;
  display: flex;
}
.container__profiel_notificatie_lijst .container__snack-tabs li a {
  text-decoration: none;
  color: inherit;
  transition: all 0.35s ease-in-out;
  display: inline-block;
  padding: 0.2em 0.3em 0.1em;
  border-radius: 4px;
}
.container__profiel_notificatie_lijst .container__snack-tabs li a:hover, .container__profiel_notificatie_lijst .container__snack-tabs li a:focus-visible {
  outline: none !important;
  background-color: #f4f4f5;
}
.container__profiel_notificatie_lijst .container__snack-tabs li a.small {
  font-size: 0.85em;
  color: #666666;
  text-decoration: underline;
  padding: 0.4em 0 0;
}
.container__profiel_notificatie_lijst .container__snack-tabs li a.small:hover, .container__profiel_notificatie_lijst .container__snack-tabs li a.small:focus-visible {
  color: #000;
  text-decoration: underline;
  border-color: transparent;
  background-color: transparent;
  outline: none !important;
}
.container__profiel_notificatie_lijst .container__snack-tabs li.active a {
  font-weight: 700;
}
.container__profiel_notificatie_lijst .container__snack-tabs li.active a:hover {
  color: inherit;
  border-color: transparent;
}
.container__profiel_notificatie_lijst .container__snack-tabs li:nth-child(n+4) {
  flex: 1 0 auto;
  text-align: right;
  padding-right: 0;
}
@media (min-width: 576px) {
  .container__profiel_notificatie_lijst .container__snack-tabs li {
    padding-right: 8px;
  }
}
.container__profiel_notificatie_lijst .container__lijst {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  scroll-behavior: smooth;
  font-size: 1em;
  /* Handle on hover */
}
.container__profiel_notificatie_lijst .container__lijst::-webkit-scrollbar {
  width: 5px;
}
.container__profiel_notificatie_lijst .container__lijst::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.container__profiel_notificatie_lijst .container__lijst::-webkit-scrollbar-thumb {
  background: #b7bdc7;
  border-radius: 10px;
}
.container__profiel_notificatie_lijst .container__lijst::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.container__profiel_notificatie_lijst .container__lijst::-webkit-scrollbar-thumb:hover {
  background: #7f838a;
}
@media (min-width: 1024px) {
  .container__profiel_notificatie_lijst .container__lijst {
    height: 500px;
    overflow-y: auto;
  }
}
.container__profiel_notificatie_lijst .container__lijst a {
  color: inherit;
  transition: all 0.35s ease-in-out;
}
.container__profiel_notificatie_lijst .container__lijst a:hover, .container__profiel_notificatie_lijst .container__lijst a:focus-visible {
  color: #00811f;
  text-decoration: underline;
  outline: none !important;
}
.container__profiel_notificatie_lijst .container__lijst li {
  opacity: 0;
  animation: fade-in 0.35s ease-in-out forwards;
}
.container__profiel_notificatie_lijst .container__lijst .no-content {
  padding: 16px;
  text-align: center;
  opacity: 0;
  animation: fade-in 0.7s ease-in-out forwards;
}
.container__profiel_notificatie_lijst .container__lijst .no-content h3 {
  font-size: 1em;
  margin-bottom: 0;
  color: #00811f;
}
.container__profiel_notificatie_lijst .container__lijst .no-content p,
.container__profiel_notificatie_lijst .container__lijst .no-content a {
  font-size: 0.875em;
}
.container__profiel_notificatie_lijst .container__lijst .no-content p {
  margin-top: 0;
}
.container__profiel_notificatie_lijst .container__laadmeer {
  padding: 1em 16px 1.2em;
  border-top: 1px solid #eaeef1;
  text-align: center;
}
.container__profiel_notificatie_lijst .container__laadmeer:has(.disabled) {
  border-top: 0;
}
.container__profiel_notificatie_lijst .container__laadmeer * {
  font-size: 0.88em;
}
.container__profiel_notificatie_lijst .container__laadmeer *.disabled {
  display: none;
}
.container__profiel_notificatie_lijst .list-notificaties {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.container__profiel_notificatie_lijst .list-notificaties li {
  display: flex;
  gap: 0.666em;
  justify-content: space-between;
  padding: 0.7em;
  background-color: #f9fcfa;
  border-bottom: 1px solid #fff;
}
.container__profiel_notificatie_lijst .list-notificaties li > div {
  flex: 1;
}
.container__profiel_notificatie_lijst .list-notificaties li .container__icon {
  max-width: 36px;
}
.container__profiel_notificatie_lijst .list-notificaties li .container__icon .initials {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 44px;
  background-color: #ebf5ed;
  text-align: center;
  border-radius: 100%;
}
.container__profiel_notificatie_lijst .list-notificaties li .container__icon .initials svg {
  max-width: 18px;
  max-height: 18px;
}
.container__profiel_notificatie_lijst .list-notificaties li .container__status {
  max-width: 8px;
}
.container__profiel_notificatie_lijst .list-notificaties li.warning .initials {
  background-color: #fff9eb;
}
.container__profiel_notificatie_lijst .list-notificaties li.error .initials {
  background-color: #fcf0f0;
}
.container__profiel_notificatie_lijst .list-notificaties .container__content > * {
  font-size: 1em;
}
.container__profiel_notificatie_lijst .list-notificaties .container__content h3 {
  margin: 0.1em 0 0;
  font-size: 0.875em;
}
.container__profiel_notificatie_lijst .list-notificaties .container__content p {
  font-size: 0.875em;
  margin-top: 0;
  overflow: hidden;
  transition: height 0.35s ease-in-out;
}
.container__profiel_notificatie_lijst .list-notificaties .container__content small {
  font-size: 0.75em;
  color: #666666;
}
.container__profiel_notificatie_lijst .list-notificaties .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #00811f;
  border-radius: 100%;
}
.container__profiel_notificatie_lijst .list-notificaties .is-watched {
  background-color: transparent;
}
.container__profiel_notificatie_lijst .list-notificaties .is-watched .dot {
  display: none;
}
@media (min-width: 768px) {
  .container__profiel_notificatie_lijst {
    font-size: 0.889em;
  }
}
.fz-large .container__profiel_notificatie_lijst .container__snack-tabs ul, .fz-xlarge .container__profiel_notificatie_lijst .container__snack-tabs ul {
  flex-wrap: wrap;
}

.container__pagination {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0;
}
.container__pagination .wrapper-horizontal ul {
  display: flex;
}
.container__pagination .wrapper-horizontal ul li {
  margin: 0 2px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  position: relative;
}
.container__pagination .wrapper-horizontal ul li:not(.has-text) {
  width: 32px;
}
.container__pagination .wrapper-horizontal ul li:not(.has-text) label,
.container__pagination .wrapper-horizontal ul li:not(.has-text) span,
.container__pagination .wrapper-horizontal ul li:not(.has-text) a {
  width: 32px;
}
.container__pagination .wrapper-horizontal ul li label,
.container__pagination .wrapper-horizontal ul li span,
.container__pagination .wrapper-horizontal ul li a {
  font-weight: 400;
  font-size: 16px;
  display: block;
}
.container__pagination .wrapper-horizontal ul li svg {
  width: 10px;
  height: 18px;
  margin-top: -2px;
}
.container__pagination .wrapper-horizontal ul li span,
.container__pagination .wrapper-horizontal ul li a {
  text-decoration: none;
  color: #404b4f;
}
.container__pagination .wrapper-horizontal ul li span.btn--next path,
.container__pagination .wrapper-horizontal ul li a.btn--next path {
  fill: #404b4f;
}
.container__pagination .wrapper-horizontal ul li span.btn--previous svg,
.container__pagination .wrapper-horizontal ul li a.btn--previous svg {
  transform: rotate(180deg);
  fill: #404b4f;
}
.container__pagination .wrapper-horizontal ul li span,
.container__pagination .wrapper-horizontal ul li a:hover {
  border: 0;
  box-shadow: none;
  color: #00811f;
  background-color: #e0eee2;
}
.container__pagination .wrapper-horizontal ul li.has-text a {
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  align-items: center;
}
.container__pagination .wrapper-horizontal ul li.has-text svg:last-child {
  margin-left: 6px;
}
.container__pagination .wrapper-horizontal ul li.has-text svg:first-child {
  margin-right: 6px;
}

.hide-list-items + .container__pagination {
  display: none;
}

.page__beheer {
  padding-top: 0.5rem;
}
@media (min-width: 1024px) {
  .page__beheer {
    padding-top: 2rem;
  }
}
.page__beheer h1 small {
  font-size: 1rem;
}
@media (max-width: 576px) {
  .page__beheer h1 .icon--person {
    transform: translateY(0.2em);
  }
}
.page__beheer .alert {
  margin-bottom: 2rem;
}
.page__beheer .btn, .page__beheer .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .page__beheer label {
  height: 48px;
}
.page__beheer .btn svg, .page__beheer .container__map-tools .form__kaart-modus label svg, .container__map-tools .form__kaart-modus .page__beheer label svg {
  vertical-align: sub;
}
.page__beheer a.link--back {
  margin-left: 30px;
  min-height: 1em;
}
.page__beheer a.link--back svg {
  left: -30px;
}
.page__beheer a.link--back svg path {
  fill: #00811f;
}
.page__beheer .form-control + .help-block:not(.invalid-text) {
  margin-top: -1.5rem;
}
.page__beheer .form-control__with-helptext .form-control {
  margin-bottom: 1.5em;
}
.page__beheer .pagetitle,
.page__beheer h2 {
  margin-bottom: 0.25em;
}
.page__beheer .pagetitle + .release-date,
.page__beheer h2 + .release-date {
  margin-top: 0;
}
.page__beheer .pagetitle {
  margin-top: 0;
}
.page__beheer .container__flex {
  margin: 32px 0;
}
@media (min-width: 768px) {
  .page__beheer .container__flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .page__beheer .container__flex + .alert {
    margin-top: -32px;
  }
}
.page__beheer .container__flex > * {
  flex: 1;
}
.page__beheer .container__flex h1 {
  margin-top: 0;
}
.page__beheer .container__flex .btn, .page__beheer .container__flex .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .page__beheer .container__flex label {
  max-width: 200px;
  height: 48px;
}
.page__beheer .container__flex.flex--end {
  justify-content: flex-end;
  gap: 1rem;
}
.page__beheer fieldset .container__flex {
  margin-top: 0;
}
.page__beheer ul.list--images {
  margin: 0 -16px;
}
.page__beheer ul.list--images li img {
  max-width: 832px;
  width: 100%;
}
.page__beheer table tbody th,
.page__beheer table tbody td {
  text-align: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.page__beheer table tbody .icon--close path {
  fill: #e3614d;
}
.page__beheer table tbody .icon--checkmark {
  width: 20px;
  height: 20px;
}
.page__beheer table tbody .icon--checkmark path {
  fill: #00811f;
}
.page__beheer form:not(.full-width) {
  max-width: 624px;
  margin: 0 auto;
}
.page__beheer .btn-row {
  display: flex;
  justify-content: flex-end;
}
.page__beheer .btn-row .btn, .page__beheer .btn-row .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .page__beheer .btn-row label {
  flex: 0 1;
  margin-left: 1rem;
}
.page__beheer .container__userlist {
  background-color: #e4eef1;
  padding: 1.25em;
}
.page__beheer .container__userlist h2 {
  margin-top: 0;
}
.page__beheer li.list-item {
  border-bottom: 1px solid #cad6da;
  padding-bottom: 1rem;
}
.page__beheer li.list-item.inactive * {
  opacity: 0.8;
}
.page__beheer li.list-item > .description {
  margin-top: 0;
  margin-bottom: 0;
}
.page__beheer li.list-item > .description > a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page__beheer li.list-item > .description small a {
  display: block;
}
.page__beheer .container__table {
  width: 100%;
  overflow-x: auto;
}
.page__beheer .container__hideables .task--hideable {
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: #eff4f6;
}
.page__beheer .container__hideables .task--hideable.hide {
  display: none;
}
.page__beheer .container__hideables .task--hideable .btn, .page__beheer .container__hideables .task--hideable .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .page__beheer .container__hideables .task--hideable label {
  max-width: none;
}
.page__beheer .container__hideables .task--hideable .form-row {
  margin-bottom: 0;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox] {
  width: 1.5em;
  height: 1.5em;
  vertical-align: text-bottom;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #7c8b90;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: bottom;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox]:checked[type=checkbox] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M9.86006 16.144L19.406 6.59806L20.4667 7.65873L9.86006 18.2653L3.49609 11.9014L4.55675 10.8407L9.86006 16.144Z%27 fill=%27white%27/%3e%3c/svg%3e");
}
.page__beheer .container__hideables .task--hideable input[type=checkbox][type=radio] {
  border-radius: 50%;
  margin: 0;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox]:checked[type=radio] {
  background-color: #00811f;
  border-color: #00811f;
  background-image: url("data:image/svg+xml, %3csvg width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z%27 fill=%27none%27/%3e%3crect x=%278%27 y=%278%27 width=%278%27 height=%278%27 rx=%274%27 fill=%27white%27/%3e%3c/svg%3e");
}
.page__beheer .container__hideables .task--hideable input[type=checkbox]:disabled {
  background-color: #eff4f6;
  opacity: 1;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox]:disabled ~ .form-check-label {
  color: #7c8b90;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox]:disabled:checked {
  background-color: #7c8b90;
  border-color: #7c8b90;
  opacity: 1;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox]:disabled:checked[type=radio] {
  background-image: none;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox]:focus:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
  opacity: 1;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox]:focus:not(checked) {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px #404b4f;
  opacity: 1;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox]:hover, .page__beheer .container__hideables .task--hideable input[type=checkbox]:focus-visible {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
  opacity: 1;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox] ~ .form-check-label {
  font-weight: 400;
  display: inline-block;
  padding: 1em 0;
}
.page__beheer .container__hideables .task--hideable input[type=checkbox][type=checkbox] + span {
  font-weight: 400;
  line-height: 28px;
}
.page__beheer .container__hideables .btn-textlink, .page__beheer .container__hideables .btn-inline {
  max-width: none;
  text-align: left;
}
.page__beheer .container__hideables .btn-textlink.hide, .page__beheer .container__hideables .hide.btn-inline {
  display: none;
}
.page__beheer .container__example--task {
  margin-bottom: 2rem;
}
.page__beheer .container__example--task .example--task {
  display: block;
  width: 270px;
  margin-bottom: 0.5em;
}
.page__beheer .container__example--task .icon-preview {
  vertical-align: middle;
}

.page__home main h1 {
  font-size: 1em;
  font-weight: 400;
}
.page__home main .btn-action {
  width: auto;
}

.container__explained {
  padding-bottom: 1em;
  min-height: 225px;
}
.container__explained .container__image {
  position: relative;
  background-color: #eff4f6;
  max-height: 225px;
}
.container__explained .container__image img {
  display: block;
  margin: 0;
  max-height: 225px;
}
.container__explained .icon--positive,
.container__explained .icon--negative {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  box-sizing: border-box;
  border: 1px solid #cad6da;
}
@media (min-width: 768px) {
  .container__explained .icon--positive,
  .container__explained .icon--negative {
    width: 60px;
    height: 60px;
    background-size: 40px;
  }
}
.container__explained .icon--positive {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMDgxMUYiIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJtMjMyLjQ5IDgwLjQ5LTEyOCAxMjhhMTIgMTIgMCAwIDEtMTcgMGwtNTYtNTZhMTIgMTIgMCAxIDEgMTctMTdMOTYgMTgzIDIxNS41MSA2My41MWExMiAxMiAwIDAgMSAxNyAxN1oiLz48L3N2Zz4=);
}
.container__explained .icon--negative {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiNEMjJEMUYiIHZpZXdCb3g9IjAgMCAyNTYgMjU2Ij48cGF0aCBkPSJNMjA4LjQ5IDE5MS41MWExMiAxMiAwIDAgMS0xNyAxN0wxMjggMTQ1bC02My41MSA2My40OWExMiAxMiAwIDAgMS0xNy0xN0wxMTEgMTI4IDQ3LjUxIDY0LjQ5YTEyIDEyIDAgMCAxIDE3LTE3TDEyOCAxMTFsNjMuNTEtNjMuNTJhMTIgMTIgMCAwIDEgMTcgMTdMMTQ1IDEyOFoiLz48L3N2Zz4=);
  background-size: contain;
}

.container__content--taakr {
  font-size: 0.889em;
}
.infosheet .container__content--taakr {
  padding: 6px 16px 0;
}
.container__content--taakr h2 {
  margin-bottom: 0;
}
.container__content--taakr .label--positive,
.container__content--taakr .label--negative {
  margin-bottom: 0;
  margin-top: 0.5rem;
  padding: 0;
}
.container__content--taakr .label--positive::before,
.container__content--taakr .label--negative::before {
  content: "";
  margin: 0;
}
.container__content--taakr .container__slider-horizontal {
  margin: 0 -16px;
  padding: 0 16px;
  width: calc(100% + 32px);
  box-sizing: border-box;
  /* Handle on hover */
}
.container__content--taakr .container__slider-horizontal::-webkit-scrollbar {
  height: 5px;
}
.container__content--taakr .container__slider-horizontal::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.container__content--taakr .container__slider-horizontal::-webkit-scrollbar-thumb {
  background: #b7bdc7;
  border-radius: 10px;
}
.container__content--taakr .container__slider-horizontal::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.container__content--taakr .container__slider-horizontal::-webkit-scrollbar-thumb:hover {
  background: #7f838a;
}
.container__content--taakr .container__slider-horizontal .list-slider {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.container__content--taakr .container__slider-horizontal .list-slider li .container__image {
  background: transparent;
  margin: 0;
  display: table;
  width: 1px;
}
.container__content--taakr .container__slider-horizontal .list-slider li .container__image img {
  height: auto;
  width: auto;
  max-width: min(500px, 92vw);
  max-height: none;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}
.container__content--taakr .container__slider-horizontal .list-slider li figcaption {
  font-size: 0.875em;
  position: relative;
  width: 100%;
}
.container__content--taakr .container__slider-horizontal .list-slider li figcaption span {
  display: block;
  padding: 6px 0;
}
.container__content--taakr .container__slider-horizontal .list-slider li .icon--positive,
.container__content--taakr .container__slider-horizontal .list-slider li .icon--negative {
  transform: translateY(-100%);
  top: -8px;
  left: 8px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 13px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 2px solid #00811f;
}
.container__content--taakr .container__slider-horizontal .list-slider li .icon--negative {
  border-color: #d22d1f;
  background-size: 13px;
}
.container__content--taakr .container__slider-horizontal:not(.single-item) {
  display: inline-flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: calc(100% + 32px);
  -webkit-overflow-scrolling: touch;
}
.container__content--taakr .container__slider-horizontal:not(.single-item) .list-slider {
  display: flex;
  gap: 30px;
}
.container__content--taakr .container__slider-horizontal:not(.single-item) .list-slider li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  scroll-snap-align: start;
  width: auto;
}
.container__content--taakr .container__slider-horizontal:not(.single-item) .list-slider li .container__image {
  margin: 0;
}
.container__content--taakr .container__slider-horizontal:not(.single-item) .list-slider li img {
  height: 133px;
  width: 200px;
  object-fit: cover;
}
.container__content--taakr .container__explained .list-clean, .container__content--taakr .container__explained .list-tags, .container__content--taakr .container__explained .list-progress {
  margin: 0;
}
@media (min-width: 1024px) {
  .container__content--taakr .container__slider-horizontal.single-item .list-slider li .container__image img {
    max-height: none;
    max-width: 35vw;
  }
}

.showMap .container__flex {
  width: 0;
  overflow: hidden;
  display: none;
}

.container__map .map {
  width: calc(100% + 32px);
  margin-left: -16px;
  height: 100%;
  flex: 1 1 0;
}
.container__map .map.map--single {
  height: 0;
  flex: 0;
  padding-bottom: 50%;
}
.container__map .map .map__overlay {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Bolder", sans-serif;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.25s, opacity 0.25s;
  transition-delay: 0.25s;
}
.container__map .map.swiping .map__overlay {
  right: 0;
  bottom: 0;
  padding: 1.25em;
  height: auto;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 576px) {
  .container__map .map {
    width: auto;
    margin-left: 0;
  }
}
.section--seperated .container__map {
  margin-bottom: -16px !important;
}
.container__map img {
  width: 100%;
}

.container__map-tools {
  height: 76px;
}
.container__map-tools .form__kaart-modus {
  padding: 16px 0;
}
.container__map-tools .form__kaart-modus ul {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.container__map-tools .form__kaart-modus li {
  flex: 0;
  align-self: flex-end;
  border: none;
  margin-left: 0;
}
.container__map-tools .form__kaart-modus li:first-child {
  margin-right: 1rem;
}
.container__map-tools .form__kaart-modus li:first-child label::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC40MTQzIDMuMjEwNDVMMTIuNjkwNCAyMi41MjAzTDkuNDcyMSAxNC4xNTI3TDEuMTA0NDkgMTAuOTM0NEwyMC40MTQzIDMuMjEwNDVaTTUuMjExODIgMTAuOTA3TDEwLjYzMjggMTIuOTkyTDEyLjcxNzggMTguNDEzTDE3LjcyMTggNS45MDMwM0w1LjIxMTgyIDEwLjkwN1oiIGZpbGw9IiM0MDRCNEYiLz4KPC9zdmc+Cg==);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-38%);
}
.container__map-tools .form__kaart-modus li:nth-child(2) label::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy44MzM0IDQuNjY2MTRDMTQuNjI0OSAxLjQ1NzY0IDkuMzc0NjQgMS40NTc2NCA2LjE2NjE0IDQuNjY2MTRDMi45NTc2NCA3Ljg3NDY0IDIuOTU3NjQgMTMuMTI0OSA2LjE2NjE0IDE2LjMzMzRMMTEuOTk5OCAyMi4xNjdMMTcuODMwNiAxNi4zMzYyTDE3LjgzMzQgMTYuMzMzNEMyMS4wNDE5IDEzLjEyNDkgMjEuMDQxOSA3Ljg3NDY0IDE3LjgzMzQgNC42NjYxNFpNMTEuOTk5OCAxMy40OTk4QzEzLjY1NjYgMTMuNDk5OCAxNC45OTk4IDEyLjE1NjYgMTQuOTk5OCAxMC40OTk4QzE0Ljk5OTggOC44NDI5MiAxMy42NTY2IDcuNDk5NzcgMTEuOTk5OCA3LjQ5OTc3QzEwLjM0MjkgNy40OTk3NyA4Ljk5OTc2IDguODQyOTIgOC45OTk3NiAxMC40OTk4QzguOTk5NzYgMTIuMTU2NiAxMC4zNDI5IDEzLjQ5OTggMTEuOTk5OCAxMy40OTk4WiIgZmlsbD0iIzQwNEI0RiIvPgo8L3N2Zz4K);
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-38%);
}
.container__map-tools .form__kaart-modus label {
  text-align: center;
  line-height: 2.6em !important;
  padding: 0 12px 0 39px !important;
  height: 40px;
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #7c8b90;
  box-sizing: border-box;
}
.container__map-tools .form__kaart-modus .active label {
  height: 38px;
  line-height: 2.4em !important;
  border: 3px solid #404b4f;
  padding: 0 10px 0 37px;
}
@media (min-width: 576px) {
  .container__map-tools .form__kaart-modus label {
    font-size: 1em;
  }
}
.fz-large .container__map-tools .form__kaart-modus label {
  line-height: 1.8em !important;
}
.fz-large .container__map-tools .form__kaart-modus .active label {
  line-height: 1.6em !important;
}
.fz-xlarge .container__map-tools .form__kaart-modus label {
  line-height: 1.3em !important;
}
.fz-xlarge .container__map-tools .form__kaart-modus .active label {
  line-height: 1.1em !important;
}

.container__list .container__map {
  visibility: hidden;
  pointer-events: none;
  width: 0;
}

.showMap .container__map {
  display: flex;
  flex-direction: column;
  visibility: visible;
  pointer-events: all;
  width: 100%;
}

.leaflet-container a {
  color: #00811f;
}
.leaflet-container a.leaflet-popup-close-button {
  top: -4px;
}

.leaflet-popup-content-wrapper {
  border-radius: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content {
  display: flex;
  gap: 12px;
  margin: 12px 20px 12px 12px;
  font-family: "Bolder", sans-serif;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .container__image,
.leaflet-popup-content-wrapper .leaflet-popup-content .container__content {
  flex: 0 1 100%;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .container__image {
  flex: 1;
  min-width: 100px;
  height: 65px;
  background-color: #e4eef1;
  text-align: center;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .container__image img {
  width: 100%;
  height: 65px;
  min-width: 53px;
  margin: 0;
  object-fit: contain;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .container__content {
  flex: 0 1 75%;
  font-size: 16px;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .container__content .link {
  color: #00811f;
  text-decoration: underline;
  cursor: pointer;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .container__content p {
  margin: 0;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .container__content p:last-of-type {
  color: #7c8b90;
}
.leaflet-popup-content-wrapper .leaflet-popup-content .container__content .gap {
  gap: 8px;
}
.fz-large .leaflet-popup-content-wrapper .leaflet-popup-content .container__content {
  font-size: 24px;
}
.fz-xlarge .leaflet-popup-content-wrapper .leaflet-popup-content .container__content {
  font-size: 32px;
}

button.toggle-view {
  padding: 0 5px;
}
button.toggle-view svg.list {
  display: none;
}
button.toggle-view svg.map {
  display: block;
}
.showMap button.toggle-view svg.list {
  display: block;
}
.showMap button.toggle-view svg.map {
  display: none;
}

.btn-on-map {
  position: absolute;
  z-index: 1900;
  top: 16px;
  right: 16px;
  width: auto;
  padding: 0 8px;
  font-weight: 400;
  font-size: 1rem;
  background-color: #fff;
  border: 1px solid #404b4f;
}
.btn-on-map input {
  margin-right: 0.5rem;
  vertical-align: top;
}
.btn-on-map span {
  padding: 0;
  pointer-events: none;
}
.btn-on-map:focus-visible {
  outline-color: transparent !important;
}
.btn-on-map.active {
  border: 3px solid #404b4f;
}

@media (min-width: 1024px) {
  .container__list .container__map {
    visibility: visible;
    pointer-events: all;
    display: flex;
    flex-direction: column;
    flex: 2 1 auto;
    height: auto;
  }
}
.badge {
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  font-weight: 700;
  font-size: 0.667em;
  line-height: 1.5em;
  margin-right: 4px;
}
h1 .badge {
  padding: 2px 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.badge--lightblue {
  background-color: #0079b8;
}
.badge--darkblue {
  background-color: #083968;
}
.badge--green {
  background-color: #00846d;
}
.badge--red {
  background-color: #d70d0d;
}
.badge--yellow {
  background-color: #edb500;
  color: #000;
}

.badge-count {
  display: inline-block;
  height: 25px;
  width: 25px;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
  font-weight: 700;
  border-radius: 50%;
  color: #fff;
  background-color: #d70d0d;
  transform: translateY(-50%);
}
.badge-count.badge-count--info {
  background-color: #2054c3;
  color: #fff;
}
.btn-togglemenu .badge-count, .list-item .badge-count, .leaflet-popup-content-wrapper .badge-count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 0;
  transform: translateY(70%);
}
.list-item .badge-count {
  right: 2px;
  top: 2px;
  transform: none;
  width: 1.35em;
  height: 1.35em;
  line-height: 1.35em;
  font-size: 0.75em;
}
.leaflet-popup-content-wrapper .badge-count {
  position: relative;
  transform: none;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-left: 6px;
  vertical-align: text-bottom;
}
.badge-count--blue {
  background-color: #2054c3;
}

.container--env {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 2000;
}
.container--env .badge {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .container--env .badge {
    height: 42px;
    line-height: 42px;
    font-size: 18px;
  }
}

.list-tags .badge,
.container__badges .badge {
  background-color: #00811f;
  padding: 4px 8px;
  margin-bottom: 8px;
}

.list-tags .badge {
  margin: 0;
}

@media (min-width: 768px) {
  .container__badges--overview {
    display: flex;
    gap: 1.25em;
  }
  .container__badges--overview > div {
    flex: 0 1 33%;
  }
}
.container__badges--overview > div {
  padding: 16px;
  background-color: #eff4f6;
  font-size: 1.125em;
}
.container__badges--overview > div h2 {
  margin: 0;
}
.container__badges--overview > div ul {
  margin: 0.25em 0 0;
}

.messages-container {
  pointer-events: none;
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.messages-container .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #00689e;
  background-color: #eaf4fa;
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: transform 1s;
}
.messages-container .wrapper a {
  color: inherit;
}
.messages-container .wrapper .messages {
  margin: 2rem 16px;
  list-style-type: none;
  padding: 0;
}
.messages-container.show .wrapper {
  transform: translateY(0);
}

.errorpage,
.errorpage turbo-frame {
  height: 100%;
}

.errorpage .btn-togglemenu {
  display: none;
}
.errorpage main {
  padding-bottom: 0;
}
.errorpage main .container,
.errorpage main .container__details {
  height: 100%;
}
.errorpage .container__details {
  max-width: 624px;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}
.errorpage .container__details h1 {
  margin-top: 0.5em;
}
.errorpage .container__details .container__error {
  display: none;
}
.errorpage .container__details .container__error.show {
  display: block;
}
.errorpage .container__details .container__flex {
  display: flex;
  gap: 1em;
}
.errorpage .container__details dl div {
  display: block;
}
.errorpage .container__details dl div dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .errorpage .container__details dl div {
    display: flex;
  }
  .errorpage .container__details dl div dt {
    flex: 1 1 40%;
  }
  .errorpage .container__details dl div dd {
    flex: 1 1 60%;
  }
}
.errorpage .container__details .btn, .errorpage .container__details .container__map-tools .form__kaart-modus label, .container__map-tools .form__kaart-modus .errorpage .container__details label {
  width: auto;
  white-space: nowrap;
  padding: 0 1em;
}
.errorpage .container__details .btn.hidden, .errorpage .container__details .container__map-tools .form__kaart-modus label.hidden, .container__map-tools .form__kaart-modus .errorpage .container__details label.hidden {
  display: none;
}
.errorpage .container__details .btn.disabled, .errorpage .container__details .container__map-tools .form__kaart-modus label.disabled, .container__map-tools .form__kaart-modus .errorpage .container__details label.disabled {
  opacity: 0.25;
  pointer-events: none;
}

turbo-frame .onboarding-complete {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  width: 100%;
  max-width: 17em;
  text-align: center;
  transition: opacity 0.5s;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
turbo-frame .onboarding-complete h2,
turbo-frame .onboarding-complete p {
  opacity: 0;
}
turbo-frame .onboarding-complete .circle {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  box-shadow: 35px -35px 0 2px #fff, -35px -35px 0 2px #fff, -35px 35px 0 2px #fff, 35px 35px 0 2px #fff, 0 0 0 2px #fff;
}
turbo-frame .onboarding-complete .circle .line1,
turbo-frame .onboarding-complete .circle .line2 {
  position: absolute;
  border-top: 3px solid #00811f;
  transform: rotate(45deg);
  width: 0;
}
turbo-frame .onboarding-complete .circle .line1 {
  transform-origin: 0 50%;
  top: 30px;
  left: 17px;
}
turbo-frame .onboarding-complete .circle .line2 {
  transform: rotate(-45deg);
  transform-origin: 0 0;
  top: 46px;
  left: 30px;
}
turbo-frame.complete > div > h2,
turbo-frame.complete > div > form {
  opacity: 0.3;
  pointer-events: none;
}
turbo-frame.complete .onboarding-complete {
  opacity: 1;
  transition: opacity 0.5s;
  z-index: 2100;
  pointer-events: all;
}
turbo-frame.complete .onboarding-complete > * {
  animation-iteration-count: 1;
}
turbo-frame.complete .onboarding-complete .circle {
  animation: circle--green 0.3s ease 0.5s forwards;
}
turbo-frame.complete .onboarding-complete .circle .line1,
turbo-frame.complete .onboarding-complete .circle .line2 {
  animation: line--22 0.1s ease-in 0.8s forwards;
}
turbo-frame.complete .onboarding-complete .circle .line2 {
  animation: line--37 0.1s ease-out 1s forwards;
}
turbo-frame.complete .onboarding-complete h2,
turbo-frame.complete .onboarding-complete p {
  animation: fade-in 0.5s ease-in 1.5s forwards;
}

.onboarding {
  max-width: 624px;
  margin: 0 auto;
  padding-bottom: 5em;
}
.onboarding .btn-start {
  opacity: 0;
  animation: slide-in-from-bottom 0.25s ease-in-out 0.9s forwards;
}
.onboarding .container__wijkenlijst {
  max-height: 1500px;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
.onboarding .container__wijkenlijst.hidden {
  max-height: 0;
}
.onboarding .list--form-check-input--tile-image li {
  opacity: 0;
  animation: fade-in 1s ease-in-out 2.5s forwards;
}
.onboarding .list--form-check-input--tile-image li:nth-child(1n) {
  animation-delay: 0.2s;
}
.onboarding .list--form-check-input--tile-image li:nth-child(2n) {
  animation-delay: 0.4s;
}
.onboarding .list--form-check-input--tile-image li:nth-child(3n) {
  animation-delay: 0.6s;
}
.onboarding .list--form-check-input--tile-image li:nth-child(4n) {
  animation-delay: 0.8s;
}
.onboarding .list--form-check-input--tile-image li:nth-child(5n) {
  animation-delay: 1s;
}
.onboarding .list--form-check-input--tile-image li:nth-child(6n) {
  animation-delay: 1.2s;
}
.onboarding .list--form-check-input--tile-image li:nth-child(7n) {
  animation-delay: 1.4s;
}
.onboarding .list--form-check-input--tile-image li:nth-child(8n) {
  animation-delay: 1.6s;
}
.onboarding .list--form-check-input--tile-image li:nth-child(9n) {
  animation-delay: 1.8s;
}
.onboarding .list--form-check-input--tile-image li:nth-child(10n) {
  animation-delay: 2s;
}
.onboarding .form-row {
  margin-bottom: 0;
}
.onboarding .form-row h3.label {
  font-size: 1.125em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}
.onboarding .form-row h3.label.has-more-info {
  margin-right: 4.6em;
  position: relative;
  z-index: 10;
}
.onboarding .form-row h3.label .count {
  transform: translateY(-0.2em);
  margin-left: 0.25em;
  font-style: normal;
}
.onboarding .flex-container--sticky > .container__buttons {
  margin-top: 50px;
}
.onboarding .foldout--info {
  text-align: right;
  position: relative;
  max-height: 1.7em;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  margin-top: -2.4em;
  font-size: 0.875em;
}
.onboarding .foldout--info.show {
  max-height: 500px;
  transition: all 0.5s ease-in-out;
}
.onboarding .foldout--info .summary {
  position: relative;
  display: inline;
  font-size: 1em;
  font-weight: 400;
  border: 0;
  text-align: right;
  cursor: pointer;
}
.onboarding .foldout--info .summary::-webkit-details-marker {
  display: none;
}
.onboarding .foldout--info .summary svg {
  transform: scale(0.7) translateY(-2px);
  vertical-align: middle;
}
.onboarding .foldout--info .summary svg path {
  fill: #000;
}
.onboarding .foldout--info p {
  text-align: left;
  margin: 0.5em 0;
}
.onboarding .invalid-text {
  display: inline-block;
  margin-top: 1em;
}
.onboarding .list--form-check-input + .invalid-text {
  margin-top: 0em;
  margin-bottom: 1em;
}
.onboarding .container__cards {
  overflow-x: hidden;
}
.onboarding .container__cards .card {
  transform: translateX(100%);
  opacity: 0;
  animation: slide-in-from-right 0.5s forwards;
  animation-iteration-count: 1;
}
.onboarding .container__cards .card:nth-child(1n) {
  animation-delay: 0.25s;
}
.onboarding .container__cards .card:nth-child(2n) {
  animation-delay: 0.5s;
}
.onboarding .container__cards .card:nth-child(3n) {
  animation-delay: 0.75s;
}
.onboarding .container__cards .card:nth-child(4n) {
  animation-delay: 1s;
}
.onboarding .container__cards .card:nth-child(5n) {
  animation-delay: 1.25s;
}
.onboarding .container__cards .card:nth-child(6n) {
  animation-delay: 1.5s;
}
.onboarding .container__cards .card:nth-child(7n) {
  animation-delay: 1.75s;
}
.onboarding .container__cards .card:nth-child(8n) {
  animation-delay: 2s;
}
.onboarding .container__cards .card:nth-child(9n) {
  animation-delay: 2.25s;
}
.onboarding .container__cards .card:nth-child(10n) {
  animation-delay: 2.5s;
}
.onboarding .container__cards .card .icon-overview {
  padding-left: 7px;
  padding-right: 9px;
}
.onboarding .container__cards .card .icon-information {
  padding-left: 12px;
  padding-right: 10px;
}
.onboarding .container__cards .card .icon-checked {
  padding-right: 20px;
}
.onboarding .container__takenlijst ul > li .form-check {
  position: relative;
}
.onboarding .container__takenlijst ul > li .form-check:has(.btn-info) {
  padding-right: 1rem;
}
.onboarding .container__takenlijst ul > li .form-check .btn-info {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  .onboarding .container__takenlijst ul > li .form-check {
    display: flex;
  }
  .onboarding .container__takenlijst ul > li .form-check:has(.btn-info) {
    padding-right: 0;
  }
  .onboarding .container__takenlijst ul > li .form-check:has(.btn-info) label {
    padding-right: 0.5em;
    width: auto;
  }
  .onboarding .container__takenlijst ul > li .form-check .btn-info {
    position: relative;
    transform: translateY(0);
    order: 3;
  }
}

.welcome {
  height: 100%;
}
.welcome .flex-vertical {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.welcome .flex-vertical h1 {
  font-size: 3em;
}
.welcome .flex-vertical p {
  margin: 0 auto;
}
.welcome .flex-vertical > div:first-child {
  flex: 1;
}
.welcome .center a {
  margin: 0 auto;
}
.welcome .center .logo {
  max-width: 160px;
  margin-bottom: 3em;
}
