/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.7em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
.select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.25;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

details summary::-webkit-details-marker {
  display: none;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

th {
  font: var(--heading-font);
  font-weight: inherit;
}

td {
  font: var(--body-font);
}

html {
  --primary: 68, 71, 90;
  --primary-dark: 57, 60, 75;
  --primary-light: 79, 82, 105;
  --primary-text: 255, 255, 255;
  --primary-dark-text: 255, 255, 255;
  --primary-light-text: 255, 255, 255;
  --secondary: 241, 250, 140;
  --secondary-dark: 238, 249, 116;
  --secondary-light: 244, 251, 164;
  --secondary-text: 0, 0, 0;
  --secondary-dark-text: 0, 0, 0;
  --secondary-light-text: 0, 0, 0;
  --background: 248, 248, 242;
  --background-dark: 239, 239, 225;
  --background-light: 255, 255, 255;
  --background-text: 0, 0, 0;
  --background-dark-text: 0, 0, 0;
  --background-light-text: 0, 0, 0;
  --warn: 255, 85, 85;
  --warn-dark: 255, 60, 60;
  --warn-light: 255, 111, 111;
  --warn-text: 0, 0, 0;
  --warn-dark-text: 255, 255, 255;
  --warn-light-text: 0, 0, 0;
  --complement: 199, 75, 140;
  --complement-dark: 190, 59, 128;
  --complement-light: 205, 94, 153;
  --complement-text: 255, 255, 255;
  --complement-dark-text: 255, 255, 255;
  --complement-light-text: 0, 0, 0;
  --complement: 75, 199, 134;
  --complement-dark: 59, 190, 121;
  --complement-light: 94, 205, 147;
  --complement-text: 0, 0, 0;
  --complement-dark-text: 0, 0, 0;
  --complement-light-text: 0, 0, 0;
  --alpha-high-emphasis: 0.87;
  --alpha-medium-emphasis: 0.6;
  --alpha-disabled: 0.38;
  --alpha-error: 1;
  --alpha-helper: 0.6;
  --alpha-subtle: 0.18;
  --alpha-subtle-low: 0.09;
  --alpha-icon-active: 0.87;
  --alpha-icon-inactive: 0.6;
  --alpha-icon-disabled: 0.38;
  --body-font: 400 100% Roboto, sans, sans-serif;
  --heading-font: 500 100% Roboto, sans, sans-serif;
  --scrollbar-width: 0;
  background: rgb(var(--background), 1);
  color: rgb(var(--background-text), var(--alpha-medium-emphasis));
  font: var(--body-font);
  font-size: 16px;
  line-height: normal;
  font-variant-numeric: oldstyle-nums tabular-nums;
  /* Works on Firefox */
  /* Works on Chrome, Edge, and Safari */
}
@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes grow-in {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  25% {
    transform: rotateX(180deg) rotateY(0deg);
  }
  50% {
    transform: rotateX(180deg) rotateY(180deg);
  }
  75% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(180deg) rotateY(180deg);
  }
}
@keyframes spin-x {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
html button,
html input,
html select,
html .select,
html thead {
  font-size: 95%;
}
html a {
  background: rgb(var(--secondary), 1);
  color: rgb(var(--secondary-text), var(--alpha-high-emphasis));
  padding: 0 1em;
  border-radius: 100vmax;
  text-decoration: none;
  border-bottom: 0.0625em solid rgb(var(--secondary-text), var(--alpha-high-emphasis));
  white-space: nowrap;
}
html a:hover, html a:focus {
  background: rgb(var(--secondary-light), 1);
  color: rgb(var(--secondary-light-text), var(--alpha-high-emphasis));
  outline: none;
  border-bottom-color: rgb(var(--secondary-light-text), var(--alpha-high-emphasis));
}
html a:active {
  outline: none;
  background: rgb(var(--secondary-dark), 1);
  color: rgb(var(--secondary-dark-text), var(--alpha-high-emphasis));
  border-bottom-color: rgb(var(--secondary-dark-text), var(--alpha-high-emphasis));
}
html hr {
  height: 0;
  overflow: visible;
  width: 100%;
  box-sizing: border-box;
  border-color: rgb(var(--primary), 1);
  border-style: solid;
  border-radius: 200vmax;
}
html a[href^=mailto]::before {
  content: "email";
  font-family: Icons;
  position: relative;
  top: 0.1875em;
}
html .select {
  padding: 0.0625em;
  min-height: 1.15em;
}
html ::placeholder {
  font-size: 95%;
}
html ::selection {
  background: rgb(var(--secondary), 1);
  color: rgb(var(--secondary-text), var(--alpha-high-emphasis));
}
html .counter > :nth-child(0) {
  --count: 0;
}
html .counter > :nth-child(1) {
  --count: 1;
}
html .counter > :nth-child(2) {
  --count: 2;
}
html .counter > :nth-child(3) {
  --count: 3;
}
html .counter > :nth-child(4) {
  --count: 4;
}
html .counter > :nth-child(5) {
  --count: 5;
}
html .counter > :nth-child(6) {
  --count: 6;
}
html .counter > :nth-child(7) {
  --count: 7;
}
html .counter > :nth-child(8) {
  --count: 8;
}
html .counter > :nth-child(9) {
  --count: 9;
}
html .counter > :nth-child(10) {
  --count: 10;
}
html .counter > :nth-child(11) {
  --count: 11;
}
html .counter > :nth-child(12) {
  --count: 12;
}
html .counter > :nth-child(13) {
  --count: 13;
}
html .counter > :nth-child(14) {
  --count: 14;
}
html .counter > :nth-child(15) {
  --count: 15;
}
html .counter > :nth-child(16) {
  --count: 16;
}
html .counter > :nth-child(17) {
  --count: 17;
}
html .counter > :nth-child(18) {
  --count: 18;
}
html .counter > :nth-child(19) {
  --count: 19;
}
html .counter > :nth-child(20) {
  --count: 20;
}
html .counter > :nth-child(21) {
  --count: 21;
}
html .counter > :nth-child(22) {
  --count: 22;
}
html .counter > :nth-child(23) {
  --count: 23;
}
html .counter > :nth-child(24) {
  --count: 24;
}
html .counter > :nth-child(25) {
  --count: 25;
}
html .counter > :nth-child(26) {
  --count: 26;
}
html .counter > :nth-child(27) {
  --count: 27;
}
html .counter > :nth-child(28) {
  --count: 28;
}
html .counter > :nth-child(29) {
  --count: 29;
}
html .counter > :nth-child(30) {
  --count: 30;
}
html .counter > :nth-child(31) {
  --count: 31;
}
html .counter > :nth-child(32) {
  --count: 32;
}
html .counter > :nth-child(33) {
  --count: 33;
}
html .counter > :nth-child(34) {
  --count: 34;
}
html .counter > :nth-child(35) {
  --count: 35;
}
html .counter > :nth-child(36) {
  --count: 36;
}
html .counter > :nth-child(37) {
  --count: 37;
}
html .counter > :nth-child(38) {
  --count: 38;
}
html .counter > :nth-child(39) {
  --count: 39;
}
html .counter > :nth-child(40) {
  --count: 40;
}
html .counter > :nth-child(41) {
  --count: 41;
}
html .counter > :nth-child(42) {
  --count: 42;
}
html .counter > :nth-child(43) {
  --count: 43;
}
html .counter > :nth-child(44) {
  --count: 44;
}
html .counter > :nth-child(45) {
  --count: 45;
}
html .counter > :nth-child(46) {
  --count: 46;
}
html .counter > :nth-child(47) {
  --count: 47;
}
html .counter > :nth-child(48) {
  --count: 48;
}
html .counter > :nth-child(49) {
  --count: 49;
}
html .counter > :nth-child(50) {
  --count: 50;
}
html .counter > :nth-child(51) {
  --count: 51;
}
html .counter > :nth-child(52) {
  --count: 52;
}
html .counter > :nth-child(53) {
  --count: 53;
}
html .counter > :nth-child(54) {
  --count: 54;
}
html .counter > :nth-child(55) {
  --count: 55;
}
html .counter > :nth-child(56) {
  --count: 56;
}
html .counter > :nth-child(57) {
  --count: 57;
}
html .counter > :nth-child(58) {
  --count: 58;
}
html .counter > :nth-child(59) {
  --count: 59;
}
html .counter > :nth-child(60) {
  --count: 60;
}
html .counter > :nth-child(61) {
  --count: 61;
}
html .counter > :nth-child(62) {
  --count: 62;
}
html .counter > :nth-child(63) {
  --count: 63;
}
html .counter > :nth-child(64) {
  --count: 64;
}
html .counter > :nth-child(65) {
  --count: 65;
}
html .counter > :nth-child(66) {
  --count: 66;
}
html .counter > :nth-child(67) {
  --count: 67;
}
html .counter > :nth-child(68) {
  --count: 68;
}
html .counter > :nth-child(69) {
  --count: 69;
}
html .counter > :nth-child(70) {
  --count: 70;
}
html .counter > :nth-child(71) {
  --count: 71;
}
html .counter > :nth-child(72) {
  --count: 72;
}
html .counter > :nth-child(73) {
  --count: 73;
}
html .counter > :nth-child(74) {
  --count: 74;
}
html .counter > :nth-child(75) {
  --count: 75;
}
html .counter > :nth-child(76) {
  --count: 76;
}
html .counter > :nth-child(77) {
  --count: 77;
}
html .counter > :nth-child(78) {
  --count: 78;
}
html .counter > :nth-child(79) {
  --count: 79;
}
html .counter > :nth-child(80) {
  --count: 80;
}
html .counter > :nth-child(81) {
  --count: 81;
}
html .counter > :nth-child(82) {
  --count: 82;
}
html .counter > :nth-child(83) {
  --count: 83;
}
html .counter > :nth-child(84) {
  --count: 84;
}
html .counter > :nth-child(85) {
  --count: 85;
}
html .counter > :nth-child(86) {
  --count: 86;
}
html .counter > :nth-child(87) {
  --count: 87;
}
html .counter > :nth-child(88) {
  --count: 88;
}
html .counter > :nth-child(89) {
  --count: 89;
}
html .counter > :nth-child(90) {
  --count: 90;
}
html .counter > :nth-child(91) {
  --count: 91;
}
html .counter > :nth-child(92) {
  --count: 92;
}
html .counter > :nth-child(93) {
  --count: 93;
}
html .counter > :nth-child(94) {
  --count: 94;
}
html .counter > :nth-child(95) {
  --count: 95;
}
html .counter > :nth-child(96) {
  --count: 96;
}
html .counter > :nth-child(97) {
  --count: 97;
}
html .counter > :nth-child(98) {
  --count: 98;
}
html .counter > :nth-child(99) {
  --count: 99;
}
html .column-link-array {
  white-space: pre-wrap;
}
html .blind {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(var(--primary-text), 0.75);
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: background 0.25s, opacity 0.25s, transform 0.25s, -webkit-backdrop-filter 0.25s;
  transition: background 0.25s, opacity 0.25s, transform 0.25s, backdrop-filter 0.25s;
  transition: background 0.25s, opacity 0.25s, transform 0.25s, backdrop-filter 0.25s, -webkit-backdrop-filter 0.25s;
  transform: translateY(0);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1000;
}
html .blind.open {
  pointer-events: none;
  background: transparent;
  opacity: 0;
  transform: translateY(-50px);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
html [tooltip] {
  position: relative;
  overflow: visible;
}
html [tooltip]::after {
  content: "";
  opacity: 0;
  transform: translate(0%, 0%);
  pointer-events: none;
  top: 0;
  left: 50%;
}
html [tooltip]:hover::after {
  content: attr(tooltip);
  transform: translate(-50%, -100%);
  display: block;
  position: absolute;
  background: rgb(var(--primary), var(--alpha-high-emphasis));
  color: rgb(var(--primary-text), 1);
  padding: 0.25em 0.5em;
  min-width: 3ch;
  border-radius: 0.125em;
  box-sizing: border-box;
  opacity: 1;
  line-height: normal;
  transition: opacity 0.125s, transform 0.125s;
}
html [tooltip-up] {
  position: relative;
  overflow: visible;
}
html [tooltip-up]::after {
  content: "";
  opacity: 0;
  transform: translate(0%, 0%);
  pointer-events: none;
  top: 0;
  left: 50%;
}
html [tooltip-up]:hover::after {
  content: attr(tooltip-up);
  transform: translate(-50%, -100%);
  display: block;
  position: absolute;
  background: rgb(var(--primary), var(--alpha-high-emphasis));
  color: rgb(var(--primary-text), 1);
  padding: 0.25em 0.5em;
  min-width: 3ch;
  border-radius: 0.125em;
  box-sizing: border-box;
  opacity: 1;
  line-height: normal;
  transition: opacity 0.125s, transform 0.125s;
}
html [tooltip-down] {
  position: relative;
  overflow: visible;
}
html [tooltip-down]::after {
  content: "";
  opacity: 0;
  transform: translate(0%, 0%);
  pointer-events: none;
  bottom: 0;
  left: 50%;
}
html [tooltip-down]:hover::after {
  content: attr(tooltip-down);
  transform: translate(-50%, 100%);
  display: block;
  position: absolute;
  background: rgb(var(--primary), var(--alpha-high-emphasis));
  color: rgb(var(--primary-text), 1);
  padding: 0.25em 0.5em;
  min-width: 3ch;
  border-radius: 0.125em;
  box-sizing: border-box;
  opacity: 1;
  line-height: normal;
  transition: opacity 0.125s, transform 0.125s;
}
html [tooltip-left] {
  position: relative;
  overflow: visible;
}
html [tooltip-left]::after {
  content: "";
  opacity: 0;
  transform: translate(0%, 0%);
  pointer-events: none;
  top: 50%;
  left: 0%;
}
html [tooltip-left]:hover::after {
  content: attr(tooltip-left);
  transform: translate(-100%, -50%);
  display: block;
  position: absolute;
  background: rgb(var(--primary), var(--alpha-high-emphasis));
  color: rgb(var(--primary-text), 1);
  padding: 0.25em 0.5em;
  min-width: 3ch;
  border-radius: 0.125em;
  box-sizing: border-box;
  opacity: 1;
  line-height: normal;
  transition: opacity 0.125s, transform 0.125s;
}
html [tooltip-right] {
  position: relative;
  overflow: visible;
}
html [tooltip-right]::after {
  content: "";
  opacity: 0;
  transform: translate(0%, 0%);
  pointer-events: none;
  top: 50%;
  right: 0%;
}
html [tooltip-right]:hover::after {
  content: attr(tooltip-right);
  transform: translate(100%, -50%);
  display: block;
  position: absolute;
  background: rgb(var(--primary), var(--alpha-high-emphasis));
  color: rgb(var(--primary-text), 1);
  padding: 0.25em 0.5em;
  min-width: 3ch;
  border-radius: 0.125em;
  box-sizing: border-box;
  opacity: 1;
  line-height: normal;
  transition: opacity 0.125s, transform 0.125s;
}
html .modal-title {
  margin-bottom: 1em;
}
html knw-search-picker label.input .select {
  display: none;
  min-width: unset !important;
}
html knw-search-picker label.input input {
  z-index: 100;
  margin-right: 1.5em;
}
html label.input {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  outline: none;
  min-width: max-content;
  border: none;
  border-bottom: 0.0625em solid rgb(var(--input-color), var(--alpha-medium-emphasis));
  padding: 0.25em 0.5em;
  z-index: 0;
  margin-bottom: 0.4375em;
  margin-top: 0.5em;
  --input-color: var(--background-text);
  --input-color-highlight: var(--primary);
  --input-background: var(--background-text);
  color: rgb(var(--input-color), var(--alpha-medium-emphasis));
}
html label.input::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border-top-left-radius: 0.125em;
  border-top-right-radius: 0.125em;
  z-index: -1;
  transition: background 0.25s;
}
html label.input:focus-within {
  border-bottom: 0.0625em solid rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
}
html label.input:focus-within::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 0.0625em solid rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
  animation: underline-fade-in 0.25s forwards;
}
@keyframes underline-fade-in {
  from {
    border-color: transparent;
  }
  to {
    border-color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
  }
}
html label.input.input-labelled {
  padding-top: 1.25em;
}
html label.input.input-labelled .input-label {
  position: absolute;
  font-size: 75%;
  left: 0.5em;
  top: 0.25em;
  color: rgb(var(--input-color), var(--alpha-medium-emphasis));
  transition: color 0.25s;
}
html label.input.input-labelled:focus-within .input-label {
  color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
}
html label.input.input-labelled.input-required .input-label::after {
  content: " *";
  display: inline-block;
  font-size: 1.5em;
  padding-left: 0.1667em;
  color: rgb(var(--input-color-highlight), 1);
  line-height: 0;
}
html label.input.input-error {
  --input-color-highlight: var(--warn);
}
html label.input.input-error .input-label {
  color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
}
html label.input.input-error:focus-within .input-label {
  color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
}
html label.input.input-error.input-required .input-label::after {
  color: rgb(var(--input-color-highlight), 1);
  animation: blink 1s infinite forwards;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html label.input input,
html label.input select,
html label.input textarea {
  padding: 0;
  outline: none;
  border: none;
  background: none;
  color: rgb(var(--input-color), var(--alpha-high-emphasis));
  caret-color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
  flex: 1 1 100%;
  min-width: 0;
  width: 10vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
html label.input input::placeholder,
html label.input select::placeholder,
html label.input textarea::placeholder {
  font: var(--body-font);
}
html label.input input[type=number], html label.input input[calculate],
html label.input select[type=number],
html label.input select[calculate],
html label.input textarea[type=number],
html label.input textarea[calculate] {
  font-family: monospace;
  text-align: right;
}
html label.input textarea {
  overflow: auto;
  white-space: break-spaces;
  margin-top: 0.3em;
}
html label.input textarea:not([resize]) {
  resize: vertical;
}
html label.input input[type=date] {
  min-width: max-content;
  width: 10vw;
}
html label.input select, html label.input knw-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: auto !important;
  height: 1.25em;
  box-sizing: content-box;
  padding-right: 1.8426025958em;
  margin-right: -0.5264578845em;
  padding-left: 0.5264578845em;
  margin-left: -0.5264578845em;
  padding-bottom: 0.3948434134em;
  margin-bottom: -0.3948434134em;
  padding-top: 1.3161447113em;
  margin-top: -1.3161447113em;
}
html label.input option {
  font-family: var(--body-font);
  background: rgb(var(--primary), 1);
  color: rgb(var(--primary-text), 1);
}
html label.input knw-multiselect:not([no-button]) ~ .input-select-button,
html label.input select:not([no-button]) ~ .input-select-button {
  display: block;
  position: relative;
  width: 0;
  height: auto;
}
html label.input knw-multiselect:not([no-button]) ~ .input-select-button::after,
html label.input select:not([no-button]) ~ .input-select-button::after {
  content: "arrow_drop_down";
  position: absolute;
  bottom: 0;
  right: 0;
  font: 1.5em Icons;
  transform: translateY(50%);
  color: rgb(var(--input-color), var(--alpha-medium-emphasis));
}
html label.input.input-disabled {
  opacity: var(--alpha-disabled);
  pointer-events: none;
}
html label.input :not(input):not(button):not(select):not(knw-multiselect):not(textarea), html label.input::after, html label.input::before {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  flex: 0 0 auto;
}
html label.input.filled:focus-within {
  border-bottom: 0.0625em solid rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
  padding-bottom: 0.25em;
}
html label.input.filled:focus-within::before {
  background: rgb(var(--input-background), var(--alpha-subtle));
}
html label.input.filled::before {
  background: rgb(var(--input-background), var(--alpha-subtle-low));
}
html label.input .input-outline-helper {
  display: none;
  pointer-events: none;
}
html label.input.outlined {
  border: none;
}
html label.input.outlined::before {
  content: none;
}
html label.input.outlined .input-outline-helper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  --alpha: var(--alpha-medium-emphasis);
  --border: var(--input-color);
}
html label.input.outlined .input-outline-helper::before, html label.input.outlined .input-outline-helper::after,
html label.input.outlined .input-outline-helper .input-outline-helper-text {
  height: 100%;
  box-sizing: border-box;
}
html label.input.outlined .input-outline-helper::before, html label.input.outlined .input-outline-helper::after {
  border: 0.0625em solid rgb(var(--border), var(--alpha));
}
html label.input.outlined .input-outline-helper::before {
  content: "";
  border-right: none !important;
  border-radius: 0.125em 0 0 0.125em;
  flex: 0 0 0.375em;
}
html label.input.outlined .input-outline-helper .input-outline-helper-text {
  font-size: 75%;
  flex: 0 0 auto;
  border-left: none !important;
  border-right: none !important;
  color: transparent;
  padding: 0 0.375em;
  border: 0.083333em solid rgb(var(--border), var(--alpha));
}
html label.input.outlined .input-outline-helper::after {
  content: "";
  border-left: none !important;
  border-radius: 0 0.125em 0.125em 0;
  flex: 1 1 0;
}
html label.input.outlined:hover .input-outline-helper, html label.input.outlined:active .input-outline-helper {
  --alpha: var(--alpha-high-emphasis);
}
html label.input.outlined:focus-within .input-outline-helper {
  --border: var(--input-color-highlight);
  --alpha: var(--alpha-high-emphasis);
}
html label.input.outlined.input-labelled {
  padding: 0.375em 0.5em;
  margin-top: 0.5625em;
  margin-bottom: 0.5625em;
}
html label.input.outlined.input-labelled .input-label {
  position: absolute;
  left: 0.4375em;
  top: 0;
  transform: translateY(-66%);
  padding: 0 0.4375em;
}
html label.input.outlined.input-labelled.input-required .input-outline-helper .input-outline-helper-text {
  padding-right: 1.25em;
}
html label.input.outlined.input-labelled > .input-outline-helper .input-outline-helper-text {
  border-top: transparent;
}
html label.input .input-date-overlay {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  padding: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
html label.input input, html label.input textarea {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  width: auto;
}
html label.input input:-webkit-autofill {
  transition-delay: 99999999s;
}
html label.input input::-webkit-outer-spin-button,
html label.input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html label.input input[type=number] {
  -moz-appearance: textfield;
}
html label.input input[type=date],
html label.input input[type=time] {
  opacity: 0;
}
html label.input.time-label [icon]::before {
  font-size: 0.95em;
}
html label.input input[type=date]::-webkit-calendar-picker-indicator,
html label.input input[type=time]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
html label.checkbox-input, html label.checkbox {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: max-content;
  min-width: 2.5em;
  min-height: 2.5em;
  flex: 0 0 auto;
  --checkbox-color: var(--primary);
  --checkbox-color-contrast: var(--primary-text);
}
html label.checkbox-input > input, html label.checkbox > input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.125em;
  height: 1.125em;
  max-width: 1.125em;
  max-height: 1.125em;
  background: transparent;
  border: 0.125em solid rgb(var(--checkbox-color), 1);
  border-radius: 0.125em;
  position: relative;
  overflow: visible;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.25s;
  margin: 0.25em;
}
html label.checkbox-input > input::after, html label.checkbox > input::after {
  position: absolute;
  font: 1em Icons;
  font-weight: bolder;
  color: rgb(var(--checkbox-color-contrast), 1);
}
html label.checkbox-input > input:focus::before, html label.checkbox-input > input:active::before, html label.checkbox > input:focus::before, html label.checkbox > input:active::before {
  content: "";
  left: -0.5em;
  top: -0.5em;
  bottom: -0.5em;
  right: -0.5em;
  background: rgb(var(--checkbox-color), 1);
  opacity: var(--alpha-subtle);
  border-radius: 100%;
  position: absolute;
  animation: grow-in 0.1s forwards;
}
html label.checkbox-input > input:checked, html label.checkbox-input > input:indeterminate, html label.checkbox > input:checked, html label.checkbox > input:indeterminate {
  background: rgb(var(--checkbox-color), 1);
}
html label.checkbox-input > input:checked::after, html label.checkbox > input:checked::after {
  content: "check";
}
html label.checkbox-input > input:indeterminate::after, html label.checkbox > input:indeterminate::after {
  content: "remove";
}
html label.checkbox-input > input:disabled, html label.checkbox > input:disabled {
  cursor: default;
  opacity: var(--alpha-disabled);
}
html label.radio-input, html label.radio {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: max-content;
  min-width: 2.5em;
  min-height: 2.5em;
  flex: 0 0 auto;
  --radio-color: var(--primary);
}
html label.radio-input > input, html label.radio > input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.125em;
  height: 1.125em;
  max-width: 1.125em;
  max-height: 1.125em;
  background: transparent;
  border: 0.125em solid rgb(var(--radio-color), 1);
  border-radius: 100%;
  position: relative;
  overflow: visible;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.25s;
  margin: 0.25em;
}
html label.radio-input > input:focus::before, html label.radio-input > input:active::before, html label.radio > input:focus::before, html label.radio > input:active::before {
  content: "";
  left: -0.5em;
  top: -0.5em;
  bottom: -0.5em;
  right: -0.5em;
  background: rgb(var(--radio-color), 1);
  opacity: var(--alpha-subtle);
  border-radius: 100%;
  position: absolute;
  animation: grow-in 0.1s forwards;
}
html label.radio-input > input::after, html label.radio > input::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50%;
  width: 75%;
  height: 75%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: rgb(var(--radio-color), 1);
  opacity: 0;
  transition: 0.1s opacity;
}
html label.radio-input > input:checked::after, html label.radio-input > input:indeterminate::after, html label.radio > input:checked::after, html label.radio > input:indeterminate::after {
  opacity: 1;
}
html label.radio-input > input:disabled, html label.radio > input:disabled {
  cursor: default;
  opacity: var(--alpha-disabled);
}
html input::-moz-focus-inner,
html textarea::-moz-focus-inner,
html button::-moz-focus-inner {
  outline: none;
  border: none;
}
html input, html textarea {
  box-shadow: none;
}
html i[icon] {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  position: relative;
}
html i[icon]::before {
  content: attr(icon);
  font-family: Icons;
  font-size: 1.5em;
  font-weight: normal;
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  line-height: 0 !important;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}
html i[icon].large {
  width: 2.5em;
  height: 2.5em;
}
html i[icon].large::before {
  font-size: 2.5em;
}
html i[icon].small {
  width: 75%;
  height: 75%;
}
html i[icon].small::before {
  font-size: 75%;
}
html i[icon].watermark {
  position: fixed;
  right: 25%;
  bottom: 25%;
  width: 1px;
  height: 1px;
  opacity: 0.06;
  overflow: visible;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  z-index: 999999999;
}
html i[icon].watermark::before {
  font-size: 100vmin;
}
@font-face {
  font-family: "Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/MaterialIcons.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/RobotoRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/RobotoMedium.ttf") format("truetype");
}
html .fake-button > * {
  -webkit-user-select: none;
          user-select: none;
}
html button,
html .fake-button {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 0.125em;
  outline: 0;
  padding: 0.5em 1em;
  text-transform: uppercase;
  transition: opacity 0.125s, box-shadow 0.125s;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  font: var(--heading-font);
  --button-color: var(--primary);
  --button-color-contrast: var(--primary-text);
}
html button.text, html button.filled,
html .fake-button.text,
html .fake-button.filled {
  color: rgb(var(--button-color-contrast), var(--alpha-high-emphasis));
}
html button, html button.text, html button.outlined,
html .fake-button,
html .fake-button.text,
html .fake-button.outlined {
  color: rgb(var(--button-color), var(--alpha-high-emphasis));
  background: transparent;
}
html button.outlined,
html .fake-button.outlined {
  border: 0.0625em solid rgb(var(--button-color), 1);
  box-sizing: border-box;
}
html button.filled,
html .fake-button.filled {
  background: rgb(var(--button-color), 1);
  color: rgb(var(--button-color-contrast), var(--alpha-high-emphasis));
}
html button.filled:hover::before, html button.filled:focus::before,
html .fake-button.filled:hover::before,
html .fake-button.filled:focus::before {
  content: "";
  background: rgb(var(--button-color-contrast), var(--alpha-subtle-low));
}
html button:disabled,
html .fake-button:disabled {
  cursor: default;
  filter: grayscale(50%);
  pointer-events: none;
}
html button.sharp,
html .fake-button.sharp {
  border-radius: 0;
}
html button.round,
html .fake-button.round {
  border-radius: 50%;
  padding: 0.5em;
  line-height: 0;
  flex: 0 0 auto;
}
html button.round::before,
html .fake-button.round::before {
  border-radius: 50%;
}
html button.pill,
html .fake-button.pill {
  border-radius: 100000px;
}
html button.no-hover::before,
html .fake-button.no-hover::before {
  content: none;
}
html button.invert-hover::before,
html .fake-button.invert-hover::before {
  filter: invert(100%);
}
html button::before,
html .fake-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: background 0.25s;
  background: rgb(var(--button-color-contrast), 0);
}
html button:hover::before, html button:focus::before,
html .fake-button:hover::before,
html .fake-button:focus::before {
  background: rgb(var(--button-color), var(--alpha-subtle));
}
html button:active::before,
html .fake-button:active::before {
  background: rgb(var(--button-color), var(--alpha-subtle));
}
html button:disabled,
html .fake-button:disabled {
  opacity: var(--alpha-disabled);
}
html button.ripple::after,
html .fake-button.ripple::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.25s, opacity 0.5s;
  width: 2em;
  height: 2em;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100%;
  background: rgb(var(--button-color-contrast), 1);
  opacity: 0;
}
html button.ripple:active::after,
html .fake-button.ripple:active::after {
  transform: translate(-50%, -50%) scale(10);
  opacity: var(--alpha-subtle);
}
html button > i[icon],
html .fake-button > i[icon],
html details.as-button > summary > i[icon] {
  box-sizing: content-box;
  min-width: 1.5em;
  min-height: 1.5em;
  margin: 0 0.25em;
}
html button > i[icon]:first-child,
html .fake-button > i[icon]:first-child,
html details.as-button > summary > i[icon]:first-child {
  margin-left: 0;
}
html button > i[icon]:last-child,
html .fake-button > i[icon]:last-child,
html details.as-button > summary > i[icon]:last-child {
  margin-right: 0;
}
html .shadow-top {
  box-shadow: 0 -2px 4px -3px black;
}
html .shadow-top-fat {
  box-shadow: 0 -4px 4px -3px rgba(0, 0, 0, 0.3019607843), 0 -2px 4px -3px black;
}
html .shadow-top-wide {
  box-shadow: 0 -4px 4px 3px rgba(0, 0, 0, 0.1333333333), 0 -4px 4px -3px rgba(0, 0, 0, 0.3019607843), 0 -2px 4px -3px black;
}
html .shadow-right {
  box-shadow: 2px 0 4px -3px black;
}
html .shadow-right-fat {
  box-shadow: 4px 0 4px -3px rgba(0, 0, 0, 0.3019607843), 2px 0 4px -3px black;
}
html .shadow-right-wide {
  box-shadow: 4px 0 4px 3px rgba(0, 0, 0, 0.1333333333), 4px 0 4px -3px rgba(0, 0, 0, 0.3019607843), 2px 0 4px -3px black;
}
html .shadow-bottom, html details:not(.as-button), html button.filled,
html .fake-button.filled {
  box-shadow: 0 2px 4px -3px black;
}
html .shadow-bottom-fat, html button.filled:hover, html button.filled:focus,
html .fake-button.filled:hover,
html .fake-button.filled:focus {
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.3019607843), 0 2px 4px -3px black;
}
html .shadow-bottom-wide, html button.filled:active,
html .fake-button.filled:active {
  box-shadow: 0 4px 4px 3px rgba(0, 0, 0, 0.1333333333), 0 4px 4px -3px rgba(0, 0, 0, 0.3019607843), 0 2px 4px -3px black;
}
html .shadow-left {
  box-shadow: -2px 0 4px -3px black;
}
html .shadow-left-fat {
  box-shadow: -4px 0 4px -3px rgba(0, 0, 0, 0.3019607843), -2px 0 4px -3px black;
}
html .shadow-left-wide {
  box-shadow: -4px 0 4px 3px rgba(0, 0, 0, 0.1333333333), -4px 0 4px -3px rgba(0, 0, 0, 0.3019607843), -2px 0 4px -3px black;
}
html .shadow-full {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1333333333), 0 0 4px 3px rgba(0, 0, 0, 0.3019607843), 0 0 2px 0 black;
}
html .shadow-top-inset {
  box-shadow: 0 -2px 4px -3px black;
}
html .shadow-top-fat-inset {
  box-shadow: 0 -4px 4px -3px rgba(0, 0, 0, 0.3019607843), 0 -2px 4px -3px black;
}
html .shadow-top-wide-inset {
  box-shadow: 0 -4px 4px 3px rgba(0, 0, 0, 0.1333333333), 0 -4px 4px -3px rgba(0, 0, 0, 0.3019607843), 0 -2px 4px -3px black;
}
html .shadow-right-inset {
  box-shadow: 2px 0 4px -3px black;
}
html .shadow-right-fat-inset {
  box-shadow: 4px 0 4px -3px rgba(0, 0, 0, 0.3019607843), 2px 0 4px -3px black;
}
html .shadow-right-wide-inset {
  box-shadow: 4px 0 4px 3px rgba(0, 0, 0, 0.1333333333), 4px 0 4px -3px rgba(0, 0, 0, 0.3019607843), 2px 0 4px -3px black;
}
html .shadow-bottom-inset {
  box-shadow: 0 2px 4px -3px black;
}
html .shadow-bottom-fat-inset {
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.3019607843), 0 2px 4px -3px black;
}
html .shadow-bottom-wide-inset {
  box-shadow: 0 4px 4px 3px rgba(0, 0, 0, 0.1333333333), 0 4px 4px -3px rgba(0, 0, 0, 0.3019607843), 0 2px 4px -3px black;
}
html .shadow-left-inset {
  box-shadow: -2px 0 4px -3px black;
}
html .shadow-left-fat-inset {
  box-shadow: -4px 0 4px -3px rgba(0, 0, 0, 0.3019607843), -2px 0 4px -3px black;
}
html .shadow-left-wide-inset {
  box-shadow: -4px 0 4px 3px rgba(0, 0, 0, 0.1333333333), -4px 0 4px -3px rgba(0, 0, 0, 0.3019607843), -2px 0 4px -3px black;
}
html .shadow-full-inset {
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1333333333) inset, 0 0 4px 3px rgba(0, 0, 0, 0.3019607843) inset, 0 0 2px 0 black inset;
}
html .no-shadow, html button.filled:disabled,
html .fake-button.filled:disabled {
  box-shadow: none;
}
html details {
  will-change: height;
}
html details:not([open]) > :not(summary) *,
html details:not([open]) > :not(summary) {
  display: none;
}
html details.as-button {
  position: relative;
  min-width: min-content;
  overflow: hidden;
  text-transform: uppercase;
  --button-color: var(--primary);
  --button-color-contrast: var(--primary-text);
}
html details.as-button[open] {
  background: rgb(0, 0, 0, var(--alpha-subtle));
}
html details.as-button > button {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
html details.as-button summary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-align: left;
  padding: 8px 16px;
  font-size: 95%;
  line-height: 1.15;
  background: rgb(var(--button-color), 1);
  color: rgb(var(--button-color-contrast), var(--alpha-high-emphasis));
}
html details.as-button summary::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: background-color 0.25s;
}
html details.as-button summary:hover::before, html details.as-button summary:focus::before {
  background: rgb(var(--button-color-contrast), var(--alpha-subtle));
}
html details:not(.as-button) {
  background: rgb(var(--background-light), 1);
  padding: 0 16px 0 16px;
  margin-top: 8px;
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
}
html details:not(.as-button):hover > summary, html details:not(.as-button):focus > summary {
  color: rgb(var(--background-light-text), var(--alpha-high-emphasis));
}
html details:not(.as-button) + details {
  margin-top: 1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: 1px solid rgb(var(--background-light), var(--alpha-disabled));
}
html details:not(.as-button)[open] {
  padding-bottom: 16px;
}
html details[open] > summary::after {
  transform: translateY(-12px) rotate(-180deg);
}
html summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 8px 0;
  padding-right: 40px;
}
html summary::after {
  content: "keyboard_arrow_down";
  position: absolute;
  right: 8px;
  top: 50%;
  text-transform: none;
  transform: translateY(-12px) rotate(0deg);
  font-family: Icons;
  font-size: 24px;
  transition: transform 0.25s;
}
html summary:focus {
  border: none;
  outline: none;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font: var(--heading-font);
  font-size: revert;
  margin: 0;
  margin-bottom: 1em;
  margin-top: 0.5em;
}
html h1 {
  font-size: 2em;
}
html h2 {
  font-size: 1.5em;
}
html h3 {
  font-size: 1.17em;
}
html h4 {
  font-size: 1em;
}
html h5 {
  font-size: 0.83em;
}
html h6 {
  font-size: 0.67em;
}
html .flex-rows {
  flex-flow: column nowrap;
  align-items: stretch;
  max-width: 100%;
}
html .flex-row {
  flex-flow: row nowrap;
  align-items: center;
}
html .flex-columns {
  flex-flow: row nowrap;
}
html .flex-column {
  flex-flow: column nowrap;
}
html .flex-auto {
  flex: 0 0 auto;
  align-self: flex-start;
}
html .flex-row,
html .flex-rows,
html .flex-column,
html .flex-columns,
html button,
html .fake-button {
  display: flex;
}
html .flex-row.wrappable,
html .flex-rows.wrappable,
html .flex-column.wrappable,
html .flex-columns.wrappable,
html button.wrappable,
html .fake-button.wrappable {
  flex-wrap: wrap;
}
html .flex-row.wrap-reverse,
html .flex-rows.wrap-reverse,
html .flex-column.wrap-reverse,
html .flex-columns.wrap-reverse,
html button.wrap-reverse,
html .fake-button.wrap-reverse {
  flex-wrap: wrap-reverse;
}
html .flex-row.inline,
html .flex-rows.inline,
html .flex-column.inline,
html .flex-columns.inline,
html button.inline,
html .fake-button.inline {
  display: inline-flex;
}
html .flex-row.justify-center,
html .flex-rows.justify-center,
html .flex-column.justify-center,
html .flex-columns.justify-center,
html button.justify-center,
html .fake-button.justify-center {
  justify-content: center;
}
html .flex-row.align-center,
html .flex-rows.align-center,
html .flex-column.align-center,
html .flex-columns.align-center,
html button.align-center,
html .fake-button.align-center {
  align-items: center;
}
html .flex-row.justify-flex-end,
html .flex-rows.justify-flex-end,
html .flex-column.justify-flex-end,
html .flex-columns.justify-flex-end,
html button.justify-flex-end,
html .fake-button.justify-flex-end {
  justify-content: flex-end;
}
html .flex-row.align-flex-end,
html .flex-rows.align-flex-end,
html .flex-column.align-flex-end,
html .flex-columns.align-flex-end,
html button.align-flex-end,
html .fake-button.align-flex-end {
  align-items: flex-end;
}
html .flex-row.justify-flex-start,
html .flex-rows.justify-flex-start,
html .flex-column.justify-flex-start,
html .flex-columns.justify-flex-start,
html button.justify-flex-start,
html .fake-button.justify-flex-start {
  justify-content: flex-start;
}
html .flex-row.align-flex-start,
html .flex-rows.align-flex-start,
html .flex-column.align-flex-start,
html .flex-columns.align-flex-start,
html button.align-flex-start,
html .fake-button.align-flex-start {
  align-items: flex-start;
}
html .flex-row.justify-baseline,
html .flex-rows.justify-baseline,
html .flex-column.justify-baseline,
html .flex-columns.justify-baseline,
html button.justify-baseline,
html .fake-button.justify-baseline {
  justify-content: baseline;
}
html .flex-row.align-baseline,
html .flex-rows.align-baseline,
html .flex-column.align-baseline,
html .flex-columns.align-baseline,
html button.align-baseline,
html .fake-button.align-baseline {
  align-items: baseline;
}
html .flex-row.justify-stretch,
html .flex-rows.justify-stretch,
html .flex-column.justify-stretch,
html .flex-columns.justify-stretch,
html button.justify-stretch,
html .fake-button.justify-stretch {
  justify-content: stretch;
}
html .flex-row.align-stretch,
html .flex-rows.align-stretch,
html .flex-column.align-stretch,
html .flex-columns.align-stretch,
html button.align-stretch,
html .fake-button.align-stretch {
  align-items: stretch;
}
html .flex-row.justify-space-between,
html .flex-rows.justify-space-between,
html .flex-column.justify-space-between,
html .flex-columns.justify-space-between,
html button.justify-space-between,
html .fake-button.justify-space-between {
  justify-content: space-between;
}
html .flex-row.align-space-between,
html .flex-rows.align-space-between,
html .flex-column.align-space-between,
html .flex-columns.align-space-between,
html button.align-space-between,
html .fake-button.align-space-between {
  align-items: space-between;
}
html .justify-self-center {
  justify-self: center;
}
html .align-self-center {
  align-self: center;
}
html .justify-self-flex-end {
  justify-self: flex-end;
}
html .align-self-flex-end {
  align-self: flex-end;
}
html .justify-self-flex-start {
  justify-self: flex-start;
}
html .align-self-flex-start {
  align-self: flex-start;
}
html .justify-self-baseline {
  justify-self: baseline;
}
html .align-self-baseline {
  align-self: baseline;
}
html .justify-self-stretch {
  justify-self: stretch;
}
html .align-self-stretch {
  align-self: stretch;
}
html .justify-self-space-between {
  justify-self: space-between;
}
html .align-self-space-between {
  align-self: space-between;
}
html .flex-dynamic {
  flex: 1;
}
html .separator {
  background: linear-gradient(transparent 0%, currentColor 25%, currentColor 75%, transparent 100%);
  opacity: var(--alpha-medium-emphasis);
  flex: 0 0 auto;
  align-self: stretch;
}
html .separator.horizontal {
  height: 1px;
}
html .separator.vertical {
  width: 1px;
}
html .margin {
  margin: 8px;
}
html .flex-row > .space-left,
html .flex-rows > .space-left,
html .flex-column > .space-left,
html .flex-columns > .space-left,
html .header > .space-left {
  margin-left: auto;
}
html .flex-row > .space-right,
html .flex-rows > .space-right,
html .flex-column > .space-right,
html .flex-columns > .space-right,
html .header > .space-right {
  margin-right: auto;
}
html .flex-row > .space-top,
html .flex-rows > .space-top,
html .flex-column > .space-top,
html .flex-columns > .space-top,
html .header > .space-top {
  margin-top: auto;
}
html .flex-row > .space-bottom,
html .flex-rows > .space-bottom,
html .flex-column > .space-bottom,
html .flex-columns > .space-bottom,
html .header > .space-bottom {
  margin-bottom: auto;
}
html .flex-row > label.input,
html .flex-row > knw-date-picker-input,
html .flex-row > knw-time-picker-input,
html .flex-row > button,
html .flex-row > label.checkbox-input,
html .flex-rows > label.input,
html .flex-rows > knw-date-picker-input,
html .flex-rows > knw-time-picker-input,
html .flex-rows > button,
html .flex-rows > label.checkbox-input,
html .flex-column > label.input,
html .flex-column > knw-date-picker-input,
html .flex-column > knw-time-picker-input,
html .flex-column > button,
html .flex-column > label.checkbox-input,
html .flex-columns > label.input,
html .flex-columns > knw-date-picker-input,
html .flex-columns > knw-time-picker-input,
html .flex-columns > button,
html .flex-columns > label.checkbox-input,
html .header > label.input,
html .header > knw-date-picker-input,
html .header > knw-time-picker-input,
html .header > button,
html .header > label.checkbox-input {
  margin-left: 4px;
  margin-right: 4px;
}
html knw-date-picker-input > label.input,
html knw-time-picker-input > label.input {
  flex: 1 1 auto;
  display: flex;
}
html table.styled-table {
  background: rgb(var(--background-light), 1);
  color: rgb(var(--background-light-text), var(--alpha-medium-emphasis));
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  table-layout: fixed;
}
html table.styled-table td,
html table.styled-table th {
  padding: 0.25em;
  border-right: 0.0625em solid rgb(var(--background-dark), 1);
  text-align: center;
}
html table.styled-table td:last-child,
html table.styled-table th:last-child {
  border-right: none;
}
html table.styled-table td.no-border,
html table.styled-table th.no-border {
  border: none;
}
html table.styled-table tr td,
html table.styled-table tr th {
  border-bottom: 0.0625em solid rgb(var(--background-dark), 1);
}
html table.styled-table tr:last-child td,
html table.styled-table tr:last-child th {
  border-bottom: none;
}
html table.styled-table th {
  position: sticky;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  font: var(--heading-font);
  font-weight: 500;
  z-index: 2;
}
html table.styled-table th::before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgb(var(--background-light), 1);
  position: absolute;
  z-index: -1;
}
html table.styled-table td button:first-child:last-child,
html table.styled-table td .fake-button:first-child:last-child,
html table.styled-table th button:first-child:last-child,
html table.styled-table th .fake-button:first-child:last-child {
  display: inline-flex;
}
html table.styled-table .table-header-cell-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
html table.styled-table .table-header-cell-wrapper .spacer {
  width: 0.5em;
}
html table.styled-table .table-header-cell-wrapper i[icon]::before {
  font-size: 1.125em;
}
html .table-wrapper {
  background: rgb(var(--background-dark), 1);
  color: rgb(var(--background-dark-text), var(--alpha-medium-emphasis));
  position: relative;
  flex: 1 1 0;
  overflow: auto;
  width: 100%;
}
html .table-wrapper .table {
  --columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--columns, 1), minmax(min-content, auto));
  min-height: 100%;
  min-width: min-content;
  align-content: start;
}
html .table-wrapper .table .table-row {
  display: contents;
}
html .table-wrapper .table .table-row.full-width {
  display: block;
  grid-column: 1/calc(var(--columns) + 1);
}
html .table-wrapper .table .table-row.title-row {
  background: rgb(var(--background-light), 1);
  color: rgb(var(--background-light-text), var(--alpha-medium-emphasis));
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
html .table-wrapper .table .table-body-row:first-of-type .table-body-cell {
  border-top: none;
}
html .table-wrapper .table .table-body-row:last-of-type .table-body-cell {
  border-bottom: 0.0625em solid rgb(var(--background-dark), 1);
}
html .table-wrapper .table .table-body-row:hover .table-body-cell {
  background: rgb(var(--background-light), 1);
  color: rgb(var(--background-light-text), var(--alpha-high-emphasis));
}
html .table-wrapper .table .table-header-row {
  font: var(--heading-font);
}
html .table-wrapper .table .table-cell {
  padding: 0.25em;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1;
  overflow: visible;
}
html .table-wrapper .table .table-body-cell {
  background: rgb(var(--background), 1);
  color: rgb(var(--background-text), var(--alpha-medium-emphasis));
  position: relative;
  white-space: pre-line;
  border-top: 0.0625em solid rgb(var(--background-dark), 1);
}
html .table-wrapper .table .table-header-cell {
  background: rgb(var(--background-light), 1);
  color: rgb(var(--background-light-text), var(--alpha-medium-emphasis));
  position: sticky;
  top: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  white-space: nowrap;
  z-index: 100;
  border-bottom: 0.0625em solid rgb(var(--background-dark), 1);
}
html .table-wrapper .table .table-header-cell.table-select-column, html .table-wrapper .table .table-header-cell.table-column-options {
  z-index: 101;
}
html .table-wrapper .table.table-empty {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  height: 100%;
}
html .table-wrapper .table.table-empty .table-row {
  flex: 0 0 auto;
}
html .table-wrapper .table.table-empty h2 {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
}
html .table-wrapper .table .table-column-options {
  position: sticky;
  right: 0;
  overflow: visible;
  min-width: max-content;
}
html .table-wrapper .table .table-select-column.table-cell {
  position: sticky;
  left: 0;
  min-width: max-content;
  overflow: visible;
}
html .table-wrapper .table .table-select-column.table-cell.table-header-cell {
  z-index: 101;
}
html .table-wrapper .table .table-button {
  margin: -0.5em;
}
html .table-wrapper .table .table-button:not(:first-child) {
  margin-left: 0;
}
html .table-wrapper .table .table-button:not(:last-child) {
  margin-right: 0;
}
html .table-wrapper .spacer {
  flex: 0 0 auto;
  width: 0.5em;
}
html label.range-input {
  height: 22px;
  /*hide the outline behind the border*/
}
html label.range-input input[type=range] {
  background: transparent;
}
html label.range-input input[type=range] {
  -webkit-appearance: none;
}
html label.range-input input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: rgb(var(--background-dark), 1);
  border: none;
  border-radius: 3px;
}
html label.range-input input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: rgb(var(--primary), 1);
  margin-top: -4px;
}
html label.range-input input[type=range]:focus {
  outline: none;
}
html label.range-input input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgb(var(--background-dark), 1);
}
html label.range-input input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid transparent;
  /*required for proper track sizing in FF*/
  width: 300px;
}
html label.range-input input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: rgb(var(--background-dark), 1);
  border: none;
  border-radius: 3px;
}
html label.range-input input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: rgb(var(--primary), 1);
}
html label.range-input input[type=range]:-moz-focusring {
  outline: 1px solid transparent;
  outline-offset: -1px;
}
html label.range-input input[type=range]:focus::-moz-range-track {
  background: rgb(var(--background-dark), 1);
}
html label.slider-input {
  --background: rgb(var(--background-dark), 1);
  --thumb: rgb(var(--primary), 1);
  /*hide the outline behind the border*/
}
html label.slider-input input[type=range] {
  background: transparent;
}
html label.slider-input input[type=range] {
  -webkit-appearance: none;
}
html label.slider-input input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 16px;
  background: var(--background);
  border: none;
  border-radius: 100vmax;
}
html label.slider-input input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid white;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: var(--thumb);
  margin-top: 0;
  box-shadow: 0 0 1px black;
  cursor: pointer;
}
html label.slider-input input[type=range]:focus {
  outline: none;
}
html label.slider-input input[type=range]:focus::-webkit-slider-runnable-track {
  background: var(--background);
}
html label.slider-input input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid transparent;
  /*required for proper track sizing in FF*/
  width: 300px;
}
html label.slider-input input[type=range]::-moz-range-track {
  width: 300px;
  height: 16px;
  background: var(--background);
  border: none;
  border-radius: 100vmax;
}
html label.slider-input input[type=range]::-moz-range-thumb {
  border: 1px solid white;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: var(--thumb);
  box-shadow: 0 0 1px black;
  cursor: pointer;
}
html label.slider-input input[type=range]:-moz-focusring {
  outline: 1px solid transparent;
  outline-offset: -1px;
}
html label.slider-input input[type=range]:focus::-moz-range-track {
  background: var(--background);
}
html .keyboard-shortcut-layer {
  z-index: 9999999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
html .keyboard-shortcut-layer .keyboard-shortcut-tooltip {
  background: rgb(var(--background), 1);
  color: rgb(var(--background-text), var(--alpha-high-emphasis));
  position: absolute;
  transform: translate(0, -50%);
  padding: 0 2px;
  box-shadow: 0 2px 3px;
  border-radius: 2px;
}
@media (prefers-color-scheme: dark) {
  html {
    --primary: 68, 71, 90;
    --primary-dark: 57, 60, 75;
    --primary-light: 79, 82, 105;
    --primary-text: 255, 255, 255;
    --primary-dark-text: 255, 255, 255;
    --primary-light-text: 255, 255, 255;
    --secondary: 241, 250, 140;
    --secondary-dark: 238, 249, 116;
    --secondary-light: 244, 251, 164;
    --secondary-text: 0, 0, 0;
    --secondary-dark-text: 0, 0, 0;
    --secondary-light-text: 0, 0, 0;
    --background: 7, 7, 13;
    --background-dark: 0, 0, 0;
    --background-light: 16, 16, 30;
    --background-text: 255, 255, 255;
    --background-dark-text: 255, 255, 255;
    --background-light-text: 255, 255, 255;
    --warn: 255, 85, 85;
    --warn-dark: 255, 60, 60;
    --warn-light: 255, 111, 111;
    --warn-text: 0, 0, 0;
    --warn-dark-text: 255, 255, 255;
    --warn-light-text: 0, 0, 0;
    --complement: 199, 75, 140;
    --complement-dark: 190, 59, 128;
    --complement-light: 205, 94, 153;
    --complement-text: 255, 255, 255;
    --complement-dark-text: 255, 255, 255;
    --complement-light-text: 0, 0, 0;
    --complement: 75, 199, 134;
    --complement-dark: 59, 190, 121;
    --complement-light: 94, 205, 147;
    --complement-text: 0, 0, 0;
    --complement-dark-text: 0, 0, 0;
    --complement-light-text: 0, 0, 0;
  }
}
@media (pointer: fine) {
  html {
    font-size: 13px;
  }
}
@media (pointer: coarse) {
  html {
    font-size: 16px;
  }
}
html * {
  scrollbar-width: thin;
  scrollbar-color: rgb(var(--primary), 1) transparent;
}
html *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
html *::-webkit-scrollbar-track {
  background: transparent;
}
html *::-webkit-scrollbar-thumb {
  background-color: rgb(var(--primary), 1);
  border-radius: 20px;
  border: 3px solid transparent;
}
html > body {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 100vh;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
  --p: var(--primary);
  --pl: var(--primary-light);
  --pd: var(--primary-dark);
  --plt: var(--primary-light-text);
  --pdt: var(--primary-dark-text);
  --s: var(--secondary);
  --sl: var(--secondary-light);
  --sd: var(--secondary-dark);
  --slt: var(--secondary-light-text);
  --sdt: var(--secondary-dark-text);
  --c: var(--complement);
  --cl: var(--complement-light);
  --cd: var(--complement-dark);
  --clt: var(--complement-light-text);
  --cdt: var(--complement-dark-text);
  --a: var(--analogous);
  --al: var(--analogous-light);
  --ad: var(--analogous-dark);
  --alt: var(--analogous-light-text);
  --adt: var(--analogous-dark-text);
  --b: var(--background);
  --bl: var(--background-light);
  --bd: var(--background-dark);
  --blt: var(--background-light-text);
  --bdt: var(--background-dark-text);
  --w: var(--warn);
  --wl: var(--warn-light);
  --wd: var(--warn-dark);
  --wlt: var(--warn-light-text);
  --wdt: var(--warn-dark-text);
}

html {
  --yellow: 251, 176, 20;
  --yellow-dark: 241, 164, 4;
  --yellow-light: 251, 184, 45;
  --yellow-text: 0, 0, 0;
  --yellow-dark-text: 0, 0, 0;
  --yellow-light-text: 0, 0, 0;
  --orange: 220, 103, 48;
  --orange-dark: 207, 90, 35;
  --orange-light: 224, 119, 70;
  --orange-text: 0, 0, 0;
  --orange-dark-text: 255, 255, 255;
  --orange-light-text: 0, 0, 0;
  --fng-color: 197, 41, 19;
  --fng-color-dark: 174, 36, 17;
  --fng-color-light: 220, 46, 21;
  --fng-color-text: 255, 255, 255;
  --fng-color-dark-text: 255, 255, 255;
  --fng-color-light-text: 255, 255, 255;
  --dur-s: .15s;
  --dur-m: .3s;
  --dur-l: .6s;
  --grid-gap: .6rem;
  color: rgb(var(--background-text), 0.7) !important;
}

html knw-data-table .table-wrapper .table .table-body-cell {
  white-space: normal;
}

html knw-data-table .table-wrapper.table-sectors .table .table-body-cell,
html knw-data-table .table-wrapper.table-checklists .table .table-body-cell {
  padding: 0.5em;
}

html knw-data-table .table-wrapper .table .sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 100;
}

html knw-data-table label.input.input-labelled {
  flex: 1 0 max-content !important;
  min-width: 120px;
}

html .label.radio-input,
html .label.radio {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  max-width: max-content;
  min-width: 2.5em;
  min-height: 2.5em;
  flex: 0 0 auto;
  --radio-color: var(--primary);
}
html .label.radio-input label,
html .label.radio label {
  cursor: pointer;
}
html .label.radio-input > input,
html .label.radio > input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.125em;
  height: 1.125em;
  max-width: 1.125em;
  max-height: 1.125em;
  background: transparent;
  border: 0.125em solid rgb(var(--radio-color), 1);
  border-radius: 100%;
  position: relative;
  overflow: visible;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.25s;
  margin: 0.25em;
}
html .label.radio-input > input::after,
html .label.radio > input::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 50%;
  width: 75%;
  height: 75%;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  background: rgb(var(--radio-color), 1);
  opacity: 0;
  transition: 0.1s opacity;
}
html .label.radio-input > input:checked::after,
html .label.radio > input:checked::after {
  opacity: 1;
}
html .label.radio-input > input:focus::before,
html .label.radio > input:focus::before {
  content: "";
  left: -0.5em;
  top: -0.5em;
  bottom: -0.5em;
  right: -0.5em;
  background: rgb(var(--radio-color), 1);
  opacity: var(--alpha-subtle);
  border-radius: 100%;
  position: absolute;
  animation: grow-in 0.1s forwards;
}

i[icon=remove] + i[icon=remove] {
  display: none;
}

i[icon=contactless]::before {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48 !important;
}

html > body {
  height: 100dvh !important;
}

task-root img[src="assets/icons/profile.svg"] {
  opacity: var(--alpha-helper);
  background: white;
}
task-root knw-frame > .toolbar {
  z-index: 1000;
}
task-root knw-data-table yrd-single-row-filter .header, task-root knw-data-table task-single-row-filter .header {
  --frame-hl: var(--primary);
  --frame-hl-text: var(--primary-text);
}
task-root .hard-column {
  flex-direction: column !important;
}
@media only screen and (max-width: 600px) {
  task-root a[href^=mailto] {
    max-width: 32px;
    padding: 0px 2px;
    font-size: 0;
    color: transparent;
  }
  task-root a[href^=mailto]::before {
    font-size: 24px;
    color: rgb(var(--secondary-text), 1);
    top: 1px !important;
  }
}

.knw-sidenav-size-scroll {
  overflow: auto !important;
  height: 100%;
}

.knw-sidenav {
  overflow-y: auto !important;
}

.width-full {
  width: 100%;
}

.field-grid {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 8px;
}
.field-grid .whole-row {
  grid-column: 1/-1;
}
.field-grid knw-search-picker {
  display: contents;
}
@media only screen and (max-width: 600px) {
  .field-grid {
    grid-template-columns: 1fr;
  }
}

knw-auto-search,
task-date-picker-input {
  display: contents;
}
knw-auto-search label.input.input-labelled,
task-date-picker-input label.input.input-labelled {
  margin-right: 4px;
  margin-left: 4px;
}

.fullheight-noscroll {
  overflow: hidden;
  height: 100%;
}

.clickable {
  cursor: pointer;
}
.clickable:hover {
  background: rgb(var(--background-light-text), 0.2);
  color: rgb(var(--background-light-text), 1);
}

.d-contents {
  display: contents;
}

.truncate-text, .truncate-btn-text {
  text-overflow: ellipsis;
  max-width: 55ch;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.2em;
}

.truncate-btn-text {
  max-width: 40ch;
}
@media (max-width: 639px) {
  .truncate-btn-text {
    max-width: 25ch;
  }
}

html .table-wrapper .table-header-cell.table-cell.table-column-options:empty {
  z-index: 2;
}

html * {
  font-variant-numeric: normal;
}
@media (pointer: fine) {
  html body {
    font-size: 13px;
  }
}
@media (pointer: coarse) {
  html body {
    font-size: 14px;
  }
}
html label.textarea {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
  outline: none;
  min-width: max-content;
  border: none;
  grid-column: 1/-1;
  border-bottom: 1px solid rgb(var(--input-color), var(--alpha-medium-emphasis));
  padding: 4px 8px;
  z-index: 0;
  margin-bottom: 7px;
  margin-top: 8px;
  --input-color: var(--background-text);
  --input-color-highlight: var(--primary);
  --input-background: var(--background-text);
  color: rgb(var(--input-color), var(--alpha-medium-emphasis));
}
html label.textarea::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  z-index: -1;
  transition: background 0.25s;
}
html label.textarea.input-error {
  --input-color: var(--warn);
}
html label.textarea:focus-within {
  border-bottom: 1px solid rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
}
html label.textarea:focus-within::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
  animation: underline-fade-in 0.25s forwards;
}
@keyframes underline-fade-in {
  from {
    border-color: transparent;
  }
  to {
    border-color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
  }
}
html label.textarea.input-labelled {
  padding-top: 24px;
}
html label.textarea.input-labelled .input-label {
  position: absolute;
  font-size: 75%;
  left: 8px;
  top: 4px;
  color: rgb(var(--input-color), var(--alpha-medium-emphasis));
  transition: color 0.25s;
}
html label.textarea.input-labelled:focus-within .input-label {
  color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
}
html label.textarea.input-labelled.input-required .input-label::after {
  content: " *";
  display: inline-block;
  transform: scale(1.5) translateX(3px);
  color: rgb(var(--input-color-highlight), 1);
}
html label.textarea.input-error {
  --input-color-highlight: var(--warn);
}
html label.textarea.input-error .input-label {
  color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
}
html label.textarea.input-error:focus-within .input-label {
  color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
}
html label.textarea.input-error.input-required .input-label::after {
  color: rgb(var(--input-color-highlight), 1);
}
html label.textarea textarea {
  outline: none;
  border: none;
  background: none;
  color: rgb(var(--input-color), var(--alpha-high-emphasis));
  caret-color: rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
  flex: 1 1 100%;
  min-width: 0;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-wrap;
}
html label.textarea textarea::placeholder {
  font: var(--body-font);
}
html label.textarea textarea[type=number], html label.textarea textarea[calculate] {
  font-family: monospace;
  text-align: right;
}
html label.textarea.input-disabled {
  opacity: var(--alpha-disabled);
  pointer-events: none;
}
html label.textarea :not(input):not(button):not(select):not(textarea),
html label.textarea ::after,
html label.textarea ::before {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  flex: 0 0 auto;
}
html label.textarea.filled:focus-within {
  border-bottom: 1px solid rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
  padding-bottom: 4px;
}
html label.textarea.filled:focus-within::before {
  background: rgb(var(--input-background), var(--alpha-subtle));
}
html label.textarea.filled::before {
  background: rgb(var(--input-background), var(--alpha-subtle-low));
}
html label.textarea .input-outline-helper {
  display: none;
  pointer-events: none;
}
html label.textarea.outlined {
  border: none;
}
html label.textarea.outlined::before {
  content: none;
}
html label.textarea.outlined .input-outline-helper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  transition: border 0.25s;
}
html label.textarea.outlined .input-outline-helper::before, html label.textarea.outlined .input-outline-helper::after,
html label.textarea.outlined .input-outline-helper .input-outline-helper-text {
  height: 100%;
  border: 1px solid rgb(var(--input-color), var(--alpha-medium-emphasis));
  box-sizing: border-box;
}
html label.textarea.outlined .input-outline-helper::before {
  content: "";
  border-right: none;
  border-radius: 2px 0 0 2px;
  flex: 0 0 6px;
}
html label.textarea.outlined .input-outline-helper .input-outline-helper-text {
  font-size: 75%;
  flex: 0 0 auto;
  border-left: none;
  border-right: none;
  color: transparent;
  padding: 0 3px;
}
html label.textarea.outlined .input-outline-helper::after {
  content: "";
  border-left: none;
  border-radius: 0 2px 2px 0;
  flex: 1 1 0;
}
html label.textarea.outlined:hover .input-outline-helper .input-outline-helper-text, html label.textarea.outlined:hover .input-outline-helper::after, html label.textarea.outlined:hover .input-outline-helper::before, html label.textarea.outlined:active .input-outline-helper .input-outline-helper-text, html label.textarea.outlined:active .input-outline-helper::after, html label.textarea.outlined:active .input-outline-helper::before {
  border: 1px solid rgb(var(--input-color), var(--alpha-high-emphasis));
}
html label.textarea.outlined:hover .input-outline-helper .input-outline-helper-text, html label.textarea.outlined:hover .input-outline-helper::after, html label.textarea.outlined:active .input-outline-helper .input-outline-helper-text, html label.textarea.outlined:active .input-outline-helper::after {
  border-left: none;
}
html label.textarea.outlined:hover .input-outline-helper .input-outline-helper-text, html label.textarea.outlined:hover .input-outline-helper::before, html label.textarea.outlined:active .input-outline-helper .input-outline-helper-text, html label.textarea.outlined:active .input-outline-helper::before {
  border-right: none;
}
html label.textarea.outlined:focus-within .input-outline-helper::after, html label.textarea.outlined:focus-within .input-outline-helper::before,
html label.textarea.outlined:focus-within .input-outline-helper .input-outline-helper-text {
  border: 2px solid rgb(var(--input-color-highlight), var(--alpha-high-emphasis));
}
html label.textarea.outlined:focus-within .input-outline-helper::after,
html label.textarea.outlined:focus-within .input-outline-helper .input-outline-helper-text {
  border-left: none;
}
html label.textarea.outlined:focus-within .input-outline-helper::before,
html label.textarea.outlined:focus-within .input-outline-helper .input-outline-helper-text {
  border-right: none;
}
html label.textarea.outlined.input-labelled {
  padding: 6px 8px;
  margin-top: 9px;
  margin-bottom: 9px;
}
html label.textarea.outlined.input-labelled .input-label {
  position: absolute;
  left: 7px;
  top: 0;
  transform: translateY(-66%);
  padding: 0 3px;
}
html label.textarea.outlined.input-labelled.input-required .input-outline-helper .input-outline-helper-text {
  padding-right: 1.5em;
}
html label.textarea.outlined.input-labelled > .input-outline-helper .input-outline-helper-text {
  border-top: transparent;
}
html label.textarea textarea {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
}
html label.textarea i[icon] {
  margin-top: -3px;
  margin-bottom: -3px;
}
html label.textarea textarea:-webkit-autofill {
  transition-delay: 99999999s;
}

.main-page-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 1rem 4rem;
}
@media (min-width: 640px) {
  .main-page-wrapper {
    padding: 2rem 2rem 4rem;
  }
}

@media only screen and (max-width: 600px) {
  .screen-big {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .screen-small {
    display: none !important;
  }
}
knw-modal .modal {
  background: rgb(var(--background-light), 1);
}

.modal-title {
  margin-bottom: 1em;
}

.modal-footer {
  margin-top: 2em;
  justify-content: space-between;
}

.temp-add-button {
  display: flex;
  justify-content: center;
  background-color: rgb(var(--background-light), 1);
}

.tooltip-icon[tooltip]:hover::after {
  font-size: 12px;
}

html [tooltip]:hover::after {
  min-width: 10ch !important;
}

html [tooltip-right] {
  z-index: 100;
}

.for-toolbar {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 1.5em 0;
}

.dark-menu-inversion {
  font-size: 75%;
  --primary: var(--b);
  --primary-light: var(--bl);
  --primary-dark: var(--bd);
  --primary-light-text: var(--blt);
  --primary-dark-text: var(--bdt);
  --background: var(--s);
  --background-light: var(--sl);
  --background-dark: var(--sd);
  --background-light-text: var(--slt);
  --background-dark-text: var(--sdt);
}
.dark-menu-inversion button,
.dark-menu-inversion .fake-button {
  transition: none;
  justify-content: flex-start;
}
.dark-menu-inversion button::before,
.dark-menu-inversion .fake-button::before {
  transition: none;
}

img[clickable] {
  cursor: pointer;
}

.bg-hover {
  transition: all 0.15s ease-in;
  cursor: pointer;
}
.bg-hover:hover {
  border-radius: 0.25em;
  border-bottom: none;
  padding: 0.25em;
  margin: -0.25em;
  background: rgb(var(--primary), var(--alpha-subtle));
}

details.no-items {
  pointer-events: none;
}
details.no-items summary a,
details.no-items summary button {
  pointer-events: all;
}
details.no-items summary::after {
  display: none;
}

.prewrap {
  white-space: pre-wrap;
}

.pointer {
  cursor: pointer;
}

html label.placeholder-warn input::placeholder {
  color: rgb(var(--warn));
}
html label.placeholder-warn input:focus::placeholder {
  color: transparent;
}

.uppercase {
  text-transform: uppercase;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

html label.input .input-date-overlay {
  font-size: 95%;
  color: rgb(var(--background-text), var(--alpha-medium-emphasis));
}

html label.input.outlined .input-outline-helper {
  --border: var(--input-color-highlight) !important;
  --alpha: var(--alpha-high-emphasis) !important;
}

.justify-space-around {
  justify-content: space-around;
}

.plain-link {
  background-color: transparent;
  border-radius: 0;
  border: none;
  padding: 0;
}
.plain-link:hover {
  background-color: transparent;
}
.plain-link:hover span {
  border-color: transparent;
}
.plain-link span {
  border-bottom: 0.5px solid rgb(var(--background-text));
}

html summary::after {
  transition-duration: 0.15s;
}
html summary:hover::after {
  transform: translateY(-8px) rotate(0deg);
}

.label-pill {
  background: rgb(var(--primary), 1);
  color: rgb(var(--primary-text), var(--alpha-high-emphasis));
  padding: 0.25em 1em 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  text-decoration: none;
  white-space: nowrap;
}
.label-pill[color=primary] {
  background: rgb(var(--secondary), 1);
  color: rgb(var(--secondary-text), var(--alpha-high-emphasis));
  border-bottom: 0.0625em solid rgb(var(--secondary-text), var(--alpha-high-emphasis));
}
.label-pill[color=secondary] {
  background: rgb(var(--primary), 1);
  color: rgb(var(--primary-text), var(--alpha-high-emphasis));
}
.label-pill[color=warn] {
  background: rgb(var(--warn), 1);
  color: rgb(255, 255, 255, var(--alpha-high-emphasis));
}
.label-pill[color=yellow-dark] {
  background: rgb(var(--yellow-dark), 1);
  color: rgb(255, 255, 255, var(--alpha-high-emphasis));
}

@media only screen and (max-width: 600px) {
  html .mobile-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}

.thin-devider {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

html details summary.no-arrow::after {
  content: "" !important;
}

.single-page-accordion details {
  background: transparent !important;
  box-shadow: unset !important;
  padding: 0px !important;
}

.whole-row {
  grid-column: 1/-1;
}

.label-pills-container {
  margin-top: 0.5em;
  gap: 0.5em;
  display: flex;
  flex-wrap: wrap;
}
.label-pills-container .label-pill {
  align-self: flex-start;
  font-size: 85%;
}

task-arrival-single,
task-ticket-single,
task-order-single {
  width: 100%;
}
task-arrival-single .single-page-section,
task-ticket-single .single-page-section,
task-order-single .single-page-section {
  margin-bottom: 4rem;
}
task-arrival-single .single-page-section.single-page-accordion,
task-ticket-single .single-page-section.single-page-accordion,
task-order-single .single-page-section.single-page-accordion {
  border: 1px solid rgb(var(--background-dark));
  background: rgb(var(--background-dark), 1);
  border-radius: 10px;
  padding: 0 1rem !important;
  box-sizing: border-box;
  transition: background 0.15s ease-in;
}
task-arrival-single .single-page-section.single-page-accordion:hover,
task-ticket-single .single-page-section.single-page-accordion:hover,
task-order-single .single-page-section.single-page-accordion:hover {
  background: rgb(var(--background-dark), 0.5);
}
@media (max-width: 639px) {
  task-arrival-single .single-page-section.single-page-accordion,
  task-ticket-single .single-page-section.single-page-accordion,
  task-order-single .single-page-section.single-page-accordion {
    padding: 0.5rem 1rem !important;
    border: none;
    border-radius: 0;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    background: rgb(var(--background-dark), 1);
  }
}
task-arrival-single .sticky-header,
task-ticket-single .sticky-header,
task-order-single .sticky-header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(var(--background), 1);
  z-index: 10;
  padding: 0.3rem 0;
}
task-arrival-single .enlarge-btn,
task-ticket-single .enlarge-btn,
task-order-single .enlarge-btn {
  letter-spacing: 0.1em;
  gap: 0.6em;
}
task-arrival-single .single-page-accordion summary,
task-ticket-single .single-page-accordion summary,
task-order-single .single-page-accordion summary {
  margin-bottom: 0.8rem;
}
task-arrival-single .single-page-accordion summary h2,
task-ticket-single .single-page-accordion summary h2,
task-order-single .single-page-accordion summary h2 {
  margin-top: 0;
  margin-bottom: 0;
}
task-arrival-single .grid-layout,
task-ticket-single .grid-layout,
task-order-single .grid-layout {
  display: flex;
  flex-wrap: wrap;
  gap: var(--grid-gap);
}
task-arrival-single .grid-card,
task-ticket-single .grid-card,
task-order-single .grid-card {
  flex: 100 100 300px;
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  background: rgb(var(--background-light), 1);
  border: 1px solid rgb(var(--background-dark));
  border-radius: 10px;
  padding: 1rem 0.7rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 1;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  task-arrival-single .grid-card,
  task-ticket-single .grid-card,
  task-order-single .grid-card {
    padding: 1rem;
  }
}
task-arrival-single .card-header,
task-ticket-single .card-header,
task-order-single .card-header {
  display: flex;
  margin-bottom: 0.5em;
  align-items: center;
  justify-content: space-between;
}
task-arrival-single .main-info-card .card-header-title,
task-ticket-single .main-info-card .card-header-title,
task-order-single .main-info-card .card-header-title {
  border-radius: 10000px;
  padding: 0.5em 1em;
  background: rgb(var(--primary-light), 0.9);
  font-weight: 700;
  margin-bottom: 0;
  color: white;
}
task-arrival-single .card-header-title,
task-ticket-single .card-header-title,
task-order-single .card-header-title {
  text-transform: uppercase;
  font-size: 90%;
  letter-spacing: 0.1em;
}
task-arrival-single .card-body .heading,
task-ticket-single .card-body .heading,
task-order-single .card-body .heading {
  align-items: baseline;
}
task-arrival-single .card-body .heading h2,
task-arrival-single .card-body .heading h3,
task-ticket-single .card-body .heading h2,
task-ticket-single .card-body .heading h3,
task-order-single .card-body .heading h2,
task-order-single .card-body .heading h3 {
  font-size: 1.5em;
}
task-arrival-single .total-price,
task-ticket-single .total-price,
task-order-single .total-price {
  font-size: 1.1rem;
  margin-top: 2rem;
  font-weight: 600;
  text-align: right;
}
task-arrival-single .total-price b, task-arrival-single .total-price strong,
task-ticket-single .total-price b,
task-ticket-single .total-price strong,
task-order-single .total-price b,
task-order-single .total-price strong {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
}
task-arrival-single .table-container,
task-ticket-single .table-container,
task-order-single .table-container {
  margin: 0.5em auto;
  background: rgb(var(--background-light), 1);
  border: 1px solid rgb(180, 180, 180);
  border-radius: 10px;
  overflow-x: auto;
  position: relative;
  overflow-y: auto;
}
task-arrival-single .table-container table,
task-ticket-single .table-container table,
task-order-single .table-container table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  table-layout: auto;
  width: 100%;
  --alpha-sublte-table: 0.45;
}
task-arrival-single .table-container table label.input.outlined .input-outline-helper,
task-ticket-single .table-container table label.input.outlined .input-outline-helper,
task-order-single .table-container table label.input.outlined .input-outline-helper {
  --alpha: var(--alpha-sublte-table) !important;
}
task-arrival-single .table-container table label.checkbox-input > input,
task-arrival-single .table-container table label.checkbox > input,
task-ticket-single .table-container table label.checkbox-input > input,
task-ticket-single .table-container table label.checkbox > input,
task-order-single .table-container table label.checkbox-input > input,
task-order-single .table-container table label.checkbox > input {
  border: 1px solid rgb(var(--checkbox-color), var(--alpha-sublte-table)) !important;
}
task-arrival-single .table-container table tr,
task-ticket-single .table-container table tr,
task-order-single .table-container table tr {
  width: 100%;
  border-bottom: 1px solid rgb(180, 180, 180);
  transition: background-color 0.15s ease-in;
}
task-arrival-single .table-container table tr:not(.expended-details, .header-row):hover,
task-ticket-single .table-container table tr:not(.expended-details, .header-row):hover,
task-order-single .table-container table tr:not(.expended-details, .header-row):hover {
  background: rgb(var(--background), 1);
}
task-arrival-single .table-container table tr.row.is-expanded:hover,
task-ticket-single .table-container table tr.row.is-expanded:hover,
task-order-single .table-container table tr.row.is-expanded:hover {
  background: rgb(var(--background-dark), 1);
}
task-arrival-single .table-container table tr.is-deleted-soft:hover,
task-ticket-single .table-container table tr.is-deleted-soft:hover,
task-order-single .table-container table tr.is-deleted-soft:hover {
  background: rgb(var(--warn), 0.2);
}
task-arrival-single .table-container table tr.is-deleted-soft,
task-ticket-single .table-container table tr.is-deleted-soft,
task-order-single .table-container table tr.is-deleted-soft {
  background-color: rgb(var(--warn), 0.15);
  border-bottom: 0.0625em solid rgb(var(--background-light), 1);
}
task-arrival-single .table-container table tr.is-deleted-hard,
task-ticket-single .table-container table tr.is-deleted-hard,
task-order-single .table-container table tr.is-deleted-hard {
  opacity: 0.5;
}
task-arrival-single .table-container table tr:not(.expended-details),
task-ticket-single .table-container table tr:not(.expended-details),
task-order-single .table-container table tr:not(.expended-details) {
  cursor: pointer;
}
task-arrival-single .table-container table tr.row:last-child,
task-ticket-single .table-container table tr.row:last-child,
task-order-single .table-container table tr.row:last-child {
  border-bottom: none;
}
task-arrival-single .table-container table thead tr,
task-ticket-single .table-container table thead tr,
task-order-single .table-container table thead tr {
  background-color: rgb(var(--background-dark));
}
task-arrival-single .table-container table thead tr.row:last-child,
task-ticket-single .table-container table thead tr.row:last-child,
task-order-single .table-container table thead tr.row:last-child {
  border-bottom: 1px solid rgb(180, 180, 180);
}
task-arrival-single .table-container table th, task-arrival-single .table-container table td,
task-ticket-single .table-container table th,
task-ticket-single .table-container table td,
task-order-single .table-container table th,
task-order-single .table-container table td {
  width: min-content;
  padding: 4px;
}
task-arrival-single .table-container table th.is-centered > div, task-arrival-single .table-container table td.is-centered > div,
task-ticket-single .table-container table th.is-centered > div,
task-ticket-single .table-container table td.is-centered > div,
task-order-single .table-container table th.is-centered > div,
task-order-single .table-container table td.is-centered > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
task-arrival-single .table-container table th.is-right > div, task-arrival-single .table-container table td.is-right > div,
task-ticket-single .table-container table th.is-right > div,
task-ticket-single .table-container table td.is-right > div,
task-order-single .table-container table th.is-right > div,
task-order-single .table-container table td.is-right > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
task-arrival-single .table-container table th.is-changed, task-arrival-single .table-container table td.is-changed,
task-ticket-single .table-container table th.is-changed,
task-ticket-single .table-container table td.is-changed,
task-order-single .table-container table th.is-changed,
task-order-single .table-container table td.is-changed {
  position: relative;
  border-left: 0.35em solid rgb(var(--warn));
}
task-arrival-single .table-container table th.is-new, task-arrival-single .table-container table td.is-new,
task-ticket-single .table-container table th.is-new,
task-ticket-single .table-container table td.is-new,
task-order-single .table-container table th.is-new,
task-order-single .table-container table td.is-new {
  position: relative;
  border-left: 0.35em solid rgb(var(--yellow-light));
}
task-arrival-single .table-container table th.is-changed .tooltip-icon:hover::before, task-arrival-single .table-container table th.is-new .tooltip-icon:hover::before, task-arrival-single .table-container table td.is-changed .tooltip-icon:hover::before, task-arrival-single .table-container table td.is-new .tooltip-icon:hover::before,
task-ticket-single .table-container table th.is-changed .tooltip-icon:hover::before,
task-ticket-single .table-container table th.is-new .tooltip-icon:hover::before,
task-ticket-single .table-container table td.is-changed .tooltip-icon:hover::before,
task-ticket-single .table-container table td.is-new .tooltip-icon:hover::before,
task-order-single .table-container table th.is-changed .tooltip-icon:hover::before,
task-order-single .table-container table th.is-new .tooltip-icon:hover::before,
task-order-single .table-container table td.is-changed .tooltip-icon:hover::before,
task-order-single .table-container table td.is-new .tooltip-icon:hover::before {
  background-color: transparent !important;
}
task-arrival-single .table-container table th > div, task-arrival-single .table-container table td > div,
task-ticket-single .table-container table th > div,
task-ticket-single .table-container table td > div,
task-order-single .table-container table th > div,
task-order-single .table-container table td > div {
  display: flex;
  align-items: center;
  min-height: 33px;
}
task-arrival-single .table-container table th.delete-col > div, task-arrival-single .table-container table td.delete-col > div,
task-ticket-single .table-container table th.delete-col > div,
task-ticket-single .table-container table td.delete-col > div,
task-order-single .table-container table th.delete-col > div,
task-order-single .table-container table td.delete-col > div {
  padding: 0;
}
task-arrival-single .table-container table th .tooltip-icon, task-arrival-single .table-container table td .tooltip-icon,
task-ticket-single .table-container table th .tooltip-icon,
task-ticket-single .table-container table td .tooltip-icon,
task-order-single .table-container table th .tooltip-icon,
task-order-single .table-container table td .tooltip-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 88%;
  text-wrap: nowrap;
  width: 22px;
  height: 22px;
}
task-arrival-single .table-container table th .header-cell,
task-ticket-single .table-container table th .header-cell,
task-order-single .table-container table th .header-cell {
  font-weight: 900;
  color: rgb(var(--background-light-text), var(--alpha-medium-emphasis));
  text-align: left;
}
@media (max-width: 1023px) {
  task-arrival-single .table-container table th .header-cell,
  task-ticket-single .table-container table th .header-cell,
  task-order-single .table-container table th .header-cell {
    white-space: pre;
  }
}
task-arrival-single .table-container table tbody,
task-ticket-single .table-container table tbody,
task-order-single .table-container table tbody {
  font-family: var(--body-font);
  counter-reset: row;
}
task-arrival-single .table-container table tbody td,
task-ticket-single .table-container table tbody td,
task-order-single .table-container table tbody td {
  color: rgb(var(--background-light-text), var(--alpha-medium-emphasis));
  font-weight: 400;
}
task-arrival-single .table-container .row-counter::before,
task-ticket-single .table-container .row-counter::before,
task-order-single .table-container .row-counter::before {
  counter-increment: row;
  content: counter(row) ".";
}
task-arrival-single .table-container .expended-details,
task-ticket-single .table-container .expended-details,
task-order-single .table-container .expended-details {
  background: rgb(var(--background), 1);
}
task-arrival-single .table-container .expended-details .details-item,
task-ticket-single .table-container .expended-details .details-item,
task-order-single .table-container .expended-details .details-item {
  padding: 1rem 0.7rem;
  border-radius: 6px;
  border: 1px solid rgb(var(--background-dark), 1);
  background: rgb(var(--background-light), 1);
  flex: 1;
}
task-arrival-single .table-container .expended-details .details-changed,
task-ticket-single .table-container .expended-details .details-changed,
task-order-single .table-container .expended-details .details-changed {
  background: rgb(var(--background-light), 1);
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
task-arrival-single .table-container .expended-details .details-changed .changed-params,
task-ticket-single .table-container .expended-details .details-changed .changed-params,
task-order-single .table-container .expended-details .details-changed .changed-params {
  gap: 1rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 100%;
}
task-arrival-single .table-container .expended-details .details-changed .changed-params > span,
task-ticket-single .table-container .expended-details .details-changed .changed-params > span,
task-order-single .table-container .expended-details .details-changed .changed-params > span {
  max-width: max-content;
  gap: 1rem;
}
task-arrival-single .table-container .expended-details .details-changed .changed-params > span > strong,
task-ticket-single .table-container .expended-details .details-changed .changed-params > span > strong,
task-order-single .table-container .expended-details .details-changed .changed-params > span > strong {
  white-space: nowrap;
}
task-arrival-single .table-container .expended-details .spanned-container,
task-ticket-single .table-container .expended-details .spanned-container,
task-order-single .table-container .expended-details .spanned-container {
  padding: 1.5rem 0.7rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
}
task-arrival-single .table-container .expended-details dl,
task-ticket-single .table-container .expended-details dl,
task-order-single .table-container .expended-details dl {
  display: flex;
  flex-flow: column;
  gap: 0.1rem;
  margin: 0;
}
task-arrival-single .table-container .expended-details .dl-group,
task-ticket-single .table-container .expended-details .dl-group,
task-order-single .table-container .expended-details .dl-group {
  display: grid;
  grid-template-columns: minmax(auto, 150px) 1fr;
  gap: 0.1em;
  padding: 0.1em;
}
task-arrival-single .table-container .expended-details dt,
task-ticket-single .table-container .expended-details dt,
task-order-single .table-container .expended-details dt {
  font-weight: 600;
}
task-arrival-single .table-container .expended-details dd,
task-ticket-single .table-container .expended-details dd,
task-order-single .table-container .expended-details dd {
  margin: 0;
}
@media (max-width: 1023px) {
  task-arrival-single .table-container .delete-col,
  task-ticket-single .table-container .delete-col,
  task-order-single .table-container .delete-col {
    position: sticky;
    top: 0;
    right: 0;
    z-index: 999;
  }
}
task-arrival-single .table-container th.delete-col,
task-ticket-single .table-container th.delete-col,
task-order-single .table-container th.delete-col {
  z-index: 999;
}

/*# sourceMappingURL=styles.css.map*/