/*!***********************************************************************************************************************************************************!*\
  !*** 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: 16px;
  color: #404b4f;
}
@media (min-width: 576px) {
  html,
  body {
    font-size: 18px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

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

main,
header {
  padding: 0 16px;
}

main {
  margin-bottom: 100px;
}

.skiplink {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skiplink:focus {
  position: static;
  width: auto;
  height: auto;
}

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

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

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

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

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

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

h6,
.h6 {
  font-size: 0.75rem;
}

table {
  font-size: 16px;
  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;
}
table tbody td {
  vertical-align: middle;
}
table tbody td:first-child {
  padding: 0;
}
table tbody td p {
  padding: 0;
  margin: 0;
}

summary:focus {
  outline-style: solid !important;
  outline-width: medium !important;
  outline-color: #404b4f !important;
}

a,
.link {
  color: #00811f;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus,
.link:hover,
.link:focus {
  text-decoration: none;
}
a:focus,
.link:focus {
  outline-style: solid !important;
  outline-width: medium !important;
  outline-color: #404b4f !important;
}
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: 4px;
}
a.link--location svg path,
.link.link--location svg path {
  fill: #00811f;
}
a.link--email, a.link--phone,
.link.link--email,
.link.link--phone {
  display: flex;
  align-items: center;
}
a.link--email svg, a.link--phone svg,
.link.link--email svg,
.link.link--phone svg {
  margin-right: 4px;
}
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: 4px;
}
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;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
}
a.link--back svg,
.link.link--back svg {
  position: absolute;
  left: -25px;
  top: 4px;
}
a.link--back svg path,
.link.link--back svg path {
  fill: #00811f;
}
a.link--back > svg,
.link.link--back > svg {
  left: -20px;
  top: 3px;
  padding-right: 20px;
}
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: 4px;
}
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: 4px;
}
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: 4px;
}
a.link--bin svg path,
.link.link--bin svg path {
  fill: #00811f;
}

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

p.text--person {
  display: flex;
  align-items: center;
}
p.text--person svg {
  margin-right: 4px;
}
p.text--close {
  display: inline-block;
  margin-left: 25px;
  position: relative;
}
p.text--close svg {
  position: absolute;
  left: -25px;
  top: 4px;
}
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: 4px;
}
.icon svg path {
  fill: #00811f;
}
.icon--warning:before {
  content: url(/static/f0518e574a9e478baac5.svg);
  top: -1px;
}

ul.list-clean {
  list-style-type: none;
  padding: 0;
}
ul.list-horizontal {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
ul.list-horizontal li:not(:last-child) {
  margin-right: 12px;
}
@media (min-width: 576px) {
  ul.list-flex {
    display: flex;
    flex-wrap: wrap;
  }
  ul.list-flex li {
    flex: 1 0 50%;
  }
}
ul.list-links {
  list-style-type: none;
  padding: 0;
}
ul.list-links li {
  margin: 0.5rem 0;
}

dl div {
  display: flex;
}
dl div dd,
dl div dt {
  margin: 0 0 0.5rem;
}
dl div dd {
  flex: 1 1 60%;
  max-width: 60%;
}
dl div dt {
  flex: 1 1 40%;
  box-sizing: border-box;
  padding-right: 0.5rem;
}

dl dt {
  font-weight: 700;
}
dl dd {
  margin: 0 0 0.5rem;
  font-weight: 400;
}

.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;
}

section.section--seperated {
  padding: 1rem 0 0.75rem;
}
section.section--seperated__no-border-bottom {
  border-bottom: 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;
}

.foldout {
  height: auto;
  overflow: hidden;
}

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

.show-vertical {
  max-height: 100%;
  padding-top: 16px;
  transition: all 0.25s ease-in;
}
.show-vertical.container__sorting {
  max-height: 100px;
}

.help-text {
  font-size: 16px;
  color: #65757b;
}

.hidden-vertical {
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in;
}
.hidden-vertical.container__sorting {
  transition: all 0.25s ease-in;
}

.visually-hidden {
  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;
}

.nowrap {
  white-space: nowrap;
}

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

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

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

.display--flex {
  display: flex;
}

@media (min-width: 768px) {
  .display--flex--md {
    display: flex;
  }
}

.display--flex--center {
  display: flex;
  align-items: center;
}

.wrapper-horizontal {
  display: flex;
}

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

.border-green {
  border-top: 8px solid #00811f;
}

.bar {
  background-color: #eff4f6;
}
.bar--top {
  height: 48px;
  width: 100%;
}

/**
 * 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;
}
@media (max-width: 1024px) {
  .container__table {
    overflow-x: scroll;
  }
}

.sorting {
  cursor: pointer;
  white-space: nowrap;
}
.sorting::after {
  content: "";
  display: inline-block;
  background-image: url(/static/e76becbb9500309801eb.svg);
  background-size: 19px 26px;
  width: 16px;
  height: 19px;
}
.sorting.sorting--up::after {
  background-image: url(/static/42415a48e6b555e10d6e.svg);
  background-size: 16px 12px;
  width: 16px;
  height: 13px;
  transform: rotate(90deg);
}
.sorting.sorting--down::after {
  background-image: url(/static/42415a48e6b555e10d6e.svg);
  background-size: 16px 12px;
  width: 16px;
  height: 13px;
  transform: rotate(-90deg);
}

.table--overview {
  margin: 10px 0 60px;
  position: relative;
  border-collapse: separate;
  border-spacing: 0;
}
.table--overview .container__thumbnail {
  background-color: #eff4f6;
  background-size: cover;
  background-position: 50% 50%;
  height: 48px;
  width: 64px;
  margin-bottom: 4px;
}
.table--overview .container__thumbnail .thumbnail {
  height: 48px;
  display: block;
  margin: 0 auto;
}
.table--overview .background-image {
  background-color: #eff4f6;
  background-image: url(/static/1c4e496bdf2928b5863c.svg);
  background-size: 40%;
  height: 48px;
  width: 64px;
  background-repeat: no-repeat;
  background-position: center;
}
.table--overview tr:hover {
  cursor: pointer;
  background-color: #e4eef1;
}
.table--overview th {
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 2px solid #404b4f;
  vertical-align: bottom;
}
.table--overview th a {
  text-decoration: none;
  color: inherit;
}
.table--overview .btn-textlink {
  display: flex;
  padding: 6px 0;
}
.table--overview .btn-textlink svg {
  padding: 0 8px;
}
.table--overview .btn-textlink:hover {
  background-color: #fff;
}

button[class=icon] {
  border: none;
  background-color: transparent;
  font-size: 1.3rem;
  margin-left: -6px;
}

button:focus {
  outline-style: solid !important;
  outline-width: medium !important;
  outline-color: #404b4f !important;
}

.btn {
  border: 1px solid transparent;
  display: block;
  padding: 8px 0;
  width: 100%;
  min-height: 48px;
  line-height: 24px;
  font-family: "Bolder", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.btn span {
  padding: 0 16px;
}
.btn-action {
  background-color: #c93675;
  border-color: #c93675;
  color: #fff;
}
.btn-action:hover, .btn-action:focus {
  color: #fff;
  background-color: #a12b5e;
  border-color: #a12b5e;
}
.btn-action[disabled] {
  background-color: #cad6da;
  border-color: #cad6da;
}
.btn-tertiary {
  background-color: #fff;
  border-color: #7c8b90;
  color: #404b4f;
}
.btn-tertiary:hover, .btn-tertiary:focus {
  color: #00811f;
  background-color: #fff;
  border-color: #00811f;
}
.btn-secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  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-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;
}
.btn-navigate--small span {
  padding: 0 16px;
}
.btn-textlink {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  margin: 0;
  text-decoration: underline;
  max-width: none;
  min-height: 0;
  line-height: inherit;
  color: #00811f;
  font-weight: 300;
  font-size: inherit;
  white-space: nowrap;
}
.btn.btn-icon svg {
  vertical-align: sub;
  margin-right: 5px;
}
.btn:not(:disabled) {
  cursor: pointer;
}

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

.pageheader {
  height: 64px;
  padding: 0;
}
.pageheader .container__logo {
  flex: 1;
}
.pageheader .container__logo > a {
  display: inline-block;
}
.pageheader .container__logo .logo {
  max-height: 40px;
  margin: 10px 0 0 10px;
  display: block;
}
.pageheader .container__logo .logo--large {
  display: none;
}
@media (min-width: 576px) {
  .pageheader .container__logo .logo--large {
    display: flex;
  }
  .pageheader .container__logo .logo--small {
    display: none;
  }
}
.pageheader .container__logo .pagetitle {
  display: inline-block;
  margin: 0 16px;
  color: #00811f;
  vertical-align: super;
}

/**
 * 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 {
  border-color: #404b4f;
}
.btn.is-invalid:focus {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px rgba(64, 75, 79, 0.25);
}

.form-check-input,
.form-radio-input, .list--form-check-input input,
.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 legend.divided {
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cad6da;
}
fieldset legend.divided > * {
  padding-bottom: 0;
  margin-bottom: 0;
}

.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:focus,
.form-select:focus {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px #404b4f;
}
.form-control:disabled,
.form-control option[disabled],
.form-select:disabled,
.form-select option[disabled] {
  color: #65757b;
}
.form-control.search,
.form-select.search {
  padding-left: 40px;
  background-repeat: no-repeat;
}

.is-invalid:is(.form-control, .form-select):hover:not(:focus):not([disabled]) {
  box-shadow: 0 1px 0 #b53322, 0 0 0 1px #00811f;
}

.form-control:hover:not(:focus):not([disabled]),
.form-select:hover:not(:focus):not([disabled]) {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
}

.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;
  padding-left: 1rem;
  position: relative;
}
.is-invalid .invalid-text:before {
  content: url(/static/c9f86bdadfdb8f6e310e.svg);
  position: absolute;
  left: 0;
}

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

.help-block {
  font-size: 0.75rem;
  margin: 0.25rem 0 1.5rem;
  display: block;
}

.form-control {
  padding: 8px 16px;
  font-size: 1rem;
  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;
}

.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: 1rem;
  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;
}

textarea {
  color: #404b4f;
}

.form-check {
  display: flex;
  margin-bottom: 0.75rem;
  margin-left: -0.2rem;
}
.form-check input {
  margin-right: 0.5rem;
}

.list--form-check-input,
.list--form-radio-input {
  list-style-type: none;
  padding: 0;
}
.list--form-check-input li,
.list--form-radio-input li {
  margin-bottom: 0.25rem;
}
.list--form-check-input input,
.list--form-radio-input input {
  width: 1.5em;
  height: 1.5em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #7c8b90;
  border-radius: 0;
}
.list--form-check-input input:checked[type=checkbox],
.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");
}
.list--form-check-input input[type=radio],
.list--form-radio-input input[type=radio] {
  border-radius: 50%;
  margin-left: 0;
  margin-top: 0;
}
.list--form-check-input input:checked[type=radio],
.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");
}
.list--form-check-input input:disabled,
.list--form-radio-input input:disabled {
  background-color: #eff4f6;
  opacity: 1;
}
.list--form-check-input input:disabled ~ .form-check-label,
.list--form-radio-input input:disabled ~ .form-check-label {
  color: #7c8b90;
}
.list--form-check-input input:disabled:checked,
.list--form-radio-input input:disabled:checked {
  background-color: #7c8b90;
  border-color: #7c8b90;
  opacity: 1;
}
.list--form-check-input input:disabled:checked[type=radio],
.list--form-radio-input input:disabled:checked[type=radio] {
  background-image: none;
}
.list--form-check-input input:focus:checked,
.list--form-radio-input input:focus:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
  opacity: 1;
}
.list--form-check-input input:focus:not(checked),
.list--form-radio-input input:focus:not(checked) {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px #404b4f;
  opacity: 1;
}
.list--form-check-input input:hover, .list--form-check-input input:focus,
.list--form-radio-input input:hover,
.list--form-radio-input input:focus {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
  opacity: 1;
}
.list--form-check-input input ~ .form-check-label,
.list--form-check-input input ~ .form-radio-label,
.list--form-radio-input input ~ .form-check-label,
.list--form-radio-input input ~ .form-radio-label {
  line-height: 1.5rem;
  font-weight: 400;
}
.list--form-check-input label,
.list--form-radio-input label {
  font-weight: 400;
}

@media (min-width: 576px) {
  .list--form-check-input {
    display: flex;
    flex-wrap: wrap;
  }
  .list--form-check-input li {
    flex: 1 0 50%;
  }
}

.form-check-input,
.form-radio-input {
  width: 1.5em;
  height: 1.5em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #7c8b90;
  border-radius: 0;
}
.form-check-input:checked[type=checkbox],
.form-radio-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");
}
.form-check-input[type=radio],
.form-radio-input[type=radio] {
  border-radius: 50%;
  margin-left: 0;
  margin-top: 0;
}
.form-check-input:checked[type=radio],
.form-radio-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");
}
.form-check-input:disabled,
.form-radio-input:disabled {
  background-color: #eff4f6;
  opacity: 1;
}
.form-check-input:disabled ~ .form-check-label,
.form-radio-input:disabled ~ .form-check-label {
  color: #7c8b90;
}
.form-check-input:disabled:checked,
.form-radio-input:disabled:checked {
  background-color: #7c8b90;
  border-color: #7c8b90;
  opacity: 1;
}
.form-check-input:disabled:checked[type=radio],
.form-radio-input:disabled:checked[type=radio] {
  background-image: none;
}
.form-check-input:focus:checked,
.form-radio-input:focus:checked {
  background-color: #000;
  border-color: #000;
  box-shadow: 0 0 0 1px #000;
  opacity: 1;
}
.form-check-input:focus:not(checked),
.form-radio-input:focus:not(checked) {
  border-color: #404b4f;
  box-shadow: 0 0 0 1px #404b4f;
  opacity: 1;
}
.form-check-input:hover, .form-check-input:focus,
.form-radio-input:hover,
.form-radio-input:focus {
  border-color: #00811f;
  box-shadow: 0 0 0 1px #00811f;
  opacity: 1;
}
.form-check-input ~ .form-check-label,
.form-check-input ~ .form-radio-label,
.form-radio-input ~ .form-check-label,
.form-radio-input ~ .form-radio-label {
  line-height: 1.5rem;
  font-weight: 400;
}

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

.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,
.form-switch input.show-no-address + .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,
.form-switch input.show-no-address + .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 .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;
}

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

.form-row {
  position: relative;
}
.form-row.hidden {
  display: none;
}
.form-row > label,
.form-row > input {
  display: block;
}
.form-row > label,
.form-row > .label {
  font-size: 1rem;
  line-height: 24px;
}
.form-row > label small,
.form-row > .label small {
  font-weight: 400;
  font-size: 0.75rem;
}
.form--login .form-row > label {
  font-size: 1.25rem;
}
.form-row.container__button {
  padding: 1.25em 0;
}
.form--horizontal .form-row {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.form--horizontal .form-row > .label,
.form--horizontal .form-row > label {
  flex: 1 1 40%;
  margin-top: 0;
}
.form--horizontal .form-row > div {
  flex: 1 1 60%;
}
.form--horizontal .form-row.btn-row {
  justify-content: end;
}
.form--horizontal .form-row.btn-row .btn {
  margin-left: 16px;
  width: auto;
  white-space: nowrap;
}
.form--horizontal .form-row ul {
  margin: 0;
}

.wrapper-horizontal ul {
  display: flex;
  margin: 0;
}
.wrapper-horizontal li {
  margin-right: 1.25em;
}

.form__request h2 {
  display: flex;
  align-items: center;
}
.form__request h2 svg {
  margin-right: 12px;
}

.form--aside {
  margin-top: 22px;
}
.form--aside .btn-files {
  display: none !important;
}
.form--aside .file-upload.hidden {
  height: auto;
  overflow: visible;
}
.form--aside .btn {
  margin-right: 16px;
}
.form--aside textarea {
  margin-bottom: 1rem;
}
.form--aside .label--file {
  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;
}

.container__header {
  margin-bottom: 16px;
}
.container__header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container__header h1 {
  margin: 2px 0 0;
}
.container__header .container__controls {
  flex: 0 1 25%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.container__header .container__controls .btn {
  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;
}
.container__header .container__controls .btn span {
  display: inline-block;
}

.container__sorting {
  box-sizing: content-box;
}
.container__sorting .wrapper {
  background-color: #e4eef1;
  padding: 16px;
  display: flex;
  justify-content: space-between;
}
.container__sorting select {
  margin: 0 1.5rem 0 0;
}

.container__list.seperated {
  border-top: 1px solid #cad6da;
}

.list__incidents {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.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;
}
.show-modal .list__incidents .list-item {
  cursor: initial;
}
.list__incidents .list-item::-webkit-scrollbar {
  display: none;
}
.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;
}
.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;
}
.list__incidents .list-item .message:before {
  content: url(/static/3ffc836a914489da2615.svg);
  position: absolute;
  left: 16px;
  top: calc(50% - 13px);
}
.list__incidents .list-item .wrapper__swipe {
  flex: 2 0 100%;
  background-color: #fff;
  z-index: 2;
}
.list__incidents .list-item .container__flex {
  min-width: 300px;
  min-height: 100px;
}
.list__incidents .list-item .container__flex a {
  display: flex;
  justify-items: flex-start;
  color: inherit;
  text-decoration: none;
}
.list__incidents .list-item .container__image {
  margin: 8px 16px 14px 0;
}
.list__incidents .list-item .container__image .background-image {
  width: calc(78px + 2vw);
  height: calc(58px + 1vw);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #e4eef1;
  box-sizing: border-box;
}
.list__incidents .list-item .container__info {
  flex: 1;
  padding-top: 8px;
}
.list__incidents .list-item .container__info a {
  color: inherit;
  text-decoration: none !important;
}
.list__incidents .list-item .container__info h2 {
  font-size: 1rem;
  margin: 0.5rem 0;
  text-decoration: none;
}
.list__incidents .list-item .container__info .incident__category,
.list__incidents .list-item .container__info .incident__moment {
  color: #65757b;
  margin-bottom: 0.5rem;
}
.list__incidents .list-item .container__info .incident__category {
  color: #404b4f;
  margin-bottom: 0.5rem;
}
.list__incidents .list-item .container__info .incident__category {
  display: inline-block;
}
.list__incidents .list-item .container__info .incident__moment {
  display: flex;
  justify-content: space-between;
}
.list__incidents .list-item .container__info .incident__moment span:last-child {
  display: block;
  flex: 1;
  text-align: right;
  padding-left: 4px;
}
.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;
}
.list__incidents .list-item .container__actions > div {
  margin-top: 20px;
  padding-top: 48px;
  line-height: 18px;
}
.list__incidents .list-item .container__actions.handle--success {
  background-color: #00811f;
  right: -100%;
  text-align: left;
}
.list__incidents .list-item .container__actions.handle--success > div {
  margin-left: 20px;
  background: url(/static/dc4c0e588cac46ad7059.svg) left top no-repeat;
}
.list__incidents .list-item .container__actions.handle--no-success {
  background-color: #ce4c3b;
  left: -100%;
  text-align: right;
}
.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;
}
.list__incidents details:first-child summary {
  border-top: 0;
}
.list__incidents details[open] summary {
  border-bottom: 1px solid #cad6da;
}
.list__incidents summary {
  flex-direction: row;
}

.page-incidents .icon--warning {
  margin: 8px -6px 0 0;
}

.list__mutations {
  list-style-type: none;
  padding: 0;
}
.list__mutations > li {
  margin: 0 -24px;
  padding: 0 24px;
  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 74px;
  border: 0;
  font-size: 0.75rem;
  text-align: right;
}
.list__mutations details summary:focus {
  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 .content {
  position: relative;
  padding: 8px;
  background-color: #e4eef1;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: right;
}
.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;
}
.list__mutations dl dt {
  font-weight: 700;
}
.list__mutations dl dd {
  margin-bottom: 0.5rem;
}
.list__mutations .container__thumbs .container__image {
  opacity: 1;
  cursor: initial;
}

body.show-modal {
  overflow: hidden;
  padding-right: 0;
}
body.show-modal .modal.show {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(10px);
}
body.show-modal .modal.show.modal-right .modal-content {
  right: 0;
}
body.show-modal .modal.show .modal-backdrop {
  display: block;
  opacity: 0.5;
}

body.show-modal--first-filter .modal--first-filter {
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(10px);
}
body.show-modal--first-filter .modal--first-filter.modal-right .modal-content {
  right: 0;
}
body.show-modal--first-filter .modal--first-filter .modal-backdrop {
  display: block;
  opacity: 0.5;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 1.3s ease;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2100;
}
.modal .turboframe-container {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 3rem);
  position: relative;
  width: 90%;
  max-width: 832px;
  margin: 1.5rem auto;
}
.modal-dialog--small {
  max-width: 624px;
}
.modal-content {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  z-index: 20;
}
.modal-header {
  position: relative;
  padding-left: 1.5rem;
  padding-bottom: 4px;
}
.modal-header h1 {
  padding: 25px 48px 0 0;
  margin: 0 0 1rem;
  font-size: calc(1.25rem + 1.5vw);
}
.modal-header h1 small {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0.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-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  display: none;
}

.container__tools {
  margin-top: 1.25em;
}
.container__tools .container__filter > label {
  line-height: 3.2;
  margin-right: 1.25em;
}
.container__tools .container__filter > div {
  flex: 0 1 20%;
  min-width: 250px;
}
@media (min-width: 768px) {
  .container__tools .container__filter {
    display: flex;
    flex: 1;
  }
}
.container__tools > .btn {
  padding: 0 16px 0 10px;
  flex: 0;
}
@media (min-width: 768px) {
  .container__tools {
    display: flex;
    flex: 1;
  }
  .container__tools .toggle {
    width: auto;
  }
}

.filter-header {
  display: flex;
  align-items: baseline;
}
.filter-header h1 {
  margin: 0 16px 0 0;
}

.container__multiselect {
  position: relative;
  z-index: 10;
}
.container__multiselect .toggle {
  background-color: white;
  border: 1px solid #cad6da;
  outline: 0;
  padding: 12px 16px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 12px;
}
.container__multiselect .toggle:after {
  content: "";
  display: inline-block;
  background-image: url(/static/e76becbb9500309801eb.svg);
  background-size: 19px 26px;
  width: 16px;
  height: 19px;
  margin-left: 20px;
}
.container__multiselect .wrapper {
  flex: 1;
  position: absolute;
  top: calc(100% - 12px);
  left: 0;
  height: 0;
  min-width: 220px;
  overflow: hidden;
  background-color: #fff;
  display: none;
}
.container__multiselect.show {
  z-index: 100;
}
.container__multiselect.show .wrapper {
  height: 280px;
  border: 1px solid #cad6da;
  overflow-y: scroll;
  display: block;
}
.container__multiselect ul.list--form-check-input {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}
.container__multiselect ul.list--form-check-input li {
  flex: 0;
  padding: 16px 0;
  margin: 0 16px;
  border-bottom: 1px solid #cad6da;
  font-size: 16px;
}
.container__multiselect ul.list--form-check-input li:last-of-type {
  border: 0;
}
.container__multiselect ul.list--form-check-input li .form-check {
  margin: 0;
}
@media (min-width: 768px) {
  .container__multiselect {
    padding-right: 12px;
  }
  .container__multiselect .toggle {
    margin-bottom: 0;
  }
}

.page__detail {
  padding-top: 2rem;
}
.page__detail h1 {
  margin-bottom: 0;
}
.page__detail h1 + span {
  font-size: 16px;
}
.page__detail .aside {
  font-size: 16px;
}
.page__detail .aside .btn {
  text-align: left;
  width: auto;
  display: inline-block;
  font-size: 16px;
  margin-right: 4px;
}
.page__detail .aside .btn-textlink {
  text-decoration: underline;
}
.page__detail .aside .list__mutations {
  margin-top: 0;
}

.container__actions p {
  margin-bottom: 0.5rem;
}
.container__actions p:not(:first-of-type) {
  margin-top: 0.5rem;
}

.container__details > *:first-child {
  margin-top: 0;
}
.container__details h1 {
  margin-top: 0;
}
.container__details h2 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cad6da;
}
.container__details h2 svg {
  margin-right: 8px;
}
.container__details h3 {
  margin-bottom: 0.25rem;
}
.container__details h3:first-child {
  margin-top: 0;
}
.container__details p {
  margin-top: 0;
  line-height: 175%;
}
.container__details > *:last-child {
  margin-bottom: 0;
}
.container__details ul {
  flex: 1 1 50%;
}

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

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

.section--seperated .full-width {
  margin: 0 -24px;
}

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

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

.container__details--overview {
  box-sizing: content-box;
}
.container__details--overview .wrapper {
  background-color: #e4eef1;
  padding: 16px;
  display: flex;
  font-size: 16px;
}
.container__details--overview .wrapper dl {
  margin: 0;
  flex-basis: 40%;
}
.container__details--overview select {
  margin: 0 1.5rem 0 0;
}

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

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.alert {
  position: relative;
  padding: 1em 1em;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
  display: flex;
  font-size: 16px;
}
.alert svg {
  padding-right: 16px;
  margin-top: -6px;
}
.alert--info {
  background-color: rgba(23, 145, 212, 0.1);
  border-color: rgba(23, 145, 212, 0.25);
}
.alert--info a {
  color: inherit;
}
.alert--warning {
  background-color: rgba(237, 181, 0, 0.1);
  border-color: rgba(237, 181, 0, 0.25);
}
.alert--warning a {
  color: inherit;
}

.container__pagination {
  display: flex;
  justify-content: flex-end;
}
.container__pagination .pagination {
  display: flex;
}
.container__pagination .pagination li {
  flex: 0;
  margin: 0 2px;
}
.container__pagination .pagination button {
  border: 0;
  outline: none;
  height: 32px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 16px;
}
.container__pagination .pagination button svg {
  padding-left: 6px;
}
.container__pagination .pagination button:hover {
  background-color: #e0eee2;
}
.container__pagination .pagination button.btn--next path {
  fill: #404b4f;
}
.container__pagination .pagination button.btn--previous svg {
  transform: rotate(180deg);
  fill: #404b4f;
}
.container__pagination .pagination span {
  color: #00811f;
  background-color: #e0eee2;
}
.container__pagination .wrapper-horizontal ul li {
  margin-right: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  position: relative;
}
.container__pagination .wrapper-horizontal ul li label {
  font-weight: 400;
  font-size: 16px;
  display: block;
  width: 32px;
}
.container__pagination .wrapper-horizontal ul li input {
  width: 0;
  height: 0;
  position: absolute;
  border: 0;
  box-shadow: none;
}
.container__pagination .wrapper-horizontal ul li input::before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: white;
  z-index: -1;
  left: 0;
  top: -3px;
}
.container__pagination .wrapper-horizontal ul li input:hover, .container__pagination .wrapper-horizontal ul li input:checked {
  border: 0;
  box-shadow: none;
}
.container__pagination .wrapper-horizontal ul li input:hover::before, .container__pagination .wrapper-horizontal ul li input:checked::before {
  color: #00811f;
  background-color: #e0eee2;
}
.container__pagination .wrapper-horizontal ul li input:focus:before {
  outline-style: solid !important;
  outline-width: medium !important;
  outline-color: #404b4f !important;
}

.badge {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  margin-right: 4px;
}
.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;
}

details.filter--active {
  background-color: #eff4f6;
  border: 0;
  margin-bottom: 16px;
}
details.filter--active ul {
  margin: 0;
}
details summary {
  padding: 24px 16px 24px 40px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #cad6da;
  list-style: none;
}
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[open] > summary::before {
  transform: rotate(-90deg);
  left: 19px;
}
details.details-form summary {
  padding-left: 25px;
  color: #00811f;
  text-decoration: underline;
}
details.details-form summary::before {
  content: url(/static/8fbee7f01dea226c0158.svg);
  top: calc(50% - 12px);
  left: -5px;
}
details.details-form[open] > summary {
  display: none;
}
details.details-form[open] > summary::before {
  left: 0px;
}

.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 {
  width: 100%;
  background-color: #e4eef1;
  scroll-snap-align: center;
  display: flex;
}
.container__imageslider .container__image .image {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  display: block;
  margin: auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.container__imageslider .container__image .image span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 2px 8px;
  background-color: #0079b8;
  color: #fff;
  font-size: 12px;
}

.container__thumbs {
  padding: 16px 1.5rem 0;
  white-space: nowrap;
  overflow-x: scroll;
}
.container__thumbs ul {
  list-style: none;
  padding: 0;
  margin: 0 -8px;
}
.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 ul li button {
  border: 0;
  cursor: pointer;
}
.container__thumbs .container__image {
  width: calc(66px + 2vw);
  height: 77px;
  background-color: #e4eef1;
  opacity: 0.5;
  outline: none;
}
.container__thumbs .container__image .image {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.container__thumbs.no-slides {
  padding: 0;
  width: 100%;
}
.container__thumbs.no-slides ul {
  margin: 0 -8px;
}
.container__thumbs.no-slides ul li {
  margin: 0 8px;
  cursor: initial;
}
.container__thumbs.no-slides .container__image {
  width: 278px;
  height: 188px;
  background-color: #e4eef1;
  outline: none;
  opacity: 1;
}

.container__nav--tertiary {
  margin: 0 auto;
  width: 100%;
  max-width: 1152px;
  display: flex;
  justify-content: flex-end;
}

.list-nav--tertiary {
  list-style-type: none;
  padding: 0;
  margin: 12px 16px 12px 0;
  display: flex;
}
.list-nav--tertiary li:not(:last-child) {
  margin-right: 20px;
}
.list-nav--tertiary a {
  color: #404b4f;
  text-decoration: none;
}
.list-nav--tertiary a svg {
  vertical-align: bottom;
}
.list-nav--tertiary a:hover, .list-nav--tertiary a:focus {
  color: #00811f;
}

.page__beheer {
  padding-top: 2rem;
}
.page__beheer .container__flex {
  margin: 32px 0;
  display: flex;
  justify-content: space-between;
}
.page__beheer .container__flex > * {
  flex: 1;
}
.page__beheer .container__flex h1 {
  margin-top: 0;
}
.page__beheer .container__flex .btn {
  max-width: 200px;
  height: 48px;
}
.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 {
  max-width: 624px;
  margin: 0 auto;
}
.page__beheer .btn-row {
  display: flex;
  justify-content: flex-end;
}
.page__beheer .btn-row .btn {
  flex: 0 1;
  margin-left: 1rem;
}
.page__beheer .form-row input + p,
.page__beheer .form-row select + p,
.page__beheer .form-row .list--form-check-input + p {
  margin-top: -16px;
}

.page__unauthorized .container__toplevel > aside,
.page__unauthorized .container__toplevel .container__main .bar--top {
  display: none;
}
.page__unauthorized .container__main {
  margin: 0;
  padding: 0;
}
.page__unauthorized .container__main main {
  padding: 0;
  max-width: none;
}
.page__unauthorized .container--env {
  width: auto;
  left: 0;
}
@media (min-width: 768px) {
  .page__unauthorized .container--env {
    left: 50%;
    transform: translateX(-50%);
  }
}

.container__unauthorized {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.container__unauthorized:has(.hero-image.hide) {
  opacity: 0;
}
.container__unauthorized .logo-organisatie {
  position: absolute;
  width: 100%;
  max-width: 170px;
}
.container__unauthorized .container__hero {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.container__unauthorized .container__hero .hero {
  width: 100%;
  height: 100%;
  position: relative;
}
.container__unauthorized .container__hero .hero .hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.container__unauthorized .container__hero .logo-organisatie {
  display: block;
  left: 50%;
  bottom: 1rem;
  transform: translateX(-50%);
}
.container__unauthorized .container__content {
  text-align: center;
  padding: 1rem 0 4rem;
  box-sizing: border-box;
}
.container__unauthorized .container__content h1 {
  margin-bottom: 0.5rem;
}
.container__unauthorized .container__content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 350px;
  font-size: 1rem;
}
.container__unauthorized .container__content .btn {
  width: auto;
  display: inline-block;
  padding: 0 1rem;
  line-height: 48px;
  align-self: center;
}
.container__unauthorized .container__content .logo-organisatie {
  display: none;
  top: 1rem;
  left: 1rem;
}
.container__unauthorized .container__content .container__details {
  max-width: 355px;
  margin: 0 auto;
}
.container__unauthorized .container__content dl div {
  display: block;
}
.container__unauthorized .container__content dl div dt,
.container__unauthorized .container__content dl div dd {
  display: inline;
}
@media (min-width: 768px) {
  .container__unauthorized {
    flex-direction: row;
  }
  .container__unauthorized .container__hero {
    order: 2;
    width: 50%;
  }
  .container__unauthorized .container__hero .logo-organisatie {
    display: none;
  }
  .container__unauthorized .container__content {
    order: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .container__unauthorized .container__content .logo-organisatie {
    display: block;
  }
}

.print-only {
  display: none;
}

@media print {
  .print-only {
    display: block;
  }
  .page__detail .aside,
  .page__detail .link--back,
  .page__detail .badge {
    display: none;
  }
  body {
    font-size: 14px;
  }
  h1 {
    margin-top: 0;
    font-size: 20px;
  }
  .bar,
  .section--imageslider {
    display: none;
  }
  .container__details h2 {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 16px;
  }
  .container__details h2 svg {
    margin-right: 0;
  }
  .container__details .h5 {
    font-size: 14px;
  }
  .container__details > div {
    display: flex;
  }
  .container__details > div .h5,
  .container__details > div .h5 + p {
    flex: 1 0 50%;
    margin: 0;
    line-height: 175%;
  }
  .section--imagelist {
    display: block;
  }
  .section--imagelist ul:after {
    content: "";
    display: block;
    clear: both;
  }
  .section--imagelist li {
    float: left;
    width: 48%;
    margin-bottom: 20px;
  }
  .section--imagelist li:nth-child(odd) {
    margin-right: 20px;
  }
  .section--imagelist li img {
    width: 100%;
    max-width: 100%;
  }
  .section--imagelist li .image {
    position: relative;
  }
  .section--imagelist li .image span {
    position: absolute;
    bottom: 4px;
    left: 0;
    display: inline-block;
    padding: 2px 8px;
    background-color: #0079b8;
    color: #fff;
    font-size: 12px;
  }
  .section--imagelist li::after {
    content: "";
    clear: both;
    display: table;
  }
}
