@charset "UTF-8";
:root {
  --mainColor: #006eb7;
  --mainColor-light-1: #006eb7;
  --mainColorl-light-2: #006eb7;
  --dark-color:#000000;
  --gray-color-Dark:#666666;
  --gray-color:#9c9e9f;
  --gray-color-light-1:#999999;
  --gray-color-light-2:#cbcbcb;
  --gray-color-light-3:#e6e7e8;
  --green-color:#9ecc14;
  --blue-color:#00a9b2;
  --violet-color:#5d305b;
  --yellow-color:#ffab00;
  --blue-light-color:#00a9b2;
}

/*
font-style:normal;
font-weight:400;
line-height:1.2;
color:#666;
font-size:1rem
*/
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, sans-serif;
  color: inherit;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0.5em !important;
  margin-top: 0 !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #666666;
}

h1,
.h1 {
  font-size: clamp(1.4rem, -0.875rem + 8.333vw, 2rem);
  padding: 0.4rem;
  line-height: 1.1em;
  color: #666666;
}

h2,
.h2 {
  font-size: 1.2rem;
}

h3,
.h3 {
  font-size: 1.1rem;
}

h4,
.h4 {
  font-size: 1rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: 1em;
}

p {
  margin: 0.5rem 0 0.5rem;
}

a,
ins,
u {
  text-decoration-skip: ink edges;
}

abbr[title] {
  border-bottom: 0.05rem dotted;
  cursor: help;
  text-decoration: none;
}

kbd {
  border-radius: 0.1rem;
  line-height: 1.2;
  padding: 0.1rem 0.15rem;
  background: #666666;
  color: #f7f7f7;
  font-size: 0.9em;
}

mark {
  background: #ffe9b3;
  color: #666666;
  border-radius: 0.1rem;
  padding: 0.05rem;
}

blockquote {
  border-left: 0.1rem solid #a3acaf;
  margin-left: 0;
  padding: 0.4rem 0.8rem;
}
blockquote p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
  padding: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 0.8rem 0 0.8rem 0.8rem;
}
ul li,
ol li {
  margin-top: 0.4rem;
}

ul {
  list-style: disc inside;
}
ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal inside;
}
ol ol {
  list-style-type: lower-alpha;
}

dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0.4rem 0 0.8rem 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.font-nrml {
  font-size: 1em;
}

.font-md {
  font-size: 1.2em;
}

.font-lg {
  font-size: 1.4em;
}

.font-xl {
  font-size: 1.6em;
}

.font-xxl {
  font-size: 4rem;
}

h1 span.font-xxl {
  font-size: 3rem;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1.6em;
  }

  .font-xxl {
    font-size: 1.4em;
  }

  h1 span.font-xxl {
    font-size: 4rem;
  }
}
@media (max-width: 960px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1.4em;
  }

  .font-xxl {
    font-size: 1.4em;
  }

  h1 span.font-xxl {
    font-size: 4rem;
  }
}
@media (max-width: 840px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1.4em;
  }

  .font-xxl {
    font-size: 1.4em;
  }

  h1 span.font-xxl {
    font-size: 1.6em;
  }

  .h2 {
    font-size: 1.5rem;
  }

  h3,
.h3 {
    font-size: 1.3em;
  }

  h4,
.h4 {
    font-size: 1.1rem;
  }

  h5,
.h5 {
    font-size: 1rem;
    font-weight: 400;
  }

  h6,
.h6 {
    font-size: 1em;
    font-weight: 400;
  }
}
@media (max-width: 600px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1em;
  }

  .font-xxl {
    font-size: 1.4em;
  }

  h1 span.font-xxl {
    font-size: 1.6em;
  }
}
@media (max-width: 480px) {
  .font-lg {
    font-size: 1em;
  }

  .font-xl {
    font-size: 1em;
  }

  .font-xxl {
    font-size: 1em;
  }

  .font-nrml {
    font-size: 0.9em;
  }

  h1 span.font-xxl {
    font-size: 1em;
  }
}
/* Manually forked from Normalize.css */
/* normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

::selection {
  color: #fff;
  background: #f60;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  position: relative;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8 (removed).
 */
/**
 * 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. (removed)
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * Modify default styling of address.
 */
address {
  font-style: normal;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. (removed)
 */
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: "SF Mono", "Segoe UI Mono", "Roboto Mono", Menlo, Courier, monospace;
  /* 1 (changed) */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. (Removed)
 */
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  font-weight: 400;
  /* (added) */
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 (changed) */
  font-size: inherit;
  /* 1 (changed) */
  line-height: inherit;
  /* 1 (changed) */
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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 (removed).
 */
/**
 * Change the border, margin, and padding in all browsers (opinionated) (changed).
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
  outline: none;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.4em;
  -webkit-tap-highlight-color: transparent;
  background: #fafafa;
  scrollbar-width: thin;
}

body {
  background: #f7f7f7;
  color: #666666;
  font-family: Roboto, sans-serif, "Helvetica Neue", sans-serif;
  font-size: 1em;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  background: #fafafa;
  font-weight: 300;
}

.bold {
  font-weight: 500;
}

.block {
  display: block;
}

a {
  color: #006eb7;
  outline: none;
  text-decoration: none;
}
a:focus, a:hover, a:active, a.active {
  color: #005f9e;
  text-decoration: underline;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

.hidden {
  display: none;
}

/* Hiermit können Safari >=1.1, Opera >=9.5, IE9 was anfangen*/
::selection {
  background: #006eb7;
  color: #84ceff;
}

/* und hiermit der Firefox >=1 */
::-moz-selection {
  background: #006eb7;
  color: #84ceff;
}

.c-hand {
  cursor: pointer;
}

.v-line {
  z-index: 20;
  position: relative;
  width: 1px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.v-line-half {
  height: 60px;
}

.v-line::after,
.v-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ece9e3;
}

.v-line::before {
  z-index: 20;
}

.v-line::after {
  z-index: 21;
  transform: scale(1, 0) translate3d(0, 0, 0);
  background: #6e6255;
  animation: vert_line 6s infinite;
}

@keyframes vert_line {
  0% {
    transform-origin: top left;
    transform: scale(1, 0);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  }
  30% {
    transform-origin: top left;
    transform: scale(1, 1);
  }
  40% {
    transform-origin: bottom left;
    transform: scale(1, 1);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  }
  70% {
    transform-origin: bottom left;
    transform: scale(1, 0);
  }
  100% {
    transform-origin: bottom left;
    transform: scale(1, 0);
  }
}
.h-line {
  z-index: 20;
  position: relative;
  height: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.h-line::after,
.h-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ece9e3;
}

.h-line::before {
  z-index: 20;
}

.h-line::after {
  z-index: 21;
  transform: scale(0, 1) translate3d(0, 0, 0);
  background: #6e6255;
  animation: h-line 40s infinite;
}

@keyframes h-line {
  0% {
    transform-origin: top left;
    transform: scale(0, 1);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  }
  10% {
    transform-origin: top left;
    transform: scale(1, 1);
  }
  80% {
    transform-origin: bottom right;
    transform: scale(1, 1);
    animation-timing-function: cubic-bezier(0.48, 0.02, 0, 0.99);
  }
  90% {
    transform-origin: bottom right;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: bottom right;
    transform: scale(0, 1);
  }
}
.clearfix::after, .container::after {
  clear: both;
  content: "";
  display: table;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.centered {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.flex-centered {
  align-items: center;
  display: flex;
  justify-content: center;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.m-1 {
  margin: 0.15rem !important;
}

.mb-1 {
  margin-bottom: 0.15rem !important;
}

.ml-1 {
  margin-left: 0.15rem !important;
}

.mr-1 {
  margin-right: 0.15rem !important;
}

.mt-1 {
  margin-top: 0.15rem !important;
}

.mx-1 {
  margin-left: 0.15rem !important;
  margin-right: 0.15rem !important;
}

.my-1 {
  margin-bottom: 0.15rem !important;
  margin-top: 0.15rem !important;
}

.m-2 {
  margin: 0.6rem !important;
}

.mb-2 {
  margin-bottom: 0.6rem !important;
}

.ml-2 {
  margin-left: 0.6rem !important;
}

.mr-2 {
  margin-right: 0.6rem !important;
}

.mt-2 {
  margin-top: 0.6rem !important;
}

.mx-2 {
  margin-left: 0.6rem !important;
  margin-right: 0.6rem !important;
}

.my-2 {
  margin-bottom: 0.6rem !important;
  margin-top: 0.6rem !important;
}

.m-3 {
  margin: 1.2rem !important;
}

.mb-3 {
  margin-bottom: 1.2rem !important;
}

.ml-3 {
  margin-left: 1.2rem !important;
}

.mr-3 {
  margin-right: 1.2rem !important;
}

.mt-3 {
  margin-top: 1.2rem !important;
}

.mx-3 {
  margin-left: 1.2rem !important;
  margin-right: 1.2rem !important;
}

.my-3 {
  margin-bottom: 1.2rem !important;
  margin-top: 1.2rem !important;
}

.m-4 {
  margin: 2.4rem !important;
}

.mb-4 {
  margin-bottom: 2.4rem !important;
}

.ml-4 {
  margin-left: 2.4rem !important;
}

.mr-4 {
  margin-right: 2.4rem !important;
}

.mt-4 {
  margin-top: 2.4rem !important;
}

.mx-4 {
  margin-left: 2.4rem !important;
  margin-right: 2.4rem !important;
}

.my-4 {
  margin-bottom: 2.4rem !important;
  margin-top: 2.4rem !important;
}

.m-5 {
  margin: 3.2rem !important;
}

.mb-5 {
  margin-bottom: 3.2rem !important;
}

.ml-5 {
  margin-left: 3.2rem !important;
}

.mr-5 {
  margin-right: 3.2rem !important;
}

.mt-5 {
  margin-top: 3.2rem !important;
}

.mx-5 {
  margin-left: 3.2rem !important;
  margin-right: 3.2rem !important;
}

.my-5 {
  margin-bottom: 3.2rem !important;
  margin-top: 3.2rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.p-1 {
  padding: 0.6rem !important;
}

.pb-1 {
  padding-bottom: 0.6rem !important;
}

.pl-1 {
  padding-left: 0.6rem !important;
}

.pr-1 {
  padding-right: 0.6rem !important;
}

.pt-1 {
  padding-top: 0.6rem !important;
}

.px-1 {
  padding-left: 0.6rem !important;
  padding-right: 0.6rem !important;
}

.py-1 {
  padding-bottom: 0.6rem !important;
  padding-top: 0.6rem !important;
}

.p-2 {
  padding: 1.2rem !important;
}

.pb-2 {
  padding-bottom: 1.2rem !important;
}

.pl-2 {
  padding-left: 1.2rem !important;
}

.pr-2 {
  padding-right: 1.2rem !important;
}

.pt-2 {
  padding-top: 1.2rem !important;
}

.px-2 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.py-2 {
  padding-bottom: 1.2rem !important;
  padding-top: 1.2rem !important;
}

.p-3 {
  padding: 1.2rem !important;
}

.pb-3 {
  padding-bottom: 1.2rem !important;
}

.pl-3 {
  padding-left: 1.2rem !important;
}

.pr-3 {
  padding-right: 1.2rem !important;
}

.pt-3 {
  padding-top: 1.2rem !important;
}

.px-3 {
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
}

.py-3 {
  padding-bottom: 1.2rem !important;
  padding-top: 1.2rem !important;
}

.p-4 {
  padding: 2.4rem !important;
}

.pb-4 {
  padding-bottom: 2.4rem !important;
}

.pl-4 {
  padding-left: 2.4rem !important;
}

.pr-4 {
  padding-right: 2.4rem !important;
}

.pt-4 {
  padding-top: 2.4rem !important;
}

.px-4 {
  padding-left: 2.4rem !important;
  padding-right: 2.4rem !important;
}

.py-4 {
  padding-bottom: 2.4rem !important;
  padding-top: 2.4rem !important;
}

.p-5 {
  padding: 3.2rem !important;
}

.pb-5 {
  padding-bottom: 3.2rem !important;
}

.pl-5 {
  padding-left: 3.2rem !important;
}

.pr-5 {
  padding-right: 3.2rem !important;
}

.pt-5 {
  padding-top: 3.2rem !important;
}

.px-5 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
}

.py-5 {
  padding-bottom: 3.2rem !important;
  padding-top: 3.2rem !important;
}

@media (max-width: 1280px) {
  .mb-0-xl {
    margin-bottom: 0 !important;
  }

  .mt-0-xl {
    margin-top: 0 !important;
  }

  .ml-0-xl {
    margin-left: 0 !important;
  }

  .mr-0-xl {
    margin-right: 0 !important;
  }

  .mb-1-xl {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-xl {
    margin-top: 0.2rem !important;
  }

  .ml-1-xl {
    margin-left: 0.2rem !important;
  }

  .mr-1-xl {
    margin-right: 0.2rem !important;
  }

  .mb-2-xl {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-xl {
    margin-top: 0.6rem !important;
  }

  .ml-2-xl {
    margin-left: 0.6rem !important;
  }

  .mr-2-xl {
    margin-right: 0.6rem !important;
  }

  .mb-3-xl {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-xl {
    margin-top: 1.2rem !important;
  }

  .ml-3-xl {
    margin-left: 1.2rem !important;
  }

  .mr-3-xl {
    margin-right: 1.2rem !important;
  }

  .mb-4-xl {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-xl {
    margin-top: 2.4rem !important;
  }

  .ml-4-xl {
    margin-left: 2.4rem !important;
  }

  .mr-4-xl {
    margin-right: 2.4rem !important;
  }

  .mb-5-xl {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-xl {
    margin-top: 3.2rem !important;
  }

  .ml-5-xl {
    margin-left: 3.2rem !important;
  }

  .mr-5-xl {
    margin-right: 3.2rem !important;
  }

  .p-0-xl {
    padding: 0 !important;
  }

  .pb-0-xl {
    padding-bottom: 0 !important;
  }

  .pt-0-xl {
    padding-top: 0 !important;
  }

  .pl-0-xl {
    padding-left: 0 !important;
  }

  .pr-0-xl {
    padding-right: 0 !important;
  }

  .p-1-xl {
    padding: 0.2rem !important;
  }

  .pb-1-xl {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-xl {
    padding-top: 0.2rem !important;
  }

  .pl-1-xl {
    padding-left: 0.2rem !important;
  }

  .pr-1-xl {
    padding-right: 0.2rem !important;
  }

  .p-2-xl {
    padding: 0.6rem !important;
  }

  .pb-2-xl {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-xl {
    padding-top: 0.6rem !important;
  }

  .pl-2-xl {
    padding-left: 0.6rem !important;
  }

  .pr-2-xl {
    padding-right: 0.6rem !important;
  }

  .p-3-xl {
    padding: 1.2rem !important;
  }

  .pb-3-xl {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-xl {
    padding-top: 1.2rem !important;
  }

  .pl-3-xl {
    padding-left: 1.2rem !important;
  }

  .pr-3-xl {
    padding-right: 1.2rem !important;
  }

  .p-4-xl {
    padding: 2.4rem !important;
  }

  .pb-4-xl {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-xl {
    padding-top: 2.4rem !important;
  }

  .pl-4-xl {
    padding-left: 2.4rem !important;
  }

  .pr-4-xl {
    padding-right: 2.4rem !important;
  }

  .p-5-xl {
    padding: 3.2rem !important;
  }

  .pb-5-xl {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-xl {
    padding-top: 3.2rem !important;
  }

  .pl-5-xl {
    padding-left: 3.2rem !important;
  }

  .pr-5-xl {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 960px) {
  .mb-0-lg {
    margin-bottom: 0 !important;
  }

  .mt-0-lg {
    margin-top: 0 !important;
  }

  .ml-0-lg {
    margin-left: 0 !important;
  }

  .mr-0-lg {
    margin-right: 0 !important;
  }

  .mb-1-lg {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-lg {
    margin-top: 0.2rem !important;
  }

  .ml-1-lg {
    margin-left: 0.2rem !important;
  }

  .mr-1-lg {
    margin-right: 0.2rem !important;
  }

  .mb-2-lg {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-lg {
    margin-top: 0.6rem !important;
  }

  .ml-2-lg {
    margin-left: 0.6rem !important;
  }

  .mr-2-lg {
    margin-right: 0.6rem !important;
  }

  .mb-3-lg {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-lg {
    margin-top: 1.2rem !important;
  }

  .ml-3-lg {
    margin-left: 1.2rem !important;
  }

  .mr-3-lg {
    margin-right: 1.2rem !important;
  }

  .mb-4-lg {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-lg {
    margin-top: 2.4rem !important;
  }

  .ml-4-lg {
    margin-left: 2.4rem !important;
  }

  .mr-4-lg {
    margin-right: 2.4rem !important;
  }

  .mb-5-lg {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-lg {
    margin-top: 3.2rem !important;
  }

  .ml-5-lg {
    margin-left: 3.2rem !important;
  }

  .mr-5-lg {
    margin-right: 3.2rem !important;
  }

  .p-0-lg {
    padding: 0 !important;
  }

  .pb-0-lg {
    padding-bottom: 0 !important;
  }

  .pt-0-lg {
    padding-top: 0 !important;
  }

  .pl-0-lg {
    padding-left: 0 !important;
  }

  .pr-0-lg {
    padding-right: 0 !important;
  }

  .p-1-lg {
    padding: 0.2rem !important;
  }

  .pb-1-lg {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-lg {
    padding-top: 0.2rem !important;
  }

  .pl-1-lg {
    padding-left: 0.2rem !important;
  }

  .pr-1-lg {
    padding-right: 0.2rem !important;
  }

  .p-2-lg {
    padding: 0.6rem !important;
  }

  .pb-2-lg {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-lg {
    padding-top: 0.6rem !important;
  }

  .pl-2-lg {
    padding-left: 0.6rem !important;
  }

  .pr-2-lg {
    padding-right: 0.6rem !important;
  }

  .p-3-lg {
    padding: 1.2rem !important;
  }

  .pb-3-lg {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-lg {
    padding-top: 1.2rem !important;
  }

  .pl-3-lg {
    padding-left: 1.2rem !important;
  }

  .pr-3-lg {
    padding-right: 1.2rem !important;
  }

  .p-4-lg {
    padding: 2.4rem !important;
  }

  .pb-4-lg {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-lg {
    padding-top: 2.4rem !important;
  }

  .pl-4-lg {
    padding-left: 2.4rem !important;
  }

  .pr-4-lg {
    padding-right: 2.4rem !important;
  }

  .p-5-lg {
    padding: 3.2rem !important;
  }

  .pb-5-lg {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-lg {
    padding-top: 3.2rem !important;
  }

  .pl-5-lg {
    padding-left: 3.2rem !important;
  }

  .pr-5-lg {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 840px) {
  .mb-0-md {
    margin-bottom: 0 !important;
  }

  .mt-0-md {
    margin-top: 0 !important;
  }

  .ml-0-md {
    margin-left: 0 !important;
  }

  .mr-0-md {
    margin-right: 0 !important;
  }

  .mb-1-md {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-md {
    margin-top: 0.2rem !important;
  }

  .ml-1-md {
    margin-left: 0.2rem !important;
  }

  .mr-1-md {
    margin-right: 0.2rem !important;
  }

  .mb-2-md {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-md {
    margin-top: 0.6rem !important;
  }

  .ml-2-md {
    margin-left: 0.6rem !important;
  }

  .mr-2-md {
    margin-right: 0.6rem !important;
  }

  .mb-3-md {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-md {
    margin-top: 1.2rem !important;
  }

  .ml-3-md {
    margin-left: 1.2rem !important;
  }

  .mr-3-md {
    margin-right: 1.2rem !important;
  }

  .mb-4-md {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-md {
    margin-top: 2.4rem !important;
  }

  .ml-4-md {
    margin-left: 2.4rem !important;
  }

  .mr-4-md {
    margin-right: 2.4rem !important;
  }

  .mb-5-md {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-md {
    margin-top: 3.2rem !important;
  }

  .ml-5-md {
    margin-left: 3.2rem !important;
  }

  .mr-5-md {
    margin-right: 3.2rem !important;
  }

  .p-0-md {
    padding: 0 !important;
  }

  .pb-0-md {
    padding-bottom: 0 !important;
  }

  .pt-0-md {
    padding-top: 0 !important;
  }

  .pl-0-md {
    padding-left: 0 !important;
  }

  .pr-0-md {
    padding-right: 0 !important;
  }

  .p-1-md {
    padding: 0.2rem !important;
  }

  .pb-1-md {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-md {
    padding-top: 0.2rem !important;
  }

  .pl-1-md {
    padding-left: 0.2rem !important;
  }

  .pr-1-md {
    padding-right: 0.2rem !important;
  }

  .p-2-md {
    padding: 0.6rem !important;
  }

  .pb-2-md {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-md {
    padding-top: 0.6rem !important;
  }

  .pl-2-md {
    padding-left: 0.6rem !important;
  }

  .pr-2-md {
    padding-right: 0.6rem !important;
  }

  .p-3-md {
    padding: 1.2rem !important;
  }

  .pb-3-md {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-md {
    padding-top: 1.2rem !important;
  }

  .pl-3-md {
    padding-left: 1.2rem !important;
  }

  .pr-3-md {
    padding-right: 1.2rem !important;
  }

  .p-4-md {
    padding: 2.4rem !important;
  }

  .pb-4-md {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-md {
    padding-top: 2.4rem !important;
  }

  .pl-4-md {
    padding-left: 2.4rem !important;
  }

  .pr-4-md {
    padding-right: 2.4rem !important;
  }

  .p-5-md {
    padding: 3.2rem !important;
  }

  .pb-5-md {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-md {
    padding-top: 3.2rem !important;
  }

  .pl-5-md {
    padding-left: 3.2rem !important;
  }

  .pr-5-md {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 600px) {
  .mb-0-sm {
    margin-bottom: 0 !important;
  }

  .mt-0-sm {
    margin-top: 0 !important;
  }

  .ml-0-sm {
    margin-left: 0 !important;
  }

  .mr-0-sm {
    margin-right: 0 !important;
  }

  .mb-1-sm {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-sm {
    margin-top: 0.2rem !important;
  }

  .ml-1-sm {
    margin-left: 0.2rem !important;
  }

  .mr-1-sm {
    margin-right: 0.2rem !important;
  }

  .mb-2-sm {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-sm {
    margin-top: 0.6rem !important;
  }

  .ml-2-sm {
    margin-left: 0.6rem !important;
  }

  .mr-2-sm {
    margin-right: 0.6rem !important;
  }

  .mb-3-sm {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-sm {
    margin-top: 1.2rem !important;
  }

  .ml-3-sm {
    margin-left: 1.2rem !important;
  }

  .mr-3-sm {
    margin-right: 1.2rem !important;
  }

  .mb-4-sm {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-sm {
    margin-top: 2.4rem !important;
  }

  .ml-4-sm {
    margin-left: 2.4rem !important;
  }

  .mr-4-sm {
    margin-right: 2.4rem !important;
  }

  .mb-5-sm {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-sm {
    margin-top: 3.2rem !important;
  }

  .ml-5-sm {
    margin-left: 3.2rem !important;
  }

  .mr-5-sm {
    margin-right: 3.2rem !important;
  }

  .p-0-sm {
    padding: 0 !important;
  }

  .pb-0-sm {
    padding-bottom: 0 !important;
  }

  .pt-0-sm {
    padding-top: 0 !important;
  }

  .pl-0-sm {
    padding-left: 0 !important;
  }

  .pr-0-sm {
    padding-right: 0 !important;
  }

  .p-1-sm {
    padding: 0.2rem !important;
  }

  .pb-1-sm {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-sm {
    padding-top: 0.2rem !important;
  }

  .pl-1-sm {
    padding-left: 0.2rem !important;
  }

  .pr-1-sm {
    padding-right: 0.2rem !important;
  }

  .p-2-sm {
    padding: 0.6rem !important;
  }

  .pb-2-sm {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-sm {
    padding-top: 0.6rem !important;
  }

  .pl-2-sm {
    padding-left: 0.6rem !important;
  }

  .pr-2-sm {
    padding-right: 0.6rem !important;
  }

  .p-3-sm {
    padding: 1.2rem !important;
  }

  .pb-3-sm {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-sm {
    padding-top: 1.2rem !important;
  }

  .pl-3-sm {
    padding-left: 1.2rem !important;
  }

  .pr-3-sm {
    padding-right: 1.2rem !important;
  }

  .p-4-sm {
    padding: 2.4rem !important;
  }

  .pb-4-sm {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-sm {
    padding-top: 2.4rem !important;
  }

  .pl-4-sm {
    padding-left: 2.4rem !important;
  }

  .pr-4-sm {
    padding-right: 2.4rem !important;
  }

  .p-5-sm {
    padding: 3.2rem !important;
  }

  .pb-5-sm {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-sm {
    padding-top: 3.2rem !important;
  }

  .pl-5-sm {
    padding-left: 3.2rem !important;
  }

  .pr-5-sm {
    padding-right: 3.2rem !important;
  }
}
@media (max-width: 480px) {
  .mb-1-xs {
    margin-bottom: 0.2rem !important;
  }

  .mt-1-xs {
    margin-top: 0.2rem !important;
  }

  .ml-1-xs {
    margin-left: 0.2rem !important;
  }

  .mr-1-xs {
    margin-right: 0.2rem !important;
  }

  .mb-2-xs {
    margin-bottom: 0.6rem !important;
  }

  .mt-2-xs {
    margin-top: 0.6rem !important;
  }

  .ml-2-xs {
    margin-left: 0.6rem !important;
  }

  .mr-2-xs {
    margin-right: 0.6rem !important;
  }

  .mb-3-xs {
    margin-bottom: 1.2rem !important;
  }

  .mt-3-xs {
    margin-top: 1.2rem !important;
  }

  .ml-3-xs {
    margin-left: 1.2rem !important;
  }

  .mr-3-xs {
    margin-right: 1.2rem !important;
  }

  .mb-4-xs {
    margin-bottom: 2.4rem !important;
  }

  .mt-4-xs {
    margin-top: 2.4rem !important;
  }

  .ml-4-xs {
    margin-left: 2.4rem !important;
  }

  .mr-4-xs {
    margin-right: 2.4rem !important;
  }

  .mb-5-xs {
    margin-bottom: 3.2rem !important;
  }

  .mt-5-xs {
    margin-top: 3.2rem !important;
  }

  .ml-5-xs {
    margin-left: 3.2rem !important;
  }

  .mr-5-xs {
    margin-right: 3.2rem !important;
  }

  .p-0-xs {
    padding: 0 !important;
  }

  .pb-0-xs {
    padding-bottom: 0 !important;
  }

  .pt-0-xs {
    padding-top: 0 !important;
  }

  .pl-0-xs {
    padding-left: 0 !important;
  }

  .pr-0-xs {
    padding-right: 0 !important;
  }

  .p-1-xs {
    padding: 0.2rem !important;
  }

  .pb-1-xs {
    padding-bottom: 0.2rem !important;
  }

  .pt-1-xs {
    padding-top: 0.2rem !important;
  }

  .pl-1-xs {
    padding-left: 0.2rem !important;
  }

  .pr-1-xs {
    padding-right: 0.2rem !important;
  }

  .p-2-xs {
    padding: 0.6rem !important;
  }

  .pb-2-xs {
    padding-bottom: 0.6rem !important;
  }

  .pt-2-xs {
    padding-top: 0.6rem !important;
  }

  .pl-2-xs {
    padding-left: 0.6rem !important;
  }

  .pr-2-xs {
    padding-right: 0.6rem !important;
  }

  .p-3-xs {
    padding: 1.2rem !important;
  }

  .pb-3-xs {
    padding-bottom: 1.2rem !important;
  }

  .pt-3-xs {
    padding-top: 1.2rem !important;
  }

  .pl-3-xs {
    padding-left: 1.2rem !important;
  }

  .pr-3-xs {
    padding-right: 1.2rem !important;
  }

  .p-4-xs {
    padding: 2.4rem !important;
  }

  .pb-4-xs {
    padding-bottom: 2.4rem !important;
  }

  .pt-4-xs {
    padding-top: 2.4rem !important;
  }

  .pl-4-xs {
    padding-left: 2.4rem !important;
  }

  .pr-4-xs {
    padding-right: 2.4rem !important;
  }

  .p-5-xs {
    padding: 3.2rem !important;
  }

  .pb-5-xs {
    padding-bottom: 3.2rem !important;
  }

  .pt-5-xs {
    padding-top: 3.2rem !important;
  }

  .pl-5-xs {
    padding-left: 3.2rem !important;
  }

  .pr-5-xs {
    padding-right: 3.2rem !important;
  }
}
.loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}
.loading::after {
  animation: loading 500ms infinite linear;
  border: 0.1rem solid #006eb7;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}
.loading.loading-lg {
  min-height: 2rem;
}
.loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

.container-flow, #content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.container-flow > *, #content > * {
  flex: 1;
  flex-grow: 4;
  padding-left: 0;
  padding-right: 0;
  transition: all 0.4s ease 0s;
}
.container-flow > * .container-flow--light, #content > * .container-flow--light {
  flex-grow: 2;
}
.container-flow > * .container-flow--heavy, #content > * .container-flow--heavy {
  flex-grow: 8;
}

.container {
  margin-left: auto;
  margin-right: auto;
  /*
  padding-left: $layout-spacing;
  padding-right: $layout-spacing;
  */
  width: 100%;
}
.container.grid-xl {
  max-width: 1293.6px;
}
.container.grid-lg {
  max-width: 973.6px;
}
.container.grid-md {
  max-width: 853.6px;
}
.container.grid-sm {
  max-width: 613.6px;
}
.container.grid-xs {
  max-width: 493.6px;
}

.show-xs,
.show-sm,
.show-md,
.show-lg,
.show-xl {
  display: none !important;
}

.col-equal-height > * {
  height: 100% !important;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.columns .col-equal-height > * {
  height: 100% !important;
}
.columns.col-gapless {
  margin-left: 0;
  margin-right: 0;
}
.columns.col-gapless > .column {
  padding-left: 0;
  padding-right: 0;
}
.columns.col-oneline {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.column {
  flex: 1;
  max-width: 100%;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.column.col-100, .column.col-88, .column.col-75, .column.col-62, .column.col-50, .column.col-37, .column.col-33, .column.col-25, .column.col-12 {
  flex: none;
}

.col-100 {
  width: 100%;
}

.col-88 {
  width: 87.5%;
}

.col-75 {
  width: 75%;
}

.col-62 {
  width: 62.5%;
}

.col-50 {
  width: 50%;
}

.col-37 {
  width: 37.5%;
}

.col-33 {
  width: 33.3333333%;
}

.col-25 {
  width: 25%;
}

.col-12 {
  width: 12.5%;
}

.col-auto {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}

.col-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-ml-auto {
  margin-left: auto;
}

.col-mr-auto {
  margin-right: auto;
}

@media (max-width: 1280px) {
  .col-xl-100,
.col-xl-88,
.col-xl-75,
.col-xl-62,
.col-xl-50,
.col-xl-37,
.col-xl-33,
.col-xl-25,
.col-xl-12 {
    flex: none;
  }

  .col-xl-100 {
    width: 100%;
  }

  .col-xl-88 {
    width: 87.5%;
  }

  .col-xl-75 {
    width: 75%;
  }

  .col-xl-62 {
    width: 62.5%;
  }

  .col-xl-50 {
    width: 50%;
  }

  .col-xl-37 {
    width: 37.5%;
  }

  .col-xl-33 {
    width: 33.3333%;
  }

  .col-xl-25 {
    width: 25%;
  }

  .col-xl-12 {
    width: 12.5%;
  }

  .hide-xl {
    display: none !important;
  }

  .show-xl {
    display: block !important;
  }
}
@media (max-width: 960px) {
  .col-lg-100,
.col-lg-88,
.col-lg-75,
.col-lg-62,
.col-lg-50,
.col-lg-37,
.col-lg-33,
.col-lg-25,
.col-lg-12 {
    flex: none;
  }

  .col-lg-100 {
    width: 100%;
  }

  .col-lg-88 {
    width: 87.5%;
  }

  .col-lg-75 {
    width: 75%;
  }

  .col-lg-62 {
    width: 62.5%;
  }

  .col-lg-50 {
    width: 50%;
  }

  .col-lg-37 {
    width: 37.5%;
  }

  .col-lg-33 {
    width: 33.3333%;
  }

  .col-lg-25 {
    width: 25%;
  }

  .col-lg-12 {
    width: 12.5%;
  }

  .hide-lg {
    display: none !important;
  }

  .show-lg {
    display: block !important;
  }
}
@media (max-width: 840px) {
  .col-md-100,
.col-md-88,
.col-md-75,
.col-md-62,
.col-md-50,
.col-md-37,
.col-md-33,
.col-md-25,
.col-md-12 {
    flex: none;
  }

  .col-md-100 {
    width: 100%;
  }

  .col-md-88 {
    width: 87.5%;
  }

  .col-md-75 {
    width: 75%;
  }

  .col-md-62 {
    width: 62.5%;
  }

  .col-md-50 {
    width: 50%;
  }

  .col-md-37 {
    width: 37.5%;
  }

  .col-md-33 {
    width: 33.3333%;
  }

  .col-md-25 {
    width: 25%;
  }

  .col-md-12 {
    width: 12.5%;
  }

  .hide-md {
    display: none !important;
  }

  .show-md {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .col-sm-100,
.col-sm-88,
.col-sm-75,
.col-sm-62,
.col-sm-50,
.col-sm-37,
.col-sm-33,
.col-sm-25,
.col-sm-12 {
    flex: none;
  }

  .col-sm-100 {
    width: 100%;
  }

  .col-sm-88 {
    width: 87.5%;
  }

  .col-sm-75 {
    width: 75%;
  }

  .col-sm-62 {
    width: 62.5%;
  }

  .col-sm-50 {
    width: 50%;
  }

  .col-sm-37 {
    width: 37.5%;
  }

  .col-sm-33 {
    width: 33.3333%;
  }

  .col-sm-25 {
    width: 25%;
  }

  .col-sm-12 {
    width: 12.5%;
  }

  .hide-sm {
    display: none !important;
  }

  .show-sm {
    display: block !important;
  }
}
@media (max-width: 480px) {
  .col-xs-100,
.col-xs-88,
.col-xs-75,
.col-xs-62,
.col-xs-50,
.col-xs-37,
.col-xs-33,
.col-xs-25,
.col-xs-12 {
    flex: none;
  }

  .col-xs-100 {
    width: 100%;
  }

  .col-xs-88 {
    width: 87.5%;
  }

  .col-xs-75 {
    width: 75%;
  }

  .col-xs-62 {
    width: 62.5%;
  }

  .col-xs-50 {
    width: 50%;
  }

  .col-xs-37 {
    width: 37.5%;
  }

  .col-xs-33 {
    width: 33.3333%;
  }

  .col-xs-25 {
    width: 25%;
  }

  .col-xs-12 {
    width: 12.5%;
  }

  .hide-xs {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }
}
.text-primary {
  color: #006eb7;
}

a.text-primary:focus, a.text-primary:hover {
  color: #005f9e;
}

.text-secondary {
  color: #60686f;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62;
}

.text-gray {
  color: #a3acaf;
}

a.text-gray:focus, a.text-gray:hover {
  color: #95a0a3;
}

.text-light {
  color: #f7f7f7;
}

a.text-light:focus, a.text-light:hover {
  color: #eaeaea;
}

.text-dark {
  color: #666666;
}

a.text-dark:focus, a.text-dark:hover {
  color: #595959;
}

.text-success {
  color: #83bb26;
}

a.text-success:focus, a.text-success:hover {
  color: #74a622;
}

.text-warning {
  color: #ed6c26;
}

a.text-warning:focus, a.text-warning:hover {
  color: #e65d13;
}

.text-error {
  color: #b40a0f;
}

a.text-error:focus, a.text-error:hover {
  color: #9c090d;
}

.bg-primary {
  background: #006eb7;
  color: #f7f7f7;
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #d7d7d7;
}

.bg-secondary {
  background: #6c757d;
  color: #f7f7f7;
}

.bg-dark {
  background: #666666;
  color: #f7f7f7;
}

.bg-success {
  background: #83bb26;
  color: #f7f7f7;
}

.bg-warning {
  background: #ed6c26;
  color: #f7f7f7;
}

.bg-error {
  background: #b40a0f;
  color: #f7f7f7;
}

.progress {
  appearance: none;
  background: #bdbdbd;
  border: 0;
  border-radius: 0.1rem;
  color: #006eb7;
  height: 0.2rem;
  position: relative;
  width: 100%;
}
.progress::-webkit-progress-bar {
  background: transparent;
  border-radius: 0.1rem;
}
.progress::-webkit-progress-value {
  background: #006eb7;
  border-radius: 0.1rem;
}
.progress::-moz-progress-bar {
  background: #006eb7;
  border-radius: 0.1rem;
}
.progress:indeterminate {
  animation: progress-indeterminate 1.5s linear infinite;
  background: #bdbdbd linear-gradient(to right, #006eb7 30%, #bdbdbd 30%) top left/150% 150% no-repeat;
}
.progress:indeterminate::-moz-progress-bar {
  background: transparent;
}

@keyframes progress-indeterminate {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.meter {
  appearance: none;
  background: #f7f7f7;
  border: solid 1px #a3acaf;
  border-radius: 0.1rem;
  display: block;
  width: 100%;
  height: 0.8rem;
}
.meter::-webkit-meter-inner-element {
  display: block;
}
.meter::-webkit-meter-bar, .meter::-webkit-meter-optimum-value, .meter::-webkit-meter-suboptimum-value, .meter::-webkit-meter-even-less-good-value {
  border-radius: 0.1rem;
}
.meter::-webkit-meter-bar {
  background: #ececec;
}
.meter::-webkit-meter-optimum-value {
  background: #83bb26;
}
.meter::-webkit-meter-suboptimum-value {
  background: #ed6c26;
}
.meter::-webkit-meter-even-less-good-value {
  background: #b40a0f;
}
.meter::-moz-meter-bar, .meter:-moz-meter-optimum, .meter:-moz-meter-sub-optimum, .meter:-moz-meter-sub-sub-optimum {
  border-radius: 0.1rem;
}
.meter:-moz-meter-optimum::-moz-meter-bar {
  background: #83bb26;
}
.meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background: #ed6c26;
}
.meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background: #b40a0f;
}

.accordion input:checked ~ .accordion-header, .accordion[open] .accordion-header {
  background: #666666;
}
.accordion input:checked ~ .accordion-header .icon, .accordion[open] .accordion-header .icon {
  transform: rotate(-180deg);
  padding-left: 7px;
}
.accordion input:checked ~ .accordion-header span, .accordion[open] .accordion-header span {
  padding-left: 10px;
}
.accordion input:checked ~ .accordion-body, .accordion[open] .accordion-body {
  max-height: 100rem;
}
.accordion .accordion-header {
  display: block;
  font-size: 1.1em;
  background: #666666;
  color: #f7f7f7;
}
.accordion .accordion-header .icon {
  font-size: 1.5em;
  will-change: transform, padding-left;
  transition: transform 0.4s ease-out, padding-right 0.4s ease-out;
  display: inline-block;
}
.accordion .accordion-header span {
  will-change: padding-left;
  transition: padding-right 0.2s ease-in-out;
  display: inline-block;
  color: #f7f7f7;
  font-weight: bold;
}
.accordion .accordion-header:hover {
  cursor: pointer;
}
.accordion .accordion-header:hover span {
  font-size: 1em;
  padding-right: 10px;
}
.accordion .accordion-header:hover .icon {
  padding-right: 7px;
}
.accordion .accordion-body {
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  will-change: height;
  transition: max-height 0.6s ease-in-out;
}

summary.accordion-header::-webkit-details-marker {
  display: none;
}

.btn {
  transition: all 0.4s ease 0s;
  appearance: none;
  background: #ffffff;
  border: 0.05rem solid #a3acaf;
  border-radius: 1px;
  color: #a3acaf;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  height: 1.8rem;
  line-height: 1rem;
  outline: none;
  padding: 0.35rem 0.4rem;
  text-align: center;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
}
.btn i {
  color: #006eb7;
}
.btn:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 110, 183, 0.2);
}
.btn:focus, .btn:hover {
  border-color: #006eb7;
  text-decoration: none;
  color: #006eb7;
  outline: none;
}
.btn:active, .btn.active {
  border-color: #006eb7;
  text-decoration: none;
  color: #006eb7;
  outline: none;
}
.btn:active.loading::after, .btn.active.loading::after {
  border-bottom-color: #f7f7f7;
  border-left-color: #f7f7f7;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.btn.btn-primary {
  background: #006eb7;
  border-color: #004f84;
  color: #f7f7f7;
}
.btn.btn-primary i {
  color: #f7f7f7;
}
.btn.btn-primary:focus, .btn.btn-primary:hover {
  background: #00497a;
  border-color: #00406b;
  color: #f7f7f7;
}
.btn.btn-primary:active, .btn.btn-primary.active {
  background: #004370;
  border-color: #003a60;
  color: #f7f7f7;
}
.btn.btn-primary.loading::after {
  border-bottom-color: #f7f7f7;
  border-left-color: #f7f7f7;
}
.btn.btn-success {
  background: #83bb26;
  border-color: #7db324;
  color: #f7f7f7;
}
.btn.btn-success i {
  color: #f7f7f7;
}
.btn.btn-success:focus, .btn.btn-success:hover {
  background: #7db324;
  border-color: #74a622;
  color: #f7f7f7;
}
.btn.btn-success:active, .btn.btn-success.active {
  background: #77aa23;
  border-color: #6e9d20;
  color: #f7f7f7;
}
.btn.btn-error {
  background: #b40a0f;
  border-color: #aa090e;
  color: #f7f7f7;
}
.btn.btn-error i {
  color: #f7f7f7;
}
.btn.btn-error:focus, .btn.btn-error:hover {
  background: #aa090e;
  border-color: #9c090d;
  color: #f7f7f7 !important;
}
.btn.btn-error:active, .btn.btn-error.active {
  background: #a1090d;
  border-color: #92080c;
  color: #f7f7f7;
}
.btn.btn-stoerer {
  background: #ffccff;
  border-color: #ffa8ff;
}
.btn.btn-stoerer:focus, .btn.btn-stoerer:hover {
  background: #ffc2ff;
  border-color: #ffb3ff;
  color: #f7f7f7;
}
.btn.btn-stoerer:active, .btn.btn-stoerer.active {
  background: #ffb8ff;
  border-color: #ffa8ff;
  color: #f7f7f7;
}
.btn.btn-link {
  background: transparent;
  border-color: transparent;
  color: #006eb7;
}
.btn.btn-link i {
  color: #f7f7f7;
}
.btn.btn-link:focus, .btn.btn-link:hover, .btn.btn-link:active, .btn.btn-link.active {
  color: #005f9e;
}
.btn.btn-error {
  background: #b40a0f;
  border-color: transparent;
  color: #f7f7f7;
}
.btn.btn-error i {
  color: #f7f7f7;
}
.btn.btn-error:focus, .btn.btn-error:hover, .btn.btn-error:active, .btn.btn-error.active {
  color: #005f9e;
}
.btn.btn-sm {
  font-size: 0.9em;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}
.btn.btn-lg {
  font-size: 1.4em;
  height: 2.4rem;
  padding: 0.45rem 0.6rem;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-action {
  width: 1.8rem;
  padding-left: 0;
  padding-right: 0;
}
.btn.btn-action.btn-sm {
  width: 1.4rem;
}
.btn.btn-action.btn-lg {
  width: 2rem;
}
.btn.btn-clear {
  background: transparent;
  border: 0;
  color: currentColor;
  height: 0.8rem;
  line-height: 0.8rem;
  margin-left: 0.2rem;
  margin-right: -2px;
  opacity: 1;
  padding: 0;
  text-decoration: none;
  width: 0.8rem;
}
.btn.btn-clear:hover {
  opacity: 0.95;
}
.btn.btn-clear::before {
  content: "✕";
}

.btn-group {
  display: inline-flex;
  flex-wrap: wrap;
}
.btn-group .btn {
  flex: 1 0 auto;
}
.btn-group .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn:active, .btn-group .btn.active {
  z-index: 1;
}
.btn-group.btn-group-block {
  display: flex;
}
.btn-group.btn-group-block .btn {
  flex: 1 0 0;
}

.form-group:not(:last-child) {
  margin-bottom: 0.4rem;
}

fieldset {
  margin-bottom: 0.8rem;
}

legend {
  font-size: 1.4em;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

label.form-input, label.comText {
  display: block;
  line-height: 1rem;
  padding: 0.4rem 0 !important;
  font-size: 0.9em !important;
  color: #272b2c !important;
  background: none !important;
  border: none;
}
label.form-input.label-sm, label.comText.label-sm {
  padding: 0.2rem 0;
}
label.form-input.label-lg, label.comText.label-lg {
  padding: 0.5rem 0;
}

.form-label {
  display: block;
  line-height: 1rem;
  padding: 0.4rem 0;
}
.form-label.label-sm {
  padding: 0.2rem 0;
}
.form-label.label-lg {
  padding: 0.5rem 0;
}

.form-input {
  transition: all 0.4s ease 0s;
  appearance: none;
  background: #f7f7f7;
  background-image: none;
  border: 0.05rem solid #daddde;
  border-radius: 0.1rem;
  color: #666666;
  display: block;
  font-size: 1em;
  height: 1.8rem;
  line-height: 1rem;
  max-width: 100%;
  outline: none;
  padding: 0.35rem 0.4rem;
  position: relative;
  width: 100%;
}
.form-input:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 110, 183, 0.2);
  border-color: #006eb7;
}
.form-input::placeholder {
  color: #a3acaf;
}
.form-input::-ms-input-placeholder {
  /* IE 10+ */
  color: #a3acaf;
}
.form-input.input-sm {
  font-size: 0.9em;
  height: 1.4rem;
  padding: 0.15rem 0.3rem;
}
.form-input.input-lg {
  font-size: 1.4em;
  height: 2rem;
  padding: 0.45rem 0.6rem;
}
.form-input.input-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.form-input[type=file] {
  height: auto;
}

textarea.form-input {
  height: auto;
}

.form-input-hint {
  color: #a3acaf;
  font-size: 0.9em;
  margin-top: 0.2rem;
}
.has-success .form-input-hint, .is-success + .form-input-hint {
  color: #83bb26;
}
.has-error .form-input-hint, .is-error + .form-input-hint {
  color: #b40a0f;
}

.form-select {
  appearance: none;
  border: 0.05rem solid #daddde;
  border-radius: 0.1rem;
  color: inherit;
  font-size: 1em;
  height: 1.8rem;
  line-height: 1rem;
  outline: none;
  padding: 0.35rem 0.4rem;
  vertical-align: middle;
  width: 100%;
}
.form-select[size], .form-select[multiple] {
  height: auto;
}
.form-select[size] option, .form-select[multiple] option {
  padding: 0.1rem 0.2rem;
}
.form-select:not([multiple]):not([size]) {
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23667189'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E") no-repeat right 0.35rem center/0.4rem 0.5rem;
  padding-right: 1.2rem;
}
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 110, 183, 0.2);
  border-color: #006eb7;
}
.form-select::-ms-expand {
  display: none;
}
.form-select.select-sm {
  font-size: 0.9em;
  height: 1.4rem;
  padding: 0.15rem 1.1rem 0.15rem 0.3rem;
}
.form-select.select-lg {
  font-size: 1.4em;
  height: 2rem;
  padding: 0.45rem 1.4rem 0.45rem 0.6rem;
}

.has-text-right {
  position: relative;
}
.has-text-right .form-has-text {
  height: 1rem;
  margin: 0 0.35rem;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: auto;
  color: #a3acaf;
}

.has-text-right .form-has-text {
  right: 0.05rem;
}
.has-text-right .form-input {
  padding-right: 1.5rem;
}

.has-icon-left,
.has-icon-right {
  position: relative;
}
.has-icon-left .form-icon,
.has-icon-right .form-icon {
  height: 0.8rem;
  margin: 0 0.35rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
}

.has-icon-left .form-icon {
  left: 0.05rem;
}
.has-icon-left .form-input {
  padding-left: 1.5rem;
}

.has-icon-right .form-icon {
  right: 0.05rem;
}
.has-icon-right .form-input {
  padding-right: 1.5rem;
}

.form-checkbox,
.form-radio,
.form-switch {
  display: inline-block;
  line-height: 1rem;
  padding: 0.2rem 1.2rem;
  position: relative;
}
.form-checkbox input,
.form-radio input,
.form-switch input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.form-checkbox input:focus + .form-icon,
.form-radio input:focus + .form-icon,
.form-switch input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(0, 110, 183, 0.2);
  border-color: #006eb7;
}
.form-checkbox input:checked + .form-icon,
.form-radio input:checked + .form-icon,
.form-switch input:checked + .form-icon {
  background: #006eb7;
  border-color: #006eb7;
}
.form-checkbox .form-icon,
.form-radio .form-icon,
.form-switch .form-icon {
  transition: all 0.4s ease 0s;
  border: 0.05rem solid #daddde;
  cursor: pointer;
  display: inline-block;
  position: absolute;
}

.form-checkbox .form-icon,
.form-radio .form-icon {
  background: #f7f7f7;
  height: 10px;
  left: 0;
  top: 7px;
  width: 10px;
}
.form-checkbox input:active + .form-icon,
.form-radio input:active + .form-icon {
  background: #6c757d;
}

.form-checkbox .form-icon {
  border-radius: 100%;
}
.form-checkbox input:checked + .form-icon::before {
  background-clip: padding-box;
  border: none;
  border-left-width: 0;
  border-top-width: 0;
  content: "";
  height: 12px;
  left: 50%;
  margin-left: -4px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}
.form-checkbox input:indeterminate + .form-icon {
  background: #006eb7;
  border-color: #006eb7;
}
.form-checkbox input:indeterminate + .form-icon::before {
  background: #f7f7f7;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form-radio .form-icon {
  border-radius: 50%;
}
.form-radio input:checked + .form-icon::before {
  background: #f7f7f7;
  border-radius: 50%;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
}

.form-switch {
  padding-left: 2rem;
}
.form-switch .form-icon {
  background: #ccd1d3;
  background-clip: padding-box;
  border-radius: 0.45rem;
  height: 0.9rem;
  left: 0;
  top: 0.25rem;
  width: 1.6rem;
}
.form-switch .form-icon::before {
  transition: all 0.4s ease 0s;
  background: #f7f7f7;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.8rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.8rem;
}
.form-switch input:checked + .form-icon::before {
  left: 14px;
}
.form-switch input:active + .form-icon::before {
  background: #ececec;
}

.input-group {
  display: flex;
}
.input-group .input-group-addon {
  background: #ececec;
  border: 0.05rem solid #daddde;
  border-radius: 0.1rem;
  line-height: 1rem;
  padding: 0.35rem 0.4rem;
}
.input-group .input-group-addon.addon-sm {
  font-size: 0.9em;
  padding: 0.15rem 0.3rem;
}
.input-group .input-group-addon.addon-lg {
  font-size: 1.4em;
  padding: 0.45rem 0.6rem;
}
.input-group .form-input,
.input-group .form-select {
  flex: 1 1 auto;
}
.input-group .input-group-btn {
  z-index: 1;
}
.input-group .form-input:first-child:not(:last-child),
.input-group .form-select:first-child:not(:last-child),
.input-group .input-group-addon:first-child:not(:last-child),
.input-group .input-group-btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group .form-input:not(:first-child):not(:last-child),
.input-group .form-select:not(:first-child):not(:last-child),
.input-group .input-group-addon:not(:first-child):not(:last-child),
.input-group .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:last-child:not(:first-child),
.input-group .form-select:last-child:not(:first-child),
.input-group .input-group-addon:last-child:not(:first-child),
.input-group .input-group-btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -0.05rem;
}
.input-group .form-input:focus,
.input-group .form-select:focus,
.input-group .input-group-addon:focus,
.input-group .input-group-btn:focus {
  z-index: 2;
}
.input-group .form-select {
  width: auto;
}
.input-group.input-inline {
  display: inline-flex;
}

.has-success .form-input, .form-input.is-success,
.has-success .form-select,
.form-select.is-success {
  border-color: #83bb26;
}
.has-success .form-input:focus, .form-input.is-success:focus,
.has-success .form-select:focus,
.form-select.is-success:focus {
  box-shadow: 0 0 0 0.1rem rgba(131, 187, 38, 0.2);
}
.has-error .form-input, .form-input.is-error,
.has-error .form-select,
.form-select.is-error {
  border-color: #b40a0f;
}
.has-error .form-input:focus, .form-input.is-error:focus,
.has-error .form-select:focus,
.form-select.is-error:focus {
  box-shadow: 0 0 0 0.1rem rgba(180, 10, 15, 0.2);
}

.has-error .form-checkbox .form-icon, .form-checkbox.is-error .form-icon,
.has-error .form-radio .form-icon,
.form-radio.is-error .form-icon,
.has-error .form-switch .form-icon,
.form-switch.is-error .form-icon {
  border-color: #b40a0f;
}
.has-error .form-checkbox input:checked + .form-icon, .form-checkbox.is-error input:checked + .form-icon,
.has-error .form-radio input:checked + .form-icon,
.form-radio.is-error input:checked + .form-icon,
.has-error .form-switch input:checked + .form-icon,
.form-switch.is-error input:checked + .form-icon {
  background: #b40a0f;
  border-color: #b40a0f;
}
.has-error .form-checkbox input:focus + .form-icon, .form-checkbox.is-error input:focus + .form-icon,
.has-error .form-radio input:focus + .form-icon,
.form-radio.is-error input:focus + .form-icon,
.has-error .form-switch input:focus + .form-icon,
.form-switch.is-error input:focus + .form-icon {
  box-shadow: 0 0 0 0.1rem rgba(180, 10, 15, 0.2);
  border-color: #b40a0f;
}

.form-input:not(:placeholder-shown):invalid {
  border-color: #b40a0f;
}
.form-input:not(:placeholder-shown):invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(180, 10, 15, 0.2);
}
.form-input:not(:placeholder-shown):invalid + .form-input-hint {
  color: #b40a0f;
}

.form-input:disabled, .form-input.disabled,
.form-select:disabled,
.form-select.disabled {
  background-color: #bdbdbd;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-input[readonly] {
  background-color: #ececec;
}

input:disabled + .form-icon, input.disabled + .form-icon {
  background: #bdbdbd;
  cursor: not-allowed;
  opacity: 0.5;
}

.form-switch input:disabled + .form-icon::before, .form-switch input.disabled + .form-icon::before {
  background: #f7f7f7;
}

.form-horizontal {
  padding: 0.4rem;
}
.form-horizontal .form-group {
  display: flex;
}
.form-horizontal .form-checkbox,
.form-horizontal .form-radio,
.form-horizontal .form-switch {
  margin: 0.2rem 0;
}

.popover {
  display: inline-block;
  position: relative;
}
.popover .popover-container {
  left: 50%;
  opacity: 0;
  padding: 0.4rem;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
  width: 320px;
  z-index: 400;
}
.popover *:focus + .popover-container, .popover:hover .popover-container,
.popover .popover-container:hover {
  display: block;
  opacity: 1;
  transform: translate(-50%, -100%) scale(1);
}
.popover.popover-right .popover-container {
  left: 100%;
  top: 50%;
}
.popover.popover-right :focus + .popover-container, .popover.popover-right:hover .popover-container,
.popover.popover-right .popover-container:hover {
  transform: translate(0, -50%) scale(1);
}
.popover.popover-bottom .popover-container {
  left: 50%;
  top: 100%;
}
.popover.popover-bottom :focus + .popover-container, .popover.popover-bottom:hover .popover-container,
.popover.popover-bottom .popover-container:hover {
  transform: translate(-50%, 0) scale(1);
}
.popover.popover-left .popover-container {
  left: 0;
  top: 50%;
}
.popover.popover-left :focus + .popover-container, .popover.popover-left:hover .popover-container,
.popover.popover-left .popover-container:hover {
  transform: translate(-100%, -50%) scale(1);
}
.popover .card {
  box-shadow: 0 0.2rem 0.5rem rgba(102, 102, 102, 0.3);
  border: 0;
}

.card {
  background: #fff;
  border: 0.05rem solid #f5f6f6;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.3rem 0.7rem rgba(102, 102, 102, 0.3);
}
.card .card-header,
.card .card-body,
.card .card-footer {
  padding: 0.8rem;
  padding-bottom: 0;
}
.card .card-header:last-child,
.card .card-body:last-child,
.card .card-footer:last-child {
  padding-bottom: 0.8rem;
}
.card .card-image {
  padding-top: 0.8rem;
}
.card .card-image:first-child {
  padding-top: 0;
}
.card .card-image:first-child img {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.card .card-image:last-child img {
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}

.card-icon-holder {
  background: #84ceff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  color: #004f84;
}
.card-icon-holder .icon {
  font-size: 3em;
  padding: 21px;
  transition: transform 0.4s ease-out;
  color: #84ceff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: block;
  transform: translateY(-20px);
  margin: 0 auto;
  background: #f5f6f6;
  border: solid 1px #006eb7;
  color: #006eb7;
}
.card-icon-holder:hover .icon {
  transform: translateY(-25px);
}

.card-equal-height {
  position: relative;
  height: 100%;
}
.card-equal-height .card-body {
  padding-bottom: 30px;
}
.card-equal-height .card-footer {
  position: absolute;
  bottom: 0;
}

.card-body-overlay {
  height: 200px;
  max-height: 200px;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
.card-body-overlay:before {
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75%, white 100%);
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  width: 100%;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #ececec;
}
.table tbody tr.active, .table.table-striped tbody tr.active {
  background: #bdbdbd;
}
.table.table-hover tbody tr:hover {
  background: #bdbdbd;
}
.table.table-scroll {
  display: block;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  white-space: nowrap;
}
.table td,
.table th {
  border-bottom: 0.05rem solid #f5f6f6;
  padding: 0.6rem 0.4rem;
}
.table th {
  border-bottom-width: 0.1rem;
}

.modal {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0.4rem;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.modal:target, .modal.active {
  display: flex;
  opacity: 1;
  z-index: 555555;
  background-color: none;
}
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  cursor: default;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.modal:target .modal-container, .modal.active .modal-container {
  animation: slide-down 300ms ease 200ms;
  max-width: 640px;
  width: 100%;
  z-index: 1;
  transform: translateY(-100px);
  animation-fill-mode: forwards;
  opacity: 0;
}
.modal.modal-sm .modal-container {
  max-width: 320px;
  padding: 0 0.4rem;
}
.modal.modal-lg .modal-container {
  max-width: 960px;
  width: 100%;
  z-index: 1;
}
.modal.modal-article .modal-container {
  max-width: 1280px;
  width: 90%;
  width: 100%;
  z-index: 1;
  transform: translateY(-100px);
  animation-fill-mode: forwards;
  opacity: 0;
}
.modal.modal-article .modal-container .modal-body {
  max-height: 90vh;
}

.modal-container {
  box-shadow: 0 0.3rem 0.7rem rgba(102, 102, 102, 0.3);
  background: #f7f7f7;
  border-radius: 0.1rem;
  display: block;
  padding: 0 0.8rem;
  text-align: left;
}
.modal-container .modal-header {
  padding: 0.8rem;
}
.modal-container .modal-body {
  max-height: 50vh;
  overflow-y: auto;
  padding: 0.8rem;
  position: relative;
  overflow-x: hidden;
}
.modal-container .modal-body .loader-info {
  text-align: center;
  padding-top: 0.4rem;
}
.modal-container .modal-footer {
  padding: 0.8rem;
  text-align: right;
}

@keyframes slide-down {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
.tooltip {
  position: relative;
}
.tooltip::after {
  color: #666666;
  background: #fff;
  border-radius: 2px;
  bottom: 100%;
  color: #006eb7;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  content: attr(data-tooltip);
  display: block;
  font-size: 0.9em;
  left: 50%;
  line-height: 35px;
  max-width: 320px;
  opacity: 0;
  overflow: hidden;
  padding: 0.2rem 0.4rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  transform: translate(-50%, 0.4rem);
  transition: all 0.2s ease;
  white-space: pre;
  z-index: 300;
}
.tooltip:hover::after {
  opacity: 1;
  transform: translate(-50%, -0.2rem);
}
.tooltip[disabled], .tooltip.disabled {
  pointer-events: auto;
}
.tooltip.tooltip-right::after {
  bottom: 50%;
  left: 100%;
  transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-right:hover::after {
  transform: translate(0.2rem, 50%);
}
.tooltip.tooltip-right-bottom::after {
  bottom: 100%;
  left: 100%;
  transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-right-bottom:hover::after {
  transform: translate(0.2rem, 50%);
}
.tooltip.tooltip-bottom::after {
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -0.4rem);
}
.tooltip.tooltip-bottom:hover::after {
  transform: translate(-50%, 0.2rem);
}
.tooltip.tooltip-left::after {
  bottom: 50%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left:hover::after {
  transform: translate(-0.2rem, 50%);
}
.tooltip.tooltip-left-bottom::after {
  bottom: 100%;
  left: auto;
  right: 100%;
  transform: translate(0.4rem, 50%);
}
.tooltip.tooltip-left-bottom:hover::after {
  transform: translate(-0.2rem, 50%);
}

.tooltip-img::after {
  content: "";
  background-image: var(--bg-image);
  width: 200px;
  height: 100px;
  background-position: center;
  background-size: cover;
}

.absolute-center, .menu-radial .btn-radial .icon, .menu-radial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.menu-radial {
  width: 3em;
  height: 3em;
}
.menu-radial .btn-radial {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  z-index: -10;
  cursor: pointer;
  transition: opacity 1s, z-index 0.3s, transform 0.5s;
  transform: translateX(0);
}
.menu-radial .btn-radial .icon {
  font-size: 2.2em;
  transition: color 0.3s;
}
.menu-radial .btn-radial:hover .btn-icon {
  color: rgba(255, 255, 255, 0.9);
}
.menu-radial .btn-radial.trigger {
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: transform 0.3s;
  transform: scale(0.8);
}
.menu-radial .btn-radial.trigger:hover {
  transform: scale(1);
}
.menu-radial .rotater {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
}
.menu-radial.active .btn-icon {
  opacity: 1;
  z-index: 50;
  color: #006eb7;
  display: block;
}
.menu-radial.active .btn-icon:hover {
  color: #004f84;
  font-size: 1.1em;
}

.icon-flipH {
  transform: translateX(-50%) translateY(-50%) scaleX(-1) !important;
}

.rotater:nth-child(1) {
  transform: rotate(-45deg);
  transition-delay: 2s;
}

.menu-radial.active .rotater:nth-child(1) .btn-icon {
  transform: translateY(-3.3em) rotate(45deg);
}

.rotater:nth-child(2) {
  transform: rotate(45deg);
  transition-delay: 4s;
}

.menu-radial.active .rotater:nth-child(2) .btn-icon {
  transform: translateY(-3.3em) rotate(-45deg);
}

.rotater:nth-child(3) {
  transform: rotate(135deg);
  transition-delay: 6s;
}

.menu-radial.active .rotater:nth-child(3) .btn-icon {
  transform: translateY(-3.3em) rotate(-135deg);
}

.rotater:nth-child(4) {
  transform: rotate(225deg);
  transition-delay: 8s;
}

.menu-radial.active .rotater:nth-child(4) .btn-icon {
  transform: translateY(-3.3em) rotate(-225deg);
}

.slider {
  appearance: none;
  background: transparent;
  display: block;
  width: 100%;
  height: 1.2rem;
}
.slider:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 110, 183, 0.2);
  outline: none;
}
.slider.tooltip:not([data-tooltip])::after {
  content: attr(value);
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #006eb7;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  margin-top: -0.25rem;
  transition: transform 0.2s ease;
  width: 0.6rem;
}
.slider::-moz-range-thumb {
  background: #006eb7;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  transition: transform 0.2s ease;
  width: 0.6rem;
}
.slider::-ms-thumb {
  background: #006eb7;
  border: 0;
  border-radius: 50%;
  height: 0.6rem;
  transition: transform 0.2s ease;
  width: 0.6rem;
}
.slider:active::-webkit-slider-thumb {
  transform: scale(1.25);
}
.slider:active::-moz-range-thumb {
  transform: scale(1.25);
}
.slider:active::-ms-thumb {
  transform: scale(1.25);
}
.slider:disabled::-webkit-slider-thumb, .slider.disabled::-webkit-slider-thumb {
  background: #ccd1d3;
  transform: scale(1);
}
.slider:disabled::-moz-range-thumb, .slider.disabled::-moz-range-thumb {
  background: #ccd1d3;
  transform: scale(1);
}
.slider:disabled::-ms-thumb, .slider.disabled::-ms-thumb {
  background: #ccd1d3;
  transform: scale(1);
}
.slider::-webkit-slider-runnable-track {
  background: #bdbdbd;
  border-radius: 0.1rem;
  height: 0.1rem;
  width: 100%;
}
.slider::-moz-range-track {
  background: #bdbdbd;
  border-radius: 0.1rem;
  height: 0.1rem;
  width: 100%;
}
.slider::-ms-track {
  background: #bdbdbd;
  border-radius: 0.1rem;
  height: 0.1rem;
  width: 100%;
}
.slider::-ms-fill-lower {
  background: #006eb7;
}

.sidebar, .sidebar-right {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
  background: #006eb7;
  padding: 6px 0;
  z-index: 99;
  transition: all 700ms ease;
}

.sidebar-right {
  left: auto;
  right: 0;
  top: 0;
  width: auto;
  min-width: 500px;
  transform: translateX(100%);
  z-index: 101;
  background-color: #fff;
  transition-delay: 100ms;
}
.sidebar-right a:hover, .sidebar-right a:focus {
  color: #004f84;
  text-decoration: none;
}
.sidebar-right .subnav-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.sidebar-right .subnav-head {
  opacity: 1;
  will-change: all;
  transition: all 730ms ease-out;
  transition-delay: 0ms;
  transform: translateX(50%);
  opacity: 0;
}
.sidebar-right .subnav-head .title {
  padding: 20px 0 0 35px;
}
.sidebar-right .subnav-head .subnav-close {
  padding: 4px 0 0 3px;
  font-size: 48px;
}
.sidebar-right .subnav-head .subnav-close a {
  display: block;
  text-align: right;
}
.sidebar-right .subnav-head .subnav-close .icon {
  display: inline-block;
  will-change: transform;
  transition: transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transform: translateX(-10%);
}
.sidebar-right .subnav-head .subnav-close:hover .icon {
  color: #006eb7;
  transform: translateX(0);
}
.sidebar-right .subnav-content {
  will-change: all;
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-delay: 0ms;
  transform: translateX(50%);
  max-width: 500px;
}

body.sidebar-active .sidebar {
  width: 250px;
}

body.sidebar-sec-active .sidebar-right {
  transform: translateX(0);
  transition-delay: 0ms;
  z-index: 101;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
body.sidebar-sec-active .sidebar-right .subnav-head, body.sidebar-sec-active .sidebar-right .subnav-content {
  transform: translateX(0);
  opacity: 1;
}

.sidebar .logo_content .logo, .sub-head {
  color: #fff;
  display: flex;
  height: 50px;
  width: 100%;
  min-width: 100px;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
}

.sidebar .logo_content .logo img {
  width: 150px;
}

body.sidebar-active .sidebar .logo_content .logo {
  opacity: 1;
}

.logo_content .logo i {
  font-size: 28px;
  margin-right: 5px;
}

.logo_content .logo .logo_name a {
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar #toggle-menu-btn {
  position: absolute;
  color: #fff;
  top: 6px;
  left: 50%;
  font-size: 22px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  transform: translateX(-50%);
  cursor: pointer;
}

.sidebar #toggle-menu-btn .icon-keyboard_arrow_left {
  font-size: 48px;
  display: none;
  will-change: transform;
  transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */
  transform: translateX(0);
}

.sidebar #toggle-menu-btn .icon-keyboard_arrow_left:hover {
  transform: translateX(-10%);
}

body.sidebar-active #toggle-menu-btn .icon-keyboard_arrow_left {
  display: block;
}

body.sidebar-active #toggle-menu-btn .icon-menu {
  display: none;
}

body.sidebar-active .sidebar #toggle-menu-btn {
  left: 90%;
}

.sidebar ul {
  margin: 0;
}

.sidebar ul li {
  position: relative;
  width: 100%;
  margin: 0;
  list-style: none;
  line-height: 50px;
  margin: 0;
}

.sidebar ul li .tooltip {
  color: #666666;
  position: absolute;
  left: 145px;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  height: 35px;
  width: 160px;
  background: #fff;
  line-height: 35px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0s;
  opacity: 0;
  pointer-events: none;
  display: block;
  font-size: 0.9rem;
}

body.sidebar-active .sidebar ul li .tooltip {
  display: none;
}

.sidebar ul li:hover .tooltip {
  transition: all 0.5s ease;
  opacity: 1;
  top: 50%;
}

.sidebar ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-radius: 2px;
  white-space: nowrap;
  transition: all 0.4s ease;
  padding: 2px 0;
}
.sidebar ul li a:hover, .sidebar ul li a:focus, .sidebar ul li a.active {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}

.sidebar ul li i {
  font-size: 24px;
  font-weight: 400;
  height: 50px;
  min-width: 60px;
  border-radius: 12px;
  line-height: 50px;
  text-align: center;
}

.sidebar .links_name {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

body.sidebar-active .sidebar .links_name {
  transition: 0s;
  opacity: 1;
  pointer-events: auto;
}

.sidebar .nav_btm_content {
  position: absolute;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
}

body.sidebar-active .sidebar ~ #content, body.sidebar-active .sidebar ~ #startlist {
  z-index: 1;
}

body.sidebar-active .sidebar ~ #approval_stand_builder {
  z-index: 100000;
}

body.sidebar-active .sidebar ~ #content, body.sidebar-active .sidebar ~ #startlist, body.sidebar-active .sidebar ~ #booth_meta_window {
  width: calc(100% - 250px);
  left: 250px;
}

.modal-section {
  display: none;
}

.modal-section.active {
  display: block;
}

li.nav-item-primary a {
  padding: 8px 0 !important;
  display: block;
  background-color: #003151;
}
li.nav-item-primary a i {
  font-size: 36px;
}

.main {
  position: relative;
  display: flex;
  min-height: 100vh;
}

a {
  transition: all 0.5s ease-out;
}
a:hover {
  text-decoration: none;
  color: #6c757d;
}

.wrapper {
  max-width: 2200px;
  width: 100%;
}
.wrapper.center {
  margin: 0 auto;
}

#approve_booth, #approve_clear {
  display: none;
}

#content, #startlist {
  position: absolute;
  height: 100%;
  width: calc(100% - 60px);
  left: 60px;
  background: #fafafa;
  transition: all 700ms ease;
}

#booth_meta_window {
  transition: all 700ms ease;
}

.content-list {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
}

body.sidebar-active #content {
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

body.approved .is-hidden-approved, body.approve_progress .is-hidden-approved, body.booth_list .is-hidden-approved, body.is-configuration .is-hidden-approved, body.is-configuration .save-actual-config-list {
  display: none;
}

body.is-configuration .is-show-config {
  display: flex;
}

body.approve_progress .is-show-config, body.approved .is-show-config {
  display: none;
}

body.approve_progress .meta_approve_progress {
  display: block;
}
body.approve_progress #approve_booth {
  display: block;
}
body.approve_progress #approve_clear {
  display: block;
}

body.approved .meta_approved {
  display: block;
}

.meta_btn_container {
  position: fixed;
  right: 0;
  bottom: 0;
}

body.is-configuration .is_showing_config {
  display: block;
}

body.edit-config .meta_btn_container {
  display: none;
}

.loading-container {
  position: fixed;
  top: 0;
  left: 60px;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms 500ms ease-out;
  z-index: 100000000;
  background: black;
}
.loading-container .circle-outer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-100px, -100px);
}
.loading-container .circle-outer .text {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.loading-container .circle-outer .circle-border {
  width: 200px;
  height: 200px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ff6600;
  background: linear-gradient(0deg, rgba(255, 102, 0, 0.1) 33%, #ff6600 100%);
  animation: spin 1.5s linear 0s infinite;
  clip: rect(0px, 60px, 200px, 0px);
}
.loading-container .circle-outer .circle-core {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 50%;
}

.loading-container-active {
  opacity: 1;
  visibility: visible;
}

.drag-drop {
  border: dotted 1px #ffff;
  border-radius: 2px;
  transition: all 2s ease-out;
}
.drag-drop img {
  transition: all 1000ms ease-out;
  border: solid 1px #ffff;
  overflow: hidden;
  border-radius: 2px;
}
.drag-drop:hover {
  cursor: grab;
  border-color: #a3acaf;
  background: #fafafa;
  transition-duration: 300ms;
}
.drag-drop:hover img {
  transition-duration: 300ms;
  box-shadow: 1px 0px 21px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0px 21px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0px 21px -2px rgba(0, 0, 0, 0.1);
  display: block;
  transform: scale(0.99) translate(-5%, 5%);
}

.bd {
  border: solid 1px #ccd1d3;
}

.bd-top {
  border-top: solid 1px #ccd1d3;
}

.bd-bottom {
  border-bottom: solid 1px #ccd1d3;
}

.bd-left {
  border-left: solid 1px #ccd1d3;
}

.bd-right {
  border-right: solid 1px #ccd1d3;
}

.bd-none {
  border: none;
}

.bd-light {
  border-color: #f5f6f6;
}

.bold {
  font-weight: bold;
}

#booth_meta_window {
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 5;
  width: calc(100% - 60px);
  background: rgba(255, 255, 255, 0.8);
  padding: 14px;
}
#booth_meta_window h5 {
  padding-bottom: 5px;
}

.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  transition: all 1.2s ease-out;
}

.deblur {
  -webkit-filter: blur(0px) !important;
  -moz-filter: blur(0px) !important;
  -o-filter: blur(0px) !important;
  -ms-filter: blur(0px) !important;
  filter: blur(0px) !important;
}

.conf-door {
  background: #fafafa;
}

.door-front-back {
  position: relative;
}

.door-back > div, .door-front > div {
  display: inline-block;
  padding: 0 6px;
  margin: 2px;
}

.door-back > div {
  border-bottom: 4px solid #006eb7;
}

.door-front {
  position: absolute;
  bottom: 0;
}
.door-front > div {
  border-top: 4px solid #006eb7;
}

.door-left, .door-right {
  padding: 20px 4px;
}
.door-left > div, .door-right > div {
  padding: 0 6px;
  margin: 2px;
}

.door-left > div {
  border-right: 4px solid #006eb7;
}

.door-right > div {
  border-left: 4px solid #006eb7;
}

.door-left > div, .door-right > div, .door-back > div, .door-front > div {
  width: 20px;
  height: 20px;
}

.conf-door {
  background: #fafafa;
}

.door-front-back {
  position: relative;
}

.door-left > div, .door-right > div, .door-back > div, .door-front > div {
  width: 50px;
  height: 50px;
  border: 7px solid #006eb7;
  position: relative;
}
.door-left > div input, .door-right > div input, .door-back > div input, .door-front > div input {
  position: absolute;
}
.door-left > div input:hover, .door-right > div input:hover, .door-back > div input:hover, .door-front > div input:hover {
  cursor: pointer;
}

.door-back > div, .door-front > div {
  display: inline-block;
  border-left: none;
  border-right: none;
}

.door-back > div {
  border-top: none;
}

.door-front {
  position: absolute;
  bottom: -7px;
}
.door-front > div {
  border-bottom: none;
}

.door-left, .door-right {
  padding: 50px 0;
}
.door-left > div, .door-right > div {
  border-top: none;
  border-bottom: none;
}

.door-left > div {
  border-left: none;
}

.door-right > div {
  border-right: none;
}

.door-left > div input, .door-back > div input {
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}

.door-right > div input, .door-front > div input {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

ul.colour-preview li {
  text-align: center;
  display: inline-block;
}
ul.colour-preview li > div {
  width: 100px;
  height: 100px;
  border: solid 5px #f5f6f6;
  transition: all 0.4s ease-out;
}
ul.colour-preview li > div:hover {
  border-color: #ccd1d3;
  cursor: pointer;
}
ul.colour-preview li > span {
  display: block;
}

.prompt-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity, visibility 0.3s ease-in-out;
}
.prompt-container.active {
  opacity: 1;
  visibility: visible;
}
.prompt-container .prompt-wrapper {
  background: none;
  overflow-y: auto;
  height: 100vh;
  width: 100%;
  animation: fadeInScale 0.3s ease-out;
  padding: 10px;
}

.prompt-step {
  background: rgba(232, 232, 232, 0.4);
  padding: 30px;
  margin-bottom: 30px !important;
  border: solid 10px rgba(224, 224, 224, 0.5);
  margin: 0 auto;
  max-width: 1100px;
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  overflow: hidden;
  transition: opacity, transform, max-height 0.3s ease-in-out;
}
.prompt-step.active {
  opacity: 1;
  transform: translateY(0);
  max-height: 50000px;
  overflow: visible;
}
.prompt-step.fade-out {
  opacity: 0;
  transform: translateY(20px);
  max-height: 0;
  overflow: hidden;
}

.stand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  list-style: none;
  justify-content: left;
  margin: 20px 0;
}
.stand-list .stand-item {
  width: auto;
  height: auto;
  text-align: center;
  cursor: pointer;
  background: #f8f8f8;
  padding: 10px;
  list-style: none;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.stand-list .stand-item i {
  font-size: 12em;
  display: block;
  color: #6c757d;
}
.stand-list .stand-item h4 {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.stand-list .stand-item:hover {
  background: #e8e8e8;
}
.stand-list .stand-item.selected {
  border-color: #006eb7;
  background: #f3f4f5;
}
.stand-list .stand-item.hidden {
  display: none;
}

.step-2-icon {
  padding: 10px;
}
.step-2-icon i {
  font-size: 19em;
  display: block;
  color: #6c757d;
}

#stand-shapes {
  list-style: none;
  margin: 0;
}
#stand-shapes li.stand-item {
  background: #f8f8f8;
  list-style: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  list-style: none;
}
#stand-shapes li.stand-item:hover {
  background: #f3f3f3;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#stand-shapes li.stand-item.hidden {
  display: none;
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.accordion .accordion-item {
  overflow: hidden;
}
.accordion .accordion-item .accordion-content {
  max-height: 80px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.4s ease-in-out;
}
.accordion .accordion-item .accordion-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to top, #f8f8f8, rgba(255, 255, 255, 0));
}
.accordion .accordion-item .accordion-content:hover {
  cursor: pointer;
}
.accordion .accordion-item.expanded .accordion-content {
  max-height: 1000px;
}

@media (max-width: 960px) {
  .step-2-icon i {
    font-size: 15em;
  }
}
@media (max-width: 600px) {
  .step-2-icon i {
    font-size: 11em;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?bc0sa5");
  src: url("fonts/icomoon.eot?bc0sa5#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?bc0sa5") format("truetype"), url("fonts/icomoon.woff?bc0sa5") format("woff"), url("fonts/icomoon.svg?bc0sa5#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-portal_config:before {
  content: "\e946";
}

.icon-floppy-o:before {
  content: "\e90b";
}

.icon-stand-groesse:before {
  content: "\e93a";
}

.icon-reihenstand:before {
  content: "\e93b";
}

.icon-reihenstand-rechts:before {
  content: "\e93c";
}

.icon-reihenstand-links:before {
  content: "\e93d";
}

.icon-kopfstand:before {
  content: "\e93e";
}

.icon-blockstand:before {
  content: "\e93f";
}

.icon-color_wall:before {
  content: "\e942";
}

.icon-color_floor:before {
  content: "\e943";
}

.icon-color_canvas:before {
  content: "\e944";
}

.icon-booth-color:before {
  content: "\e907";
}

.icon-booth-graphic:before {
  content: "\e945";
}

.icon-exhibits-placeholder:before {
  content: "\e941";
}

.icon-booth-technique:before {
  content: "\e92f";
}

.icon-roll-up:before {
  content: "\e904";
}

.icon-cabin_config:before {
  content: "\e940";
}

.icon-booth:before {
  content: "\e92e";
}

.icon-chair:before {
  content: "\e900";
}

.icon-exhibit:before {
  content: "\e901";
}

.icon-accessories:before {
  content: "\e902";
}

.icon-counter:before {
  content: "\e903";
}

.icon-table:before {
  content: "\e905";
}

.icon-error_outline:before {
  content: "\e906";
}

.icon-loop:before {
  content: "\e908";
}

.icon-replay:before {
  content: "\e909";
}

.icon-fiber_manual_record:before {
  content: "\e92c";
}

.icon-chat_bubble_outline:before {
  content: "\e90a";
}

.icon-add:before {
  content: "\e936";
}

.icon-block:before {
  content: "\e90c";
}

.icon-clear:before {
  content: "\e90d";
}

.icon-content_copy:before {
  content: "\e90e";
}

.icon-create:before {
  content: "\e90f";
}

.icon-remove:before {
  content: "\e937";
}

.icon-save:before {
  content: "\e910";
}

.icon-sort:before {
  content: "\e911";
}

.icon-attach_file:before {
  content: "\e912";
}

.icon-format_color_fill:before {
  content: "\e930";
}

.icon-keyboard_arrow_down:before {
  content: "\e913";
}

.icon-keyboard_arrow_left:before {
  content: "\e914";
}

.icon-keyboard_arrow_right:before {
  content: "\e915";
}

.icon-keyboard_arrow_up:before {
  content: "\e916";
}

.icon-color_lens:before {
  content: "\e931";
}

.icon-money:before {
  content: "\e932";
}

.icon-menu:before {
  content: "\e917";
}

.icon-keyboard_control:before {
  content: "\e918";
}

.icon-more_vert:before {
  content: "\e919";
}

.icon-event_available:before {
  content: "\e91a";
}

.icon-event_busy:before {
  content: "\e91b";
}

.icon-event_note:before {
  content: "\e91c";
}

.icon-person_outline:before {
  content: "\e91d";
}

.icon-build:before {
  content: "\e91e";
}

.icon-done:before {
  content: "\e91f";
}

.icon-home:before {
  content: "\e920";
}

.icon-info_outline:before {
  content: "\e938";
}

.icon-invert_colors_on:before {
  content: "\e921";
}

.icon-launch:before {
  content: "\e939";
}

.icon-lock_open:before {
  content: "\e922";
}

.icon-lock_outline:before {
  content: "\e923";
}

.icon-zoom_in:before {
  content: "\e924";
}

.icon-zoom_out:before {
  content: "\e925";
}

.icon-delete_outline:before {
  content: "\e926";
}

.icon-done_outline:before {
  content: "\e933";
}

.icon-filter_list_alt:before {
  content: "\e927";
}

.icon-logout:before {
  content: "\e92d";
}

.icon-file_present:before {
  content: "\e934";
}

.icon-miscellaneous_services:before {
  content: "\e929";
}

.icon-person_remove:before {
  content: "\e92a";
}

.icon-search_off:before {
  content: "\e92b";
}

.icon-stop_circle:before {
  content: "\e935";
}

.icon-images:before {
  content: "\e928";
}

.icon-upload:before {
  content: "\e961";
}

.icon-upload3:before {
  content: "\e9c8";
}

:root {
  --button-column-count: 3;
  --font-color: var(--color-primary-100);
  --color-primary-100: #ff0000;
  /* Beispielwert, anpassen je nach Bedarf */
  --color-red-100: #ff0000;
  /* Beispielwert, anpassen je nach Bedarf */
}

ul.button-grid.graphic_wall_element.graphic_wall_element {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: [start] repeat(var(--button-column-count), minmax(2.5rem, max-content)) [end];
  grid-auto-rows: 2.5rem;
  gap: 0.25rem;
}

ul.button-grid li.graphic_wall_element {
  grid-column: var(--grid-column-start)/span 1;
  width: 100%;
  height: 100%;
  display: flex;
}

ul.button-grid.graphic_wall_element li button.graphic_wall_element {
  --font-color: var(--color-black);
  all: unset;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  box-shadow: 0 0 0 1px inset #ccc;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--font-color);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

ul.button-grid.graphic_wall_element li button.graphic_wall_element:hover:not(:disabled) {
  background-color: var(--color-light-grey);
  cursor: pointer;
}

ul.button-grid.graphic_wall_element li button.graphic_wall_element:disabled {
  background-color: var(--color-lightest-grey);
  color: var(--color-middle-grey);
  pointer-events: none;
}

ul.button-grid.graphic_wall_element li.restwidth.graphic_wall_element {
  grid-column-end: end;
}

/* Neue Klasse für die graphic_wall_element */
.graphic_wall_element {
  font-family: "Roboto", sans-serif;
  /* Sicherstellen, dass die Schriftart korrekt gesetzt ist */
  display: inline-block;
  /* Sicherstellen, dass Buttons inline angezeigt werden */
}

/* Zusätzliche Stile für die "restwidth" Klasse, um sicherzustellen, dass der Button den restlichen Platz einnimmt */
ul.button-grid.graphic_wall_element li.restwidth.graphic_wall_element button.graphic_wall_element {
  width: 100%;
  /* Der Button soll den restlichen Platz in der Spalte ausfüllen */
  justify-content: flex-start;
  /* Align the content */
}

/* Sicherstellen, dass bei Hover und Interaktionen die Button-Darstellung korrekt ist */
ul.button-grid.graphic_wall_element li.graphic_wall_element button.graphic_wall_element:focus {
  outline: 2px solid var(--color-primary);
  background-color: var(--color-lightest-grey);
}

ul.button-grid.graphic_wall_element li.graphic_wall_element button.graphic_wall_element:active {
  background-color: var(--color-lightest-grey);
}

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