@use 'sass:math';
@use 'sass:map';
@use 'sass:list';
@use 'sass:string';
@use 'sass:meta';
/*------------------------------------*\
    #RESET
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: auto;
  /* 2 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  appearance: textfield;
  /* 1 */
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/
 */
* {
  box-sizing: border-box; }

/**
 * 1) Zero out margins and padding for elements
 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0; }

/**
 * 1) Set HTML5 elements to display: block
 */
header, footer, nav, section, article, figure {
  display: block; }

:root {
  --color-white: #ffffff;
  --color-primary: #0b4c61;
  --color-secondary: #a1d2cf;
  --color-tertiary: #db504a;
  --color-primary-dark: #083d4e;
  --color-primary-light: #1b81a2;
  --color-primary-hover: #7fc7df;
  --color-primary-inactive: #c4e1ea;
  --color-primary-bg: #e0f1f6;
  --color-secondary-bg: #c9e2e0;
  --color-tertiary-bg: #f9efef;
  --color-grey-dark: #262626;
  --color-grey-light: #ddd;
  --color-grey-bg: #eee;
  --color-error: #db504a;
  --color-success: #1f536b;
  --color-info: #a1d2cf;
  --color-on-secondary: #262626; }

.color-white {
  color: var(--color-white); }

.color-primary {
  color: var(--color-primary); }

.color-secondary {
  color: var(--color-secondary); }

.color-tertiary {
  color: var(--color-tertiary); }

.color-on-secondary {
  color: var(--color-on-secondary); }

.color-primary-dark {
  color: var(--color-primary-dark); }

.color-primary-light {
  color: var(--color-primary-light); }

.color-primary-hover {
  color: var(--color-primary-hover); }

.color-primary-bg {
  color: var(--color-primary-bg); }

.color-primary-inactive {
  color: var(--color-primary-inactive); }

.color-secondary-bg {
  color: var(--color-secondary-bg); }

.color-tertiary-bg {
  color: var(--color-tertiary-bg); }

.color-grey-dark {
  color: var(--color-grey-dark); }

.color-grey-light {
  color: var(--color-grey-light); }

.color-grey-bg {
  color: var(--color-grey-bg); }

.color-error {
  color: var(--color-error); }

.color-success {
  color: var(--color-success); }

.color-info {
  color: var(--color-info); }

html {
  min-height: 100vh;
  font-size: 12pt; }

body {
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  color: var(--color-grey-dark);
  display: flex;
  flex-direction: column; }

.container, footer, header .menu-holder, header .header-content-holder, .page-nav, .page {
  width: 100%;
  padding: 1.2rem 2.4rem; }
  .container .container-content, footer .container-content, header .menu-holder .container-content, header .header-content-holder .container-content, .page-nav .container-content, .page .container-content {
    max-width: 60rem;
    margin: 0 auto; }

.page {
  flex-grow: 1;
  background-color: var(--color-white); }
  .page .page-title {
    margin: 1rem 0;
    font-size: 1.6rem; }
  .page .page-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1.2rem; }
    .page .page-content .content-row, .page .page-content .reporter-info-row {
      display: flex;
      flex-direction: row;
      justify-content: stretch;
      gap: 1.2rem; }
      .page .page-content .content-row .box, .page .page-content .reporter-info-row .box, .page .page-content .content-row .report-messages .report-message, .page .page-content .reporter-info-row .report-messages .report-message, .report-messages .page .page-content .content-row .report-message, .report-messages .page .page-content .reporter-info-row .report-message, .page .page-content .content-row .report-messages .report-note, .page .page-content .reporter-info-row .report-messages .report-note, .report-messages .page .page-content .content-row .report-note, .report-messages .page .page-content .reporter-info-row .report-note, .page .page-content .content-row .report-notes .report-message, .page .page-content .reporter-info-row .report-notes .report-message, .report-notes .page .page-content .content-row .report-message, .report-notes .page .page-content .reporter-info-row .report-message, .page .page-content .content-row .report-notes .report-note, .page .page-content .reporter-info-row .report-notes .report-note, .report-notes .page .page-content .content-row .report-note, .report-notes .page .page-content .reporter-info-row .report-note, .page .page-content .content-row .content-column, .page .page-content .reporter-info-row .content-column {
        flex-basis: 0;
        flex-shrink: 1; }
      @media (max-width: 1023px) {
        .page .page-content .content-row--desktop {
          flex-direction: column; } }
      @media (max-width: 767px) {
        .page .page-content .content-row--tablet {
          flex-direction: column; } }
    .page .page-content .content-column {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: start;
      align-items: stretch;
      gap: 1.2rem; }
      .page .page-content .content-column--right {
        align-items: end; }
    .page .page-content .gap-2x {
      gap: 2.4rem; }
    .page .page-content .gap-3x {
      gap: 3.6rem; }
    .page .page-content .gap-4x {
      gap: 4.8rem; }
    .page .page-content .grow-2 {
      flex-grow: 2; }
    .page .page-content .grow-3 {
      flex-grow: 3; }
    .page .page-content .grow-4 {
      flex-grow: 4; }
    .page .page-content .grow-5 {
      flex-grow: 5; }

.page-nav {
  display: flex;
  flex-direction: row;
  background-color: var(--color-grey-bg);
  padding: 0.5rem 2rem; }
  .page-nav .container-content {
    width: 100%; }
  .page-nav__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25em;
    text-decoration: none; }
    .page-nav__link:hover .text {
      text-decoration: underline; }

.hidden {
  display: none !important; }

.icon, div.dt-container .data-table thead > tr > th.dt-orderable-desc > .dt-column-order, div.dt-container .data-table thead > tr > th.dt-orderable-asc > .dt-column-order {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
  font-size: 24px; }
  .icon--fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48; }
  .icon.icon--primary, div.dt-container .data-table thead > tr > th.dt-orderable-desc > .icon--primary.dt-column-order, div.dt-container .data-table thead > tr > th.dt-orderable-asc > .icon--primary.dt-column-order {
    color: var(--color-primary); }

.icon-and-text {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25em; }

.organization-detail-logo {
  max-height: 100px; }

img.captcha {
  width: 250px;
  height: 100px; }

.filepond--panel-root {
  background-color: var(--color-grey-bg);
  border-radius: 10px; }

.filepond--drop-label {
  color: var(--color-grey-dark); }

.box:not(.box--outlined) .filepond--panel-root, .report-messages .report-message:not(.box--outlined) .filepond--panel-root, .report-messages .report-note:not(.box--outlined) .filepond--panel-root, .report-notes .report-message:not(.box--outlined) .filepond--panel-root, .report-notes .report-note:not(.box--outlined) .filepond--panel-root {
  background-color: var(--color-white); }

.box fieldset .filepond--panel-root, .report-messages .report-message fieldset .filepond--panel-root, .report-messages .report-note fieldset .filepond--panel-root, .report-notes .report-message fieldset .filepond--panel-root, .report-notes .report-note fieldset .filepond--panel-root {
  background-color: var(--color-grey-bg); }

a:not(.button) {
  color: var(--color-primary);
  transition: color 0.3s, text-decoration 0.3s; }
  a:not(.button):visited {
    color: var(--color-primary); }
  a:not(.button):hover {
    color: var(--color-grey-dark);
    text-decoration: none; }
  a:not(.button).link--inversed {
    color: var(--color-white); }
    a:not(.button).link--inversed:visited {
      color: var(--color-white); }
    a:not(.button).link--inversed:hover {
      color: var(--color-primary-hover); }
  a:not(.button).link--external::after {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    content: 'open_in_new';
    padding-left: 1px;
    position: relative;
    top: 3px; }
  a:not(.button).link--page::before {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    content: 'description';
    padding-right: 1px;
    position: relative;
    top: 3px; }

.button, div.dt-container .dt-paging .dt-paging-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: var(--color-primary);
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
  border: 1px solid transparent;
  font-size: 0.75rem;
  line-height: 1.5;
  cursor: pointer;
  white-space: nowrap; }
  .button--small {
    line-height: 1.1; }
  .button--xsmall {
    line-height: 1;
    padding: 0.4rem 0.6rem; }
  .button:hover, div.dt-container .dt-paging .dt-paging-button:hover {
    background: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    color: var(--color-primary-dark);
    text-decoration: none; }
  .button--disabled, .button:disabled, div.dt-container .dt-paging .dt-paging-button:disabled, .button .disabled, div.dt-container .dt-paging .dt-paging-button .disabled {
    pointer-events: none;
    color: var(--color-primary-light); }
  .button--primary {
    color: var(--color-white);
    background-color: var(--color-primary);
    border-color: var(--color-primary); }
    .button--primary:hover {
      background-color: var(--color-primary-light);
      border-color: var(--color-primary-light);
      color: var(--color-white); }
    .button--primary.button--disabled, .button--primary:disabled {
      background-color: var(--color-primary-inactive);
      border-color: var(--color-primary-inactive); }
  .button--primary-outlined {
    border-color: var(--color-primary); }
    .button--primary-outlined:hover {
      background-color: var(--color-primary-hover);
      border-color: var(--color-primary-dark);
      color: var(--color-primary-dark); }
  .button--with-icon::after {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: "liga";
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
    font-size: 1.4em;
    line-height: 0.8;
    margin-left: 0.35rem; }
  .button--with-icon.icon-preview::after {
    content: "preview"; }
  .button--with-icon.icon-dearchive::after {
    content: "unarchive"; }
  .button--with-icon.icon-add::after {
    content: "add"; }
  .button--with-icon.icon-edit::after {
    content: "edit"; }
  .button--with-icon.icon-send::after {
    content: "send"; }
  .button--with-icon.icon-share::after {
    content: "share"; }
  .button--with-icon.icon-save::after {
    content: "save"; }
  .button--with-icon.icon-view::after {
    content: "visibility"; }
  .button--with-icon.icon-delete::after {
    content: "delete"; }
  .button--with-icon.icon-disable::after {
    content: "toggle_off"; }
  .button--with-icon.icon-enable::after {
    content: "toggle_on"; }
  .button--with-icon.icon-escalate::after {
    content: "upgrade"; }
  .button--with-icon.icon-reports::after {
    content: "news"; }
  .button--with-icon.icon-primary::after {
    content: "star"; }
  .button--with-icon.icon-back::after {
    content: "arrow_back"; }

input, button, select, textarea, .button, div.dt-container .dt-paging .dt-paging-button {
  border-radius: 4px; }

input, select, textarea, .form-text {
  padding: 0.5rem 0.75rem;
  line-height: 1.35;
  color: var(--color-grey-dark); }

input, select, textarea {
  border: 1px solid var(--color-grey-dark);
  outline: none; }
  input:hover:not(:read-only), select:hover:not(:read-only), textarea:hover:not(:read-only) {
    border-color: var(--color-primary); }
  input[readonly], select[readonly], textarea[readonly] {
    background-color: var(--color-grey-bg); }
  input:focus:not(:read-only), input:focus-visible:not(:read-only), select:focus:not(:read-only), select:focus-visible:not(:read-only), textarea:focus:not(:read-only), textarea:focus-visible:not(:read-only) {
    border-color: var(--color-primary);
    outline: 0;
    box-shadow: 0 0 0 1px var(--color-primary-light); }

textarea {
  resize: vertical; }

.select-wrapper {
  position: relative;
  flex-grow: 1; }
  .select-wrapper select {
    width: 100%;
    background-color: var(--color-white);
    cursor: pointer;
    padding-right: 2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select-wrapper:after {
    content: "\2304";
    display: inline-block;
    position: absolute;
    right: 0.4rem;
    top: 50%;
    margin-top: -0.8rem;
    color: var(--color-primary);
    font-size: 1.75rem;
    line-height: 0.5;
    pointer-events: none; }

.checkbox-wrapper {
  position: relative; }

input[type="checkbox"] {
  position: absolute;
  display: inline-block;
  z-index: 10;
  margin: 0;
  width: 1.2rem;
  height: 1.2rem;
  opacity: 0;
  cursor: pointer; }
  input[type="checkbox"] + .checkbox-indicator {
    border-radius: 4px;
    border: 2px solid var(--color-grey-dark);
    background-color: transparent;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    user-select: none;
    box-shadow: none; }
    input[type="checkbox"] + .checkbox-indicator:after {
      content: "\2713";
      color: var(--color-white);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: none;
      justify-content: center;
      align-items: center;
      font-size: 1.1rem; }
  input[type="checkbox"]:hover + .checkbox-indicator {
    border-color: var(--color-primary); }
  input[type="checkbox"]:checked + .checkbox-indicator {
    border-color: var(--color-primary);
    background-color: var(--color-primary); }
    input[type="checkbox"]:checked + .checkbox-indicator:after {
      display: flex; }

.form-control, .form-control--inline {
  width: 100%;
  display: flex; }
  .form-control:last-child, .form-control--inline:last-child {
    margin-bottom: 0; }

.form-control {
  flex-direction: column; }
  .form-control__label {
    margin-bottom: 0.25rem;
    font-weight: bolder; }
  .form-control__input {
    display: block; }
    .form-control__input--readonly {
      border: none;
      padding: 0;
      background: transparent;
      font-size: 1em; }
  .form-control__message:not(:first-child) {
    font-size: 0.75rem;
    margin-top: 0.25rem; }
  .form-control__message--validation {
    color: var(--color-success);
    display: none; }
  .form-control--error .form-control__input {
    color: var(--color-error);
    border-color: var(--color-error); }
    .form-control--error .form-control__input:focus {
      box-shadow: 0 0 0 1px var(--color-error); }
  .form-control--error .form-control__message--validation {
    color: var(--color-error);
    display: block; }
  .form-control--success .form-control__message--validation {
    color: var(--color-success);
    display: block; }
  .form-control__image .image-container {
    width: auto;
    max-height: 200px;
    margin-bottom: 1.2rem; }
    .form-control__image .image-container--square {
      height: 200px;
      width: 200px; }
    .form-control__image .image-container .preview {
      width: auto;
      height: 100%; }
      .form-control__image .image-container .preview--square {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .form-control__image .image-container .preview.no-image {
        padding: 1.2rem;
        background-color: var(--color-white);
        border-radius: 10px; }

.form-control--inline {
  flex-direction: row;
  gap: 0.5rem;
  align-items: baseline; }
  .form-control--inline + .form-errors {
    margin-top: -0.75rem; }

.form-control--checkbox {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 1rem; }
  .form-control--checkbox .checkbox-wrapper {
    margin-top: 0.1rem; }

.basic-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem; }
  .basic-form fieldset:not(.filepond--file-wrapper) {
    position: relative;
    border: 1px solid var(--color-grey-light);
    background-color: var(--color-white);
    padding: 1.2rem;
    padding-top: 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem; }
    .basic-form fieldset:not(.filepond--file-wrapper) > .fieldset-label {
      position: absolute;
      top: -0.7em;
      font-weight: bold; }

.inline-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem; }
  .inline-form:not(:last-child) {
    margin-bottom: 1rem; }

.login-form {
  padding: 1rem;
  max-width: 25rem; }

.narrow-form {
  max-width: 35rem; }

.centered-form {
  max-width: 35rem;
  margin: auto; }

div.dt-container .data-table {
  width: 100%;
  background-color: var(--color-white); }
  div.dt-container .data-table thead {
    color: var(--color-on-secondary);
    background-color: var(--color-secondary); }
  div.dt-container .data-table .table-row-actions {
    display: flex;
    gap: 0.5rem; }
  div.dt-container .data-table thead > tr > th.dt-orderable-asc > .dt-column-order:before {
    content: 'arrow_drop_up';
    opacity: 0.5; }
  div.dt-container .data-table thead > tr > th.dt-orderable-desc > .dt-column-order:after {
    content: 'arrow_drop_down';
    opacity: 0.5; }
  div.dt-container .data-table thead > tr > th.dt-ordering-asc > .dt-column-order:before, div.dt-container .data-table thead > tr > th.dt-ordering-desc > .dt-column-order:after {
    opacity: 1; }
  div.dt-container .data-table td.single-line {
    white-space: nowrap; }

div.dt-container .dt-paging {
  margin-top: 0.5rem; }
  div.dt-container .dt-paging .dt-paging-button {
    color: var(--color-primary) !important; }
    div.dt-container .dt-paging .dt-paging-button:hover {
      color: var(--color-primary) !important; }
    div.dt-container .dt-paging .dt-paging-button.next, div.dt-container .dt-paging .dt-paging-button.previous, div.dt-container .dt-paging .dt-paging-button.first, div.dt-container .dt-paging .dt-paging-button.last {
      font-size: 1.1rem; }
    div.dt-container .dt-paging .dt-paging-button.current {
      color: var(--color-grey-dark) !important;
      background: transparent;
      border-radius: 0;
      border: none;
      border-top: 2px solid var(--color-grey-dark); }
      div.dt-container .dt-paging .dt-paging-button.current:hover {
        border: none;
        border-top: 2px solid var(--color-grey-dark);
        background: transparent; }

div.dt-container .dt-search .dt-input {
  border-color: var(--color-grey-dark);
  background-color: var(--color-white); }

.basic-table {
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden; }
  .basic-table th {
    text-align: left; }
  .basic-table th, .basic-table td {
    vertical-align: top;
    padding: 0.5rem 1rem; }
  .basic-table .row-actions {
    display: flex;
    gap: 0.5rem; }
  .basic-table thead tr {
    color: var(--color-on-secondary);
    background-color: var(--color-secondary); }
  .basic-table tbody tr {
    background-color: var(--color-white); }
  .basic-table tbody tr:nth-child(even) {
    background-color: #f5f5f5; }

.simple-table {
  border-collapse: collapse;
  width: fit-content; }
  .simple-table th, .simple-table td {
    vertical-align: top;
    padding: 0.5rem 1rem 0.5rem 1rem; }
    .simple-table th.baseline, .simple-table td.baseline {
      vertical-align: baseline; }
    .simple-table th:first-child, .simple-table td:first-child {
      padding-left: 0; }
  .simple-table th {
    text-align: start; }
  .simple-table--spacious th:not(:first-child), .simple-table--spacious td:not(:first-child) {
    padding-left: 2rem; }

.content-tabs {
  display: flex;
  gap: 2rem;
  border-bottom: 1px solid var(--color-primary-inactive); }
  .content-tabs .tab {
    border-bottom: 2px solid transparent;
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    cursor: pointer; }
    .content-tabs .tab:hover, .content-tabs .tab.active {
      color: var(--color-grey-dark);
      border-color: var(--color-primary); }

.box, .report-messages .report-message, .report-messages .report-note, .report-notes .report-message, .report-notes .report-note {
  flex-grow: 1;
  padding: 1.2rem;
  background-color: var(--color-primary-bg);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .box--minimal {
    width: fit-content;
    flex-grow: 0; }
  .box--outlined {
    background-color: transparent;
    border: 2px solid var(--color-primary); }
  .box--with-icon {
    position: relative;
    padding: 27.5px; }
    .box--with-icon .box-icon {
      box-sizing: border-box;
      width: 55px;
      height: 55px;
      background-color: var(--color-primary);
      border: 6px solid var(--color-white);
      border-radius: 55px;
      padding: 3px; }
      .box--with-icon .box-icon--top-left {
        position: absolute;
        top: -18.15px;
        left: -18.15px; }
      .box--with-icon .box-icon--top-right {
        position: absolute;
        top: -18.15px;
        right: -18.15px; }
  .box .box-row, .report-messages .report-message .box-row, .report-messages .report-note .box-row, .report-notes .report-message .box-row, .report-notes .report-note .box-row {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
    align-items: start;
    justify-content: start; }
    @media (max-width: 767px) {
      .box .box-row, .report-messages .report-message .box-row, .report-messages .report-note .box-row, .report-notes .report-message .box-row, .report-notes .report-note .box-row {
        flex-direction: column; } }
header {
  background-color: var(--color-primary);
  color: var(--color-white); }
  header .button, header div.dt-container .dt-paging .dt-paging-button, div.dt-container .dt-paging header .dt-paging-button {
    line-height: normal; }
  header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem; }
    header .header-content .title {
      display: block; }
      header .header-content .title .logo-image {
        max-height: 5rem;
        height: 100%;
        width: auto;
        max-width: 33vw; }
    header .header-content .user-info {
      display: flex;
      justify-content: end;
      align-items: baseline;
      flex-wrap: wrap; }
      header .header-content .user-info > *:not(:first-child) {
        margin-left: 0.5rem; }
    header .header-content .user-info--user img.photo {
      height: 30px;
      border-radius: 50%;
      position: relative;
      top: 0.5em;
      margin-right: 0.3em; }
    @media (max-width: 499px) {
      header .header-content {
        gap: 0;
        flex-direction: column;
        align-items: stretch; }
        header .header-content .title .logo-image {
          max-width: unset;
          max-height: 4rem; } }
  header #menu-toggle {
    display: none;
    position: relative;
    bottom: -0.3em;
    z-index: 100; }
  header .separator {
    width: 100%;
    height: 0;
    border-top: 1px solid var(--color-secondary); }
  header .menu-holder {
    padding: 0; }
  header .menu {
    display: flex;
    flex-direction: row; }
    header .menu .menu-item {
      padding: 0.75rem 1rem;
      transition: background-color 0.3s;
      border-top: 2px solid transparent; }
      header .menu .menu-item .menu-link {
        color: var(--color-white);
        font-weight: bolder;
        text-decoration: none; }
      header .menu .menu-item.menu-item--current {
        border-top: 2px solid var(--color-secondary); }
      header .menu .menu-item:hover {
        border-top: 2px solid var(--color-secondary); }
        header .menu .menu-item:hover .menu-link {
          color: var(--color-secondary); }
  header .locale-switch {
    padding-right: 0.2rem; }
  header.light {
    background-color: transparent;
    color: var(--color-primary); }
    header.light .separator {
      border-top: 1px solid var(--color-primary); }
    header.light .menu .menu-item .menu-link {
      color: var(--color-primary); }
    header.light .menu .menu-item:hover {
      border-top: 2px solid var(--color-primary); }
      header.light .menu .menu-item:hover .menu-link {
        color: var(--color-primary-dark); }
  header .header-overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    opacity: 0.6;
    z-index: 10; }
  @media (max-width: 767px) {
    header #menu-toggle {
      display: inline-block; }
    header .menu {
      left: 100vw;
      transition: left 0.3s ease-in; }
    header:not(.show-menu) .menu {
      display: none; }
    header:not(.show-menu) .header-actions {
      display: none; }
    header .separator:nth-child(2) {
      display: none; }
    header.show-menu .header-overlay {
      display: block; }
    header.show-menu .header-actions {
      position: absolute;
      z-index: 30;
      top: 1.2rem;
      left: calc(100vw - 320px + 2.4rem);
      display: flex;
      flex-direction: column; }
    header.show-menu .menu-holder {
      width: 320px;
      position: absolute;
      left: unset;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 20;
      padding-top: 7rem;
      padding-left: 2.4rem;
      padding-right: 2.4rem;
      background-color: var(--color-primary); }
      header.show-menu .menu-holder .menu {
        display: flex;
        flex-direction: column; }
    header.show-menu.light .menu {
      background-color: var(--color-white); } }
.logged-as-admin header .menu {
  background-color: var(--color-tertiary); }

footer {
  margin-top: auto;
  padding: 2rem 2rem;
  color: var(--color-white);
  background-color: var(--color-grey-dark); }
  footer .footer-logo {
    max-width: 150px;
    margin-bottom: 1rem; }
  footer .footer-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 2rem; }
    footer .footer-content .footer-col {
      display: flex;
      flex-direction: column;
      gap: 0.5em; }
      footer .footer-content .footer-col:first-child {
        margin-right: auto;
        justify-content: space-between; }
    @media (max-width: 767px) {
      footer .footer-content {
        flex-direction: column; } }
.messages {
  display: flex;
  flex-direction: column;
  gap: 0.5rem; }
  .messages .message {
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0.5rem 0.25rem 1rem;
    gap: 0.5rem;
    margin-bottom: 1.2rem; }
    .messages .message.hidden {
      display: none; }
    .messages .message .message-text {
      flex-grow: 1; }
    .messages .message.error {
      color: var(--color-white);
      border-color: var(--color-error);
      background-color: var(--color-error); }
      .messages .message.error .message-close {
        color: var(--color-white); }
        .messages .message.error .message-close:hover {
          background-color: inherit;
          border-color: var(--color-white); }
    .messages .message.info {
      color: var();
      border-color: var(--color-info);
      background-color: var(--color-info); }
      .messages .message.info .message-close {
        color: var(--color-grey-dark); }
        .messages .message.info .message-close:hover {
          background-color: inherit;
          border-color: var(--color-grey-dark); }
    .messages .message.success {
      color: var(--color-white);
      border-color: var(--color-success);
      background-color: var(--color-success); }
      .messages .message.success .message-close {
        color: var(--color-white); }
        .messages .message.success .message-close:hover {
          background-color: inherit;
          border-color: var(--color-white); }

.report-form-pages {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-wrap: wrap; }

.report-form {
  margin-top: 1.2rem;
  margin-bottom: 2.4rem; }
  .report-form .personal-data-label {
    color: var(--color-error);
    text-align: center;
    font-weight: bold; }

.report-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 2.4rem; }
  @media (max-width: 767px) {
    .report-header {
      flex-direction: column;
      gap: 2.4rem; } }
  .report-header h1 {
    font-size: 1.8em;
    font-weight: bold;
    text-align: center; }
  .report-header h2 {
    font-size: 1.8em;
    font-weight: normal; }
  .report-header .simple-table {
    width: 100%; }
  .report-header .report-detail {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .report-header .public-info-cell {
    background-color: var(--color-primary-bg); }
    .report-header .public-info-cell .public-info {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
  .report-header .personal-data {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    width: 100%; }
    .report-header .personal-data .reporter-data {
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 1.2rem; }
    @media (max-width: 499px) {
      .report-header .personal-data {
        flex-direction: column;
        gap: 1.2rem;
        align-items: start; }
        .report-header .personal-data .button, .report-header .personal-data div.dt-container .dt-paging .dt-paging-button, div.dt-container .dt-paging .report-header .personal-data .dt-paging-button {
          align-self: end; } }
  .report-header .not-assigned-photo {
    font-size: 8rem;
    color: var(--color-primary); }

.report-messages, .report-notes {
  display: flex;
  flex-direction: column;
  gap: 1.2rem; }
  .report-messages .report-message, .report-messages .report-note, .report-notes .report-message, .report-notes .report-note {
    padding: 1.8rem; }
    .report-messages .report-message.system, .report-messages .report-note.system, .report-notes .report-message.system, .report-notes .report-note.system {
      background-color: transparent;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      flex-direction: row;
      padding-top: 1.2rem;
      padding-bottom: 1.2rem;
      border: 1px solid var(--color-grey-light); }
    .report-messages .report-message .date, .report-messages .report-note .date, .report-notes .report-message .date, .report-notes .report-note .date {
      align-self: end;
      font-size: 0.75rem;
      color: var(--color-primary); }
  .report-messages .report-message.reporter, .report-notes .report-message.reporter {
    margin-left: 5rem;
    background-color: var(--color-primary-inactive); }
  .report-messages .report-message.ombudsman, .report-notes .report-message.ombudsman {
    margin-right: 5rem;
    background-color: var(--color-secondary-bg); }
  .report-messages .report-message.system, .report-notes .report-message.system {
    margin-right: 5rem; }
  .report-messages .report-note:not(.system), .report-notes .report-note:not(.system) {
    background-color: var(--color-grey-light); }
  .report-messages .report-note.from-me, .report-notes .report-note.from-me {
    background-color: var(--color-grey-bg); }

.public-info .share-msg {
  text-transform: uppercase;
  font-weight: bold; }

.public-info .button--primary-outlined:not(:hover) {
  background-color: var(--color-white); }

@media (max-width: 499px) {
  .public-info {
    flex-wrap: wrap; }
    .public-info .share-msg {
      flex-basis: 100%; } }

.report-header-private {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .report-header-private .report-header-private__column-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem; }
  .report-header-private .report-header-private__column-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.5rem; }

.report-title {
  font-size: 1.6rem;
  font-weight: 500; }

.report-subtitle {
  font-size: 1rem;
  font-weight: normal; }

.report-invite-link {
  font-family: monospace;
  font-size: 0.9em;
  cursor: copy; }

.reporter-info-row {
  align-items: baseline;
  flex-wrap: wrap; }

.report-reply-form {
  border-bottom: 1px solid var(--color-primary-light);
  padding-bottom: 2.4rem; }

.report-reply-disabled {
  border-radius: 4px;
  padding: 1.8rem;
  margin-bottom: 1.2rem;
  color: var();
  border-color: var(--color-info);
  background-color: var(--color-info); }

.private-app .report-messages {
  max-height: 60vh;
  overflow-y: auto; }

.page-view {
  text-align: justify; }
  .page-view h1, .page-view h2, .page-view h3, .page-view h4, .page-view h5 {
    margin-top: 1.5em;
    margin-bottom: 1em; }
  .page-view p {
    margin-bottom: 1em; }
  .page-view ul, .page-view ol {
    margin-left: 2em; }
