/**
 * Defaults to load
 *
 * @description Import all required CSS *EXEPT* 'color.css'. 'color.css' is
 *   managed by Drpal's Color Contrib Module.
 */
/**
 * Embed font files.
 *
 * font-weight mapping table:
 *   https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
 *
 * 100 	Thin (Hairline)
 * 200 	Extra Light (Ultra Light)
 * 300 	Light
 * 400 	Normal (Regular)
 * 500 	Medium
 * 600 	Semi Bold (Demi Bold)
 * 700 	Bold
 * 800 	Extra Bold (Ultra Bold)
 * 900 	Black (Heavy)
 * 950 	Extra Black (Ultra Black)
 */
/**
 * Archia
 */
@font-face {
  font-family: Archia;
  src: url('/themes/custom/vib_connect_ui2/fonts/archia/archia-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Archia;
  src: url('/themes/custom/vib_connect_ui2/fonts/archia/archia-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Archia;
  src: url('/themes/custom/vib_connect_ui2/fonts/archia/archia-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Archia;
  src: url('/themes/custom/vib_connect_ui2/fonts/archia/archia-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Archia;
  src: url('/themes/custom/vib_connect_ui2/fonts/archia/archia-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Archia;
  src: url('/themes/custom/vib_connect_ui2/fonts/archia/archia-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
/**
 * Mono
 */
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-black-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-blackitalic-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-bolditalic-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-extralight-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-extralightitalic-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-lightitalic-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-mediumitalic-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-semibolditalic-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Silka Mono";
  src: url('/themes/custom/vib_connect_ui2/fonts/mono/silkamono-thinitalic-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}
/**
 * Novela
 */
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-black-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-blackitalic-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-bolditalic-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-displayregular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-displayitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-semibold-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Novela;
  src: url('/themes/custom/vib_connect_ui2/fonts/novela/novela-semibolditalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
/**
 * Silka
 */
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-black-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-blackitalic-webfont.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-bolditalic-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-extralight-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-extralightitalic-webfont.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-lightitalic-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-mediumitalic-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-regularitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-semibold-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-semibolditalic-webfont.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-thin-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Silka;
  src: url('/themes/custom/vib_connect_ui2/fonts/silka/silka-thinitalic-webfont.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}
:root {
  /**
   * Grid basics
   */
  --columns: 12;
  --column-px: 78px;
  --column-rel: 6.5%;
  --gap-px: 24px;
  --gap-rel: 2%;

  /* Grid variants */
  --gap-px--border-1px: 23px;

  /**
    * Global font styles
    */
  --font-family: "Silka", sans-serif;
  --font-size: 15px;
  --letter-spacing: 0.02em;
  --line-height: 24px;

  /* Font family variants */
  --font-family--archia: "Archia", sans-serif;
  --font-family--mono: "Silka Mono", monospace;
  --font-family--novela: "Novela", sans-serif;

  /* Font size variants */
  --font-size--20px: 20px;
  --font-size--15px: 15px;
  --font-size--12px: 12px;
  --font-size--h1: 48px;
  --font-size--h2: 24px;
  --font-size--h3: 15px;

  /* Letter spacing variants */
  --letter-spacing--0: 0;
  --letter-spacing--m0004: -0.004px;

  /* Line height variants */
  --line-height--24px: 24px;
  --line-height--18px: 18px;
  --line-height--h1: 56px;
  --line-height--h2: 36px;
  --line-height--h3: 18px;

  /**
   * Breakpoints
   *
   * @internal
   *   CSS does not support variables together with media queries, and using
   *   SASS isn't an option at the moment. However, we track the breakpoints'
   *   pixel with here and who knows, perhaps CSS will support this once upon
   *   time. See also:
   *   https://bholmes.dev/blog/alternative-to-css-variable-media-queries/
   */
  --breakpoint-mobile: 640px;
  --breakpoint-tablet: 960px;
  /**
   * Global base colors
   */
  --color-black: #000;
  --color-brand: #ecc400;
  --color-brand-50: rgba(236,196,0,0.50196); /* including opacity: 0.5 for background of table */
  --color-alternative: #ee2c30;
  --color-grey-charcoal: #424242;
  --color-grey-davys: #5C5C5C;
  --color-grey-cool: #7E7E7E;
  --color-silver: #d7dadb;
  --color-grey-pale: #f5f5f5;
  --color-grey-very-pale: #fafafa;
  --color-white: #fff;

  /**
   * Colors for status messages
   */
  --color-status-error: #BF3F3F; /* RGB: 191, 63, 63 */
  --color-status-success: #3FBF3F; /* RGB: 63, 191, 63 */
  --color-status-warning: #F9AA00; /* RGB: 249, 170, 0 */

  /**
   * Effects.
   */
  --transition-base: 0.2s ease-in-out;

  /**
   * Root styles
   */
  letter-spacing: 0.02em;
  letter-spacing: var(--letter-spacing);
  color: #424242;
  color: var(--color-grey-charcoal);
  font-family: "Silka", sans-serif;
  font-family: var(--font-family);
  font-size: 15px;
  font-size: var(--font-size);
  line-height: 24px;
  line-height: var(--line-height);

  /**
   * Spacing. TODO - 0, 1, 2 and 4 needs definitions.
   */
  --space-0: 0px;
  --space-1: 0px;
  --space-2: 0px;
  --space-3: 28px;
  --space-4: 0px;
  --space-5: 62px;

  /**
   * Buttons.
   */
  --btn-bg-color: transparent;
  --btn-border-color: var(--color-grey-cool);
  --btn-color: var(--color-grey-charcoal);
  --btn-hover-bg-color: var(--color-grey-charcoal);
  --btn-hover-border-color: var(--color-grey-charcoal);
  --btn-hover-color: var(--color-white);
  --btn-font-family: var(--font-family--archia);
  --btn-font-size: var(--font-size);
  --btn-font-weight: bold;
  --btn-icon-spacing: 0.312em;

  /**
   * Links.
   */
  --link-icon-spacing: 0.2em;

  /**
   * Forms.
   */
  --input-border-color: var(--color-grey-cool);
  --input-border-radius: 6px;
  --input-border-width: 1px;
  --input-color: var(--color-grey-cool);
  --input-padding-y: 5px;
  --input-padding-x: 10px;
  --input-font-family: var(--font-family--mono);
  --input-font-size: var(--font-size);
  --input-font-weight: normal;
  --input-label-margin: 0 0 5px 10px;
  --input-letter-spacing: 0.02em;
  --input-line-height: 1.6;
  --input-focus-border-color: var(--color-grey-charcoal);
  --input-focus-color: var(--color-grey-charcoal);
  --form-select-indicator-padding: 30px;
  --form-select-background-size: 12px 12px;
}
/* Needed for svg-load fill support. */
/**
 * Components
 */
.gadient {
  background: linear-gradient(135deg, #ee2c30, #ecc400) no-repeat !important;
  background: linear-gradient(135deg, var(--color-alternative), var(--color-brand)) no-repeat !important;
}
.gadient--fill-height {
  min-height: 100vh;
}
.root {
  max-width: 1200px;
  margin: 0 auto;
}
.root--main {
  margin-top: 1.5rem;
  margin-bottom: 20rem;
}
@media screen and (max-width: 1200px) {
  .root {
    padding: 0 10px;
  }
}
/**
 * Display element as grid.
 */
.grid {
  display: grid;
}
/**
 * Make grid element 100% width inside any grid.
 */
.grid__column1-1 {
  grid-column: 1/-1;
}
.grid__min3-max4-center-bgwhite {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  place-self: center;
  min-width: 306px;
  min-width: calc(var(--column-px)*3 + var(--gap-px)*3);
  max-width: 34%;
  max-width: calc(var(--column-rel)*4 + var(--gap-rel)*4);
  padding: 4.25%;
  padding: calc(var(--column-rel)/2 + var(--gap-rel)/2);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}
/**
 * Total 12 Columns
 *   3 Columns, 2 Gaps per fraction
 *   auto-flow row
 */
.grid-3333r {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(282px, auto));
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--column-px)*3 + var(--gap-px)*2), auto));
  grid-auto-flow: row;
  grid-gap: 23px;
  grid-gap: var(--gap-px--border-1px);
}
/**
 * Adding padding inside a grid-333r element for base-data.
 */
.grid-3333r__base-data {
  grid-template-columns: repeat(auto-fill, minmax(262px, auto));
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--column-px)*3 + var(--gap-px)*2 - 20px), auto));
  padding: 0 10px;
}
/**
 * Adding padding inside a grid-333r element for edit view.
 */
.grid-3333r__edit {
  grid-template-columns: repeat(auto-fill, minmax(262px, auto));
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--column-px)*3 + var(--gap-px)*2 - 20px), auto));
}
/**
 * Adding padding inside a grid-333r element for edit view on the second level.
 */
.grid-3333r__edit-level-2 {
  grid-template-columns: repeat(auto-fill, minmax(262px, auto));
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--column-px)*3 + var(--gap-px)*2 - 20px), auto));
}
/**
 * Adding padding inside a grid-333r element for edit view on the third level.
 */
.grid-3333r__edit-level-3 {
  grid-template-columns: repeat(auto-fill, minmax(242px, auto));
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--column-px)*3 + var(--gap-px)*2 - 40px), auto));
}
/**
 * Adding padding inside a grid-333r element for view.
 */
.grid-3333r__view {
  grid-template-columns: repeat(auto-fill, minmax(272px, auto));
  grid-template-columns: repeat(auto-fill, minmax(calc(var(--column-px)*3 + var(--gap-px)*2 - 10px), auto));
}
/**
 * Total 12 Columns
 *   3 Columns, 9 Columns, default Gap
 *   auto-flow row
 */
.grid-39r {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-auto-flow: row;
  grid-gap: 2%;
  grid-gap: var(--gap-rel);
}
/**
 * Make sure footer is managed for mobile.
 *
 * @internal
 *   minmax 300px is calculated from mobile break point which is 640px.
 */
.grid-39r--footer {
  grid-template-columns: repeat(auto-fit, minmax(300px, auto)) !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 10px;
}
/**
 * Make sure branding in header isn't too small.
 *
 * @internal
 * minmax 330px is calculated from base grid 3 x column, 4x gap; it is the
 * ideal size for a correct responsive menu layout.
 */
.grid-39r--header {
  grid-template-columns: repeat(auto-fit, minmax(330px, auto)) !important;
}
/**
  * Total 12 Columns
  *   4 Columns, 3 Gaps per fraction
  *   auto-flow row.
  */
.grid-444r {
  display: grid;
  grid-template-columns: repeat(3, minmax(32%, 1fr));
  grid-template-columns: repeat(3, minmax(calc(var(--column-rel)*4 + var(--gap-rel)*3), 1fr));
  grid-auto-flow: row;
  grid-gap: 2%;
  grid-gap: var(--gap-rel);
}
/**
 * Total 9 Clumns
 *   8 Columns no end Gap, 50px, 50px
 *   auto-flow row
 */
.grid-8noEnd50px50pxr {
  display: grid;
  grid-template-columns: 1fr minmax(50px, -webkit-max-content) minmax(50px, -webkit-max-content);
  grid-template-columns: 1fr minmax(50px, max-content) minmax(50px, max-content);
  grid-auto-flow: row;
  grid-gap: 0;
}
/* Resets */
table {
  caption-side: bottom;
  border-collapse: collapse;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}
/* VIB table style */
.table {
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #424242;
  color: var(--color-grey-charcoal);
  border-color: #d7dadb;
  border-color: var(--color-silver);
  line-height: 1.2;
}
.table tbody {
    vertical-align: inherit;
  }
.table thead {
    vertical-align: inherit;
    background-color: #fafafa;
    background-color: var(--color-grey-very-pale);
  }
.table th {
    padding: 9px 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    font-family: "Silka", sans-serif;
    font-family: var(--font-family);
    font-weight: normal;
  }
.table th a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all var(--transition-base);
      transition: all var(--transition-base);
      color: #424242;
      color: var(--color-grey-charcoal);
      -webkit-text-decoration: none;
      text-decoration: none;
    }
.table td {
    padding: 27px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all var(--transition-base);
    transition: all var(--transition-base);
    border-bottom-width: 1px;
    font-family: "Silka Mono", monospace;
    font-family: var(--font-family--mono);
  }
.table td a {
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all var(--transition-base);
      transition: all var(--transition-base);
      color: #424242;
      color: var(--color-grey-charcoal);
    }
.table tr:hover td {
      color: #fff;
      color: var(--color-white);
      background-color: #5C5C5C!important;
      background-color: var(--color-grey-davys)!important;
    }
.table tr:hover td > a {
      color: #fff !important;
      color: var(--color-white) !important;
    }
.table tr:hover .dropbutton-widget {
      color: #fff;
      color: var(--color-white);
      background-color: #5C5C5C;
      background-color: var(--color-grey-davys);
    }
/* styling inventory table */
.table--inventory .views-field-field-mode {
  text-align: center;
}
/* styling inventory-document table */
.table--inventory-documents {
  margin-top: 20px;
}
.table--inventory-documents-title {
  margin-top: 3rem;
}
.table--inventory-documents .views-field-thumbnail__target-id {
  width: 5%;
}
.table--inventory-documents .views-field-name-1 {
  width: 30%;
}
.table--inventory-documents .views-field-field-doctype {
  width: 20%;
}
.table--inventory-documents .views-field-field-doctype a {
  -webkit-text-decoration: none;
  text-decoration: none;
  pointer-events: none;
}
.table--inventory-documents .views-field-field-version {
  width: 10%;
}
.table--inventory-documents .views-field-field-date {
  width: 30%;
}
.table--inventory-documents .views-field-field-publication-level {
  width: 10%;
}
/* styling revision table */
.table--revision-row {
  padding: 27px 10px;
  font-family: "Silka Mono", monospace;
  font-family: var(--font-family--mono);
}
.table--revision-row td,
.table--revision-row td a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #424242;
  color: var(--color-grey-charcoal);
}
.table--hide-draggable-row {
  display: none;
}
.table--edit > .grid-3333r__edit-level-2 > .grid__column1-1 td:nth-child(2) {
  width: 100%;
}
.revision-current {
  background: rgba(236,196,0,0.50196);
  background: var(--color-brand-50);
}
.revision-log {
  display: none;
}
/* styling reminders table */
.table--reminders .views-field-due a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
.table--reminders thead tr:hover {
  pointer-events: none;
}
.table--reminders tr td,
.table--reminders tr td a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #424242;
  color: var(--color-grey-charcoal);
}
.table--edit > thead > tr > th > .label {
  display: none;
}
/* styling sortable table */
.views-table thead .views-field.is-active {
  background-color: #d7dadb;
  background-color: var(--color-silver);
}
.views-table tbody .views-field.is-active {
  background-color: transparent;
  background-color: initial;
}
@media screen and (max-width: 640px) {

  td {
    border-style: none;
  }
    /* unset values from desktop view */
    .table--inventory .views-field-field-mode {
      text-align: inherit;
    }
    /* hide the columns not required for the mobile view */
    .table--inventory thead {
      display: none;
    }
    .table--inventory .views-field-type,
    .table--inventory .views-field-field-serialnr,
    .table--inventory .views-field-field-keeper,
    .table--inventory .views-field-field-kind {
      display: none;
    }

    .table--inventory td {
      word-wrap: anywhere;
    }

    /* define value places on mobile grid */
    .table--inventory .views-field-field-status {
      grid-area: a;
    }
    .table--inventory .views-field-field-mode {
      grid-area: b;
    }
    .table--inventory .views-field-field-evn {
      grid-area: c;
    }
    .table--inventory .views-field-title {
      grid-area: d;
    }

    .table--inventory tr {
      display: grid;
      grid-template-areas:
      "a c"
      "b d";
      grid-template-columns: 80px auto;
      border-width: 1px 0;
      border-style: solid none;
      background-image: url("/themes/custom/vib_connect_ui2/images/font-icons/arrow-right.svg") !important;
      background-repeat: no-repeat;
      background-position: 95%;
    }

    .table--inventory tr:hover {
      color: #fff;
      color: var(--color-white);
      background-color: #5C5C5C;
      background-color: var(--color-grey-davys);
      background-size: 8%;
    }

      .table--inventory tr:hover td {
        color: inherit;
        background-color: transparent;
        background-color: initial;
      }
    /* hide the columns not required for the mobile view */
    .table--inventory-documents thead {
      display: none;
    }

    .table--inventory-documents .views-field-thumbnail__target-id,
    .table--inventory-documents .views-field-name-1,
    .table--inventory-documents .views-field-field-doctype,
    .table--inventory-documents .views-field-field-version,
    .table--inventory-documents .views-field-field-date {
      width: auto !important;
      width: initial !important;
    }

    .table--inventory-documents .views-field-field-publication-level {
      display: none;
    }

    /* define value places on mobile grid */
    .table--inventory-documents .views-field-thumbnail__target-id {
      grid-area: a;
    }
    .table--inventory-documents .views-field-field-version {
      grid-area: b;
    }
    .table--inventory-documents .views-field-name-1 {
      grid-area: c;
    }
    .table--inventory-documents .views-field-field-doctype {
      grid-area: d;
    }
    .table--inventory-documents .views-field-field-date {
      grid-area: e;
    }

    .table--inventory-documents tr {
      display: grid;
      grid-template-areas:
      "a b"
      "c c"
      "d e";
      grid-template-columns: 50% 50%;
      border-width: 1px 0;
      border-style: solid none;
    }
    /* hide the columns not required for the mobile view */
    .table--tasks thead {
      display: none;
    }

    .table--tasks .views-field-field-task,
    .table--tasks .views-field-field-progress,
    .table--tasks .views-field-field-projectnr,
    .table--tasks .views-field-field-groups {
      display: none;
    }

    .table--tasks td {
      word-wrap: anywhere;
    }

    /* define value places on mobile grid */
    .table--tasks .views-field-field-date {
      grid-area: a;
    }
    .table--tasks .views-field-field-content-linked {
      grid-area: b;
    }
    .table--tasks .views-field-title {
      grid-area: c;
    }
    .table--tasks .views-field-field-responsible-user {
      grid-area: d;
    }

    .table--tasks tr {
      display: grid;
      grid-template-areas:
      "a b"
      "c d";
      grid-template-columns: 50% 50%;
      border-width: 1px 0;
      border-style: solid none;
    }
    /* hide the columns not required for the mobile view */
    .table--reminder-dashboard thead {
      display: none;
    }

    .table--reminder-dashboard .views-field-frequency-summary,
    .table--reminder-dashboard .views-field-operations {
      display: none;
    }

    .table--reminder-dashboard td {
      word-wrap: anywhere;
    }

    /* define value places on mobile grid */
    .table--reminder-dashboard .views-field-frist-label {
      grid-area: a;
    }
    .table--reminder-dashboard .views-field-machine {
      grid-area: b;
    }
    .table--reminder-dashboard .views-field-field-date-next {
      grid-area: c;
    }
    .table--reminder-dashboard .views-field-field-reminder-roles {
      grid-area: d;
    }

    .table--reminder-dashboard tr {
      display: grid;
      grid-template-areas:
      "a b"
      "c d";
      grid-template-columns: 50% 50%;
      border-width: 1px 0;
      border-style: solid none;
    }
    /* hide the columns not required for the mobile view */
    .table--machine-reminders thead {
      display: none;
    }

    .table--machine-reminders td {
      word-wrap: anywhere;
    }

    /* define value places on mobile grid */
    .table--machine-reminders .views-field-due {
      grid-area: a;
    }
    .table--machine-reminders .views-field-frist-label {
      grid-area: b;
    }
    .table--machine-reminders .views-field-closed-time {
      grid-area: c;
    }
    .table--machine-reminders .views-field-field-reminder-roles {
      grid-area: d;
    }
    .table--machine-reminders .views-field-notified {
      grid-area: e;
    }
    .table--machine-reminders .views-field-operations {
      grid-area: f;
    }

    .table--machine-reminders tr {
      display: grid;
      grid-template-areas:
      "a b"
      "c d"
      "e f";
      grid-template-columns: 50% 50%;
      border-width: 1px 0;
      border-style: solid none;
    }
}
h1,
.h1 {
  -ms-hyphens: auto;
      hyphens: auto;
  font-family: "Archia", sans-serif;
  font-family: var(--font-family--archia);
  font-size: 48px;
  font-size: var(--font-size--h1);
  font-weight: bold;
  line-height: 56px;
  line-height: var(--line-height--h1);
}
h2,
.h2 {
  -ms-hyphens: auto;
      hyphens: auto;
  font-family: "Archia", sans-serif;
  font-family: var(--font-family--archia);
  font-size: 24px;
  font-size: var(--font-size--h2);
  font-weight: bold;
  line-height: 36px;
  line-height: var(--line-height--h2);
}
h3,
.h3 {
  -ms-hyphens: auto;
      hyphens: auto;
  font-family: "Archia", sans-serif;
  font-family: var(--font-family--archia);
  font-size: 15px;
  font-size: var(--font-size--h3);
  font-weight: bold;
  line-height: 18px;
  line-height: var(--line-height--h3);
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  -ms-hyphens: auto;
      hyphens: auto;
}
.page-title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-title-section .button {
    margin-left: auto;
  }
.page-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  word-wrap: anywhere;
}
/* TODO: #434 */
.page-title em:not(.placeholder) {
  display: block;
  font-size: 20px;
  font-size: var(--font-size--20px);
  font-style: inherit;
}
.icon {
  width: 42px;
  height: 42px;
}
/* File type icons. */
.icon-filetype {
  display: block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.icon-csv {
  background-image: url("../../images/icons/csv.svg");
}
.icon-doc {
  background-image: url("../../images/icons/doc.svg");
}
.icon-jpg {
  background-image: url("../../images/icons/jpg.svg");
}
.icon-pdf {
  background-image: url("../../images/icons/pdf.svg");
}
.icon-png {
  background-image: url("../../images/icons/png.svg");
}
.icon-ppt {
  background-image: url("../../images/icons/ppt.svg");
}
.icon-svg {
  background-image: url("../../images/icons/svg.svg");
}
.icon-xls {
  background-image: url("../../images/icons/xls.svg");
}
.icon-xml {
  background-image: url("../../images/icons/xml.svg");
}
@font-face {
  font-display: block;
  font-family: "vib-icons";
  src: url("../../fonts/vib-icons.woff2?e3eb60fbc8fcb50dfedeca4a4c0e4611") format("woff2");
}
i[class^="vibi-"]::before, i[class*=" vibi-"]::before {
  font-family: "vib-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.vibi-arrow-left::before {
  content: "\f101";
}
.vibi-arrow-right::before {
  content: "\f102";
}
.vibi-chevron-down::before {
  content: "\f103";
}
.vibi-filter::before {
  content: "\f104";
}
.vibi-settings::before {
  content: "\f105";
}
.vibi-user::before {
  content: "\f106";
}
.field--name-field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  aspect-ratio: 16 / 9;
}
.field--name-field-image img {
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.button {
  width: auto;
  padding: 7px 12px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #424242;
  color: var(--btn-color);
  border: 1px solid #7E7E7E;
  border: 1px solid var(--btn-border-color);
  border-radius: 24px;
  background-color: transparent;
  background-color: var(--btn-bg-color);
  font-family: "Archia", sans-serif;
  font-family: var(--btn-font-family);
  font-size: 15px;
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-weight: var(--btn-font-weight);
}
.button:hover,
  .button:focus {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #fff;
    color: var(--btn-hover-color);
    border-color: #424242;
    border-color: var(--btn-hover-border-color);
    background-color: #424242;
    background-color: var(--btn-hover-bg-color);
  }
.button .vibi:first-child {
      margin-right: 0.312em;
      margin-right: var(--btn-icon-spacing);
    }
.button .vibi:last-child {
      margin-left: 0.312em;
      margin-left: var(--btn-icon-spacing);
    }
/* Styles */
.button--link {
    letter-spacing: 0.002em;
  }
.button--secondary {
    --btn-border-color: var(--color-grey-cool);
    --btn-color: var(--color-grey-cool);
    --btn-font-weight: normal;
    --btn-hover-bg-color: transparent;
    --btn-hover-color: var(--color-grey-charcoal);
    --btn-font-size: 18px;
  }
.button--action {
    --btn-bg-color: var(--color-grey-charcoal);
    --btn-border-color: var(--color-grey-charcoal);
    --btn-color: var(--color-white);
    --btn-hover-bg-color: var(--color-brand);
    --btn-hover-border-color: var(--color-brand);
    --btn-hover-color: var(--color-grey-charcoal);
    --btn-font-size: 12px;
  }
/* styling Button on login page */
.button--login {
  float: right;
  text-align: left;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.event-calendar-table {
  padding-bottom: 3rem;
}
td:has(.table-calendar-when) {
  background-color: transparent;
  background-color: initial;
}
td:has(.table-calendar-title) {
  background-color: transparent;
  background-color: initial;
}
.fc-toolbar {
  padding: 0 10px;
}
/* calender navigation ( < / > / today ) */
.fc-left {
  margin: 1rem 0;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-color: var(--color-black);
  border-radius: 0.5rem;
}
/* calender Title (for example: February 2024) */
.fc-center {
  /* padding: 1rem 0; */
}
/* calender navigation (month / week / day / list) */
.fc-right > .fc-button-group {
  margin: 1rem 0;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-color: var(--color-black);
  border-radius: 0.5rem;
}
/* all buttons except of fc-today-button from calendar */
.fc-button {
  color: #000;
  color: var(--color-black);
  border-style: none;
  border-radius: 0.5rem;
  background-color: transparent;
  background-color: initial
}
.fc-button-group > button {
  padding: 1rem;
}
.fc-button-group > button:hover,
.fc-today-button:hover {
  color: #000;
  color: var(--color-black);
  border-width: 1px;
  border-style: solid;
  border-color: #d7dadb;
  border-color: var(--color-silver);
  background-color: transparent;
  background-color: initial;
  font-weight: bolder;
}
.fc-button-active {
  border-radius: 0.5rem;
}
.fc-button-primary:not(:disabled).fc-button-active {
  color: #000;
  color: var(--color-black);
  background-color: #d7dadb;
  background-color: var(--color-silver);
}
.fc-button-primary:disabled {
  color: #000;
  color: var(--color-black);
  background-color: #d7dadb;
  background-color: var(--color-silver);
}
.fc-button:disabled {
  opacity: 1;
  opacity: initial;
}
/* special for fc-today-button from calendar */
.fc-today-button {
  padding: 1.1rem;
}
/* styling active Calendar day */
.active-calendar-day {
  opacity: 0.5;
  background-color: #ecc400;
  background-color: var(--color-brand);
}
/* styling table */
.table--events-calendar .views-field-field-when {
  width: 50%;
}
.table--events-calendar .views-field-title {
  width: 50%;
}
/* styling hidden table and table-rows */
.calendar-table-hidden {
  display: none;
}
.calendar-table-row-hidden {
  display: none;
}
.page-title-event-mobile {
  display: none;
}
.page-title-event-mobile--hidden {
  display: block;
}
@media screen and (max-width: 640px) {
  /* styling Calendar for mobile view */

  .view-events-calendar .page-title-section > .page-title {
    display: none !important;
  }

  .page-title-event-mobile {
    display: block;
    width: 100%;
    word-wrap: anywhere;
    text-align: center;
  }

  .page-title-event-mobile > h2 {
    margin: 0 auto;
  }

  .page-title-event-mobile--hidden {
    display: none;
  }

  .fc-toolbar {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  /* calender navigation ( < / > / today ) */
  .fc-left {
    display: inline-block;
  }

  .fc-event {
    font-size: 0;
    line-height: 2px;
    line-break: auto;
  }
  .fc-unthemed td {
    border-style: solid none;
  }
  .fc-scroller {
    overflow: hidden;
    height: 240px;
  }

  /* list styling */
  .table--events-calendar .views-field-field-when {
    width: 100% !important;
    font-size: 12px;
    font-size: var(--font-size--12px);
    padding: 17px 10px 5px 10px;
    grid-area: a;
  }
  .table--events-calendar .views-field-title {
    width: 100% !important;
    padding: 5px 10px 17px 10px;
    grid-area: b;
  }

  .table--events-calendar > tbody > tr {
    display: grid;
    grid-template-areas:
      "a"
      "b";
  }

  /* remove click events for mobile calendar for events */
  .fc-day-top > .fc-day-number {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    pointer-events: none !important;
  }

  .fc-event-container > a {
    pointer-events: none !important;
  }

  .fc-more-cell > div > .fc-more {
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
    pointer-events: none !important;
  }
}
.allday {
  width: auto !important;
  width: initial !important;
  display: inline;
  display: initial;
  margin: 0.5em .5em 0 !important;
}
.duration-wrapper label {
  text-align: inherit !important;
}
.comment {
  padding: 2rem 0 6rem 0;
  border-bottom: 1px solid #d7dadb;
  border-bottom: 1px solid var(--color-silver);
}
.comment a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #424242;
  color: var(--color-grey-charcoal);
}
.comment > .content > .field {
  padding: 0;
}
.comment__submitted {
  margin: 0;
  color: #7E7E7E;
  color: var(--color-grey-cool);
  font-style: italic;
}
.comment__submitted a {
  cursor: default;
  -webkit-text-decoration: none;
  text-decoration: none;
  pointer-events: none;
  color: #7E7E7E;
  color: var(--color-grey-cool);
  font-style: italic;
}
ul.comment--links {

}
ul.comment--links .comment--link {
  padding: 0.5em 2em;
}
ul.comment--links .comment--link:hover a {
  color: #fff;
  color: var(--btn-hover-color);
}
/* unset default module styling */
.js td .dropbutton-widget {
  position: static;
  position: initial;
}
/* unset default module styling */
.js td .dropbutton-multiple {
  padding-right: 0 !important;
  padding-right: initial !important;
}
.dropbutton-single,
.dropbutton-multiple {
  margin-right: 2em;
}
.dropbutton-widget {
  width: 100%;
  padding: 7px 12px;
  color: #424242 !important;
  color: var(--btn-color) !important;
  border: 1px solid #7E7E7E;
  border: 1px solid var(--btn-border-color);
  border-radius: 6px;
  background-color: transparent;
  font-family: "Archia", sans-serif;
  font-family: var(--btn-font-family);
  font-size: 15px;
  font-size: var(--btn-font-size);
  font-weight: bold;
  font-weight: var(--btn-font-weight);
}
.media-library-widget-modal {
  border-radius: 10px;
  border: 1px solid #d7dadb;
  border: 1px solid var(--color-silver);
}
.media-library-widget-modal .ui-widget-header {
  background-color: #424242;
  background-color: var(--color-grey-charcoal);
  border-radius: 6px 6px 0 0;
}
.media-library-widget-modal .ui-dialog-buttonpane {
  background-color: #424242;
  background-color: var(--color-grey-charcoal);
  border-radius: 0 0 6px 6px;
}
.ui-dialog-title,
.media-library-selected-count {
  color: #fff;
  color: var(--color-white);
}
.ui-icon-closethick {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-dialog-buttonset .button {
  background-color: #fff;
  background-color: var(--color-white);
}
.ui-dialog-buttonset .button:hover {
  color: #424242;
  color: var(--color-grey-charcoal);
}
.media-library--grid-document-view {
  display: grid;
  grid-template-areas: "a b";
  grid-template-columns: 20px auto;
}
.media-library--grid-document-view > .views-field-rendered-entity > .field-content > article {
  display: grid;
  grid-template-areas: "a b";
  grid-template-columns: 80% 20%;
}
.media-library--grid-document-view > .views-field-rendered-entity > .field-content > article > .js-media-library-item-preview {
  display: grid;
  grid-template-areas: "a b c d";
  grid-template-columns: 80px 35% 20% auto;
}
.js-media-library-item-preview > .field--name-field-media-file.field--type-file {
  display: none;
}
.notification {
  padding-left: 1rem;
  color: #424242;
  color: var(--color-grey-charcoal);
  border: 1px solid #424242;
  border: 1px solid var(--color-grey-charcoal);
  border-left: 5px solid #424242;
  border-left: 5px solid var(--color-grey-charcoal);
  border-radius: 6px;
  border-radius: var(--input-border-radius);
  font-family: "Silka", sans-serif, sans-serif;
  font-family: var(--font-family), sans-serif;
  font-weight: 500;
}
.notification--restricted,
.notification--warning {
  color: #F9AA00;
  color: var(--color-status-warning);
  border-color: #F9AA00;
  border-color: var(--color-status-warning);
}
.notification--incomplete,
.notification--error {
  color: #BF3F3F;
  color: var(--color-status-error);
  border-color: #BF3F3F;
  border-color: var(--color-status-error);
}
/* HTML Elements */
.details {
  font-family: "Archia", sans-serif;
  font-family: var(--font-family--archia);
  font-size: 15px;
  font-size: var(--font-size--15px);
  font-weight: bold;
  line-height: 18px;
  line-height: var(--line-height--18px);
  text-align: right;
  border-radius: 6px;
}
.details--inventory {
  padding: 10px;
}
.field__label,
div.field__label {
  font-weight: normal;
}
.field {
  padding: 13px 12px;
}
.field--nopadding {
  padding: 0 !important;
}
.field__item {
  letter-spacing: -0.004px;
  letter-spacing: var(--letter-spacing--m0004);
  font-family: "Silka Mono", monospace;
  font-family: var(--font-family--mono);
  line-height: 24px;
  line-height: var(--line-height--24px);
}
.field-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin-bottom: 24px;
  border: 1px solid #d7dadb;
  border: 1px solid var(--color-silver);
  border-radius: 6px;
}
.field-group--data {
  border-top: 1px solid #d7dadb;
  border-top: 1px solid var(--color-silver);
}
.field-group--documents {
  border-bottom: 1px solid #d7dadb;
  border-bottom: 1px solid var(--color-silver);
}
.field-group--background-grey-charcoal {
  background-color: #424242;
  background-color: var(--color-grey-charcoal);
}
.field-group--background-grey-charcoal .form-checkbox {
  display: block;
}
.field-group--background-grey-charcoal .form-checkbox > .form-checkbox {
  width: 100% !important;
}
.field-group--background-grey-charcoal .form-checkbox--label {
  display: block;
  padding-right: 0;
  padding-bottom: 10px;
  text-align: center;
}
.field-group--background-grey-charcoal .label {
  color: #fff;
  color: var(--color-white);
  font-weight: inherit;
}
.field--label-visually_hidden {
  display: none;
}
.field__label::after {
  display: none;
}
.field--type-entity-reference-revisions {
  padding-right: 0;
  padding-left: 0;
}
#field_image-media-library-wrapper {
  border-radius: 6px;
}
/*.paragraph--type--file .js-media-library-item-preview  */
.js-media-library-item-preview > .field--name-field-media-file.field--type-file {
  display: none !important;
}
.field--name-field-label {
  display: block;
  font-size: 12px;
  font-size: var(--font-size--12px);
  line-height: 18px;
  line-height: var(--line-height--18px);
}
.field-group--checkbox {
  float: right;
  width: 50%;
}
.field--name-field-mode a {
    color: inherit;
  }
.field--name-field-suffix {
  display: inline-block;
  padding-left: 0;
  padding-left: initial;
  padding-right: 0;
  padding-right: initial;
}
.field--name-field-restricted-reason {
  font-family: "Silka", sans-serif, sans-serif;
  font-family: var(--font-family), sans-serif;
}
.field--name-title {
  padding-left: 0;
}
.field:has(+.field--name-field-suffix) {
  display: inline-block;
  padding-right: 0;
  padding-right: initial;
}
.field__items .field-group {
  padding: 13px 12px;
}
.field-group > .field__item {
  padding: 0;
  word-wrap: break-word;
}
.field-group > .field__item > p {
  margin: 0;
}
.field__items > .field__item > .field-group > .field:first-child:not(.field__item) {
  padding: 0;
}
/* special padding-left -> 0 for all special paragraph typ */
.paragraph > .field {
  padding-left: 0;
}
.field.text-formatted ul {
  padding-left: 12px;
  margin-top: 0;
}
.grid__column1-1 .field {
  padding-left: 0;
}
.field--name-field-comments .title {
  margin-bottom: 0;
}
.field-multiple-table {
  width: 100%;
  border-collapse: inherit;
}
.field--name-field-image {
  aspect-ratio: unset !important;
}
.field-append-selection-submit {
  color: #fff;
  color: var(--color-white);
  background-color: #424242;
  background-color: var(--color-grey-charcoal);
}
.field-set-selection-submit {
  color: #fff;
  color: var(--color-white);
  background-color: #424242;
  background-color: var(--color-grey-charcoal);
}
.field__item--grid-document-view {
  display: grid;
  grid-template-areas: "a b c d e";
  grid-template-columns: 80px 35% 20% 10% auto;
}
.field-group--two-value-inline {
  display: grid;
  grid-template-areas: "a b";
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
}
.field-group--two-value-inline .js-form-type-date {
  width: 100%;
}
fieldset,
.fieldset {
  width: 100%;
}
form,
.form {}
.form--login {}
.user-login-form p {
    margin: 0 0 0 10px;
}
.form-checkbox {

}
.form-checkbox > .form-checkbox {
  width: auto;
}
.form-checkbox--label {
  width: auto;
  padding-right: 2rem;
}
input,
.input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  padding: var(--input-padding-y) var(--input-padding-x);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  letter-spacing: 0.02em;
  letter-spacing: var(--input-letter-spacing);
  color: #7E7E7E;
  color: var(--input-color);
  border: 1px solid #7E7E7E;
  border: var(--input-border-width) solid var(--input-border-color);
  border-radius: 6px;
  border-radius: var(--input-border-radius);
  background: none;
  font-family: "Silka Mono", monospace;
  font-family: var(--input-font-family);
  font-size: 15px;
  font-size: var(--input-font-size);
  font-weight: normal;
  font-weight: var(--input-font-weight);
  line-height: 1.6;
  line-height: var(--input-line-height);
}
input:focus, .input:focus {
    color: #424242;
    color: var(--input-focus-color);
    border-color: #424242;
    border-color: var(--input-focus-border-color);
    outline: 0;
  }
.form-item label {
    margin: 0 0 5px 10px;
    margin: var(--input-label-margin);
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: var(--transition-base);
    transition: var(--transition-base);
  }
.form-item label:has(+ input, + select) {
      color: #7E7E7E;
      color: var(--input-color);
    }
.form-item label:has(+ input:focus, + select:focus) {
      color: #424242;
      color: var(--input-focus-color);
    }
/* special styling for field-group with background-color */
.field-group--background-grey-charcoal .form-item label {
      margin: 0 0 5px 10px;
      margin: var(--input-label-margin);
      -webkit-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      -webkit-transition: var(--transition-base);
      transition: var(--transition-base);
      color: #fff;
      color: var(--color-white);
    }
.field-group--background-grey-charcoal .form-item label:has(+ input, + select) {
        color: #fff;
        color: var(--color-white);
      }
.field-group--background-grey-charcoal .form-item label:has(+ input:focus, + select:focus) {
        color: #fff;
        color: var(--color-white);
      }
.field-group--background-grey-charcoal input,
  .field-group--background-grey-charcoal .input {
    color: #fff;
    color: var(--color-white);
    border-color: #fff;
    border-color: var(--color-white);
  }
.field-group--background-grey-charcoal input:focus, .field-group--background-grey-charcoal .input:focus {
      color: #fff;
      color: var(--color-white);
      border-color: #fff;
      border-color: var(--color-white);
    }
.description {
  margin: 5px 0 0 10px;
  color: #7E7E7E;
  color: var(--input-color);
  font-style: italic;
}
label,
.label {
  display: block;
  width: 100%;
  font-size: 12px;
  font-size: var(--font-size--12px);
  line-height: 18px;
  line-height: var(--line-height--18px);
}
.label--table {
  display: none;
}
@media screen and (max-width: 640px) {
  .label--table {
    display: block;
    margin-bottom: 0.5rem;
  }
}
.link {
  color: #424242;
  color: var(--color-grey-charcoal);
}
.link .vibi:first-child {
      margin-right: 0.2em;
      margin-right: var(--link-icon-spacing);
    }
.link .vibi:last-child {
      margin-left: 0.2em;
      margin-left: var(--link-icon-spacing);
    }
.link--bold {
  font-weight: 700;
}
.link--nodeco {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.link--silka {
  font-family: "Silka", sans-serif;
  font-family: var(--font-family);
}
.link--white {
  color: #fff;
  color: var(--color-white);
}
/* all styles for collapsible content */
.link--section-title {
  padding: 13px 12px;
  border-radius: 6px;
}
.collapsible-container-content.collapsed > .link--section-title {
  border: 1px solid #d7dadb;
  border: 1px solid var(--color-silver);
}
.link--section-title > a {
  display: block;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #424242;
  color: var(--color-grey-charcoal);
}
.link--section-title > a::after {
  float: right;
  content:"...";
}
.link--section-title:hover {
  background-color: #d7dadb;
  background-color: var(--color-silver);
}
/* Reset default values */
.js .paragraph-top {
  grid-template-columns: initial !important;
}
@media (min-width: 992px) {
  .js .paragraph-top {
    grid-template-columns: initial !important;
  }
}
.js .field--widget-paragraphs .field-multiple-drag {
  vertical-align: top;
}
/* styling for paragraph */
.paragraph {
}
.paragraph-type-label {
  -ms-flex-line-pack: center;
      align-content: center;
}
.paragraph--type--frist > .field--name-field-label,
.paragraph--type--frist-value > .field--name-field-label {
  font-family: "Archia", sans-serif;
  font-family: var(--font-family--archia);
  font-size: 15px;
  font-size: var(--font-size--h3);
  font-weight: bold;
  line-height: 18px;
  line-height: var(--line-height--h3);
}
.field--name-field-value-label > .field__label {
  visibility: hidden;
}
.paragraph-type--file {
  word-wrap: anywhere;
}
.paragraphs-item {
  padding-right: 20px;
  border: 1px solid #d7dadb;
  border: 1px solid var(--color-silver);
  border-radius: 6px;
}
.paragraphs-item.grid__column1-1 > td:nth-child(2) {
  width: 100%;
}
.paragraph-set-bg {
  border-radius: 6px;
  background-color: #7E7E7E;
  background-color: var(--color-grey-cool);
}
.paragraph-set-padding {
  padding-top: 15px;
}
.paragraph-set-bg div:first-child {
  display: inline;
  padding-right: 1rem;
}
.paragraph-set-bg label:first-child {
  display: inline;
  display: initial;
  padding: 0 10px;
  color: #fff !important;
  color: var(--color-white) !important;
  font-size: 15px;
  font-size: var(--font-size--15px);
  line-height: 24px;
  line-height: var(--line-height--24px);
}
.paragraph-set-bg .form-select {
  width: auto;
  width: initial;
  color: #fff !important;
  color: var(--color-white) !important;
  border-color: #fff;
  border-color: var(--color-white);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 512 512' class='vibi vibi-chevron-down' fill='%23fff'%3E %3Cpath d='M52.67 148.67a16 16 0 0 1 22.66 0L256 329.37l180.67-180.7a16.02 16.02 0 0 1 22.66 22.66l-192 192a16 16 0 0 1-22.66 0l-192-192a16 16 0 0 1 0-22.66'/%3E %3C/svg%3E");
}
.paragraph-set-bg:has(.paragraphs-set-button-append) > .paragraphs-set-button-set {
  display: none;
}
.paragraph-set-bg .paragraphs-set-button-set .button:hover,
  .paragraph-set-bg .paragraphs-set-button-set .button:focus {
    color: #424242;
    color: var(--color-grey-charcoal);
    border-color: #fff;
    border-color: var(--color-white);
    background-color: #fff;
    background-color: var(--color-white);
  }
.paragraph-set-bg .paragraphs-set-button-append .button:hover,
  .paragraph-set-bg .paragraphs-set-button-append .button:focus {
    color: #424242;
    color: var(--color-grey-charcoal);
    border-color: #fff;
    border-color: var(--color-white);
    background-color: #fff;
    background-color: var(--color-white);
  }
.paragraph-field-group--frist {
  display: inline-block;
  max-width: 45%;
}
.paragraph-template-hidden {
  display: none !important;
}
.paragraph-template-collapsible--close {
  float: right;
  padding: 10px 20px;
}
.paragraphs-add-field-list {
  display: block !important;
}
.paragraphs-list-set-bg {
  border-radius: 6px;
  background-color: #7E7E7E;
  background-color: var(--color-grey-cool);
}
.paragraphs-list-set-bg .dropbutton-widget {
  background-color: transparent;
  background-color: initial;
}
.paragraphs-list-set-bg .field-add-more-submit {
  color: #fff !important;
  color: var(--color-white) !important;
}
.paragraphs-list-set-bg--small-gap {
  --gap-px: 16px;
}
.paragraphs-list-field-add__item {
  display: block;
}
.paragraph-add-field-collapsible--open {
  display: inline-block;
  margin-bottom: 1rem;
  padding-right: 3rem;
  border-radius: 6px;
  background-color: #424242;
  background-color: var(--color-grey-charcoal);
}
.paragraph-add-field-collapsible--open .link {
  color: #fff;
  color: var(--color-white);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 512 512' class='vibi vibi-chevron-down' fill='%23fff'%3E %3Cpath d='M52.67 148.67a16 16 0 0 1 22.66 0L256 329.37l180.67-180.7a16.02 16.02 0 0 1 22.66 22.66l-192 192a16 16 0 0 1-22.66 0l-192-192a16 16 0 0 1 0-22.66'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right;
}
.paragraphs-list-field-add--title {
  display: inline-block;
  color: #fff;
  color: var(--color-white);
}
.paragraph-add-field-collapsible--close {
  float: right;
  padding: 15px;
}
.paragraph-add-field-hidden {
  display: none !important;
}
/**
 * Select rules.
 *
 * Adapted from Bootstrap select rules.
 */
.form-select {
  /* This rules are 99% same as for input element, the only difference is in
     background rule. TODO - can we generalize this somehow? */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  padding: var(--input-padding-y) var(--input-padding-x);
  border: 1px solid #7E7E7E;
  border: var(--input-border-width) solid var(--input-border-color);
  border-radius: 6px;
  border-radius: var(--input-border-radius);
  color: #7E7E7E;
  color: var(--input-color);
  font-family: "Silka Mono", monospace;
  font-family: var(--input-font-family);
  font-size: 15px;
  font-size: var(--input-font-size);
  font-weight: normal;
  font-weight: var(--input-font-weight);
  line-height: 1.6;
  line-height: var(--input-line-height);
  letter-spacing: 0.02em;
  letter-spacing: var(--input-letter-spacing);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition: var(--transition-base);
  transition: var(--transition-base);
  /* This are select specific rules. */
  padding-right: 30px;
  padding-right: var(--form-select-indicator-padding);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 512 512' class='vibi vibi-chevron-down' fill='%237e8c8f'%3E %3Cpath d='M52.67 148.67a16 16 0 0 1 22.66 0L256 329.37l180.67-180.7a16.02 16.02 0 0 1 22.66 22.66l-192 192a16 16 0 0 1-22.66 0l-192-192a16 16 0 0 1 0-22.66'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-position: right var(--input-padding-x) center;
  background-size: 12px 12px;
  background-size: var(--form-select-background-size);
}
.form-select:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 512 512' class='vibi vibi-chevron-down' fill='%23263d42'%3E %3Cpath d='M52.67 148.67a16 16 0 0 1 22.66 0L256 329.37l180.67-180.7a16.02 16.02 0 0 1 22.66 22.66l-192 192a16 16 0 0 1-22.66 0l-192-192a16 16 0 0 1 0-22.66'/%3E %3C/svg%3E");
    border-color: #424242;
    border-color: var(--input-focus-border-color);
    color: #424242;
    color: var(--input-focus-color);
    outline: 0;
  }
.form-select[multiple],
  .form-select[size]:not([size="1"]) {
    padding-right: 30px;
    padding-right: var(--form-select-indicator-padding);
    background-image: none;
  }
/* TODO */
/*&:disabled {
    color: $form-select-disabled-color;
    background-color: $form-select-disabled-bg;
    border-color: $form-select-disabled-border-color;
  }*/
/* Remove outline from select box in FF */
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #7E7E7E;
    text-shadow: 0 0 0 var(--input-color);
  }
/* special styling for field-group with background-color */
.field-group--background-grey-charcoal .form-select {
    color: #fff;
    color: var(--color-white);
    border-color: #fff;
    border-color: var(--color-white);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 512 512' class='vibi vibi-chevron-down' fill='%23fff'%3E %3Cpath d='M52.67 148.67a16 16 0 0 1 22.66 0L256 329.37l180.67-180.7a16.02 16.02 0 0 1 22.66 22.66l-192 192a16 16 0 0 1-22.66 0l-192-192a16 16 0 0 1 0-22.66'/%3E %3C/svg%3E");
  }
.field-group--background-grey-charcoal .form-select:focus {
      color: #fff;
      color: var(--color-white);
      border-color: #fff;
      border-color: var(--color-white);
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 512 512' class='vibi vibi-chevron-down' fill='%23fff'%3E %3Cpath d='M52.67 148.67a16 16 0 0 1 22.66 0L256 329.37l180.67-180.7a16.02 16.02 0 0 1 22.66 22.66l-192 192a16 16 0 0 1-22.66 0l-192-192a16 16 0 0 1 0-22.66'/%3E %3C/svg%3E");
    }
.textarea {
  padding: 0.5rem;
  border: 1px solid #7E7E7E;
  border: var(--input-border-width) solid var(--input-border-color);
  border-radius: 6px;
  border-radius: var(--input-border-radius);
}
.textarea--grey-charcoal {
  color: #fff;
  color: var(--color-white);
  border-color: #fff;
  border-color: var(--color-white);
  background-color: #5C5C5C;
  background-color: var(--color-grey-davys);
}
strong,
.strong {
  font-weight: bold;
}
.description a {
    color: inherit;
  }
/* Layout, Menu */
.block {

}
.block--version {
  padding: 0;
  text-align: left;
}
.block--text-white {
  color: #fff;
  color: var(--color-white);
}
/* make content title sticky */
.block-page-title-block__sticky {
  position: sticky;
  z-index: 99;
  top: 0;
  background: #fff;
  background: var(--color-white);
  padding: 20px 0 10px;
}
@media screen and (max-width: 640px) {
  .block-system-main-block {
    padding: 10px;
  }
}
header,
.header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid #d7dadb;
  border-bottom: 1px solid var(--color-silver);
  background: #fff;
  background: var(--color-white);
}
.header__not-sticky {
  position: static !important;
  position: initial !important;
}
.header--nobg {
  background: none !important;
}
.header--noborder {
  border: none;
}
.header__container {
  margin: 0 auto;
  padding: 32px 10px 16px;
}
@media screen and (max-width: 640px) {
  .header__container {
    padding-top: 30px;
  }
}
/* make content action and title sticky */
.view-header__sticky {
  position: sticky;
  z-index: 10;
  top: 0;
  background: #fff;
  background: var(--color-white);
  padding: 10px 0;
}
/**
 * Reset Drupal CSS styles
 */
ul.menu {
  margin-left: 0;
  padding: 0;
}
.tabs .menu a {
  padding: 0;
  padding: initial;
}
.tabs .menu a:hover {
  background-color: transparent;
  background-color: initial;
}
.menu {
  margin: 0;
  padding: 0 0.5rem;
  letter-spacing: 0;
  letter-spacing: var(--letter-spacing--0);
  font-family: "Archia", sans-serif;
  font-family: var(--font-family--archia);
  font-weight: bold;
}
.menu--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu--inprint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .menu--footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 0.5rem;
  }

  .menu--inprint {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }

  .menu--inprint:first-of-type li {
    padding-left: 0;
  }
}
.menu--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 2% / 2;
  margin-right: var(--gap-rel) / 2;
  font-size: 20px;
  font-size: var(--font-size--20px);
  line-height: 18px;
  line-height: var(--line-height--h3);
}
.menu--primary__item {
  padding: 0.35rem 0;
}
.menu--primary__item.menu__item--active-trail {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.menu--tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu--tabs__tab {
  margin: 0 0.25rem;
  padding: 0.125rem 0.5rem;
  border: 2px solid rgba(0,0,0,0.001);
  border-radius: 0.25rem;
}
.menu--tabs__tab:hover {
  border: 2px solid #d7dadb;
  border: 2px solid var(--color-silver);
}
.menu--tabs__tab--active {
  background-color: #ecc400;
  background-color: var(--color-brand);
}
.menu--tabs__tab--active:hover {
  border: 3px solid #ecc400;
  border: 3px solid var(--color-brand);
}
.menu__item {
  margin-right: 1rem;
  font-family: inherit;
}
.menu__item--active-trail {
  border-bottom: 3px solid #ecc400;
  border-bottom: 3px solid var(--color-brand);
}
.menu-icon {
  position: relative;
}
.menu-icon__trigger {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 36px;
  margin: 0  0 0 auto;
  padding: 8px;
  border-radius: 50%;
  background: #424242;
  background: var(--color-grey-charcoal);
}
.menu-icon__trigger img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.menu-icon__trigger:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .menu-icon__trigger {
    display: none;
  }
}
.menu-icon__flyout {
  position: absolute;
  display: none;
  z-index: 11;
  padding: 0.75rem 0 0.5rem 0.75rem !important;
  border-radius: 0.5rem;
  background-color: #f5f5f5;
  background-color: var(--color-grey-pale);
}
@media screen and (max-width: 640px) {
  .menu-icon__flyout {
    position: relative;
    display: block;
    background-color: transparent;
    background-color: initial;
  }
}
.menu-icon:hover > .menu-icon__flyout,
.menu-icon__flyout:hover {
  display: block;
}
/* mobile menu */
.menu-mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .menu-mobile {
    position: absolute;
    top: 18px;
    right: 20px;
    display: block;
    cursor: pointer;
  }

  .menu-mobile--display-hidden {
    display: none;
  }
}
.menu-mobile--extra-padding-top {
  padding-top: 20px;
}
.menu-mobile--overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow: scroll;
  width: 100%;
  height: 100%;
}
.menu-mobile--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  cursor: pointer;
}
.menu-mobile--overlay > .menu--main {
  padding-top: 25%;
  padding-bottom: 10%;
}
.menu-mobile--list:not(.menu--main) {
  padding-top:2rem;
}
.menu-mobile--list.menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20%;
}
.menu-mobile--list > .menu--primary__item {
  padding-bottom: 15px;
  font-family: "Archia", sans-serif;
  font-family: var(--font-family--archia);
  font-size: 48px;
  font-size: var(--font-size--h1);
  font-weight: bold;
  line-height: 56px;
  line-height: var(--line-height--h1);
}
.menu-mobile--list > .menu__item:not(.menu--primary__item) {
  padding-bottom: 10px;
  font-family: "Archia", sans-serif;
  font-family: var(--font-family--archia);
  font-size: 24px;
  font-size: var(--font-size--h2);
  font-weight: bold;
  line-height: 36px;
  line-height: var(--line-height--h2);
}
.menu-mobile--list > .menu__item--active-trail {
  border: medium none currentcolor;
  border: initial;
}
.menu-mobile--list > .menu__item--active-trail > a {
  border-bottom: 3px solid #424242;
  border-bottom: 3px solid var(--color-grey-charcoal);
}
.menu-mobile--information {
  position: absolute;
  top: 24px;
  left: 20px;
  display: block;
  padding: 0.9rem 0.25rem;
}
.menu--mobile-icons {
  display: grid;
  grid-template-areas: "a b c d";
  grid-template-columns: 25% 25% 25% 25%;
}
.menu--mobile-icons > .menu__item {
  text-align: center;
}
.mobile-menu--icon {
  width: 50px;
  margin: auto;
  padding: 10px;
}
.mobile-menu--footer {
  padding: 20px;
}
.mobile-menu--hidden {
  display: none;
}
/* showing icon or text for footer-menu */
.desktop--hidden {
  display: none;
}
.mobile--hidden {
  display: block;
}
@media screen and (max-width: 640px) {
  .mobile--hidden {
    display: none;
  }
  .desktop--hidden {
    display: block;
  }

  .mobile-menu--hidden {
    display: block;
  }

  .mobile-menu--footer {
    padding: 10px;
  }
}
footer,
.footer {
  width: 100%;
  background-color: #424242;
  background-color: var(--color-grey-charcoal);
}
.footer__info {
  position: fixed;
  z-index: 10;
  bottom: 0;
}
.footer__info--not-fixed {
  position: static;
  position: initial;
}
.footer__menu {
  position: fixed;
  z-index: 11;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .footer__info {
    position: static;
    position: initial;
    margin-bottom: 80px;
  }
}
/* Content */
.logo {
  max-width: 204px;
  max-width: calc(var(--column-px)*2 + var(--gap-px)*2);
}
#block-vib-connect-ui2-branding .site-logo img {
  max-width: 250px;
}
.mode {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}


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