/*!***********************************************************************************************************************************************************!*\
  !*** 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: 540px;
  margin: 0 auto;
}

main,
header {
  padding: 0 16px;
}

header > .container {
  max-width: 1152px;
}

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

a,
.link {
  color: #00811f;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus,
.link:hover,
.link:focus {
  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: 4px;
}
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: 4px;
}
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: 4px;
}
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: 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;
  margin: 0 0 20px 20px;
}
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;
}
a.link--back > svg path,
.link.link--back > svg path {
  fill: #000;
}
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: inline-block;
  margin-left: 25px;
  position: relative;
}
p.text--person svg {
  position: absolute;
  left: -25px;
  top: 4px;
}
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: 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;
}
@media (min-width: 576px) {
  ul.list-flex {
    display: flex;
    flex-wrap: wrap;
  }
  ul.list-flex li {
    flex: 1 0 50%;
  }
}

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

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

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

.wrapper-horizontal {
  display: flex;
}

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

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

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

.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;
  color: #00811f;
  font-weight: 300;
  font-size: inherit;
}
.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;
}

header {
  height: 64px;
}
header .container {
  display: flex;
  flex-direction: column;
  margin: 1rem auto 0;
}
header .container h1 {
  margin: 0;
}
header .container svg {
  height: 40px;
  width: 220px;
  margin: 10px 0 0 10px;
}
@media (min-width: 768px) {
  header .container {
    flex-direction: row;
    justify-content: space-between;
  }
  header .container h1 {
    order: 1;
  }
  header .container > a {
    order: 2;
  }
}

/**
 * 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;
  background-color: #eff4f6;
}

.is-invalid .form-control:hover:not(:focus):not([disabled]),
.is-invalid .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;
  top: -1px;
}

.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-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 label,
.list--form-radio-input label {
  line-height: 1.5rem;
  font-weight: 400;
}
.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;
}
.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 input[type=checkbox] + span,
.list--form-radio-input input[type=checkbox] + span {
  font-weight: 400;
  line-height: 28px;
}

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

.list--form-radio-input {
  margin-bottom: 1.5rem;
}
.wrapper-horizontal .list--form-radio-input {
  margin-bottom: 0;
}

.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;
}
.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-check-input[type=checkbox] + span,
.form-radio-input[type=checkbox] + span {
  font-weight: 400;
  line-height: 28px;
}

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

.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;
  margin-bottom: 1.25em;
}
.file-upload .preview li img,
.file-upload .preview li .placeholder {
  height: 116px;
  max-width: 155px;
  vertical-align: middle;
}
.file-upload .preview li .placeholder,
.file-upload .preview li .container__image {
  margin-right: 1.25em;
}
.file-upload .preview li .placeholder {
  border: 1px dotted #cad6da;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
}
.file-upload .preview li .container__image {
  display: flex;
  min-width: 155px;
  justify-content: center;
}
.file-upload .preview li > .container__image {
  background-color: #eff4f6;
}
.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;
}

#buttonFile {
  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;
  line-height: initial;
}
.form--login .form-row > label {
  font-size: 1.25rem;
}
.form-row.container__button {
  padding: 1.25em 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;
}

.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;
  border-top: 1px solid #cad6da;
}
.list__mutations > li {
  margin: 0 -24px;
  padding: 0 24px;
}
.list__mutations > li:nth-child(even) {
  background-color: #e4eef1;
}
.list__mutations > li p {
  margin: 8px 0 0;
}
.list__mutations > li:last-child details::before {
  height: 0;
}
.list__mutations details {
  position: relative;
}
.list__mutations details::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 6px;
  top: 23px;
  background-color: #404b4f;
}
.list__mutations details summary {
  padding: 16px 0 16px 24px;
  border: 0;
}
.list__mutations details summary::before {
  content: "";
  top: 17px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #404b4f;
}
.list__mutations details dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 16px;
}
.list__mutations details[open] > summary::before {
  left: 0;
}
.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;
}

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-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-backdrop {
  display: block;
  opacity: 0.5;
}

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

.count {
  color: #fff;
  background-color: #00811f;
  font-size: 12px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0 !important;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin: 0 3px;
}
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;
}

.full-page-view__filters form {
  padding-bottom: 8rem;
}
.full-page-view__filters fieldset {
  margin: 0 16px;
}
.show-filters .full-page-view__filters .full-page-view__main {
  transform: translateZ(0);
}
.full-page-view__filters .full-page-view__footer {
  position: fixed;
  width: calc(100% - 32px);
  bottom: 0;
  padding: 16px;
  background: white;
  left: 0;
}
.full-page-view__filters .full-page-view__footer .btn {
  width: 100%;
  margin-bottom: 16px;
}
.full-page-view__filters .full-page-view__footer .btn: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 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 summary {
  background-color: #eff4f6;
  margin: 0 -16px;
  padding: 24px 32px 24px 80px;
}
.full-page-view__filters details details summary::before {
  left: 57px;
}
.full-page-view__filters details details ul {
  margin: 0;
}
.full-page-view__filters details details .form-check {
  margin-left: -4px;
}
.full-page-view__filters details details[open] > summary::before {
  left: 60px;
}
.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 {
  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;
}

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 summary {
  background-color: #eff4f6;
  margin: 0 -16px;
  padding: 24px 32px 24px 80px;
}
details details summary::before {
  left: 57px;
}
details details ul {
  margin: 0;
}
details details .form-check {
  margin-left: -4px;
}
details details[open] > summary::before {
  left: 60px;
}

.container__details > *:first-child {
  margin-top: 0;
}
.container__details h1 {
  margin-top: 0;
}
.container__details h2 {
  margin-bottom: 0;
}
.container__details p {
  margin-top: 0;
  line-height: 175%;
}
.container__details > *:last-child {
  margin-bottom: 0;
}

.no-image {
  background-color: #e4eef1;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  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: center;
}
.container__imageslider .container__image:focus {
  border: 3px solid gold;
}
.container__imageslider .container__image img {
  max-width: 100%;
  max-height: calc(250px + 10vw);
  height: 100%;
  display: block;
  margin: auto;
}

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

.container__map {
  height: 0;
  padding-bottom: 100%;
}
.container__map .map {
  height: 0;
  padding-bottom: 100%;
}
.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: rgba(0, 0, 0, 0);
  transition: background 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);
}
.section--seperated .container__map {
  margin-bottom: -16px !important;
}
.container__map img {
  width: 100%;
}

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

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

turbo-frame {
  position: relative;
  display: block;
}
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);
  }
}
.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;
}

.alert {
  position: relative;
  padding: 1.25em 1.25em;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
  display: flex;
}
.alert svg {
  padding-right: 16px;
}
.alert--info {
  color: #00689e;
  background-color: rgba(23, 145, 212, 0.1);
}
.alert--info a {
  color: inherit;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  word-wrap: break-word;
  background-color: #eff4f6;
  background-clip: border-box;
  border: 1px solid #cad6da;
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 8px;
  color: #404b4f;
}

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

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 1rem 1rem;
  margin-bottom: 0;
  color: #00811f;
  background-color: #dbe7ea;
  border-bottom: 1px solid #cad6da;
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1rem 1rem;
  color: #00811f;
  background-color: #dbe7ea;
  border-top: 1px solid #cad6da;
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -1rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-group > .card {
  margin-bottom: 2rem;
}
