/*!*********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[13].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[13].use[2]!./build-targets/theme/packages/core/src/css/index.less ***!
  \*********************************************************************************************************************************************************************************************************/
:root {
  color-scheme: light dark;
  --mdc-theme-login-background-image: url(./transparent_1x1eeb2a7078a01d7e11ad4.png);
  --mdc-theme-login-background-position: center center;
  --mdc-theme-login-background-repeat: no-repeat;
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: #ffffff;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-secondary: #3884f8;
  --mdc-theme-primary: #3884f8;
  --mdc-theme-error: #ff2525;
  --mdc-theme-on-error: #fff;
  --mdc-theme-on-primary: #fff;
  --mdc-theme-on-secondary: #fff;
  --mdc-theme-custom-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
		0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-theme-custom-surface-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
		0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.theme-light {
  color-scheme: light;
  --mdc-theme-background: #fafafa;
  --mdc-theme-on-background: #111;
  --mdc-theme-on-surface: #111;
  --mdc-theme-surface: #fafafa;
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-custom-background-accent: rgba(0, 0, 0, 0.02);
  --mdc-theme-custom-background-light: rgba(0, 0, 0, 0.04);
  --mdc-theme-custom-background-medium: rgba(0, 0, 0, 0.2);
  --mdc-theme-custom-backdrop: rgba(250, 250, 250, 0.85);
  --mdc-theme-custom-header: rgba(250, 250, 250, 0.95);
  --mdc-theme-custom-border: rgba(0, 0, 0, 0.08);
  --mdc-theme-custom-icon-background: var(--mdc-theme-primary);
  --mdc-theme-custom-icon-on-background: var(--mdc-theme-on-primary);
}
.theme-dark {
  color-scheme: dark;
  --mdc-theme-background: #242424;
  --mdc-theme-on-background: #eee;
  --mdc-theme-on-surface: #eee;
  --mdc-theme-surface: #242424;
  --mdc-theme-text-hint-on-background: rgba(255, 255, 255, 0.68);
  --mdc-theme-text-icon-on-background: rgba(255, 255, 255, 0.87);
  --mdc-theme-text-disabled-on-background: rgba(255, 255, 255, 0.38);
  --mdc-theme-text-primary-on-background: rgba(255, 255, 255, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(255, 255, 255, 0.54);
  --mdc-theme-custom-backdrop: rgba(36, 36, 36, 0.75);
  --mdc-theme-custom-header: rgba(36, 36, 36, 0.95);
  --mdc-theme-custom-background-accent: rgba(255, 255, 255, 0.02);
  --mdc-theme-custom-background-light: rgba(255, 255, 255, 0.04);
  --mdc-theme-custom-background-medium: rgba(255, 255, 255, 0.1);
  --mdc-theme-custom-border: rgba(255, 255, 255, 0.16);
  --mdc-theme-custom-icon-background: var(--mdc-theme-primary);
  --mdc-theme-custom-icon-on-background: var(--mdc-theme-on-primary);
}
body {
  font: normal 16px/18px sans-serif, arial;
  background-color: var(--mdc-theme-background);
  color: var(--mdc-theme-on-surface);
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
html,
body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
}
* {
  box-sizing: border-box;
}
html.drag-resizing body * {
  pointer-events: stroke !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none !important;
}
html.drag-resizing.drag-resizing-X {
  cursor: col-resize !important;
}
html.drag-resizing.drag-resizing-Y {
  cursor: row-resize !important;
}
html.drag-selecting body * {
  pointer-events: stroke !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none !important;
}
html.drag-selecting.drag-selecting-nw,
html.drag-selecting.drag-selecting-se {
  cursor: nesw-resize !important;
}
html.drag-selecting.drag-selecting-ne,
html.drag-selecting.drag-selecting-sw {
  cursor: nwse-resize !important;
}
#wrapper {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  bottom: 0;
  left: 0;
  min-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
#javascript-required {
  background: var(--mdc-theme-primary);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}
#javascript-required > div {
  color: var(--mdc-theme-on-primary);
  font-size: 1.25rem;
  font-weight: 900;
  height: 100%;
  padding: 16px;
  text-align: center;
  width: 100%;
}
#javascript-required > div > .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#javascript-required > div svg {
  display: block;
  font-size: 100px;
  margin-bottom: 16px;
}
#javascript-required > div .help-text {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
  width: inherit;
}
#javascript-required > div p + .help-text {
  margin-top: 16px;
}
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/material-components/material-components-web/blob/master/LICENSE
 */
@-webkit-keyframes primary-indeterminate-translate {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
            animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  59.15% {
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
            animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    -webkit-transform: translateX(83.67142%);
            transform: translateX(83.67142%);
  }
  100% {
    -webkit-transform: translateX(200.611057%);
            transform: translateX(200.611057%);
  }
}
@keyframes primary-indeterminate-translate {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
            animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  59.15% {
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
            animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    -webkit-transform: translateX(83.67142%);
            transform: translateX(83.67142%);
  }
  100% {
    -webkit-transform: translateX(200.611057%);
            transform: translateX(200.611057%);
  }
}
@-webkit-keyframes primary-indeterminate-scale {
  0% {
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
  36.65% {
    -webkit-animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
            animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
  69.15% {
    -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
            animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    -webkit-transform: scaleX(0.661479);
            transform: scaleX(0.661479);
  }
  100% {
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
}
@keyframes primary-indeterminate-scale {
  0% {
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
  36.65% {
    -webkit-animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
            animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
  69.15% {
    -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
            animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    -webkit-transform: scaleX(0.661479);
            transform: scaleX(0.661479);
  }
  100% {
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
}
@-webkit-keyframes secondary-indeterminate-translate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
            animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
            animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    -webkit-transform: translateX(37.651913%);
            transform: translateX(37.651913%);
  }
  48.35% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
            animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    -webkit-transform: translateX(84.386165%);
            transform: translateX(84.386165%);
  }
  100% {
    -webkit-transform: translateX(160.277782%);
            transform: translateX(160.277782%);
  }
}
@keyframes secondary-indeterminate-translate {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
            animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
            animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    -webkit-transform: translateX(37.651913%);
            transform: translateX(37.651913%);
  }
  48.35% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
            animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    -webkit-transform: translateX(84.386165%);
            transform: translateX(84.386165%);
  }
  100% {
    -webkit-transform: translateX(160.277782%);
            transform: translateX(160.277782%);
  }
}
@-webkit-keyframes secondary-indeterminate-scale {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
            animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
  19.15% {
    -webkit-animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
            animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
    -webkit-transform: scaleX(0.457104);
            transform: scaleX(0.457104);
  }
  44.15% {
    -webkit-animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
            animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
    -webkit-transform: scaleX(0.72796);
            transform: scaleX(0.72796);
  }
  100% {
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
}
@keyframes secondary-indeterminate-scale {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
            animation-timing-function: cubic-bezier(0.205028, 0.057051, 0.57661, 0.453971);
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
  19.15% {
    -webkit-animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
            animation-timing-function: cubic-bezier(0.152313, 0.196432, 0.648374, 1.004315);
    -webkit-transform: scaleX(0.457104);
            transform: scaleX(0.457104);
  }
  44.15% {
    -webkit-animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
            animation-timing-function: cubic-bezier(0.257759, -0.003163, 0.211762, 1.38179);
    -webkit-transform: scaleX(0.72796);
            transform: scaleX(0.72796);
  }
  100% {
    -webkit-transform: scaleX(0.08);
            transform: scaleX(0.08);
  }
}
@-webkit-keyframes buffering {
  to {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@keyframes buffering {
  to {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@-webkit-keyframes primary-indeterminate-translate-reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
            animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  59.15% {
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
            animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    -webkit-transform: translateX(-83.67142%);
            transform: translateX(-83.67142%);
  }
  100% {
    -webkit-transform: translateX(-200.611057%);
            transform: translateX(-200.611057%);
  }
}
@keyframes primary-indeterminate-translate-reverse {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
            animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  59.15% {
    -webkit-animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
            animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    -webkit-transform: translateX(-83.67142%);
            transform: translateX(-83.67142%);
  }
  100% {
    -webkit-transform: translateX(-200.611057%);
            transform: translateX(-200.611057%);
  }
}
@-webkit-keyframes secondary-indeterminate-translate-reverse {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
            animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
            animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    -webkit-transform: translateX(-37.651913%);
            transform: translateX(-37.651913%);
  }
  48.35% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
            animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    -webkit-transform: translateX(-84.386165%);
            transform: translateX(-84.386165%);
  }
  100% {
    -webkit-transform: translateX(-160.277782%);
            transform: translateX(-160.277782%);
  }
}
@keyframes secondary-indeterminate-translate-reverse {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
            animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
            animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    -webkit-transform: translateX(-37.651913%);
            transform: translateX(-37.651913%);
  }
  48.35% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
            animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    -webkit-transform: translateX(-84.386165%);
            transform: translateX(-84.386165%);
  }
  100% {
    -webkit-transform: translateX(-160.277782%);
            transform: translateX(-160.277782%);
  }
}
@-webkit-keyframes buffering-reverse {
  to {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes buffering-reverse {
  to {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.mdc-linear-progress {
  position: relative;
  width: 100%;
  height: 4px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  overflow: hidden;
}
.mdc-linear-progress__bar {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: none;
          animation: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition: -webkit-transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__bar-inner {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: none;
          animation: none;
}
.mdc-linear-progress__buffering-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: buffering 250ms infinite linear;
          animation: buffering 250ms infinite linear;
  background-repeat: repeat-x;
  background-size: 10px 4px;
}
.mdc-linear-progress__buffer {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  transition: -webkit-transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1), -webkit-transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-linear-progress__primary-bar {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.mdc-linear-progress__secondary-bar {
  visibility: hidden;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
  transition: none;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  left: -145.166611%;
  -webkit-animation: primary-indeterminate-translate 2s infinite linear;
          animation: primary-indeterminate-translate 2s infinite linear;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner {
  -webkit-animation: primary-indeterminate-scale 2s infinite linear;
          animation: primary-indeterminate-scale 2s infinite linear;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
  left: -54.888891%;
  -webkit-animation: secondary-indeterminate-translate 2s infinite linear;
          animation: secondary-indeterminate-translate 2s infinite linear;
  visibility: visible;
}
.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner {
  -webkit-animation: secondary-indeterminate-scale 2s infinite linear;
          animation: secondary-indeterminate-scale 2s infinite linear;
}
.mdc-linear-progress--reversed .mdc-linear-progress__bar,
.mdc-linear-progress--reversed .mdc-linear-progress__buffer {
  right: 0;
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
  -webkit-animation-name: primary-indeterminate-translate-reverse;
          animation-name: primary-indeterminate-translate-reverse;
}
.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
  -webkit-animation-name: secondary-indeterminate-translate-reverse;
          animation-name: secondary-indeterminate-translate-reverse;
}
.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
  -webkit-animation: buffering-reverse 250ms infinite linear;
          animation: buffering-reverse 250ms infinite linear;
}
.mdc-linear-progress--closed {
  opacity: 0;
}

.mdc-linear-progress__bar-inner {
  background-color: #6200ee;
  /* @alternate */
  background-color: var(--mdc-theme-primary, #6200ee);
}

.mdc-linear-progress__buffering-dots {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 enable-background=%27new 0 0 5 2%27 xml:space=%27preserve%27 viewBox=%270 0 5 2%27 preserveAspectRatio=%27none slice%27%3E%3Ccircle cx=%271%27 cy=%271%27 r=%271%27 fill=%27%23e6e6e6%27/%3E%3C/svg%3E");
}

.mdc-linear-progress__buffer {
  background-color: #e6e6e6;
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
  right: -145.166611%;
  left: auto;
}
.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
  right: -54.888891%;
  left: auto;
}
/*# sourceMappingURL=mdc.linear-progress.css.map*/
#nx-app-loader #loading {
  background-color: var(--mdc-theme-background);
  position: fixed;
  transition: background-color 0.3s linear;
}
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  right: 0;
  top: 0;
  z-index: 99;
}
#loading > .container {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}
#loading .loader {
  align-self: stretch;
  flex: 1 1 auto;
}
#loading .loader .ball {
  margin: 5px auto;
}
#loading .loader .ball::after {
  width: 10px;
  height: 10px;
}
#nx-app-loader {
  bottom: 0;
  font-size: 1em;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  pointer-events: none !important;
}
#nx-app-loader .progress {
  box-shadow: none;
  margin: 0;
}
#nx-app-loader #nx-app-message {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(200, 200, 200, 0.5);
  border-radius: 5px;
  color: var(--mdc-theme-text-primary-on-background);
  bottom: 10px;
  height: 36px;
  padding: 0 8px;
  position: fixed;
  right: 10px;
  width: 175px;
  overflow: hidden;
  z-index: 100;
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#nx-app-loader #nx-app-message #nx-app-message-text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#nx-app-loader #nx-app-message:not(.active) {
  opacity: 0;
}
#nx-app-loader #nx-app-progress {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
#nx-app-loader #nx-app-progress .mdc-linear-progress {
  border-radius: 0;
}
#nx-app-loader #nx-app-progress .mdc-linear-progress.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  width: 100% !important;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
#nx-app-loader #nx-app-progress .mdc-linear-progress__primary-bar {
  transform: none !important;
  -moz-transition: width 0.2s linear;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
  width: 0;
}
#nx-app-loader #nx-app-progress:not(.active) {
  visibility: hidden;
}
#nx-app-loader #nx-app-progress.active .mdc-linear-progress__primary-bar {
  will-change: width;
}
#nx-app-loader #nx-app-progress.disable-transition .mdc-linear-progress__primary-bar {
  transition: none;
}
.theme-dark #nx-app-loader #nx-app-message {
  background: var(--mdc-theme-custom-background-light);
  box-shadow: var(--mdc-theme-custom-shadow);
}
.theme-dark #nx-app-loader #nx-app-progress .mdc-linear-progress {
  background-color: #524840;
}
.loader {
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  zoom: 1;
}
.loader .container {
  display: flex;
  flex: 0 0 150px;
  flex-direction: column;
}
.loader .container .ball {
  display: flex;
  flex: 0 0 auto;
  margin: 2.5px auto;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
#loading .loader,
.loading .loader {
  display: flex;
  flex-direction: column;
}
#loading .loader .ball,
.loading .loader .ball {
  background: var(--mdc-theme-primary);
}
#loading .loader .ball:nth-child(1),
.loading .loader .ball:nth-child(1),
#loading .loader .ball:nth-child(7),
.loading .loader .ball:nth-child(7) {
  -moz-animation: loading_ball_right 1s infinite ease-in-out;
  -webkit-animation: loading_ball_right 1s infinite ease-in-out;
  animation: loading_ball_right 1s infinite ease-in-out;
}
#loading .loader .ball:nth-child(2),
.loading .loader .ball:nth-child(2) {
  -moz-animation: loading_ball_left 1.1s infinite ease-in-out;
  -webkit-animation: loading_ball_left 1.1s infinite ease-in-out;
  animation: loading_ball_left 1.1s infinite ease-in-out;
}
#loading .loader .ball:nth-child(3),
.loading .loader .ball:nth-child(3) {
  -moz-animation: loading_ball_right 1.05s infinite ease-in-out;
  -webkit-animation: loading_ball_right 1.05s infinite ease-in-out;
  animation: loading_ball_right 1.05s infinite ease-in-out;
}
#loading .loader .ball:nth-child(4),
.loading .loader .ball:nth-child(4) {
  -moz-animation: loading_ball_left 1.15s infinite ease-in-out;
  -webkit-animation: loading_ball_left 1.15s infinite ease-in-out;
  animation: loading_ball_left 1.15s infinite ease-in-out;
}
#loading .loader .ball:nth-child(5),
.loading .loader .ball:nth-child(5) {
  -moz-animation: loading_ball_right 1.1s infinite ease-in-out;
  -webkit-animation: loading_ball_right 1.1s infinite ease-in-out;
  animation: loading_ball_right 1.1s infinite ease-in-out;
}
#loading .loader .ball:nth-child(6),
.loading .loader .ball:nth-child(6) {
  -moz-animation: loading_ball_left 1.05s infinite ease-in-out;
  -webkit-animation: loading_ball_left 1.05s infinite ease-in-out;
  animation: loading_ball_left 1.05s infinite ease-in-out;
}
@-webkit-keyframes loading_ball_left {
  0% {
    -webkit-transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(15px);
  }
}
@-moz-keyframes loading_ball_left {
  0% {
    -moz-transform: translateX(15px);
  }
  50% {
    -moz-transform: translateX(-15px);
  }
  100% {
    -moz-transform: translateX(15px);
  }
}
@keyframes loading_ball_left {
  0% {
    transform: translateX(15px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(15px);
  }
}
@-moz-keyframes loading_ball_right {
  0% {
    -moz-transform: translateX(-15px);
  }
  50% {
    -moz-transform: translateX(15px);
  }
  100% {
    -moz-transform: translateX(-15px);
  }
}
@-webkit-keyframes loading_ball_right {
  0% {
    -webkit-transform: translateX(-15px);
  }
  50% {
    -webkit-transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(-15px);
  }
}
@keyframes loading_ball_right {
  0% {
    transform: translateX(-15px);
  }
  50% {
    transform: translateX(15px);
  }
  100% {
    transform: translateX(-15px);
  }
}
@-webkit-keyframes assetLoad {
  from {
    -webkit-transform: translate(0, 160px);
  }
  to {
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes assetLoad {
  from {
    -moz-transform: translate(0, 160px);
  }
  to {
    -moz-transform: translate(0, 0);
  }
}
@keyframes assetLoad {
  from {
    transform: translate(0, 160px);
  }
  to {
    transform: translate(0, 0);
  }
}


/*# sourceMappingURL=style.8648edc60c27d7bfcc8c.css.map*/