@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

/* ##########################################################################
   ############################### Variables ################################
   ########################################################################## */
html,
body,
my-app,
home-component {
  position: relative;
  height: 100%;
  width: 100%;
  isolation: isolate;
}

body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

home-component {
  display: flex;
  flex-flow: column;
}
home-component * {
  scrollbar-color: #abb1cc transparent;
}
home-component *::-webkit-scrollbar {
  width: 6px;
  height: 2px;
  background: transparent;
}
home-component *::-webkit-scrollbar-thumb {
  background: #abb1cc;
}
home-component *::-webkit-scrollbar-thumb:hover {
  background: #abb1cc;
}

/* ##########################################################################
   ################################# Mixins #################################
   ########################################################################## */
/* ##########################################################################
   ############################### Responsive ###############################
   ########################################################################## */
.mobile-only {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
  .desktop-only.opened {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .hidden-s {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .hidden-m {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .hidden-l {
    display: none !important;
  }
}
@media screen and (max-width: 2560px) {
  .hidden-xl {
    display: none !important;
  }
}
#landscape-info-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #051e6e;
  color: #ffffff;
  display: none;
}
#landscape-info-page.open {
  display: block;
  z-index: 99999;
}
#landscape-info-page .content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
}
#landscape-info-page .content svg {
  margin-bottom: 20px;
}
#landscape-info-page .content i {
  font-size: 1.625rem;
}
#landscape-info-page .content p {
  display: block;
  margin: 0;
  font-size: 1rem;
  text-align: center;
}

/* Landscape */
@media screen and (min-aspect-ratio: 13/9) and (max-height: 500px) {
  #landscape-info-page {
    display: block;
    z-index: 99999;
  }
}
#preloader-page,
.preloader,
#browsernotsupported-info-page,
.loadscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #051e6e;
  color: #ffffff;
  display: none;
}
#preloader-page.open,
.preloader.open,
#browsernotsupported-info-page.open,
.loadscreen.open {
  display: block;
  z-index: 99999;
}
#preloader-page.light,
.preloader.light,
#browsernotsupported-info-page.light,
.loadscreen.light {
  background: rgba(5, 30, 110, 0.5);
}
#preloader-page .loader-content,
.preloader .loader-content,
#browsernotsupported-info-page .loader-content,
.loadscreen .loader-content {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
}
#preloader-page .loader-content .loader,
.preloader .loader-content .loader,
#browsernotsupported-info-page .loader-content .loader,
.loadscreen .loader-content .loader {
  width: 2.5rem;
  height: 2.5rem;
  animation: spin 2s linear infinite;
}
#preloader-page .loader-content .loader svg,
.preloader .loader-content .loader svg,
#browsernotsupported-info-page .loader-content .loader svg,
.loadscreen .loader-content .loader svg {
  width: 100%;
  height: 100%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#preloader-page .loader-content span,
.preloader .loader-content span,
#browsernotsupported-info-page .loader-content span,
.loadscreen .loader-content span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  margin-top: 3.125rem;
}
#preloader-page .loader-content span.longText,
.preloader .loader-content span.longText,
#browsernotsupported-info-page .loader-content span.longText,
.loadscreen .loader-content span.longText {
  inline-size: -moz-max-content;
  inline-size: max-content;
}
#preloader-page .logo-text,
.preloader .logo-text,
#browsernotsupported-info-page .logo-text,
.loadscreen .logo-text {
  position: absolute;
  padding-top: 6.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#preloader-page .logo-text span,
.preloader .logo-text span,
#browsernotsupported-info-page .logo-text span,
.loadscreen .logo-text span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1rem;
  margin-top: 4.375rem;
}
#preloader-page .logo-text span.longText,
.preloader .logo-text span.longText,
#browsernotsupported-info-page .logo-text span.longText,
.loadscreen .logo-text span.longText {
  inline-size: -moz-max-content;
  inline-size: max-content;
}
#preloader-page .logo-text svg,
.preloader .logo-text svg,
#browsernotsupported-info-page .logo-text svg,
.loadscreen .logo-text svg {
  width: 13.75rem;
  height: 1.4375rem;
}
@media (max-width: 640px) {
  #preloader-page .logo-text svg,
  .preloader .logo-text svg,
  #browsernotsupported-info-page .logo-text svg,
  .loadscreen .logo-text svg {
    width: 9.75rem;
  }
}
#preloader-page .content,
#preloader-page .text-content,
.preloader .content,
.preloader .text-content,
#browsernotsupported-info-page .content,
#browsernotsupported-info-page .text-content,
.loadscreen .content,
.loadscreen .text-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
}
#preloader-page .text-content,
.preloader .text-content,
#browsernotsupported-info-page .text-content,
.loadscreen .text-content {
  margin-top: 3.125rem;
}

/* ##########################################################################
   ######### HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ ########
   ########################################################################## */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ##########################################################################
   ############################ Helper classes ##############################
   ########################################################################## */
*,
*:focus,
*:hover {
  outline: none;
}

.hidden,
.hide,
.invisible {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after,
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.block,
.show,
.opened {
  display: block;
}

.mt50 {
  margin-top: 3.125rem !important;
}

.mt35 {
  margin-top: 2.1875rem !important;
}

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

.cursor-pointer {
  cursor: pointer;
}

.label-uppercase {
  font-size: 0.75rem !important;
  font-weight: 600;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.046875rem;
}

.close-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 960px) {
  .close-background {
    background: rgba(5, 30, 110, 0.5);
  }
}

/* ##########################################################################
   ############################### DoppelMayr ###############################
   ########################################################################## */
@font-face {
  font-family: Graphik;
  font-weight: 400;
  src: url("../fonts/graphik/Graphik-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Graphik";
  font-weight: 500;
  src: url("../fonts/graphik/Graphik-Semibold.otf") format("opentype");
}
@font-face {
  font-family: "GraphikWide";
  font-weight: 400;
  src: url("../fonts/graphik_wide/GraphikWide-Regular.otf") format("opentype");
}
@font-face {
  font-family: "GraphikWide";
  font-weight: 300;
  src: url("/fonts/graphik_wide/GraphikWide-Light.otf") format("opentype");
}
@font-face {
  font-family: "GraphikWide";
  font-weight: 500;
  src: url("/fonts/graphik_wide/GraphikWide-Semibold.otf") format("opentype");
}
html,
body {
  font-family: Graphik, GraphikWide, Ubuntu, Arial, san-serif;
  font-weight: 400;
  background: #ccc;
  overflow: hidden;
  font-size: 16px;
}
@media (min-width: 320px) {
  html,
  body {
    font-size: calc(
                16px +
                    -2 *
                    (100vw - 320px) /
                    640
            );
  }
}
@media (min-width: 960px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 960px) and (min-width: 960px) {
  html,
  body {
    font-size: calc(
                14px +
                    2 *
                    (100vw - 960px) /
                    1600
            );
  }
}
@media screen and (min-width: 960px) and (min-width: 2560px) {
  html,
  body {
    font-size: 16px;
  }
}

main {
  position: relative;
  height: 100%;
  width: 100%;
  flex: 1;
  display: flex;
  flex-flow: column;
}

redtypedapp-selector {
  position: relative;
  display: block;
  flex: 10;
  height: 100%;
  width: 100%;
}
redtypedapp-selector .scene-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
redtypedapp-selector .scene-wrapper .cwa-logo {
  position: absolute;
  width: 8.375rem;
  bottom: 2.25rem;
  right: 3.5rem;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  redtypedapp-selector .scene-wrapper .cwa-logo {
    width: 4.375rem;
    bottom: 1rem;
    right: 1.25rem;
  }
}
redtypedapp-selector .scene {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
redtypedapp-selector .loadscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: none !important;
}
redtypedapp-selector .loadscreen .loader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
}
redtypedapp-selector .loadscreen .loader-content .loader {
  width: 2.5rem;
  height: 2.5rem;
  animation: spin 2s linear infinite;
}
redtypedapp-selector .loadscreen .loader-content .loader svg {
  width: 100%;
  height: 100%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ##########################################################################
   ############################# UI-Components ##############################
   ########################################################################## */
/* ==========================================================================
   Generell
   ========================================================================== */
a {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}

p.error {
  color: #ff1a1a;
}

input {
  border: 0;
  font-size: 0.875rem;
  width: 100%;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-focus-ring-color: none;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

label {
  font-size: 0.75rem;
  padding-bottom: 0.3125rem;
}

.row {
  padding: 0.625rem 2.5rem;
  display: block;
}

a.button {
  line-height: 2.25rem;
}

.red {
  color: #ff1a1a;
}

.warn {
  color: #ff1a1a;
}
.warn i {
  font-size: 1rem;
}
.warn span {
  position: absolute;
  left: 1.875rem;
}

.button-atom {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  gap: 0.625rem;
  border-radius: 1.625rem;
  border: 2px solid transparent;
  color: #ffffff;
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}
.button-atom.color-primary {
  background: #1256fa;
  border: none;
}
.button-atom.color-primary:hover {
  background: linear-gradient(180deg, #1233fa 0%, #255cf8 21.67%, #5fcaf2 100%);
}
.button-atom.color-primary:disabled {
  background: #abb1cc;
}
.button-atom.color-secondary {
  background: transparent;
  border-color: #0f9aff;
  color: #0f9aff;
}
.button-atom.color-secondary:hover {
  border-color: #1256fa;
  color: #1256fa;
}
.button-atom.color-secondary:disabled {
  color: #abb1cc;
  border-color: #abb1cc;
}
.button-atom.color-red {
  background: transparent;
  border-color: #ff1a1a;
  color: #ff1a1a;
}
.button-atom.color-red:hover {
  border-color: #ff1a1a;
  color: #ff1a1a;
}
.button-atom.color-red:disabled {
  color: #abb1cc;
  border-color: #abb1cc;
}

.fab-atom {
  position: relative;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  box-sizing: border-box;
  background-color: #1256fa;
  padding: calc((2.5rem - 1.25rem) / 2);
  border-radius: 100%;
}
.fab-atom.size-big {
  padding: calc((3.5rem - 1.25rem) / 2);
}
.fab-atom .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.25rem;
  aspect-ratio: 1;
  color: #ffffff;
}
.fab-atom .icon svg {
  height: 1.125rem;
}
.fab-atom .icon svg line,
.fab-atom .icon svg circle,
.fab-atom .icon svg path {
  stroke: #ffffff;
}
.fab-atom:hover {
  background-color: #051e6e;
}
.fab-atom:focus-visible {
  outline: none;
}

.link-atom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  color: #ffffff;
  cursor: pointer;
}
.link-atom:hover {
  color: #051e6e;
}
.link-atom:hover svg line,
.link-atom:hover svg circle,
.link-atom:hover svg path {
  stroke: #051e6e;
}
.link-atom.animate-arrow-right:hover svg {
  transform: translate3d(3px, 0, 0);
}
.link-atom svg {
  width: 1rem;
  height: 0.75rem;
  transition: 0.5s ease all;
}
.link-atom svg line,
.link-atom svg circle,
.link-atom svg path {
  stroke: #ffffff;
}

.floating-input-atom {
  position: relative;
}
.floating-input-atom.input-group {
  display: flex;
}
.floating-input-atom.input-group input,
.floating-input-atom.input-group textarea {
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: 0;
  padding-left: 0;
}
.floating-input-atom.input-group .input-group-prefix {
  display: flex;
  align-items: center;
  height: 2.5rem;
  color: #5f6580;
  padding: 0 0.3125rem 0 1.25rem;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #5f6580;
  border-radius: 0.25rem 0 0 0.25rem;
  border-right: none;
  box-sizing: border-box;
}
.floating-input-atom label {
  position: absolute;
  pointer-events: none;
  color: #5f6580;
  font-size: 0.875rem;
  left: 1.125rem;
  top: 0.625rem;
  padding: 0 0.5rem;
  background: #ffffff;
  transition: top 0.2s, font-size 0.2s;
}
.floating-input-atom input,
.floating-input-atom textarea {
  font-size: 0.875rem;
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0 1.125rem;
  background: transparent;
  color: #5f6580;
  border: 1px solid #5f6580;
  border-radius: 0.25rem;
  box-sizing: border-box;
}
.floating-input-atom input:not(:-moz-placeholder-shown), .floating-input-atom textarea:not(:-moz-placeholder-shown) {
  color: #1256fa;
  border-color: #1256fa;
}
.floating-input-atom input:not(:placeholder-shown),
.floating-input-atom textarea:not(:placeholder-shown) {
  color: #1256fa;
  border-color: #1256fa;
}
.floating-input-atom input:not(:-moz-placeholder-shown) ~ label, .floating-input-atom textarea:not(:-moz-placeholder-shown) ~ label {
  top: -0.5rem;
  font-size: 0.625rem;
  color: #1256fa;
}
.floating-input-atom input:not(:placeholder-shown) ~ label,
.floating-input-atom textarea:not(:placeholder-shown) ~ label {
  top: -0.5rem;
  font-size: 0.625rem;
  color: #1256fa;
}
.floating-input-atom input:focus,
.floating-input-atom textarea:focus {
  outline: none;
  border-color: #1256fa;
  color: #1256fa;
}
.floating-input-atom input:focus ~ label,
.floating-input-atom textarea:focus ~ label {
  top: -0.5rem;
  font-size: 0.625rem;
}
.floating-input-atom input:focus:not(:-moz-placeholder-shown) ~ label, .floating-input-atom textarea:focus:not(:-moz-placeholder-shown) ~ label {
  color: #1256fa;
}
.floating-input-atom input:focus ~ label, .floating-input-atom input:focus:not(:placeholder-shown) ~ label,
.floating-input-atom textarea:focus ~ label,
.floating-input-atom textarea:focus:not(:placeholder-shown) ~ label {
  color: #1256fa;
}
.floating-input-atom textarea {
  padding-top: 0.75rem;
  box-sizing: border-box;
  max-width: 100%;
  height: 7rem;
}
.floating-input-atom:hover label {
  color: #0b3ab4;
}
.floating-input-atom:hover input,
.floating-input-atom:hover textarea {
  border-color: #0b3ab4;
  color: #0b3ab4;
}
.floating-input-atom:hover input:focus,
.floating-input-atom:hover textarea:focus {
  border-color: #0b3ab4;
  color: #0b3ab4;
}
.floating-input-atom:hover input:focus:not(:-moz-placeholder-shown) ~ label, .floating-input-atom:hover textarea:focus:not(:-moz-placeholder-shown) ~ label {
  color: #0b3ab4;
}
.floating-input-atom:hover input:focus ~ label, .floating-input-atom:hover input:focus:not(:placeholder-shown) ~ label,
.floating-input-atom:hover textarea:focus ~ label,
.floating-input-atom:hover textarea:focus:not(:placeholder-shown) ~ label {
  color: #0b3ab4;
}
.floating-input-atom:hover input:not(:-moz-placeholder-shown) ~ label, .floating-input-atom:hover textarea:not(:-moz-placeholder-shown) ~ label {
  color: #0b3ab4;
}
.floating-input-atom:hover input:not(:placeholder-shown) ~ label,
.floating-input-atom:hover textarea:not(:placeholder-shown) ~ label {
  color: #0b3ab4;
}
.floating-input-atom.inverted label {
  color: #ffffff;
  background: #051e6e;
}
.floating-input-atom.inverted input,
.floating-input-atom.inverted textarea {
  border-color: #ffffff;
  color: #ffffff;
}
.floating-input-atom.inverted input:focus,
.floating-input-atom.inverted textarea:focus {
  border-color: #0f9aff;
  color: #ffffff;
}
.floating-input-atom.inverted input:focus ~ label,
.floating-input-atom.inverted textarea:focus ~ label {
  color: #0f9aff;
}
.floating-input-atom.inverted input:focus:not(:-moz-placeholder-shown), .floating-input-atom.inverted textarea:focus:not(:-moz-placeholder-shown) {
  border-color: #0f9aff;
}
.floating-input-atom.inverted input:focus:not(:placeholder-shown),
.floating-input-atom.inverted textarea:focus:not(:placeholder-shown) {
  border-color: #0f9aff;
}
.floating-input-atom.inverted input:focus:not(:-moz-placeholder-shown) ~ label, .floating-input-atom.inverted textarea:focus:not(:-moz-placeholder-shown) ~ label {
  color: #ffffff;
}
.floating-input-atom.inverted input:focus:not(:placeholder-shown) ~ label,
.floating-input-atom.inverted textarea:focus:not(:placeholder-shown) ~ label {
  color: #ffffff;
}
.floating-input-atom.inverted input:not(:-moz-placeholder-shown), .floating-input-atom.inverted textarea:not(:-moz-placeholder-shown) {
  border-color: #0f9aff;
}
.floating-input-atom.inverted input:not(:placeholder-shown),
.floating-input-atom.inverted textarea:not(:placeholder-shown) {
  border-color: #0f9aff;
}
.floating-input-atom.inverted input:not(:-moz-placeholder-shown) ~ label, .floating-input-atom.inverted textarea:not(:-moz-placeholder-shown) ~ label {
  color: #ffffff;
}
.floating-input-atom.inverted input:not(:placeholder-shown) ~ label,
.floating-input-atom.inverted textarea:not(:placeholder-shown) ~ label {
  color: #ffffff;
}
.floating-input-atom.inverted:hover label {
  color: #1256fa;
}
.floating-input-atom.inverted:hover input,
.floating-input-atom.inverted:hover textarea {
  border-color: #0f9aff;
  color: #0f9aff;
}
.floating-input-atom.inverted:hover input:focus,
.floating-input-atom.inverted:hover textarea:focus {
  border-color: #0f9aff;
  color: #0f9aff;
}
.floating-input-atom.inverted:hover input:focus:not(:-moz-placeholder-shown) ~ label, .floating-input-atom.inverted:hover textarea:focus:not(:-moz-placeholder-shown) ~ label {
  color: #ffffff;
}
.floating-input-atom.inverted:hover input:focus ~ label, .floating-input-atom.inverted:hover input:focus:not(:placeholder-shown) ~ label,
.floating-input-atom.inverted:hover textarea:focus ~ label,
.floating-input-atom.inverted:hover textarea:focus:not(:placeholder-shown) ~ label {
  color: #ffffff;
}
.floating-input-atom.inverted:hover input:not(:-moz-placeholder-shown) ~ label, .floating-input-atom.inverted:hover textarea:not(:-moz-placeholder-shown) ~ label {
  color: #ffffff;
}
.floating-input-atom.inverted:hover input:not(:placeholder-shown) ~ label,
.floating-input-atom.inverted:hover textarea:not(:placeholder-shown) ~ label {
  color: #ffffff;
}
.floating-input-atom.error label {
  color: #ff1a1a;
}
.floating-input-atom.error input,
.floating-input-atom.error textarea {
  border-color: #ff1a1a;
  color: #ff1a1a;
}
.floating-input-atom.error input:focus,
.floating-input-atom.error textarea:focus {
  border-color: #ff1a1a;
  color: #ff1a1a;
}
.floating-input-atom.error input:focus:not(:-moz-placeholder-shown) ~ label, .floating-input-atom.error textarea:focus:not(:-moz-placeholder-shown) ~ label {
  color: #ff1a1a;
}
.floating-input-atom.error input:focus ~ label, .floating-input-atom.error input:focus:not(:placeholder-shown) ~ label,
.floating-input-atom.error textarea:focus ~ label,
.floating-input-atom.error textarea:focus:not(:placeholder-shown) ~ label {
  color: #ff1a1a;
}
.floating-input-atom.error input:not(:-moz-placeholder-shown) ~ label, .floating-input-atom.error textarea:not(:-moz-placeholder-shown) ~ label {
  color: #ff1a1a;
}
.floating-input-atom.error input:not(:placeholder-shown) ~ label,
.floating-input-atom.error textarea:not(:placeholder-shown) ~ label {
  color: #ff1a1a;
}

.checkbox-atom {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
}
.checkbox-atom label {
  font-size: 0.875rem;
  padding-bottom: 0.125rem;
  cursor: pointer;
}
.checkbox-atom input[type=checkbox] {
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMuNSIgZmlsbD0iI0VCRjBGNSIgc3Ryb2tlPSIjNUY2NTgwIi8+Cjwvc3ZnPgo=");
  cursor: pointer;
}
.checkbox-atom input[type=checkbox] + label {
  color: #5f6580 !important;
}
.checkbox-atom input[type=checkbox]:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMuNSIgZmlsbD0iI0VCRjBGNSIgc3Ryb2tlPSIjMEIzQUI0Ii8+Cjwvc3ZnPgo=");
}
.checkbox-atom input[type=checkbox]:hover + label {
  color: #1256fa !important;
}
.checkbox-atom input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMyIgZmlsbD0iI0VCRjBGNSIgc3Ryb2tlPSIjMTI1NkZBIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTQgMTAuMDg3TDcuOTM5MzkgMTRMMTYgNiIgc3Ryb2tlPSIjMTI1NkZBIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
}
.checkbox-atom input[type=checkbox]:checked + label {
  color: #051e6e !important;
}
.checkbox-atom input[type=checkbox]:checked:hover + label {
  color: #051e6e !important;
}
.checkbox-atom input[type=checkbox]:disabled {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMuNSIgZmlsbD0iI0VCRjBGNSIgc3Ryb2tlPSIjQUJCMUNDIi8+Cjwvc3ZnPgo=");
}
.checkbox-atom input[type=checkbox]:disabled + label {
  color: #abb1cc !important;
}
.checkbox-atom.inverted input[type=checkbox] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMuNSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K");
}
.checkbox-atom.inverted input[type=checkbox] + label {
  color: white !important;
}
.checkbox-atom.inverted input[type=checkbox]:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMuNSIgc3Ryb2tlPSIjMEY5QUZGIi8+Cjwvc3ZnPgo=");
}
.checkbox-atom.inverted input[type=checkbox]:hover + label {
  color: #1256fa !important;
}
.checkbox-atom.inverted input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiByeD0iMyIgc3Ryb2tlPSIjMEY5QUZGIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTQgMTAuMDg3TDcuOTM5MzkgMTRMMTYgNiIgc3Ryb2tlPSIjMEY5QUZGIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==");
}
.checkbox-atom.inverted input[type=checkbox]:checked + label {
  color: white !important;
}
.checkbox-atom.inverted input[type=checkbox]:checked:hover + label {
  color: #1256fa !important;
}
.checkbox-atom.inverted input[type=checkbox]:disabled {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgcng9IjMuNSIgc3Ryb2tlPSIjNUY2NTgwIi8+Cjwvc3ZnPgo=");
}
.checkbox-atom.inverted input[type=checkbox]:disabled + label {
  color: #5f6580 !important;
}

.atom-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.atom-group.column {
  flex-flow: column;
}
.atom-group.gap-10 {
  gap: 0.625rem;
}
.atom-group.gap-12 {
  gap: 0.75rem;
}

.atom-group .clearfix {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0rem;
       column-gap: 0rem;
  row-gap: 1rem;
  padding-bottom: 1rem;
}
.atom-group.column .clearfix {
  flex-flow: column;
  row-gap: 0.625rem;
}

.clearfix .radiobutton-atom,
.radiobutton-atom {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
}
.clearfix .radiobutton-atom label,
.radiobutton-atom label {
  font-size: 0.875rem !important;
  padding-bottom: 0;
}
.clearfix .radiobutton-atom input[type=radio],
.radiobutton-atom input[type=radio] {
  height: 1.25rem;
  width: 1.25rem;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOS41IiBmaWxsPSIjRUJGMEY1IiBzdHJva2U9IiM1RjY1ODAiLz4KPC9zdmc+Cg==");
}
.clearfix .radiobutton-atom input[type=radio] + label,
.radiobutton-atom input[type=radio] + label {
  color: #5f6580 !important;
}
.clearfix .radiobutton-atom input[type=radio]:hover,
.radiobutton-atom input[type=radio]:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOS41IiBmaWxsPSIjRUJGMEY1IiBzdHJva2U9IiMwQjNBQjQiLz4KPC9zdmc+Cg==");
}
.clearfix .radiobutton-atom input[type=radio]:hover + label,
.radiobutton-atom input[type=radio]:hover + label {
  color: #1256fa !important;
}
.clearfix .radiobutton-atom input[type=radio]:checked,
.radiobutton-atom input[type=radio]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOSIgZmlsbD0iI0VCRjBGNSIgc3Ryb2tlPSIjMTI1NkZBIiBzdHJva2Utd2lkdGg9IjIiLz4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iNSIgZmlsbD0iIzEyNTZGQSIvPgo8L3N2Zz4K");
}
.clearfix .radiobutton-atom input[type=radio]:checked + label,
.radiobutton-atom input[type=radio]:checked + label {
  color: #051e6e !important;
}
.clearfix .radiobutton-atom input[type=radio]:disabled,
.radiobutton-atom input[type=radio]:disabled {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iOS41IiBmaWxsPSIjRUJGMEY1IiBzdHJva2U9IiNBQkIxQ0MiLz4KPC9zdmc+Cg==");
}
.clearfix .radiobutton-atom input[type=radio]:disabled + label,
.radiobutton-atom input[type=radio]:disabled + label {
  color: #abb1cc !important;
}

.select-atom {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  padding: 1rem 2.25rem 1rem 1.125rem;
  border: 1px solid #5f6580;
  border-radius: 0.25rem;
  background: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy43Mzc5NSAwLjVIMS4yNjIwNUMwLjMyNjc1MyAwLjUgLTAuMDk2NjUxNCAxLjY2OTQ2IDAuNjIxODYzIDIuMjY4MjJMMy44NTk4MiA0Ljk2NjUxQzQuMjMwNjYgNS4yNzU1NSA0Ljc2OTM0IDUuMjc1NTUgNS4xNDAxOCA0Ljk2NjUxTDguMzc4MTMgMi4yNjgyMkM5LjA5NjY1IDEuNjY5NDYgOC42NzMyNSAwLjUgNy43Mzc5NSAwLjVaIiBmaWxsPSIjNUY2NTgwIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 1rem);
  background-position-y: center;
  color: #5f6580;
  box-shadow: none;
  font-size: 0.875rem;
}
.select-atom:hover, .select-atom:active, .select-atom:focus {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy43Mzc5NSAwLjVIMS4yNjIwNUMwLjMyNjc1MyAwLjUgLTAuMDk2NjUxNCAxLjY2OTQ2IDAuNjIxODYzIDIuMjY4MjJMMy44NTk4MiA0Ljk2NjUxQzQuMjMwNjYgNS4yNzU1NSA0Ljc2OTM0IDUuMjc1NTUgNS4xNDAxOCA0Ljk2NjUxTDguMzc4MTMgMi4yNjgyMkM5LjA5NjY1IDEuNjY5NDYgOC42NzMyNSAwLjUgNy43Mzc5NSAwLjVaIiBmaWxsPSIjMEIzQUI0Ii8+Cjwvc3ZnPgo=");
  border-color: #051e6e;
  color: #051e6e;
}
.select-atom:disabled {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOSA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNy43Mzc5NSAwLjVIMS4yNjIwNUMwLjMyNjc1MyAwLjUgLTAuMDk2NjUxNCAxLjY2OTQ2IDAuNjIxODYzIDIuMjY4MjJMMy44NTk4MiA0Ljk2NjUxQzQuMjMwNjYgNS4yNzU1NSA0Ljc2OTM0IDUuMjc1NTUgNS4xNDAxOCA0Ljk2NjUxTDguMzc4MTMgMi4yNjgyMkM5LjA5NjY1IDEuNjY5NDYgOC42NzMyNSAwLjUgNy43Mzc5NSAwLjVaIiBmaWxsPSIjQUJCMUNDIi8+Cjwvc3ZnPgo=");
  border-color: #abb1cc;
  color: #abb1cc;
}
.select-atom option {
  border-radius: 0;
}

.toggle-atom {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
  padding-bottom: 0;
}
.toggle-atom .toggle-atom-label-on,
.toggle-atom .toggle-atom-label-off {
  font-size: 0.875rem !important;
}
.toggle-atom .toggle-atom-label-off {
  order: 1;
}
.toggle-atom .toggle-atom-label-on {
  order: 3;
}
.toggle-atom:hover input[type=checkbox] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCA0MCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIzOSIgaGVpZ2h0PSIxOSIgcng9IjkuNSIgZmlsbD0iI0VCRjBGNSIgc3Ryb2tlPSIjMEIzQUI0Ii8+CjxjaXJjbGUgY3g9IjEwIiBjeT0iMTAiIHI9IjUiIGZpbGw9IiMwQjNBQjQiLz4KPC9zdmc+Cg==");
}
.toggle-atom:hover input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCA0MCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIzOSIgaGVpZ2h0PSIxOSIgcng9IjkuNSIgZmlsbD0iI0VCRjBGNSIgc3Ryb2tlPSIjMEIzQUI0Ii8+CjxjaXJjbGUgY3g9IjMwIiBjeT0iMTAiIHI9IjUiIGZpbGw9IiMwQjNBQjQiLz4KPC9zdmc+Cg==");
}
.toggle-atom:hover input[type=checkbox] ~ .toggle-atom-label-off {
  color: #0b3ab4;
}
.toggle-atom:hover input[type=checkbox] ~ .toggle-atom-label-on {
  color: #0b3ab4;
}
.toggle-atom input[type=checkbox] {
  order: 2;
  height: 1.25rem;
  width: 2.5rem;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCA0MCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjM4IiBoZWlnaHQ9IjE4IiByeD0iOSIgZmlsbD0iI0VCRjBGNSIgc3Ryb2tlPSIjMTI1NkZBIiBzdHJva2Utd2lkdGg9IjIiLz4KPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iNSIgZmlsbD0iIzEyNTZGQSIvPgo8L3N2Zz4K");
  background-position: center center;
  cursor: pointer;
}
.toggle-atom input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCA0MCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMSIgeT0iMSIgd2lkdGg9IjM4IiBoZWlnaHQ9IjE4IiByeD0iOSIgZmlsbD0iI0VCRjBGNSIgc3Ryb2tlPSIjMTI1NkZBIiBzdHJva2Utd2lkdGg9IjIiLz4KPGNpcmNsZSBjeD0iMzAiIGN5PSIxMCIgcj0iNSIgZmlsbD0iIzEyNTZGQSIvPgo8L3N2Zz4K");
}
.toggle-atom input[type=checkbox]:checked ~ .toggle-atom-label-off {
  color: #5f6580;
}
.toggle-atom input[type=checkbox]:checked ~ .toggle-atom-label-on {
  color: #1256fa;
}
.toggle-atom input[type=checkbox] ~ .toggle-atom-label-off {
  color: #1256fa;
}
.toggle-atom input[type=checkbox] ~ .toggle-atom-label-on {
  color: #5f6580;
}

.doppelmayr-logo {
  width: 13.75rem;
  margin-right: 0.625rem;
}

.cwa-logo {
  width: 7.5rem;
}
@media screen and (min-width: 960px) {
  .cwa-logo {
    margin-right: 6.875rem;
  }
}

configuration-component {
  z-index: 50;
}
@media screen and (max-width: 960px) {
  configuration-component {
    position: relative;
    display: block;
    flex: 1;
  }
}

.configuration {
  position: absolute;
  top: calc(100% - 75vh);
  left: 3.5rem;
  width: 21.25rem;
  display: flex;
  flex-flow: column;
  border: none;
  z-index: 20;
}
@media screen and (max-width: 960px) {
  .configuration {
    top: unset !important;
    left: unset !important;
    position: relative;
    flex: 8;
    width: 100%;
  }
  .configuration .configuration-panel {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .configuration .configuration-panel.configuration-panel-configuration.open .configuration-panel-content .configuration-panel-content-tab-content {
    max-height: 24vh;
    min-height: 24vh;
    height: 100%;
  }
}
.configuration .configuration-panel {
  position: relative;
  display: flex;
  flex-flow: column;
  background-color: #ffffff;
  overflow: hidden;
}
.configuration .configuration-panel.configuration-panel-configuration {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
@media (max-width: 960px) {
  .configuration .configuration-panel.configuration-panel-configuration .configuration-panel-header .configuration-panel-header-title {
    padding: 0.9375rem 0rem;
  }
}
.configuration .configuration-panel.configuration-panel-settings {
  border-top: 2px solid #ffffff;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.configuration .configuration-panel.configuration-panel-settings .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item {
  border-bottom: none;
  padding-top: 0;
}
.configuration .configuration-panel.configuration-panel-settings .configuration-panel-header .configuration-panel-header-title {
  padding: 0.9375rem 0.9375rem 0.9375rem 2.25rem;
}
@media (max-width: 960px) {
  .configuration .configuration-panel.configuration-panel-settings .configuration-panel-header .configuration-panel-header-title {
    padding: 0.9375rem 0rem;
  }
}
.configuration .configuration-panel.open {
  flex: 1;
}
.configuration .configuration-panel.open .configuration-panel-header {
  background-color: #051e6e;
}
.configuration .configuration-panel.open .configuration-panel-header .configuration-panel-header-title {
  color: #ffffff;
}
.configuration .configuration-panel.open .configuration-panel-header .configuration-panel-header-title .change-product:hover svg path {
  stroke: #051e6e;
}
.configuration .configuration-panel.open .configuration-panel-header .configuration-panel-header-actions {
  display: flex;
}
.configuration .configuration-panel.open .configuration-panel-header .configuration-panel-header-actions .configuration-panel-header-action-icon {
  cursor: pointer;
  padding: 0.75rem;
}
.configuration .configuration-panel.open .configuration-panel-header .configuration-panel-header-actions .configuration-panel-header-action-icon.drag {
  cursor: move;
}
.configuration .configuration-panel.open .configuration-panel-header .configuration-panel-header-actions .configuration-panel-header-action-icon.drag svg circle {
  fill: #ffffff;
}
.configuration .configuration-panel.open .configuration-panel-content {
  display: flex;
}
.configuration .configuration-panel.open .configuration-panel-content .configuration-panel-content-tab-content {
  max-height: 34vh;
}
.configuration .configuration-panel .configuration-panel-header {
  display: flex;
  align-items: center;
  color: #abb1cc;
  background-color: #ebf0f5;
  color: #051e6e;
  padding: 0 0.375rem;
  cursor: move;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-title {
  flex: 1;
  display: flex;
  margin-left: 0.875rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.046875rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-title .title-highlight {
  margin-left: 0.5rem;
  text-transform: none;
  color: #abb1cc;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-title .restart-configuration {
  width: 100%;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-title .restart-configuration img {
  display: inline-block;
  margin-right: 6px;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-title .restart-configuration span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-title .change-product {
  cursor: pointer;
  padding: 0 0.375rem;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-title .change-product:hover svg path {
  stroke: #1256fa;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-actions {
  display: flex;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-actions .configuration-panel-header-action-icon {
  cursor: pointer;
  padding: 0.75rem;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-actions .configuration-panel-header-action-icon.drag {
  cursor: move;
}
.configuration .configuration-panel .configuration-panel-header .configuration-panel-header-actions .configuration-panel-header-action-icon.drag svg circle {
  fill: #051e6e;
}
.configuration .configuration-panel .configuration-panel-content {
  display: flex;
  flex-flow: column;
  position: relative;
  height: 100%;
  display: none;
  background-color: #ffffff;
  overflow: hidden;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs {
  display: flex;
  padding: 0 1.375rem 0 1.375rem;
}
@media screen and (max-width: 960px) {
  .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs {
    justify-content: space-between;
  }
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab {
  position: relative;
  padding: 1rem 0.375rem 0.625rem 0.375rem;
  cursor: pointer;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab svg {
  height: 2rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  background-color: #ffffff;
  transition: 0.325s ease width;
  width: 0%;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab:hover, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab.active {
  color: #1256fa;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab:hover svg path, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab.active svg path {
  fill: #1256fa;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab:hover svg .stroke-color, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab.active svg .stroke-color {
  stroke: #1256fa;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab:hover::after, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tabs .configuration-panel-content-tab.active::after {
  background-color: #1256fa;
  width: 100%;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content {
  position: relative;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-flow: column;
  scrollbar-gutter: stable both-edges;
  padding: 1rem;
  box-sizing: border-box;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-title {
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1256fa;
  padding-bottom: 0.5rem;
  letter-spacing: 0.046875rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item {
  border-bottom: 1px solid #ebf0f5;
  padding-top: 1rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-header {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding-bottom: 0.625rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-header .configuration-panel-content-tab-content-item-header-label {
  color: #5f6580;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.046875rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-header .configuration-panel-content-tab-content-item-header-value {
  color: #051e6e;
  font-size: 0.625rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-header .configuration-panel-content-tab-content-item-header-poi {
  margin-left: auto;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-header .configuration-panel-content-tab-content-item-header-poi svg {
  width: 1.125rem;
  height: 0.625rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-header .configuration-panel-content-tab-content-item-header-poi svg path {
  stroke: #051e6e;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-header .configuration-panel-content-tab-content-item-header-poi:hover svg path {
  stroke: #1256fa;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content {
  padding-bottom: 1rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content {
  display: flex;
  flex-flow: column;
  gap: 0.375rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content.gap-12 {
  gap: 0.75rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content.flex-row {
  flex-flow: row;
  flex-wrap: wrap;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .link-atom {
  justify-content: flex-start;
  color: #051e6e;
  font-size: 0.75rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .link-atom svg path {
  stroke: #051e6e;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .link-atom:hover {
  color: #1256fa;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .link-atom:hover svg path {
  stroke: #1256fa;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .advertising-text {
  color: #051e6e;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component {
  position: relative;
  box-sizing: border-box;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.row {
  display: flex;
  padding: 0;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.row.gap-12 {
  gap: 0.75rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.row .component {
  margin: 0;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.row .component.input {
  flex: 0 0 40%;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.block-preview {
  display: flex;
  align-items: center;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.block-preview .block-preview-label {
  color: #1256fa;
  font-size: 0.625rem;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .subcolor-heading {
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
  letter-spacing: 0.046875rem;
  color: #051e6e;
  text-transform: uppercase;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0 0.375rem 0.375rem 0;
  float: left;
  cursor: pointer;
  border: 1px solid #ebf0f5;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block:hover::after, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  overflow: hidden;
  content: " ";
  box-sizing: border-box;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  border: 1px solid #ebf0f5;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.block-no-hover:hover::after {
  content: none;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.block-no-border {
  border: 0;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block .block-inner-text-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -40%, 0);
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block .block-inner-text-centered:hover svg path {
  stroke: #051e6e;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.presetBlock {
  background: #000;
  position: relative;
  display: flex;
  flex-flow: column;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.presetBlock .color {
  flex: 1;
  width: 100%;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.block-img, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.addImage {
  width: 3.125rem;
  height: 3.125rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px;
  border: 0.125rem solid #ffffff;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.block-img:hover, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.block-img.active, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.addImage:hover, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.addImage.active {
  border: 0.125rem solid #1256fa;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.block-img:hover::after, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.block-img.active::after, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.addImage:hover::after, .configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.addImage.active::after {
  content: initial;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .block.addImage {
  background: #5f6580;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.125rem;
  color: #051e6e;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.blockGroup .more {
  float: right;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.625rem;
  color: #051e6e;
  cursor: pointer;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.animationList ul li {
  position: relative;
  height: 1.375rem;
  border: 0;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.animationList ul li i {
  position: absolute;
  top: 0;
  left: 0.0625rem;
  font-size: 0.75rem;
  color: #051e6e;
}
.configuration .configuration-panel .configuration-panel-content .configuration-panel-content-tab-content .configuration-panel-content-tab-content-item .configuration-panel-content-tab-content-item-content .configuration-content .component.animationList ul li span {
  position: absolute;
  top: 0;
  left: 1.25rem;
  font-size: 0.75rem;
}
.configuration .footer-panel {
  display: flex;
  margin-top: 1.5rem;
  gap: 0.875rem;
}
.configuration.opened {
  left: 0;
  visibility: visible;
}
.configuration .transparent {
  opacity: 0;
}
.configuration.no-background {
  background: transparent;
}
.configuration .config-pane {
  position: relative;
  height: 100%;
}
.configuration .config-pane > .content {
  position: relative;
  height: calc(100% - 6.25rem);
}
@media screen and (max-width: 960px) {
  .configuration .config-pane > .content {
    height: calc(100% - 6.25rem);
  }
}
.configuration .config-pane > .content .footer {
  position: absolute;
  bottom: -4.375rem;
  width: 100%;
  height: 4.375rem;
}
@media screen and (max-width: 960px) {
  .configuration .config-pane > .content .footer {
    height: 6.25rem;
    bottom: -6.25rem;
  }
}
.configuration .config-pane .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.375rem;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .configuration .config-pane .footer {
    height: 6.25rem;
    width: 100%;
  }
}
.configuration ul {
  position: relative;
  height: 100%;
}
.configuration ul li {
  position: relative;
}
.configuration ul li.container {
  background-color: #ffffff;
  transition: background-color 1s linear;
}
.configuration ul li.container.highlight {
  background-color: #abb1cc;
}
.configuration ul li.container .followWrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.configuration ul li.container .heading {
  position: relative;
  padding: 1.25rem;
  z-index: 1;
}
.configuration ul li.container .heading.fixed {
  position: fixed;
  top: 6rem;
  width: 100%;
  background: #ffffff;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (min-width: 960px) {
  .configuration ul li.container .heading.fixed {
    top: 6.25rem;
    width: 19.6875rem;
  }
}
.configuration ul li.container .heading.fixed.absolute {
  position: absolute;
}
.configuration ul li.container .heading .label {
  position: relative;
  left: initial;
  padding-left: 1.66667rem;
}
.configuration ul li.container .heading .label i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.125rem;
}
.configuration ul li.container .heading .label i:nth-child(2) {
  left: auto;
  right: -12.58333rem;
}

navmenu-component {
  z-index: 40;
}

welcome-component {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  color: #ffffff;
  isolation: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
}
welcome-component .welcome-component-wrapper {
  position: relative;
  width: 70rem;
  z-index: 10;
}
welcome-component .welcome-component-wrapper .welcome-container {
  background: #ffffff;
  color: #051e6e;
  z-index: 10;
  border-radius: 0.25rem;
  overflow: hidden;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-tabs {
  display: flex;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-tabs .welcome-container-tab {
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
  padding: 1rem;
  flex: 1;
  cursor: pointer;
  text-align: center;
  background-color: #ebf0f5;
  color: #5f6580;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-tabs .welcome-container-tab:hover, welcome-component .welcome-component-wrapper .welcome-container .welcome-container-tabs .welcome-container-tab.active {
  color: #051e6e;
  background-color: #ffffff;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body {
  padding: 6.25rem 7.5rem;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .welcome-text {
  margin-top: 0.25rem;
  margin-bottom: 4.5rem;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .welcome-text .welcome-text-header {
  margin-bottom: 0.5rem;
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.00125rem;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .welcome-text .welcome-text-description {
  font-family: Graphik, GraphikWide, Ubuntu, Arial, san-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list {
  margin-bottom: 0.5rem;
  display: flex;
  gap: 4.5rem;
  flex-wrap: wrap;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-category {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0075rem;
  text-transform: uppercase;
  color: #5f6580;
  margin-bottom: 1rem;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-list {
  display: flex;
  gap: 1rem;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-list .product-item {
  cursor: pointer;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-list .product-item:hover .product-thumbnail {
  background-color: #abb1cc;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-list .product-item .product-thumbnail {
  height: 6rem;
  width: 6rem;
  background-color: #ebf0f5;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-list .product-item .product-thumbnail img {
  height: 3rem;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-list .product-item .product-text {
  text-align: center;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-list .product-item .product-text .product-item-category {
  font-size: 0.625rem;
  line-height: 0.75rem;
  text-align: center;
  margin-bottom: 0.125rem;
}
welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-list .product-item .product-text .product-item-name {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media screen and (max-width: 960px) {
  welcome-component {
    position: relative;
    max-height: 60%;
    background-color: #051e6e;
  }
  welcome-component .welcome-component-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  welcome-component .welcome-component-wrapper .welcome-container {
    display: flex;
    flex-flow: column;
    position: relative;
    height: 100%;
  }
  welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body {
    position: relative;
    height: 100%;
    overflow: auto;
    padding: 1.5rem 1.25rem;
    box-sizing: border-box;
  }
  welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .welcome-text {
    margin-bottom: 2rem;
  }
  welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list {
    gap: 1.5625rem;
  }
  welcome-component .welcome-component-wrapper .welcome-container .welcome-container-body .category-list .category-item .product-list {
    flex-wrap: wrap;
  }
}

/* Auflistung Menü-Einträge */
.configuration ul,
.projectmanagement ul,
.sidebar ul,
.add-product-content ul,
.choose-product-content ul {
  margin: 0;
  padding: 0;
}
.configuration ul li,
.projectmanagement ul li,
.sidebar ul li,
.add-product-content ul li,
.choose-product-content ul li {
  position: relative;
  list-style-type: none;
  font-size: 0.75rem;
  border-bottom: 1px solid #abb1cc;
  cursor: pointer;
  color: #5f6580;
  overflow: hidden;
}
.configuration ul li.center,
.projectmanagement ul li.center,
.sidebar ul li.center,
.add-product-content ul li.center,
.choose-product-content ul li.center {
  line-height: 3.75rem;
}
.configuration ul li:hover,
.projectmanagement ul li:hover,
.sidebar ul li:hover,
.add-product-content ul li:hover,
.choose-product-content ul li:hover {
  color: #051e6e;
}
.configuration ul li .icon,
.configuration ul li .action,
.configuration ul li .label,
.projectmanagement ul li .icon,
.projectmanagement ul li .action,
.projectmanagement ul li .label,
.sidebar ul li .icon,
.sidebar ul li .action,
.sidebar ul li .label,
.add-product-content ul li .icon,
.add-product-content ul li .action,
.add-product-content ul li .label,
.choose-product-content ul li .icon,
.choose-product-content ul li .action,
.choose-product-content ul li .label {
  position: absolute;
  top: 0;
}
.configuration ul li .icon,
.projectmanagement ul li .icon,
.sidebar ul li .icon,
.add-product-content ul li .icon,
.choose-product-content ul li .icon {
  left: 1.25rem;
  font-size: 1.125rem;
}
.configuration ul li .label,
.projectmanagement ul li .label,
.sidebar ul li .label,
.add-product-content ul li .label,
.choose-product-content ul li .label {
  left: 2.5rem;
  font-size: 0.75rem;
}
.configuration ul li .action,
.projectmanagement ul li .action,
.sidebar ul li .action,
.add-product-content ul li .action,
.choose-product-content ul li .action {
  right: 1.25rem;
  font-size: 1.125rem;
}

/* ==========================================================================
   Page
   ========================================================================== */
.data-pane .heading {
  color: #051e6e;
}
.data-pane .heading .icon {
  font-size: 1.375rem;
  padding: 1.875rem;
  cursor: pointer;
}
.data-pane .heading span {
  font-size: 1rem;
}
.data-pane label {
  color: #1256fa;
  font-size: 0.75rem;
}
.data-pane input {
  display: block;
  font-size: 1rem;
  color: #051e6e;
}
.data-pane .ss-content {
  width: 100%;
}
.data-pane .ss-content textarea {
  border: 0.0625rem solid #051e6e;
  color: #051e6e;
}
.data-pane .ss-content .footer button {
  margin: 25px;
}

pages-component {
  z-index: 100;
  isolation: isolate;
}
pages-component.opened {
  left: 0;
}
pages-component .pages-wrapper sidemenu-component .heading,
pages-component .pages-wrapper image-manager-component .heading {
  border-bottom: 1px solid #abb1cc;
}
pages-component .pages-wrapper save-configuration-component .page .content .titel,
pages-component .pages-wrapper open-configuration-component .page .content .titel {
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
pages-component .pages-wrapper save-configuration-component .page .content .description,
pages-component .pages-wrapper open-configuration-component .page .content .description {
  font-size: 0.875rem;
  margin-bottom: 2.875rem;
}
pages-component .pages-wrapper sidemenu-component .page {
  left: -100%;
}
pages-component .pages-wrapper sidemenu-component .page.opened {
  left: 0;
}
pages-component .pages-wrapper sidemenu-component .page.opened .logo {
  display: block;
}
pages-component .pages-wrapper sidemenu-component .page .content {
  width: 100%;
}
pages-component .pages-wrapper project-component,
pages-component .pages-wrapper .projectmanagement {
  border-top: 1px solid #ffffff;
}
pages-component .pages-wrapper .projectmanagement-details {
  height: calc(100% - 15rem) !important;
}
pages-component .pages-wrapper data-sheet-component .page .content,
pages-component .pages-wrapper screenshot-component .page .content {
  height: calc(
                    100% - 11.25rem
                ) !important;
}
pages-component .pages-wrapper data-sheet-component .page .content img,
pages-component .pages-wrapper screenshot-component .page .content img {
  padding-bottom: 1.5625rem;
  max-width: 100% !important;
  height: auto;
}
pages-component .pages-wrapper sync-component .content .icon-text {
  position: relative;
}
pages-component .pages-wrapper sync-component .content .icon-text .icon {
  position: relative;
  width: 100%;
  height: 3.125rem;
}
pages-component .pages-wrapper sync-component .content .icon-text .icon i,
pages-component .pages-wrapper sync-component .content .icon-text .icon img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
}
pages-component .pages-wrapper sync-component .content .icon-text .icon .loader-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
pages-component .pages-wrapper sync-component .content .icon-text .icon .loader-content .loader {
  width: 2.5rem;
  height: 2.5rem;
  animation: spin 2s linear infinite;
}
pages-component .pages-wrapper sync-component .content .icon-text .icon .loader-content .loader svg {
  width: 100%;
  height: 100%;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
pages-component .pages-wrapper sync-component .logo {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  padding: 0.25rem 0.5rem;
}
pages-component .pages-wrapper .page {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease;
  color: #051e6e;
  /* Invert colors */
}
pages-component .pages-wrapper .page.right-out {
  left: 100%;
  visibility: visible;
}
pages-component .pages-wrapper .page.left-out {
  left: -100%;
  visibility: visible;
}
pages-component .pages-wrapper .page.to-viewport-x {
  left: 0 !important;
  visibility: visible;
}
pages-component .pages-wrapper .page.out-right {
  left: 100% !important;
  visibility: visible;
}
pages-component .pages-wrapper .page.out-left {
  left: -100% !important;
  visibility: visible;
}
pages-component .pages-wrapper .page.top-out {
  top: -100%;
  visibility: visible;
}
pages-component .pages-wrapper .page.bottom-out {
  top: 100%;
  visibility: visible;
}
pages-component .pages-wrapper .page.to-viewport-y {
  top: 0 !important;
  visibility: visible;
}
pages-component .pages-wrapper .page.out-top {
  top: -100% !important;
  visibility: visible;
}
pages-component .pages-wrapper .page.out-bottom {
  top: 100% !important;
  visibility: visible;
}
@media screen and (min-width: 960px) {
  pages-component .pages-wrapper .page {
    transition: left 0.4s ease;
  }
}
pages-component .pages-wrapper .page .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
pages-component .pages-wrapper .page .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #051e6e;
}
pages-component .pages-wrapper .page.blue {
  background: #051e6e;
  color: #ffffff;
}
pages-component .pages-wrapper .page.blue ::-webkit-input-placeholder {
  color: #1256fa;
}
pages-component .pages-wrapper .page.blue .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
pages-component .pages-wrapper .page.blue .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #ffffff;
}
pages-component .pages-wrapper .page.blue .heading {
  color: #ffffff;
}
pages-component .pages-wrapper .page.gradient {
  background: linear-gradient(180deg, #1256fa 0%, #6ef0f0 100%);
}
pages-component .pages-wrapper .page.gradient .heading {
  color: #ffffff;
  border-color: #ffffff;
}
pages-component .pages-wrapper .page ::-webkit-input-placeholder {
  color: #051e6e;
}
pages-component .pages-wrapper .page.opened {
  left: 0;
  visibility: visible;
}
pages-component .pages-wrapper .page.stacked {
  left: -100%;
}
@media screen and (max-width: 960px) {
  pages-component .pages-wrapper .page.mobile-close {
    left: 100%;
  }
}
pages-component .pages-wrapper .page .heading {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0.9375rem;
  width: 100%;
  height: 3.75rem;
  color: #051e6e;
  font-weight: 600;
}
pages-component .pages-wrapper .page .heading .title {
  position: relative;
  height: 100%;
  width: 100%;
  font-size: 1rem;
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  cursor: pointer;
}
pages-component .pages-wrapper .page .heading .title img,
pages-component .pages-wrapper .page .heading .title i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.375rem;
  text-align: left;
  padding: 1.25rem;
}
@media screen and (min-width: 960px) {
  pages-component .pages-wrapper .page .heading .title img,
  pages-component .pages-wrapper .page .heading .title i {
    padding: 1.875rem;
  }
}
pages-component .pages-wrapper .page .heading .title img.action,
pages-component .pages-wrapper .page .heading .title i.action {
  top: 50%;
  left: initial;
  right: 0;
  transform: translateY(-50%);
}
pages-component .pages-wrapper .page .heading .title span {
  position: absolute;
  top: 50%;
  left: 4.375rem;
  transform: translateY(-50%);
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  pages-component .pages-wrapper .page .heading .title span {
    left: 5rem;
  }
}
pages-component .pages-wrapper .page .content {
  position: absolute;
  height: calc(100% - 3.75rem);
  top: 3.75rem;
  overflow-y: auto;
}
pages-component .pages-wrapper .page .content.center {
  top: 9.6875rem;
  left: 2.5rem;
  width: calc(100% - 5rem);
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  pages-component .pages-wrapper .page .content.center {
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 960px) and (max-height: 600px) {
  pages-component .pages-wrapper .page .content.center {
    top: 3.75rem;
  }
}
pages-component .pages-wrapper .page .content.center .row {
  padding: 0.625rem 0.625rem;
}
pages-component .pages-wrapper .page .content .subText {
  position: relative;
  padding-top: 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
}
pages-component .pages-wrapper .page .footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  flex-wrap: wrap;
}
pages-component .pages-wrapper .page .footer .footer-left,
pages-component .pages-wrapper .page .footer .footer-right {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
pages-component .pages-wrapper .page .footer .footer-left {
  flex: 1;
}
pages-component .pages-wrapper .page .footer.bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

/* project-component */
project-component .page:nth-child(1).left-out {
  left: 100% !important;
}
project-component .page:nth-child(1).left-out.to-viewport-x {
  left: 0 !important;
}
project-component .page:nth-child(1).left-out.out-left {
  left: -100% !important;
}
@media screen and (min-width: 960px) {
  project-component .page:nth-child(1) {
    width: 30%;
  }
  project-component .page:nth-child(1).left-out {
    left: -100% !important;
  }
  project-component .page:nth-child(1).left-out.to-viewport-x {
    left: 0 !important;
  }
  project-component .page:nth-child(1) .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
  project-component .page:nth-child(1) .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #1256fa !important;
  }
  project-component .page:nth-child(2) {
    left: 130%;
    width: 70%;
    display: block;
  }
  project-component .page:nth-child(2).to-viewport-x {
    left: 30% !important;
  }
  project-component .page.mobile-closed {
    display: block !important;
  }
}

/* project management */
/* project management */
.projectmanagement {
  width: 100%;
}
.projectmanagement ul li {
  min-height: 3.75rem;
  border-bottom: 1px solid #ffffff;
}
.projectmanagement ul li .icon,
.projectmanagement ul li .info,
.projectmanagement ul li .titel,
.projectmanagement ul li .action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.projectmanagement ul li .icon.center,
.projectmanagement ul li .info.center,
.projectmanagement ul li .titel.center,
.projectmanagement ul li .action.center {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-weight: 600;
}
.projectmanagement ul li .icon.center .icon,
.projectmanagement ul li .info.center .icon,
.projectmanagement ul li .titel.center .icon,
.projectmanagement ul li .action.center .icon {
  font-size: 1.125rem;
}
.projectmanagement ul li .icon {
  left: 1.25rem;
  font-size: 1.125rem;
}
.projectmanagement ul li .info {
  left: 1.25rem;
}
.projectmanagement ul li .info .date {
  color: #ffffff;
  font-size: 0.625rem;
  line-height: 0;
}
.projectmanagement ul li .info .date.day_month {
  margin-top: 0.75rem;
}
.projectmanagement ul li .titel {
  left: 5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.projectmanagement ul li .action {
  right: 1.5625rem;
  font-size: 1.125rem;
}
.projectmanagement ul li:hover, .projectmanagement ul li.active {
  background: #ffffff;
  color: #1256fa;
}
.projectmanagement ul li:hover .info,
.projectmanagement ul li:hover .action,
.projectmanagement ul li:hover .icon, .projectmanagement ul li.active .info,
.projectmanagement ul li.active .action,
.projectmanagement ul li.active .icon {
  color: #1256fa;
}
.projectmanagement ul li:hover .info .date,
.projectmanagement ul li:hover .action .date,
.projectmanagement ul li:hover .icon .date, .projectmanagement ul li.active .info .date,
.projectmanagement ul li.active .action .date,
.projectmanagement ul li.active .icon .date {
  color: #1256fa;
}
.projectmanagement ul li:hover .info svg path,
.projectmanagement ul li:hover .action svg path,
.projectmanagement ul li:hover .icon svg path, .projectmanagement ul li.active .info svg path,
.projectmanagement ul li.active .action svg path,
.projectmanagement ul li.active .icon svg path {
  stroke: #051e6e;
}
.projectmanagement ul li:hover .titel, .projectmanagement ul li.active .titel {
  color: #051e6e;
}
.projectmanagement ul li:hover .titel p, .projectmanagement ul li.active .titel p {
  color: #051e6e;
}
.projectmanagement ul li:hover svg line, .projectmanagement ul li.active svg line {
  stroke: #051e6e;
}

/* Sidebar */
.sidebar ul li {
  min-height: 3.75rem;
  color: #ffffff;
  border-color: #ffffff;
}
.sidebar ul li:hover {
  background: #ffffff;
  color: #1256fa;
}
.sidebar ul li:hover .icon svg path,
.sidebar ul li:hover .icon svg circle,
.sidebar ul li:hover .icon svg line,
.sidebar ul li:hover .action svg path,
.sidebar ul li:hover .action svg circle,
.sidebar ul li:hover .action svg line {
  stroke: #051e6e;
}
.sidebar ul li:hover .label select {
  color: #1256fa;
}
.sidebar ul li .label {
  left: 4.375rem;
}
.sidebar ul li .label.fullwidth {
  right: 4.375rem;
}
.sidebar ul li .label select {
  width: 100%;
}
.sidebar .logo {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

/* image-chooser */
image-chooser-component .center {
  text-align: center;
}
image-chooser-component .center .icons {
  display: inline-block;
}
image-chooser-component .center .icons .icon {
  height: 10.3125rem;
  width: 10.3125rem;
  cursor: pointer;
  margin: 1.25rem;
}
@media screen and (min-width: 960px) {
  image-chooser-component .center .icons .icon {
    margin: 3.125rem;
  }
}
image-chooser-component .center .icons .icon svg {
  margin-top: 2.5rem;
}
image-chooser-component .center .icons .icon .title {
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

image-manager-component .page .heading i.action {
  color: #051e6e;
}
image-manager-component .page .heading i.action:hover {
  color: #1256fa;
}
@media screen and (min-width: 960px) {
  image-manager-component .page .content {
    height: calc(
                    100% - 7.5rem
                ) !important;
  }
}
image-manager-component .page .content ul {
  margin: 0;
  padding: 0;
}
image-manager-component .page .content ul li {
  float: left;
  list-style: none;
  margin: 0.46875rem;
  cursor: pointer;
}
image-manager-component .page .content ul li .block-img,
image-manager-component .page .content ul li .addImage {
  width: 6.75rem;
  height: 6.75rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px;
  border: 0.125rem solid #ffffff;
  background-color: #abb1cc;
}
@media screen and (max-width: 960px) {
  image-manager-component .page .content ul li .block-img,
  image-manager-component .page .content ul li .addImage {
    width: 4.5rem;
    height: 4.5rem;
  }
}
image-manager-component .page .content ul li.addImageWrapper {
  position: relative;
  width: 6.75rem;
  height: 6.75rem;
  cursor: default;
}
image-manager-component .page .content ul li.addImageWrapper .addImage {
  position: absolute;
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  display: table-cell;
  transform: translateY(-50%);
  font-size: 1.875rem;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  color: #ffffff;
  background: #051e6e;
  border: 0;
  cursor: pointer;
}
image-manager-component .page .content ul li.addImageWrapper .addImage .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  font-size: 1.5rem;
}
image-manager-component .page .content ul li:hover .block-img, image-manager-component .page .content ul li:active .block-img, image-manager-component .page .content ul li:focus .block-img, image-manager-component .page .content ul li.selected .block-img {
  border: 0.125rem solid #1256fa;
}
image-manager-component .page .content .divider {
  width: 100vw;
  border-top: 1px solid #abb1cc;
}

/* ==========================================================================
   Header (Nav, SideNavLeft, etc.)
   ========================================================================== */
.language-switch-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-transform: uppercase;
  color: #051e6e;
  gap: 0.75rem;
}

.language-switch {
  position: relative;
  top: 3.125rem;
  left: -5rem;
  text-transform: uppercase;
  cursor: pointer;
  width: 2.125rem;
  z-index: 999;
  visibility: hidden;
}
.language-switch.open {
  visibility: visible;
}
.language-switch ul {
  color: #ffffff;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.language-switch ul li {
  background-color: #ffffff;
  color: #051e6e;
  padding: 0.125rem 0.125rem 0.125rem 1.125rem;
  width: 2.25rem;
  border: 1px solid #051e6e;
}
.language-switch ul li:hover {
  background-color: #051e6e;
  color: #ffffff;
}
.language-switch ul li.selected {
  background-color: #051e6e;
  color: #ffffff;
}

nav {
  position: relative;
  width: 100%;
  color: #ffffff;
}
nav .mainHeader {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #051e6e;
  position: relative;
}
@media screen and (max-width: 960px) {
  nav .mainHeader {
    border-bottom: 1px solid #1256fa;
  }
}
nav .mainHeader.hover-mode {
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: 0.5s ease background-color;
}
@media screen and (max-width: 960px) {
  nav .mainHeader.hover-mode {
    border-bottom: none;
  }
}
@media screen and (min-width: 960px) {
  nav .mainHeader.hover-mode:hover {
    background-color: #ffffff;
  }
  nav .mainHeader.hover-mode:hover .container-wrapper .container-left .container-item-logo svg path,
  nav .mainHeader.hover-mode:hover .container-wrapper .container-left .container-item-logo svg rect {
    fill: #051e6e;
  }
  nav .mainHeader.hover-mode:hover .container-wrapper .container-left .container-item-info .current-configuration-name {
    color: #051e6e;
  }
  nav .mainHeader.hover-mode:hover .container-wrapper .container-left .container-item-info .link-atom {
    color: #1256fa;
  }
  nav .mainHeader.hover-mode:hover .container-wrapper .container-left .container-item-info .link-atom svg line,
  nav .mainHeader.hover-mode:hover .container-wrapper .container-left .container-item-info .link-atom svg circle,
  nav .mainHeader.hover-mode:hover .container-wrapper .container-left .container-item-info .link-atom svg path {
    stroke: #1256fa;
  }
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item:hover svg circle,
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item:hover svg line,
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item:hover svg path,
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item:hover svg rect {
    stroke: #1256fa;
  }
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item:hover .language-switch-label {
    color: #1256fa;
  }
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item svg circle,
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item svg line,
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item svg path,
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item svg rect {
    stroke: #051e6e;
  }
  nav .mainHeader.hover-mode:hover .container-wrapper .container-right .container-item .language-switch-label {
    color: #051e6e;
  }
}
nav .mainHeader .statusbar {
  position: relative;
  text-align: center;
  background-color: #1256fa;
  height: 1.25rem;
  font-size: 0.625rem;
}
nav .mainHeader .statusbar span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
nav .mainHeader .container-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  padding: 2.1875rem 2.875rem;
  flex-flow: column;
  gap: 0.625rem;
}
nav .mainHeader .container-wrapper .icon-menu {
  flex: 0 0 2.5rem;
  cursor: pointer;
}
nav .mainHeader .container-wrapper .container-wrapper-top,
nav .mainHeader .container-wrapper .container-wrapper-bottom {
  display: flex;
  align-items: center;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  padding: 0.625rem;
  cursor: pointer;
  white-space: nowrap;
  height: 0.625rem;
  max-width: 3.25rem;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item.no-gap,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item.no-gap,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item.no-gap,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item.no-gap {
  gap: 0;
  padding: 0;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item:hover svg path,
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item:hover svg circle,
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item:hover svg line,
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item:hover svg rect,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item:hover svg path,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item:hover svg circle,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item:hover svg line,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item:hover svg rect,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item:hover svg path,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item:hover svg circle,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item:hover svg line,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item:hover svg rect,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item:hover svg path,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item:hover svg circle,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item:hover svg line,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item:hover svg rect {
  stroke: #1256fa;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item svg path,
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item svg circle,
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item svg line,
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item svg rect,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item svg path,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item svg circle,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item svg line,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item svg rect,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item svg path,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item svg circle,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item svg line,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item svg rect,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item svg path,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item svg circle,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item svg line,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item svg rect {
  stroke: #ffffff;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item .container-item-label,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item .container-item-label,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item .container-item-label,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item .container-item-label {
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-weight: 600;
  font-size: 0.75rem;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item .language-switch-label,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item .language-switch-label,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item .language-switch-label,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item .language-switch-label {
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  padding: 0.625rem;
  color: #ffffff;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item-info,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item-info,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item-info,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item-info {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item-info .current-configuration-name,
nav .mainHeader .container-wrapper .container-wrapper-top .container-right .container-item-info .current-configuration-name,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item-info .current-configuration-name,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-right .container-item-info .current-configuration-name {
  font-weight: 600;
  color: #ffffff;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left {
  flex: 1;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item-logo svg,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item-logo svg {
  height: 2.5rem;
  width: auto;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item-project,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item-project {
  display: flex;
  flex-flow: column;
  gap: 0.125rem;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item-project .container-item-project-welcome,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item-project .container-item-project-welcome {
  color: #1256fa;
  font-size: 0.875rem;
}
nav .mainHeader .container-wrapper .container-wrapper-top .container-left .container-item-project .container-item-project-title,
nav .mainHeader .container-wrapper .container-wrapper-bottom .container-left .container-item-project .container-item-project-title {
  font-family: GraphikWide, Graphik, Ubuntu, Arial, san-serif;
  font-weight: 600;
  font-size: 1rem;
}
nav .mainHeader .container-wrapper.authenticated {
  padding: 2.1875rem 2.8125rem;
}
@media (max-width: 960px) {
  nav .mainHeader .container-wrapper.authenticated {
    padding: 1.5625rem 2.8125rem;
  }
}
nav .mainHeader .container-wrapper.authenticated .container-left .container-item,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item {
  max-width: unset;
  min-width: 6.875rem;
}
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover svg path,
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover svg circle,
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover svg line,
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover svg rect,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover svg path,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover svg circle,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover svg line,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover svg rect {
  stroke: #1256fa;
}
nav .mainHeader .container-wrapper.authenticated .container-left .container-item svg path,
nav .mainHeader .container-wrapper.authenticated .container-left .container-item svg circle,
nav .mainHeader .container-wrapper.authenticated .container-left .container-item svg line,
nav .mainHeader .container-wrapper.authenticated .container-left .container-item svg rect,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item svg path,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item svg circle,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item svg line,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item svg rect {
  stroke: #051e6e;
}
nav .mainHeader .container-wrapper.authenticated .container-left .container-item .container-item-label,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item .container-item-label {
  letter-spacing: 0.046875rem;
}
nav .mainHeader .container-wrapper.authenticated .container-left .container-item .language-switch-label,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item .language-switch-label {
  color: #051e6e;
}
nav .mainHeader .container-wrapper.authenticated .container-left .container-item .language-switch,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item .language-switch {
  left: -4.375rem;
}
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover svg circle,
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover svg path,
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover svg line,
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover svg rect,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover svg circle,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover svg path,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover svg line,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover svg rect {
  stroke: #1256fa;
}
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover .container-item-label,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover .container-item-label {
  color: #1256fa;
}
nav .mainHeader .container-wrapper.authenticated .container-left .container-item:hover .language-switch-label,
nav .mainHeader .container-wrapper.authenticated .container-right .container-item:hover .language-switch-label {
  color: #1256fa;
}
@media (max-width: 640px) {
  nav .mainHeader .container-wrapper {
    padding: 1.25rem;
  }
  nav .mainHeader .container-wrapper.authenticated {
    padding: 1.5625rem 1.5625rem;
  }
  nav .mainHeader .container-wrapper.authenticated .container-left .container-item-logo img {
    height: 2.5rem;
    width: 100%;
  }
  nav .mainHeader .container-wrapper .container-left .logo-with-info .container-item-logo svg {
    width: 9.75rem;
  }
}
@media (min-width: 1280px) {
  nav .mainHeader .container-wrapper {
    padding: 2.1875rem 6.875rem;
  }
}
nav .subHeader {
  position: relative;
  width: 100%;
  height: 2.25rem;
  box-sizing: border-box;
  background: #051e6e;
  cursor: pointer;
}
nav .subHeader .productCnt,
nav .subHeader .productName,
nav .subHeader .productChange {
  position: absolute;
  line-height: 2.25rem;
  display: inline-block;
  font-size: 0.75rem;
}
nav .subHeader .productCnt {
  left: 2.5rem;
  color: #ffffff;
}
nav .subHeader .productName {
  left: 0;
  right: 0;
  text-align: center;
}
nav .subHeader .productChange {
  right: 2.5rem;
  width: 0.625rem;
  font-size: 1rem;
}
nav .subHeader .projectList {
  width: 100%;
  overflow: hidden;
  display: table;
  table-layout: fixed;
}
nav .subHeader .projectList .project {
  display: table-cell;
  height: 2.25rem;
  background: #ebf0f5;
  color: #5f6580;
  line-height: 2.25rem;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 0.75rem;
  font-weight: 600;
}
nav .subHeader .projectList .project:last-child {
  border-right: 0;
}
nav .subHeader .projectList .project.active, nav .subHeader .projectList .project:hover {
  background: #ffffff;
  color: #051e6e;
}
nav .subHeader .projectList .project .project-icon {
  padding: 0 0.3125rem;
  display: inline-block;
}
nav .subHeader .projectList .project .project-icon svg {
  height: 1.125rem;
  width: auto;
}
nav .subHeader .projectList .project .project-icon .project-icon-svg {
  fill: none;
  stroke: #5f6580;
  stroke-miterlimit: 10;
}
nav .subHeader .projectList .project .project-text {
  display: inline-block;
  font-size: 0.75rem;
  vertical-align: middle;
}

/* ==========================================================================
   ProjectManagement
   ========================================================================== */
.camera-options {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #051e6e;
}
.camera-options ul {
  margin: 0;
  padding: 0.625rem;
}
.camera-options ul li {
  position: relative;
  padding: 0.9375rem;
  float: left;
  font-size: 1.375rem;
  list-style: none;
  cursor: pointer;
  background-color: #f0f0f0;
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 0.625rem;
}
.camera-options ul li:hover {
  color: #1256fa;
}
.camera-options ul li .activeBackground {
  color: #ffffff;
}
.camera-options ul li i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-base-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  z-index: 1000;
}

.modal-base-content {
  position: absolute;
  top: 5rem;
  left: 50%;
  width: calc(100% - 10rem);
  max-width: 20rem;
  height: calc(100% - 10rem);
  transform: translateX(-50%);
  overflow: hidden;
  /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  display: none;
}
.modal-base-content.opened {
  display: block;
  z-index: 1000;
}

.add-product {
  position: absolute;
  bottom: -4.5rem;
  right: 1.25rem;
  z-index: 10;
}

.confirm-modal-content {
  position: relative;
  height: 100%;
  cursor: default;
}
.confirm-modal-content.opened {
  display: block;
}
.confirm-modal-content .heading {
  height: 3.5rem;
  line-height: 3.5rem;
  color: #ffffff;
  background: #051e6e;
  text-align: center;
  font-size: 0.875rem;
}
.confirm-modal-content .content {
  display: flex;
}
.confirm-modal-content .content button {
  flex: 1;
  height: 3.4375rem;
  background: #ffffff;
  font-size: 0.75rem;
  color: #051e6e;
}
.confirm-modal-content .content button:hover {
  background: #1256fa;
  color: #ffffff;
}

.add-product-content,
.choose-product-content {
  position: relative;
  height: 100%;
  cursor: default;
}
.add-product-content.opened,
.choose-product-content.opened {
  display: block;
}
.add-product-content .heading,
.choose-product-content .heading {
  height: 3.5rem;
  line-height: 3.5rem;
  color: #ffffff;
  background: #051e6e;
  text-align: center;
  font-size: 0.875rem;
}
.add-product-content ul.scroll-content,
.choose-product-content ul.scroll-content {
  max-height: calc(100% - 9.3rem);
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  border-left: 1px solid #abb1cc;
  border-right: 1px solid #abb1cc;
  border-bottom: 1px solid #abb1cc;
}
.add-product-content ul.scroll-content li,
.choose-product-content ul.scroll-content li {
  background: #ffffff;
}
.add-product-content ul.scroll-content li:last-of-type,
.choose-product-content ul.scroll-content li:last-of-type {
  border-bottom: 0;
}
.add-product-content ul.scroll-content li:hover,
.choose-product-content ul.scroll-content li:hover {
  background: #1256fa;
  color: #ffffff;
}
.add-product-content ul.scroll-content li.center,
.choose-product-content ul.scroll-content li.center {
  min-height: 2.8125rem;
  line-height: 2.8125rem;
}
.add-product-content .choose-product-content-tail,
.choose-product-content .choose-product-content-tail {
  height: 2.8125rem;
  line-height: 2.8125rem;
  background: #ffffff;
  font-size: 1.25rem;
  color: #051e6e;
  cursor: pointer;
}
.add-product-content .choose-product-content-tail:hover,
.choose-product-content .choose-product-content-tail:hover {
  background: #1256fa;
  color: #ffffff;
}
.add-product-content .choose-product-content-tail:hover svg line,
.choose-product-content .choose-product-content-tail:hover svg line {
  stroke: #ffffff;
}
.add-product-content .choose-product-content-tail svg line,
.choose-product-content .choose-product-content-tail svg line {
  stroke: #051e6e;
}

/* Show tooltip content on hover */