/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Visually hide an element, but leave it available for screen readers
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.screen-reader {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/**
 * Extends the .screen-reader class to allow the element to be focusable when navigated to via the keyboard
 * @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
 * @link https://www.drupal.org/node/897638
 */
.screen-reader-show,
.screen-reader-focusable:active,
.screen-reader-focusable:focus,
.screen-reader-focusable:focus-within {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

/* 
*:focus {
  border: 3px dashed yellow;
}

*:focus {
  border: 3px dashed red;
} */

/* .app-wrapper
 *   TopBar
 *   NavBar
 *   .main-container
 *     .main-content
 *     Footer
 */

* {
  box-sizing: border-box;
}

.app-wrapper {
  background-color: #cdd2d6; /* colors.abyss */
  font-family: Roboto, Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.header-wrapper {
  background: #04151f; /* colors.dark1 */
}

.main-container { /* gray background (no-content) */
  background-color: #cdd2d6; /* colors.abyss */
  min-height: 100vh;
  flex-grow: 1;
}

.main-content { /* Card containing all content except footer */
  background-color: #ecebe4; /* colors.foreground */
  /* background-color: red; */
  min-height: 10em;
  width: 100%;
  box-shadow: 0 25px 50px -12px rgba(29, 26, 26, 0.25);
  padding: 12px;
  padding-bottom: 2.5rem;
  margin: 0 auto;
}
.main-container .footer-wrapper {
  padding: 1rem;
  margin: 0 auto;
}

.main-content::after, .main-container::after {
  content: "";
  clear: both;
  display: table;
}

button:active {
  outline: 2px solid black;
}

@media (min-width: 800px) {
  .app-wrapper {
    flex-direction: row;
  }
  .app-wrapper .header-wrapper {
  }
  .app-wrapper .main-container {}
}

@media (min-width: 1024px) {
  .app-wrapper .main-container {
    padding: 1rem 2rem;
  }
  .app-wrapper .main-container .main-content {
    max-width: 40rem;
    border-radius: 0.5rem;
  }
  .app-wrapper .main-container .footer-wrapper {
    max-width: 40rem;
  }
}
.toast {
  display: relative;
  border-radius: 0.5em;
  background-color: white;

  box-shadow: 0 25px 50px -12px rgba(29, 26, 26, 0.25);
  padding: 12px;
  margin-bottom: 0.6rem;
}

.toast__close-button {
  float: right;
}

.toast--success {
  background-color: green;
}

.toast--failure {
  background-color: red;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

.top-bar {
  background: #04151f; /* colors.dark1 */
  color: #ecebe4ff;
  display: flex;
  /* flex-flow: row nowrap; */
  align-items: center;
  width: 100%;
  padding: 0.5rem;
}

.top-bar .branding {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  flex-basis: 50%;
  width: 50%;
  flex-flow: row nowrap;
}

.top-bar .branding .logo {
  display: inline-block;
  height: 3rem;
  flex: 0 0 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #c0771f; /* colors.accent */
}

.top-bar .branding h2 {
  flex-shrink: 1;
  flex-grow: 1;
  font-size: 2rem;
  margin: 0;
  margin-left: 1rem;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.top-bar .branding h2::after {
  content: "";
  /* flex: 0 0 3rem; */
  background: linear-gradient(to right, transparent, #04151f);
  /* justify-self: right; */
  /* align-self: stretch; */
  width: 3rem;
  min-height: 1.4em;
  position: absolute;
  right: 0;
}

.hamburger {
  display: flex;
  align-items: center;
  margin-left: 0;
}

/*
 * Override the colors in hamburgers.css package
 */
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #ecebe4ff;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ecebe4ff;
}
/* --------- */

.hamburger-label {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-transform: uppercase;
  padding-right: 0.5rem;
}

@media (min-width: 800px) {
  .top-bar {
    /* display: block; */
    flex-direction: column;
    flex-basis: 12em;
  }
  .top-bar .branding {
    width: unset;
    justify-content: center;
    align-items: center;
    margin: 0 1rem;     
    /* text-align: center; */
  }
  .top-bar .branding h2 {
    /* width: 7em; */
    flex-grow: 0;
  }
  .top-bar .branding h2::after {
    display: none;
  }
  .top-bar .hamburger {
    display: none;
  }
}

.navlink-dropdown {
  display: flex;
  flex-direction: column;
  background-color: #ecebe4;
  padding-top: 0.5em;
  border-radius: 0.25em;
}

.navlink-dropdown > .navlink {
  color: black;
}

.navbar {
  display: flex;
  flex-direction: column;
  background-color: #082441;
}

.navbar.hide {
  border: 4px dashed red;
}

.navlink {
  box-sizing: content-box;
  flex: 1 1 100%;
  padding: 0.5em;
  margin: 0.25em;
  height: 1.2em;
  border-radius: 0.25em;
  color: white;
  background-color: inherit;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  cursor: pointer;
}

.navlink:active,
.navlink:focus {
  background-color: #0c3764;
  color: white;
}

@media (min-width: 800px) {
  .navbar.screen-reader {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
  }
}
.form {
  display: flex;
  max-width: 40rem;
  margin: 0 auto;
  flex-direction: column;
}

/* .form-title {
} */

.flex-row {
  display: flex;
}

.form-label {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0em;
}
.form-label:first-of-type {
  margin-top: 0;
}

.form-single-code-input {
  flex-grow: 1;
  padding: 0.4em;
}

.form-print-button {
  flex-basis: 4em;
  flex-grow: 0.3;
}

.form-submit {
  margin-top: 1.5rem;
  background-color: #26532b; /* $colors.darkgood */
  color: white;
  font-weight: 400;
  border: unset;
  border-radius: 0.3em;
  padding: 0.4em;
}

/* .item-description {
  display: flex;
  flex-direction: column;
} */

.item-label {
  display: block;

  font-weight: 600;
  font-family: "Courier New", Courier, monospace;
  color: black;
  font-size: 1.2rem;
  /* margin-bottom: 0.5em; */
}

.item-line {
  margin-bottom: 0.5em;
}

.item-label--inline {
  display: inline;
}

.item-name {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

.item-label--zeroes {
  font-size: 0.8em;
  opacity: 90%;
}

/* .item-label--code {
} */

.form-print-button {
  grid-column: 3;

  background-color: #0c3764; /* $colors.darkaccent */
  color: white;
  font-weight: 400;
  border: unset;
  border-radius: 0.3em;
  padding: 0.4em;
}

/* Moving to BEM naming. Keep old names for compatibility. */

.info-panel {
  max-width: 40rem;
  margin: 0 auto;
}

.info-item,
.info-panel__item {
  margin-bottom: 1.5rem;
}

.info-item-title,
.info-panel__item-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: grey;
  font-style: italic;
  border-bottom: 1px solid grey;
  margin-bottom: 0.4rem;
}

.info-item-description,
.info-panel__item-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-panel .info-item:first-child .item-label,
.info-panel__item .item-label {
  font-size: 1.4em;
}

.info-edit-save-button,
.info-panel__edit-save-button {
  background-color: #26532b;
  color: white;
  border-radius: 0.2rem;
  border: none;
  padding: 0.3rem 1rem;
  float: right;
}

/* This is hard and not worth the effort
 //Line up the text baselines so that toggling input doesn't push anything.
.item-description-oneline,
.info-panel__item-description--single-line {
  padding: calc(2px + 0.2rem) 2px;
}
input.item-description-oneline,
.info-panel__input-item-description--single-line {
  padding: 0.2rem 0;
  width: 100%;
} */

.action-link,
.info-panel__action-link {
  font-style: italic;
  border-right: 1px solid black;
  padding-right: 0.5em;
  margin-right: 0.5em;
}
.action-link:last-child,
.info-panel__action-link:last-child {
  border-right: unset;
  padding-right: unset;
  margin-right: unset;
}

.data-table-container {
  width: 100%;
  padding: 0 0.5rem;
  background-color: white;
  border-radius: 0.3rem;
  box-shadow: 0px 2px 1px -1px rgb(0 0 0 / 20%),
    0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
}
.data-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;

  display: grid;
  grid-template-columns: auto auto auto auto;
}

.data-table thead {
  border-bottom: 1px solid black;
}

.data-table th {
  padding: 0.1rem 0.5rem;
  position: relative;
  text-align: left;
}

.data-table > tbody {
}

.data-table tr,
.data-table thead,
.data-table tbody,
.data-table colgroup,
.data-table col {
  display: contents;
}

.data-table col {
  text-align: center;
}

.truncated {
  /* max-width: 15em; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.data-table .numeric,
.data-table .ItemLabel {
  text-align: center;
}

.resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  width: 6px;
  cursor: col-resize;
}

.data-table th:hover .resize-handle {
  opacity: 0.3;
}

.loading {
  opacity: 50%;
}

.filter-widget {
  display: flex;
  align-items: baseline;
  color: black;
}

.single-line-widget {
  background-color: rgba(100, 100, 100, 0.342);
  padding: 0.1em 0.5rem;
  border-radius: 0.3em;
  margin-left: 0.3rem;
}

.search-form form {
  display: flex;
}

.search-form input[type="text"] {
  flex-grow: 1;
}


/* @use "_colors"; */

.pager {
  display: flex;
  align-items: baseline;
  justify-content: center;

  font-weight: 600;
}

.pager--note {
  margin-right: 0.5em;
}

.pager--page-link {
  margin: 0.1em;
  padding: 0.5em;

  background: white;
  color: black;
  border-radius: 0.4em;

  text-decoration: none;
}

.pager--page-link__active {
  background-color: #c0771f;
  color: white;
}

.code-lines {
  flex-grow: 1;
}
.code-line {
  display: flex;
  /* justify-content: space-between; */
  align-items: baseline;
  background-color: white;
  border: 1px solid black;
  border-bottom: 0;
}
.code-line:last-child {
  border-bottom: 1px solid black;
}
.code-line-code {
  padding: 0.3rem;
  font-style: italic;
}
.badge {
  color: white;
  background: #0c3764; /* darkAccent */
  border: 1px solid rgb(14, 13, 13);
  border-radius: 0.4rem;
  padding: 1px 0.4rem;
  margin-left: 0.2rem;
  margin-right: auto;
}

.codes-input-line {
  display: flex;
  background-color: white;
  border: 1px solid black;
  border-bottom: none;
  align-items: center;
}
.codes-input-line:last-of-type {
  border-bottom: 1px solid black;
}
.codes-input-line:focus-within {
  /* border: 2px solid black; */
  outline: black 2px solid;
}

.codes-input-line > input {
  background-color: transparent;
  border: none;
  padding: 0.3rem;
  flex-grow: 1;
}

.codes-input-line > input:focus {
  border: none;
  outline: none;
}

.codes-input-line > svg[class^="lnr-"],
.codes-input-line > svg[class*=" lnr-"] {
  margin-top: -2px;
  margin-right: 0.1rem;
}

.badge-rocker {
  margin-right: 0.4rem;
}
.badge-rocker > button {
  background: white;
  border: 1px solid black;
  border-radius: 0.4rem;
}
.badge-rocker > button:first-child {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.badge-rocker > button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.badge-rocker > .rocker--active {
  color: white;
  background: #0c3764; /* darkAccent */
}


.properties-table {
  display: grid;
  grid-template-columns: max-content 1fr;
  /* grid-template-rows: repeat(auto-fit, 1.5em); */
  width: 100%;
  column-gap: 1rem;
  row-gap: 0.2rem;
  align-items: stretch;
}

/* .properties-table--editing { */
/* display: flex; */

/* grid-template-rows: repeat(auto-fit, 2em); */
/* column-gap: 0; */
/* } */

.properties-table__name {
  font-weight: bold;
  grid-column: 1/2; /* editing */

  /* height: 2.5em; */
  /* margin: 0.5em 0; */
}

.properties-table__value {
  grid-column: 2/3;
  /* margin: 0.5em 0 0.5em 0.5em; */
}

/* ---- Editing table ---- */
.properties-table--editing {
  display: block;
}
.properties-table-row {
  display: flex;
  background-color: white;
  border: 1px solid black;
  border-bottom: none;
  align-items: stretch;
  height: 2em;
}
.properties-table-row:last-of-type {
  border-bottom: 1px solid black;
}
.properties-table-row:focus-within {
  border-bottom: 1px solid black;
  outline: black 2px solid;
}

.properties-table-row__name {
    flex-grow: 0;
}
.properties-table-row__type {
  /* border-left: 1px solid black; */
}
.properties-table-row__value {
    flex-grow: 2;
    /* border-left: 1px solid black; */
}

.properties-table-row__button {
  margin-top: -2px;
  margin-right: 0.1rem;
  align-self: center;
}

.properties-table-row__name > input,
.properties-table-row__value > input {
  background-color: transparent;
  border: none;
  padding: 0.3rem;
  width: 100%;
  height: 100%;
}

.properties-table-row__name > input:focus,
.properties-table-row__value > input:focus {
  border: none;
  outline: none;
}

.autocomplete {
  position: relative;
  margin: 0;
}
.autocomplete input {
  /* height: 2.5em; */
  height: 100%;
  outline: none;
  border: none;
}
.autocomplete__list {
  position: absolute;
  top: calc(2em - 1px);
  left: -1px;
  border: 1px solid black;
  border-top: none;
  margin: 0;
  padding: 0;
  padding-top: 2px;
  background-color: #082441;
  text-decoration: none;
  color: white;
  cursor: pointer;
  z-index: 100;
  width: 100%;
}
.autocomplete__list-item {
  text-indent: 0;
  text-decoration: none;
  list-style: none;
  padding: 0.5em;
  margin: 0.25em;
  border-radius: 0.25rem;
}
.autocomplete__list-item--selected {
  background-color: #0c3764;
}

.warn-modal {
  font-family: Roboto, Helvetica, sans-serif;
  background-color: #cdd2d6;
  border-radius: 1.5rem;
  max-width: 20em;
  margin: 3rem auto;
  position: relative;
  text-align: center;
  padding: 2rem;
}

.warn-modal h3 {
  margin-top: 0;
}
.warn-modal__close-button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ecebe4;
  border: 1px solid black;
  border-radius: 0 1.5rem 0 1.5rem;
  height: 3rem;
  width: 3rem;
}

.warn-modal__cancel-button {
  background-color: #ecebe4;
  border: 1px solid black;
  border-radius: 1em 0 0 1em;
  font-size: 1.5em;
  padding: 0.5em 0.5em 0.5em 0.8em;
}

.warn-modal__dangerous-button {
  background-color: #26532b;
  border: 1px solid black;
  border-left: none;
  border-radius: 0 1em 1em 0;
  font-size: 1.5em;
  padding: 0.5em 0.8em 0.5em 0.5em;
  color: white;
  font-weight: 600;
}
.mixture {
  display: grid;
  gap: 2rem;
  margin: 0 auto 3rem;
  max-width: 70rem;
}

.mixture__details {
  max-width: 100%;
}

.mixture__section-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}

.mixture-actions {
  display: grid;
  gap: 1.5rem;
}

.mixture-action {
  border: 1px solid #d6d6d6;
  border-radius: 0.5rem;
  padding: 1.25rem;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.mixture-action h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.mixture-action form {
  display: grid;
  gap: 0.75rem;
}

.mixture-action__label {
  font-weight: 600;
}

.mixture-action input,
.mixture-action textarea,
.mixture-action button {
  font-size: 1rem;
}

.mixture-action input,
.mixture-action textarea {
  padding: 0.5rem;
  border: 1px solid #c9c9c9;
  border-radius: 0.35rem;
}

.mixture-action textarea {
  min-height: 4rem;
  resize: vertical;
}

.mixture-action button {
  justify-self: start;
  padding: 0.5rem 1.25rem;
  border-radius: 0.35rem;
  border: none;
  background-color: #26532b;
  color: #ffffff;
  cursor: pointer;
}

.mixture-action button[disabled] {
  background-color: #9da49f;
  cursor: not-allowed;
}

.mixture-audit {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.mixture-audit th,
.mixture-audit td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  vertical-align: top;
}

.mixture-audit th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.mixture-audit__details {
  white-space: pre-wrap;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

.mixture-audit__empty {
  text-align: center;
  padding: 2rem 1rem;
  color: #6d6d6d;
}

.step-template-list {
  display: grid;
  gap: 1.5rem;
}

.step-template-list .info-item-description {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.step-template-list__description p {
  margin: 0;
}

.step-template-list__name {
  color: #1b4b8a;
  text-decoration: none;
}

.step-template-list__name:hover,
.step-template-list__name:focus {
  text-decoration: underline;
}

.step-template-list__empty {
  margin-top: 0.75rem;
  color: #4b4b4b;
}

.step-template,
.step-template-form {
  display: grid;
  gap: 1.5rem;
}

.step-template .info-item-description,
.step-template__description,
.step-template__metadata {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.step-template__identifier {
  font-family: "Roboto Mono", monospace;
  font-size: 1.1rem;
}

.step-template__empty {
  color: #4b4b4b;
}

.step-template__textarea {
  width: 100%;
  min-height: 6rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #b5b5b5;
  font-family: inherit;
  font-size: 1rem;
}

.step-template__io-list {
  margin: 0;
  padding-left: 1.5rem;
  display: grid;
  gap: 0.5rem;
}

.step-template__io-item {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
}

.step-template__io-quantity {
  font-size: 0.9rem;
  color: #4b4b4b;
}

.step-template__io-editor {
  width: 100%;
}

.step-template__io-rows {
  display: grid;
  gap: 0.75rem;
  width: 100%;
}

.step-template__io-row {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) minmax(8rem, 1fr) auto;
  gap: 0.5rem;
  align-items: center;
}

.step-template__io-row input {
  width: 100%;
  padding: 0.4rem 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #b5b5b5;
  font-size: 1rem;
}

.step-template__add-button,
.step-template__remove-row {
  border: none;
  border-radius: 0.25rem;
  padding: 0.4rem 0.75rem;
  cursor: pointer;
  font-size: 0.95rem;
}

.step-template__add-button {
  background-color: #26532b;
  color: #fff;
  margin-top: 0.5rem;
}

.step-template__add-button:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.step-template__remove-row {
  background-color: #e6e6e6;
}

.step-template__io-helper {
  font-size: 0.9rem;
  color: #4b4b4b;
  margin: 0.5rem 0 0;
}

.step-template__metadata-pre {
  background-color: #f4f4f4;
  padding: 0.75rem;
  border-radius: 0.25rem;
  width: 100%;
  overflow: auto;
}

.step-template__actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.step-template__delete-button {
  background: none;
  border: none;
  color: #b02929;
  cursor: pointer;
  font-style: italic;
  padding: 0;
}

.step-template__delete-button:hover,
.step-template__delete-button:focus {
  text-decoration: underline;
}

.step-template-form__fieldset {
  border: 1px solid #d0d0d0;
  border-radius: 0.5rem;
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.step-template-form__fieldset legend {
  font-weight: 600;
}

@media (max-width: 600px) {
  .step-template__io-row {
    grid-template-columns: 1fr;
  }

  .step-template__remove-row {
    justify-self: start;
  }
}

.step-instance-list,
.step-instance-detail {
  display: grid;
  gap: 1.5rem;
}

.step-instance-list .info-item-description,
.step-instance-detail .info-item-description {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}

.step-instance-list__identifier {
  font-family: "Roboto Mono", monospace;
  font-size: 0.9rem;
}

.step-instance-detail__hint {
  color: #4b4b4b;
  font-size: 0.9rem;
}

.traceability-report {
  display: grid;
  gap: 1.5rem;
}

.traceability-report__form {
  display: flex;
  gap: 1rem;
}

.traceability-report__field {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.traceability-report__input {
  padding: 0.5rem;
  border-radius: 0.3rem;
  border: 1px solid #c1c1c1;
}

.traceability-report__submit {
  align-self: flex-start;
  margin-top: 1rem;
  background-color: #26532b;
  color: #fff;
  border: none;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
}

.traceability-report__submit:hover,
.traceability-report__submit:focus {
  background-color: #1c3d20;
}

.traceability-report__preview {
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.3);
}


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