@import url(https://fonts.googleapis.com/css?family=Roboto+Mono:400,400i,700,700i);
.mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  position: absolute;
  bottom: 16px;
  cursor: pointer; }

.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none; }

.mdc-text-field-helper-text {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.03333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin: 0;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  will-change: opacity; }
  .mdc-text-field-helper-text::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0; }

.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial; }

.mdc-floating-label {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  position: absolute;
  /* @noflip */
  left: 0;
  /* @noflip */
  -webkit-transform-origin: left top;
          transform-origin: left top;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  /* @alternate */
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform; }
  [dir="rtl"] .mdc-floating-label, .mdc-floating-label[dir="rtl"] {
    /* @noflip */
    right: 0;
    /* @noflip */
    left: auto;
    /* @noflip */
    -webkit-transform-origin: right top;
            transform-origin: right top;
    /* @noflip */
    text-align: right; }

.mdc-floating-label--float-above {
  cursor: auto; }

.mdc-floating-label--float-above {
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75); }

.mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-standard 250ms 1;
          animation: mdc-floating-label-shake-float-above-standard 250ms 1; }

@-webkit-keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-50%) scale(0.75);
            transform: translateX(calc(4% - 0%)) translateY(-50%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(0.75);
            transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); } }

@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-50%) scale(0.75);
            transform: translateX(calc(4% - 0%)) translateY(-50%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(0.75);
            transform: translateX(calc(-4% - 0%)) translateY(-50%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-50%) scale(0.75); } }

.mdc-line-ripple {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 2; }

.mdc-line-ripple--active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1; }

.mdc-line-ripple--deactivating {
  opacity: 0; }

.mdc-notched-outline {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  /* @noflip */
  text-align: left;
  pointer-events: none; }
  [dir="rtl"] .mdc-notched-outline, .mdc-notched-outline[dir="rtl"] {
    /* @noflip */
    text-align: right; }
  .mdc-notched-outline__leading, .mdc-notched-outline__notch, .mdc-notched-outline__trailing {
    box-sizing: border-box;
    height: 100%;
    transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
    border-top: 1px solid;
    border-bottom: 1px solid;
    pointer-events: none; }
  .mdc-notched-outline__leading {
    /* @noflip */
    border-left: 1px solid;
    /* @noflip */
    border-right: none;
    width: 12px; }
    [dir="rtl"] .mdc-notched-outline__leading, .mdc-notched-outline__leading[dir="rtl"] {
      /* @noflip */
      border-left: none;
      /* @noflip */
      border-right: 1px solid; }
  .mdc-notched-outline__trailing {
    /* @noflip */
    border-left: none;
    /* @noflip */
    border-right: 1px solid;
    flex-grow: 1; }
    [dir="rtl"] .mdc-notched-outline__trailing, .mdc-notched-outline__trailing[dir="rtl"] {
      /* @noflip */
      border-left: 1px solid;
      /* @noflip */
      border-right: none; }
  .mdc-notched-outline__notch {
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 12px * 2); }
  .mdc-notched-outline .mdc-floating-label {
    display: inline-block;
    position: relative;
    top: 17px;
    bottom: auto;
    max-width: 100%; }
  .mdc-notched-outline .mdc-floating-label--float-above {
    text-overflow: clip; }
  .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    max-width: calc(100% / .75); }

.mdc-notched-outline--notched .mdc-notched-outline__notch {
  /* @noflip */
  padding-left: 0;
  /* @noflip */
  padding-right: 8px;
  border-top: none; }
  [dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch, .mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
    /* @noflip */
    padding-left: 8px;
    /* @noflip */
    padding-right: 0; }

.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  padding: 0; }

@-webkit-keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
            transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); }
  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
            transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); } }

@keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
            transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1); }
  to {
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
            transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); } }

@-webkit-keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 0; }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0); } }

@keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: 0; }
  to {
    opacity: var(--mdc-ripple-fg-opacity, 0); } }

@-webkit-keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0); }
  to {
    opacity: 0; } }

@keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0); }
  to {
    opacity: 0; } }

.mdc-ripple-surface--test-edge-var-bug {
  --mdc-ripple-surface-test-edge-var: 1px solid #000;
  visibility: hidden; }
  .mdc-ripple-surface--test-edge-var-bug::before {
    border: var(--mdc-ripple-surface-test-edge-var); }

.mdc-text-field-helper-text {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.03333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  margin: 0;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  will-change: opacity; }
  .mdc-text-field-helper-text::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0; }

.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial; }

.mdc-text-field-character-counter {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.03333em;
  text-decoration: inherit;
  text-transform: inherit;
  display: block;
  margin-top: 0;
  /* @alternate */
  line-height: normal;
  /* @noflip */
  margin-left: auto;
  /* @noflip */
  margin-right: 0;
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 0;
  white-space: nowrap; }
  .mdc-text-field-character-counter::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0; }
  [dir="rtl"] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir="rtl"] {
    /* @noflip */
    margin-left: 0;
    /* @noflip */
    margin-right: auto; }
  [dir="rtl"] .mdc-text-field-character-counter, .mdc-text-field-character-counter[dir="rtl"] {
    /* @noflip */
    padding-left: 0;
    /* @noflip */
    padding-right: 16px; }

.mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  position: absolute;
  bottom: 16px;
  cursor: pointer; }

.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none; }

.mdc-text-field {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: transform, opacity;
  border-radius: 4px 4px 0 0;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  height: 56px;
  overflow: hidden;
  /* @alternate */
  will-change: opacity, transform, color; }
  .mdc-text-field::before, .mdc-text-field::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: ""; }
  .mdc-text-field::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1; }
  .mdc-text-field.mdc-ripple-upgraded::before {
    -webkit-transform: scale(var(--mdc-ripple-fg-scale, 1));
            transform: scale(var(--mdc-ripple-fg-scale, 1)); }
  .mdc-text-field.mdc-ripple-upgraded::after {
    top: 0;
    /* @noflip */
    left: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  .mdc-text-field.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    /* @noflip */
    left: var(--mdc-ripple-left, 0); }
  .mdc-text-field.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
            animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
  .mdc-text-field.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
            animation: mdc-ripple-fg-opacity-out 150ms;
    -webkit-transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
            transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
  .mdc-text-field::before, .mdc-text-field::after {
    background-color: rgba(0, 0, 0, 0.87); }
  .mdc-text-field:hover::before {
    opacity: 0.04; }
  .mdc-text-field:not(.mdc-ripple-upgraded):focus::before, .mdc-text-field.mdc-ripple-upgraded--background-focused::before {
    transition-duration: 75ms;
    opacity: 0.12; }
  .mdc-text-field::before, .mdc-text-field::after {
    top: calc(50% - 100%);
    /* @noflip */
    left: calc(50% - 100%);
    width: 200%;
    height: 200%; }
  .mdc-text-field.mdc-ripple-upgraded::after {
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%); }
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(0, 0, 0, 0.6); }
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: rgba(0, 0, 0, 0.87); }
  .mdc-text-field .mdc-text-field__input {
    caret-color: #6200ee;
    /* @alternate */
    caret-color: var(--mdc-theme-primary, #6200ee); }
  .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    border-bottom-color: rgba(0, 0, 0, 0.42); }
  .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
    border-bottom-color: rgba(0, 0, 0, 0.87); }
  .mdc-text-field .mdc-line-ripple {
    background-color: #6200ee;
    /* @alternate */
    background-color: var(--mdc-theme-primary, #6200ee); }
  .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
  .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: rgba(0, 0, 0, 0.6); }
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
  .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: rgba(0, 0, 0, 0.6); }
  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
    color: rgba(0, 0, 0, 0.54); }
  .mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: whitesmoke; }
  .mdc-text-field .mdc-floating-label {
    /* @noflip */
    left: 16px;
    /* @noflip */
    right: initial;
    top: 18px;
    pointer-events: none; }
    [dir="rtl"] .mdc-text-field .mdc-floating-label, .mdc-text-field .mdc-floating-label[dir="rtl"] {
      /* @noflip */
      left: initial;
      /* @noflip */
      right: 16px; }
  .mdc-text-field--textarea .mdc-floating-label {
    /* @noflip */
    left: 4px;
    /* @noflip */
    right: initial; }
    [dir="rtl"] .mdc-text-field--textarea .mdc-floating-label, .mdc-text-field--textarea .mdc-floating-label[dir="rtl"] {
      /* @noflip */
      left: initial;
      /* @noflip */
      right: 4px; }
  .mdc-text-field--outlined .mdc-floating-label {
    /* @noflip */
    left: 4px;
    /* @noflip */
    right: initial;
    top: 17px; }
    [dir="rtl"] .mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
      /* @noflip */
      left: initial;
      /* @noflip */
      right: 4px; }
  .mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
    /* @noflip */
    left: 36px;
    /* @noflip */
    right: initial; }
    [dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label, .mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"] {
      /* @noflip */
      left: initial;
      /* @noflip */
      right: 36px; }
    .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
      /* @noflip */
      left: 40px;
      /* @noflip */
      right: initial; }
      [dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above, .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir="rtl"] {
        /* @noflip */
        left: initial;
        /* @noflip */
        right: 40px; }

.mdc-text-field__input {
  font-family: Roboto, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.00937em;
  text-decoration: inherit;
  text-transform: inherit;
  align-self: flex-end;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 16px 6px;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .mdc-text-field__input::-webkit-input-placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    color: rgba(0, 0, 0, 0.54); }
  .mdc-text-field__input:-ms-input-placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    color: rgba(0, 0, 0, 0.54); }
  .mdc-text-field__input::-ms-input-placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    color: rgba(0, 0, 0, 0.54); }
  .mdc-text-field__input::placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    color: rgba(0, 0, 0, 0.54); }
  .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54) !important; }
  .mdc-text-field--fullwidth .mdc-text-field__input::-webkit-input-placeholder,
  .mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,
  .mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1; }
  .mdc-text-field--fullwidth .mdc-text-field__input:-ms-input-placeholder,
  .mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
  .mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1; }
  .mdc-text-field--fullwidth .mdc-text-field__input::-ms-input-placeholder,
  .mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder,
  .mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1; }
  .mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
  .mdc-text-field--no-label .mdc-text-field__input::placeholder,
  .mdc-text-field--focused .mdc-text-field__input::placeholder {
    transition-delay: 40ms;
    transition-duration: 110ms;
    opacity: 1; }
  .mdc-text-field__input:focus {
    outline: none; }
  .mdc-text-field__input:invalid {
    box-shadow: none; }
  .mdc-text-field__input:-webkit-autofill {
    z-index: auto !important; }
  .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    padding: 16px; }

.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  -webkit-transform: translateY(-50%) scale(0.75);
          transform: translateY(-50%) scale(0.75);
  cursor: auto; }

.mdc-text-field--outlined {
  border: none;
  overflow: visible; }
  .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.24); }
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.87); }
  .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #6200ee;
    /* @alternate */
    border-color: var(--mdc-theme-primary, #6200ee); }
  .mdc-text-field--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
            animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1; }
  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    /* @noflip */
    border-radius: 4px 0 0 4px; }
    [dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
      /* @noflip */
      border-radius: 0 4px 4px 0; }
  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
    /* @noflip */
    border-radius: 0 4px 4px 0; }
    [dir="rtl"] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
      /* @noflip */
      border-radius: 4px 0 0 4px; }
  .mdc-text-field--outlined .mdc-floating-label--float-above {
    -webkit-transform: translateY(-144%) scale(1);
            transform: translateY(-144%) scale(1); }
  .mdc-text-field--outlined .mdc-floating-label--float-above {
    font-size: 0.75rem; }
  .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-130%) scale(0.75);
            transform: translateY(-130%) scale(0.75); }
  .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem; }
  .mdc-text-field--outlined::before, .mdc-text-field--outlined::after {
    content: none; }
  .mdc-text-field--outlined:not(.mdc-text-field--disabled) {
    background-color: transparent; }
  .mdc-text-field--outlined .mdc-text-field__input {
    display: flex;
    padding: 12px 16px 14px;
    border: none !important;
    background-color: transparent;
    z-index: 1; }
  .mdc-text-field--outlined .mdc-text-field__icon {
    z-index: 2; }

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
  border-width: 2px; }

.mdc-text-field--outlined.mdc-text-field--disabled {
  background-color: transparent; }
  .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.06); }
  .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
    border-bottom: none; }

.mdc-text-field--outlined.mdc-text-field--dense {
  height: 48px; }
  .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    -webkit-transform: translateY(-134%) scale(1);
            transform: translateY(-134%) scale(1); }
  .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
    font-size: 0.8rem; }
  .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-120%) scale(0.8);
            transform: translateY(-120%) scale(0.8); }
  .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem; }
  .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1;
            animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1; }
  .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
    padding: 12px 12px 7px; }
  .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
    top: 14px; }
  .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
    top: 12px; }

.mdc-text-field--with-leading-icon .mdc-text-field__icon {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial; }
  [dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon, .mdc-text-field--with-leading-icon .mdc-text-field__icon[dir="rtl"] {
    /* @noflip */
    left: initial;
    /* @noflip */
    right: 16px; }

.mdc-text-field--with-leading-icon .mdc-text-field__input {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 16px; }
  [dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input, .mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"] {
    /* @noflip */
    padding-left: 16px;
    /* @noflip */
    padding-right: 48px; }

.mdc-text-field--with-leading-icon .mdc-floating-label {
  /* @noflip */
  left: 48px;
  /* @noflip */
  right: initial; }
  [dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label, .mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"] {
    /* @noflip */
    left: initial;
    /* @noflip */
    right: 48px; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: initial; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"] {
    /* @noflip */
    left: initial;
    /* @noflip */
    right: 16px; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 16px; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"] {
    /* @noflip */
    padding-left: 16px;
    /* @noflip */
    padding-right: 48px; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  -webkit-transform: translateY(-144%) translateX(-32px) scale(1);
          transform: translateY(-144%) translateX(-32px) scale(1); }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir="rtl"] {
    -webkit-transform: translateY(-144%) translateX(32px) scale(1);
            transform: translateY(-144%) translateX(32px) scale(1); }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: 0.75rem; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  -webkit-transform: translateY(-130%) translateX(-32px) scale(0.75);
          transform: translateY(-130%) translateX(-32px) scale(0.75); }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
    -webkit-transform: translateY(-130%) translateX(32px) scale(0.75);
            transform: translateY(-130%) translateX(32px) scale(0.75); }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
          animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1; }

[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"] .mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1;
          animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
  /* @noflip */
  left: 36px;
  /* @noflip */
  right: initial; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
    /* @noflip */
    left: initial;
    /* @noflip */
    right: 36px; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
  -webkit-transform: translateY(-134%) translateX(-21px) scale(1);
          transform: translateY(-134%) translateX(-21px) scale(1); }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir="rtl"] {
    -webkit-transform: translateY(-134%) translateX(21px) scale(1);
            transform: translateY(-134%) translateX(21px) scale(1); }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
  font-size: 0.8rem; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  -webkit-transform: translateY(-120%) translateX(-21px) scale(0.8);
          transform: translateY(-120%) translateX(-21px) scale(0.8); }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"], [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir="rtl"] {
    -webkit-transform: translateY(-120%) translateX(21px) scale(0.8);
            transform: translateY(-120%) translateX(21px) scale(0.8); }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 1rem; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1;
          animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1; }

[dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"] .mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1;
          animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1; }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
  /* @noflip */
  left: 32px;
  /* @noflip */
  right: initial; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir="rtl"] {
    /* @noflip */
    left: initial;
    /* @noflip */
    right: 32px; }

.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 12px; }
  [dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon, .mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
    /* @noflip */
    left: 12px;
    /* @noflip */
    right: initial; }

.mdc-text-field--with-trailing-icon .mdc-text-field__input {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 48px; }
  [dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input, .mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
    /* @noflip */
    padding-left: 48px;
    /* @noflip */
    padding-right: 16px; }

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 16px; }
  [dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon, .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir="rtl"] {
    /* @noflip */
    left: 16px;
    /* @noflip */
    right: initial; }

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 48px; }
  [dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input, .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir="rtl"] {
    /* @noflip */
    padding-left: 48px;
    /* @noflip */
    padding-right: 16px; }

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
  /* @noflip */
  left: 16px;
  /* @noflip */
  right: auto; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir="rtl"] {
    /* @noflip */
    left: auto;
    /* @noflip */
    right: 16px; }
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon {
    /* @noflip */
    right: 12px;
    /* @noflip */
    left: auto; }
    [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"] {
      /* @noflip */
      right: auto;
      /* @noflip */
      left: 12px; }

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
  /* @noflip */
  padding-left: 48px;
  /* @noflip */
  padding-right: 48px; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
    /* @noflip */
    padding-left: 48px;
    /* @noflip */
    padding-right: 48px; }

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
  bottom: 16px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
  /* @noflip */
  left: 12px;
  /* @noflip */
  right: initial; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
    /* @noflip */
    left: initial;
    /* @noflip */
    right: 12px; }

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
  /* @noflip */
  padding-left: 44px;
  /* @noflip */
  padding-right: 16px; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
    /* @noflip */
    padding-left: 16px;
    /* @noflip */
    padding-right: 44px; }

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
  /* @noflip */
  left: 44px;
  /* @noflip */
  right: initial; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label, .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir="rtl"] {
    /* @noflip */
    left: initial;
    /* @noflip */
    right: 44px; }

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
  /* @noflip */
  left: initial;
  /* @noflip */
  right: 12px; }
  [dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
    /* @noflip */
    left: 12px;
    /* @noflip */
    right: initial; }

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
  /* @noflip */
  padding-left: 16px;
  /* @noflip */
  padding-right: 44px; }
  [dir="rtl"] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
    /* @noflip */
    padding-left: 44px;
    /* @noflip */
    padding-right: 16px; }

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
  /* @noflip */
  left: 12px;
  /* @noflip */
  right: auto; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir="rtl"] {
    /* @noflip */
    left: auto;
    /* @noflip */
    right: 12px; }
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon {
    /* @noflip */
    right: 12px;
    /* @noflip */
    left: auto; }
    [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon ~ .mdc-text-field__icon[dir="rtl"] {
      /* @noflip */
      right: auto;
      /* @noflip */
      left: 12px; }

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
  /* @noflip */
  padding-left: 44px;
  /* @noflip */
  padding-right: 44px; }
  [dir="rtl"] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input, .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir="rtl"] {
    /* @noflip */
    padding-left: 44px;
    /* @noflip */
    padding-right: 44px; }

.mdc-text-field--dense .mdc-floating-label--float-above {
  -webkit-transform: translateY(-70%) scale(0.8);
          transform: translateY(-70%) scale(0.8); }

.mdc-text-field--dense .mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1;
          animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1; }

.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 0; }

.mdc-text-field--dense .mdc-floating-label {
  font-size: .813rem; }
  .mdc-text-field--dense .mdc-floating-label--float-above {
    font-size: .813rem; }

.mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
  margin-left: 1px;
  content: "*"; }

.mdc-text-field--textarea {
  display: inline-flex;
  width: auto;
  height: auto;
  transition: none;
  overflow: visible; }
  .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.24); }
  .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.87); }
  .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: #6200ee;
    /* @alternate */
    border-color: var(--mdc-theme-primary, #6200ee); }
  .mdc-text-field--textarea .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
            animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1; }
  .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
    /* @noflip */
    border-radius: 4px 0 0 4px; }
    [dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir="rtl"] {
      /* @noflip */
      border-radius: 0 4px 4px 0; }
  .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
    /* @noflip */
    border-radius: 0 4px 4px 0; }
    [dir="rtl"] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing, .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir="rtl"] {
      /* @noflip */
      border-radius: 4px 0 0 4px; }
  .mdc-text-field--textarea::before, .mdc-text-field--textarea::after {
    content: none; }
  .mdc-text-field--textarea:not(.mdc-text-field--disabled) {
    background-color: transparent; }
  .mdc-text-field--textarea .mdc-floating-label--float-above {
    -webkit-transform: translateY(-144%) scale(1);
            transform: translateY(-144%) scale(1); }
  .mdc-text-field--textarea .mdc-floating-label--float-above {
    font-size: 0.75rem; }
  .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-130%) scale(0.75);
            transform: translateY(-130%) scale(0.75); }
  .mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
  .mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 1rem; }
  .mdc-text-field--textarea .mdc-text-field-character-counter {
    /* @noflip */
    left: initial;
    /* @noflip */
    right: 16px;
    position: absolute;
    bottom: 13px; }
    [dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter, .mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"] {
      /* @noflip */
      left: 16px;
      /* @noflip */
      right: initial; }
  .mdc-text-field--textarea .mdc-text-field__input {
    align-self: auto;
    box-sizing: border-box;
    height: auto;
    margin: 8px 1px 1px 0;
    padding: 0 16px 16px;
    border: none; }
  .mdc-text-field--textarea .mdc-text-field-character-counter + .mdc-text-field__input {
    margin-bottom: 28px;
    padding-bottom: 0; }
  .mdc-text-field--textarea .mdc-floating-label {
    top: 17px;
    bottom: auto;
    width: auto;
    pointer-events: none; }
  .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
  .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
  .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
    border-width: 2px; }

.mdc-text-field--fullwidth {
  width: 100%; }
  .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
    display: block; }
    .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::before, .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)::after {
      content: none; }
    .mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
      background-color: transparent; }
    .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
      padding: 0; }
  .mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
    resize: vertical; }

.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box; }
  .mdc-text-field--dense + .mdc-text-field-helper-line {
    margin-bottom: 4px; }
  .mdc-text-field + .mdc-text-field-helper-line {
    padding-right: 16px;
    padding-left: 16px; }

.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start; }

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(98, 0, 238, 0.87); }

.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field--focused .mdc-text-field__input:required ~ .mdc-notched-outline .mdc-floating-label::after {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--focused + .mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1; }

.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #6200ee;
  /* @alternate */
  border-color: var(--mdc-theme-primary, #6200ee); }

.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
  border-bottom-color: #b00020;
  /* @alternate */
  border-bottom-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
  background-color: #b00020;
  /* @alternate */
  background-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #b00020;
  /* @alternate */
  caret-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon ~ .mdc-text-field__icon {
  color: #b00020;
  /* @alternate */
  color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  opacity: 1; }

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: #b00020;
  /* @alternate */
  border-color: var(--mdc-theme-error, #b00020); }

.mdc-text-field--disabled {
  background-color: #fafafa;
  border-bottom: none;
  pointer-events: none; }
  .mdc-text-field--disabled .mdc-text-field__input {
    border-bottom-color: rgba(0, 0, 0, 0.06); }
  .mdc-text-field--disabled .mdc-text-field__input {
    color: rgba(0, 0, 0, 0.37); }
  .mdc-text-field--disabled .mdc-floating-label {
    color: rgba(0, 0, 0, 0.37); }
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: rgba(0, 0, 0, 0.37); }
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: rgba(0, 0, 0, 0.37); }
  .mdc-text-field--disabled .mdc-text-field__icon {
    color: rgba(0, 0, 0, 0.3); }
  .mdc-text-field--disabled:not(.mdc-text-field--textarea) {
    border-bottom-color: rgba(0, 0, 0, 0.12); }
  .mdc-text-field--disabled .mdc-floating-label {
    cursor: default; }

.mdc-text-field--textarea.mdc-text-field--disabled {
  background-color: transparent;
  /* @alternate */
  background-color: #f9f9f9; }
  .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
  .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.06); }
  .mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
    border-bottom: none; }

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-dense {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
            transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8);
            transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8);
            transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
            transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8); } }

@keyframes mdc-floating-label-shake-float-above-text-field-dense {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
            transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8);
            transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8);
            transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8);
            transform: translateX(calc(0 - 0%)) translateY(-70%) scale(0.8); } }

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); } }

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); } }

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8);
            transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8);
            transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8); } }

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8);
            transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8);
            transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - 0%)) translateY(-120%) scale(0.8); } }

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); } }

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); } }

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
  0% {
    -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8); }
  100% {
    -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8); } }

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
  0% {
    -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8); }
  100% {
    -webkit-transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - 21px)) translateY(-120%) scale(0.8); } }

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); } }

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(4% - 0)) translateY(-130%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(-4% - 0)) translateY(-130%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75); } }

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
  0% {
    -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8); }
  100% {
    -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8); } }

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
  0% {
    -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8); }
  100% {
    -webkit-transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8);
            transform: translateX(calc(0 - -21px)) translateY(-120%) scale(0.8); } }

@-webkit-keyframes mdc-floating-label-shake-float-above-textarea {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); } }

@keyframes mdc-floating-label-shake-float-above-textarea {
  0% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); }
  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
            animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
    -webkit-transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75); }
  66% {
    -webkit-animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
            animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
    -webkit-transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75); }
  100% {
    -webkit-transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75);
            transform: translateX(calc(0 - 0%)) translateY(-130%) scale(0.75); } }

/*# sourceMappingURL=text-field.css.map*/
.dp-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
}

.dp {
  position: relative;
  background: #FFF;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  border-radius: 4px;
  max-height: 400px;
  z-index: 1000;
  padding-top: 6px;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.dp:before {
  content: ' ';
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #3B99FC;
  background: linear-gradient(-90deg, #3B99FC 0%, #8AEFC8 100%);
}

.dp-permanent .dp {
  padding-top: 0;
  border: 1px solid #EEE;
  box-shadow: none;
}

.dp-permanent .dp:before {
  display: none;
}

.dp-cal {
  min-height: 300px;
}

.dp-below {
  position: absolute;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw;
}

.dp-permanent {
  position: relative;
  font-size: 0.8em;
  width: 400px;
  max-width: 100vw;
}

.dp-permanent .dp{
  z-index: 0;
}

.dp-modal .dp {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: calc(100% - 4em);
  transform: translate(-50%, -50%);
  animation: slide-up 0.3s forwards;
}

.dp-months {
  padding: 24px;
}

.dp-years {
  box-sizing: border-box;
  max-height: 400px;
  padding: 8px 0;
  overflow: auto !important; /* HACK for Chrome on Android */
}

.dp-cal-month,
.dp-cal-year,
.dp-day,
.dp-month,
.dp-year {
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #3B404D;
  border-radius: 2px;
  border: 0;
  background: transparent;
}

.dp-cal-header {
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  background: #f5f5f5;
}

.dp-next,
.dp-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  overflow: hidden;
  top: 14px;
  color: #777;
  border-radius: 2px;
  border: 0;
  background: transparent;
}

.dp-next:focus,
.dp-prev:focus,
.dp-next:hover,
.dp-prev:hover {
  outline: none;
  color: inherit;
}

.dp-prev {
  left: 24px;
}

.dp-next {
  right: 24px;
}

.dp-prev:before,
.dp-next:before {
  content: '';
  border: 2px solid;
  width: 10px;
  height: 10px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: border-color 0.2s;
  margin: 9px 0 40px 4px;
}

.dp-prev:before {
  border-right: 0;
  border-bottom: 0;
}

.dp-next:before {
  border-left: 0;
  border-top: 0;
  margin-left: 0;
  margin-right: 4px;
}

.dp-cal-month,
.dp-cal-year {
  display: inline-block;
  font-size: 1.4em;
  padding: 16px 8px 8px;
  outline: none;
}

.dp-cal-footer {
  text-align: center;
  background: #f5f5f5;
}

.dp-day-today:after {
  content: '';
  height: 0;
  width: 0;
  border: 7px solid #227BD7;
  border-bottom-color: transparent;
  border-left-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.dp-close,
.dp-clear,
.dp-today {
  box-sizing: border-box;
  display: inline-block;
  width: 33%;
  padding: 8px;
  text-decoration: none;
  color: inherit;
  border: 0;
  background: transparent;
}

.dp-permanent .dp-close,
.dp-permanent .dp-clear {
  display: none;
}

.dp-close:active,
.dp-clear:active,
.dp-today:active,
.dp-next:active,
.dp-prev:active,
.dp-cal-month:active,
.dp-cal-year:active {
  background: #75BCFC;
  color: white;
}

@media screen and (min-device-width: 1200px) {
  .dp-close:hover,
  .dp-close:focus,
  .dp-clear:hover,
  .dp-clear:focus,
  .dp-today:hover,
  .dp-today:focus,
  .dp-next:hover,
  .dp-next:focus,
  .dp-prev:hover,
  .dp-prev:focus,
  .dp-cal-month:focus,
  .dp-cal-month:hover,
  .dp-cal-year:hover,
  .dp-cal-year:focus {
    background: #75BCFC;
    color: white;
  }
}

.dp-col-header,
.dp-day {
  width: 14.28571429%;
  display: inline-block;
  padding: 8px;
  text-align: center;
}

.dp-col-header {
  color: #AAA;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 8px 0;
}

.dp-month {
  width: 33%;
  display: inline-block;
  padding: 8px;
}

.dp-year {
  display: block;
  padding: 8px 40px;
  width: 100%;
}

.dp-edge-day {
  color: #AAA;
}

.dp-day:hover,
.dp-month:hover,
.dp-year:hover,
.dp-current:focus,
.dp-current,
.dp-day:focus,
.dp-month:focus,
.dp-year:focus {
  outline: none;
  background: #75BCFC;
  color: white;
}

.dp-selected:hover,
.dp-selected:focus,
.dp-selected {
  background: #3B99FC;
  color: #FFF;
}

.dp-day-disabled {
  background: transparent;
  color: #DDD;
}

.dp-day-disabled:focus,
.dp-day-disabled:hover {
  background: #DDD;
}

.dp-focuser {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
}

/* Responsive overrides */
@media (max-width: 480px), (max-height: 480px) {
  .dp-modal .dp {
    font-size: 0.9em;
    width: auto;
    width: 100%;
  }

  .dp-day-of-week,
  .dp-day {
    padding: 8px;
  }
}

@keyframes slide-up {
  0% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
/* SMT */
/* outline */
.box {
  display: flex;
  box-sizing: border-box;
}
.box-grow {
  flex-grow: 1;
}
.box-center {
  align-items: center;
  justify-content: center;
}
.box-orient-vertical {
  flex-direction: column;
}
.box-orient-vertical-reverse {
  flex-direction: column-reverse;
}
.box-orient-horizontal {
  flex-direction: row;
}
.box-orient-horizontal-reverse {
  flex-direction: row-reverse;
}
.box-adaptive-vertical {
  flex-direction: row;
}
.box-adaptive-vertical-reverse {
  flex-direction: row-reverse;
}
.box-adaptive-horizontal {
  flex-direction: column;
}
.box-adaptive-horizontal-reverse {
  flex-direction: column-reverse;
}
.box-adaptive-reverse-vertical {
  flex-direction: row-reverse;
}
.box-adaptive-reverse-vertical-reverse {
  flex-direction: row;
}
.box-adaptive-reverse-horizontal {
  flex-direction: column-reverse;
}
.box-adaptive-reverse-horizontal-reverse {
  flex-direction: column;
}
.box-align-start {
  justify-content: flex-start;
}
.box-align-end {
  justify-content: flex-end;
}
.box-align-center {
  justify-content: center;
}
.box-align-between {
  justify-content: space-between;
}
.box-align-around {
  justify-content: space-around;
}
.box-align-evenly {
  justify-content: space-evenly;
}

.gap {
  display: flex;
}
.gap-size-small {
  width: 4px;
  height: 4px;
}
.gap-size-medium {
  width: 8px;
  height: 8px;
}
.gap-size-large {
  width: 12px;
  height: 12px;
}
.gap-size-infinity {
  flex: 1;
}

/* SMT */
/* outline */
@font-face {
  font-family: "PT Root UI";
  font-weight: 700;
  font-style: normal;
  src: local('PT Root UI Bold'), local('PT-Root-UI-Bold'), local('PTRootUI-Bold'), url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/PT-Root-UI_Bold.woff2) format('woff2'), url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/PT-Root-UI_Bold.woff) format('woff');
}
@font-face {
  font-family: "PT Root UI";
  font-weight: 500;
  font-style: normal;
  src: local('PT Root UI Medium'), local('PT-Root-UI-Medium'), local('PTRootUI-Medium'), url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/PT-Root-UI_Medium.woff2) format('woff2'), url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/PT-Root-UI_Medium.woff) format('woff');
}
@font-face {
  font-family: "PT Root UI";
  font-weight: 400;
  font-style: normal;
  src: local('PT Root UI'), local('PT-Root-UI'), local('PTRootUI'), url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/PT-Root-UI_Regular.woff2) format('woff2'), url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/PT-Root-UI_Regular.woff) format('woff');
}
/* Generated with js2less.js.
Original file: src/styles/values/text-sizes.json */
.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
/* Generated with js2less.js.
Original file: src/styles/values/text-weight.json */
.text-thin {
  font-weight: 300;
}
.text-bold {
  font-weight: 500;
}
.text-extra-bold {
  font-weight: 700;
}
.has-outline {
  outline: none;
}
.mk-interaction-keyboard .has-outline-w:focus-within,
.mk-interaction-keyboard .has-outline:focus,
.mk-interaction-keyboard .has-outline.custom-focus {
  box-shadow: 0 0 0 2px #255EC5;
}
.mk-interaction-mouse .has-outline-w:focus-within,
.mk-interaction-mouse .has-outline:focus {
  box-shadow: none;
}
.ui-screen {
  width: 100%;
  height: 100%;
  font-family: 'PT Root UI', Arial, sans-serif;
  font-weight: 400;
}
.theme-dark.ui-screen {
  color: #FFFFFF;
  background-color: #121212;
}
.theme-light.ui-screen {
  color: #1e1e1e;
  background-color: #FFFFFF;
}

/* SMT */
/* outline */
.theme-light .ui-modal {
  background-color: rgba(0, 0, 0, 0.25);
}
.theme-light .ui-modal__container {
  position: fixed;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  max-width: 760px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.theme-light .ui-modal__container-narrow {
  max-width: 360px;
  width: 360px;
}
.theme-light .ui-modal__container-wsize-s {
  max-width: 240px;
}
.theme-light .ui-modal__container-wsize-m {
  max-width: 360px;
}
.theme-light .ui-modal__container-wsize-l {
  max-width: 480px;
}
.theme-light .ui-modal__header {
  padding: 8px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  min-height: fit-content;
}
.theme-light .ui-modal__close-btn {
  align-self: start;
}
.theme-light .ui-modal__body {
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 16, 16, 0.73) transparent;
  overflow: auto;
  padding: 8px;
}
.theme-light .ui-modal__body::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.theme-light .ui-modal__body::-webkit-scrollbar-track {
  background: transparent;
}
.theme-light .ui-modal__body::-webkit-scrollbar-thumb {
  background: rgba(19, 16, 16, 0.73);
  border-radius: 5px;
}
.theme-light .ui-modal__body::-webkit-scrollbar-thumb:hover {
  background: #131010;
}
.theme-light .ui-modal__body-scrollable {
  box-shadow: inset 0px 6px 6px -6px rgba(0, 0, 0, 0.1), inset 0px -6px 6px -6px rgba(0, 0, 0, 0.1);
}
.theme-light .ui-modal__footer {
  min-height: 64px;
  padding: 8px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.theme-dark .ui-modal {
  background-color: rgba(0, 0, 0, 0.25);
}
.theme-dark .ui-modal__container {
  position: fixed;
  border-radius: 8px;
  overflow: hidden;
  background-color: #e0e0e0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  max-width: 760px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.theme-dark .ui-modal__container-narrow {
  max-width: 360px;
  width: 360px;
}
.theme-dark .ui-modal__container-wsize-s {
  max-width: 240px;
}
.theme-dark .ui-modal__container-wsize-m {
  max-width: 360px;
}
.theme-dark .ui-modal__container-wsize-l {
  max-width: 480px;
}
.theme-dark .ui-modal__header {
  padding: 8px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
  min-height: fit-content;
}
.theme-dark .ui-modal__close-btn {
  align-self: start;
}
.theme-dark .ui-modal__body {
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 16, 16, 0.73) transparent;
  overflow: auto;
  padding: 8px;
}
.theme-dark .ui-modal__body::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.theme-dark .ui-modal__body::-webkit-scrollbar-track {
  background: transparent;
}
.theme-dark .ui-modal__body::-webkit-scrollbar-thumb {
  background: rgba(19, 16, 16, 0.73);
  border-radius: 5px;
}
.theme-dark .ui-modal__body::-webkit-scrollbar-thumb:hover {
  background: #131010;
}
.theme-dark .ui-modal__body-scrollable {
  box-shadow: inset 0px 6px 6px -6px rgba(0, 0, 0, 0.1), inset 0px -6px 6px -6px rgba(0, 0, 0, 0.1);
}
.theme-dark .ui-modal__footer {
  min-height: 64px;
  padding: 8px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.ui-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SMT */
/* outline */
.c-progress {
  position: relative;
  outline: none;
}
.c-progress-center-of-window {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  z-index: 3;
}
.c-progress-margin-center {
  display: block;
  margin: 0 auto;
}
.c-progress-size-big {
  animation: rotate 2s linear infinite;
  height: 100px;
  width: 100px;
}
.c-progress-size-small {
  animation: rotate 2s linear infinite;
  height: 56px;
  width: 56px;
}
.c-progress-size-xs {
  animation: rotate 2s linear infinite;
  height: 14px;
  width: 14px;
}
.c-progress-size-big .c-progress__path {
  animation: dash-big 1.5s ease-in-out infinite;
  stroke-width: 4px;
  r: 26px;
  cx: 50px;
  cy: 50px;
}
.c-progress-size-small .c-progress__path {
  animation: dash-small 1.5s ease-in-out infinite;
  stroke-width: 3px;
  r: 13px;
  cx: 28px;
  cy: 28px;
}
.c-progress-size-xs .c-progress__path {
  animation: dash-xs 1.8s ease-in-out infinite;
  stroke-width: 1.2px;
  r: 6px;
  cx: 7px;
  cy: 7px;
}
.c-progress-fixed {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.c-progress__path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  stroke: #33a9ff;
  fill: none;
  stroke-miterlimit: 10;
}
.c-progress-white .c-progress__path {
  stroke: #FFFFFF;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash-big {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -160;
  }
}
@keyframes dash-small {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -80;
  }
}
@keyframes dash-xs {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -18;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -36;
  }
}

.ui-button-size-l {
  min-height: 56px;
  min-width: 56px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.ui-button-size-l.ui-button-form-soft {
  border-radius: 8px;
}
.ui-button-size-l.ui-button-form-brick {
  border-radius: unset;
}
.ui-button-size-l.ui-button-form-rounded {
  border-radius: 28px;
}
.ui-button-size-l.ui-button-icon-start .ui-button__icon {
  margin-left: 16px;
  margin-right: 8px;
}
.ui-button-size-l.ui-button-icon-end .ui-button__icon {
  margin-left: 8px;
  margin-right: 16px;
}
.ui-button-size-l .c-progress-size-xs {
  width: 20px;
  height: 20px;
}
.ui-button-size-l .c-progress-size-xs .c-progress__path {
  stroke-width: 1.5px;
  animation: dash-small 1.8s ease-in-out infinite;
  r: 7px;
  cx: 10px;
  cy: 10px;
}
.ui-button-size-m {
  min-height: 48px;
  min-width: 48px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.ui-button-size-m.ui-button-form-soft {
  border-radius: 8px;
}
.ui-button-size-m.ui-button-form-brick {
  border-radius: unset;
}
.ui-button-size-m.ui-button-form-rounded {
  border-radius: 24px;
}
.ui-button-size-m.ui-button-icon-start .ui-button__icon {
  margin-left: 12px;
  margin-right: 8px;
}
.ui-button-size-m.ui-button-icon-end .ui-button__icon {
  margin-left: 8px;
  margin-right: 12px;
}
.ui-button-size-m .c-progress-size-xs {
  width: 20px;
  height: 20px;
}
.ui-button-size-m .c-progress-size-xs .c-progress__path {
  stroke-width: 1.5px;
  animation: dash-small 1.8s ease-in-out infinite;
  r: 7px;
  cx: 10px;
  cy: 10px;
}
.ui-button-size-s {
  min-height: 40px;
  min-width: 40px;
  padding: 0px 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.ui-button-size-s.ui-button-form-soft {
  border-radius: 8px;
}
.ui-button-size-s.ui-button-form-brick {
  border-radius: unset;
}
.ui-button-size-s.ui-button-form-rounded {
  border-radius: 20px;
}
.ui-button-size-s.ui-button-icon-start .ui-button__icon {
  margin-left: 8px;
  margin-right: 8px;
}
.ui-button-size-s.ui-button-icon-end .ui-button__icon {
  margin-left: 8px;
  margin-right: 8px;
}
.ui-button-size-s .c-progress-size-xs {
  width: 16px;
  height: 16px;
}
.ui-button-size-s .c-progress-size-xs .c-progress__path {
  stroke-width: 1.5px;
  animation: dash-small 1.8s ease-in-out infinite;
  r: 5px;
  cx: 8px;
  cy: 8px;
}
.ui-button-size-xs {
  min-height: 32px;
  min-width: 32px;
  padding: 0px 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.ui-button-size-xs.ui-button-form-soft {
  border-radius: 8px;
}
.ui-button-size-xs.ui-button-form-brick {
  border-radius: unset;
}
.ui-button-size-xs.ui-button-form-rounded {
  border-radius: 16px;
}
.ui-button-size-xs.ui-button-icon-start .ui-button__icon {
  margin-left: 8px;
  margin-right: 8px;
}
.ui-button-size-xs.ui-button-icon-end .ui-button__icon {
  margin-left: 8px;
  margin-right: 8px;
}
.ui-button-size-xs .c-progress-size-xs {
  width: 16px;
  height: 16px;
}
.ui-button-size-xs .c-progress-size-xs .c-progress__path {
  stroke-width: 1.5px;
  animation: dash-small 1.8s ease-in-out infinite;
  r: 5px;
  cx: 8px;
  cy: 8px;
}
.ui-button-size-xxs {
  min-height: 24px;
  min-width: 24px;
  padding: 0px 4px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.ui-button-size-xxs.ui-button-form-soft {
  border-radius: 8px;
}
.ui-button-size-xxs.ui-button-form-brick {
  border-radius: unset;
}
.ui-button-size-xxs.ui-button-form-rounded {
  border-radius: 12px;
}
.ui-button-size-xxs.ui-button-icon-start .ui-button__icon {
  margin-left: 4px;
  margin-right: 8px;
}
.ui-button-size-xxs.ui-button-icon-end .ui-button__icon {
  margin-left: 8px;
  margin-right: 4px;
}
.ui-button-size-xxs .c-progress-size-xs {
  width: 12px;
  height: 12px;
}
.ui-button-size-xxs .c-progress-size-xs .c-progress__path {
  stroke-width: 1.5px;
  animation: dash-small 1.8s ease-in-out infinite;
  r: 3px;
  cx: 6px;
  cy: 6px;
}
.ui-button-icon-start {
  padding-left: 0;
}
.ui-button-icon-start .ui-button__icon {
  order: 1;
}
.ui-button-icon-end {
  padding-right: 0;
}
.ui-button-icon-end .ui-button__icon {
  order: 3;
}
.ui-button-icon-both {
  padding-right: 0;
  padding-left: 0;
}
.ui-button__icon {
  padding: 0;
  margin: 0;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale {
  color: #999999;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale:active {
  background-color: rgba(153, 153, 153, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale {
  background-color: #999999;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-mathematics {
  color: #25BAB4;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-mathematics:hover {
  background-color: rgba(37, 186, 180, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-mathematics:active {
  background-color: rgba(37, 186, 180, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-mathematics {
  background-color: #25BAB4;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-mathematics > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-physics {
  color: #E34098;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-physics:hover {
  background-color: rgba(227, 64, 152, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-physics:active {
  background-color: rgba(227, 64, 152, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-physics {
  background-color: #E34098;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-physics > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-informatics {
  color: #41D361;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-informatics:hover {
  background-color: rgba(65, 211, 97, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-informatics:active {
  background-color: rgba(65, 211, 97, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-informatics {
  background-color: #41D361;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-informatics > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-chemistry {
  color: #01A2E7;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-chemistry:hover {
  background-color: rgba(1, 162, 231, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-chemistry:active {
  background-color: rgba(1, 162, 231, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-chemistry {
  background-color: #01A2E7;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-chemistry > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-linguistics {
  color: #F9851B;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-linguistics:hover {
  background-color: rgba(249, 133, 27, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-linguistics:active {
  background-color: rgba(249, 133, 27, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-linguistics {
  background-color: #F9851B;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-linguistics > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-biology {
  color: #ACC032;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-biology:hover {
  background-color: rgba(172, 192, 50, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-biology:active {
  background-color: rgba(172, 192, 50, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-biology {
  background-color: #ACC032;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-chain-biology > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-main-purple {
  color: #8C59B7;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-main-purple:hover {
  background-color: rgba(140, 89, 183, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-main-purple:active {
  background-color: rgba(140, 89, 183, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-main-purple {
  background-color: #8C59B7;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-main-purple > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey {
  color: #6A6E8B;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey:hover {
  background-color: rgba(106, 110, 139, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey:active {
  background-color: rgba(106, 110, 139, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey {
  background-color: #6A6E8B;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-good {
  color: #7EB219;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-good:hover {
  background-color: rgba(126, 178, 25, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-good:active {
  background-color: rgba(126, 178, 25, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-good {
  background-color: #7EB219;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-good > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-attention {
  color: #FD9601;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-attention:hover {
  background-color: rgba(253, 150, 1, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-attention:active {
  background-color: rgba(253, 150, 1, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-attention {
  background-color: #FD9601;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-attention > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-wrong {
  color: #F94C4F;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-wrong:hover {
  background-color: rgba(249, 76, 79, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-wrong:active {
  background-color: rgba(249, 76, 79, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-wrong {
  background-color: #F94C4F;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-status-wrong > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-action {
  color: #2979FF;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-action:hover {
  background-color: rgba(41, 121, 255, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-action:active {
  background-color: rgba(41, 121, 255, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-action {
  background-color: #2979FF;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-action > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale {
  color: #999999;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale:hover {
  background-color: rgba(153, 153, 153, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale:active {
  background-color: rgba(153, 153, 153, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale {
  background-color: #999999;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-grayscale > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey {
  color: #6A6E8B;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey:hover {
  background-color: rgba(106, 110, 139, 0.2);
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey:active {
  background-color: rgba(106, 110, 139, 0.4);
}
.ui-button-active.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey {
  background-color: #6A6E8B;
  color: white;
}
.ui-button-mode-icon-colored.ui-button__icon-colored-colors-sirius-grey > .ui-icon {
  color: inherit;
}
.ui-button-mode-icon-colored.ui-button-form-soft {
  border-radius: 4px;
}
.ui-button-mode-icon-colored.ui-button-size-xxl {
  min-height: 56px;
  min-width: 56px;
}
.ui-button-mode-icon-colored.ui-button-size-xl {
  min-height: 48px;
  min-width: 48px;
}
.ui-button-mode-icon-colored.ui-button-size-l {
  min-height: 40px;
  min-width: 40px;
}
.ui-button-mode-icon-colored.ui-button-size-m {
  min-height: 32px;
  min-width: 32px;
}
.ui-button-mode-icon-colored.ui-button-size-s {
  min-height: 24px;
  min-width: 24px;
}
.ui-button-mode-icon-colored.ui-button-size-xs {
  min-height: 20px;
  min-width: 20px;
}
.ui-button-mode-icon-colored.ui-button-size-xxs {
  min-height: 16px;
  min-width: 16px;
}
.ui-button:not([disabled]):hover {
  cursor: pointer;
}
.ui-button-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}
.theme-light .ui-button-mode-primary {
  color: #FFFFFF;
  background-color: #2979FF;
}
.theme-light .ui-button-mode-primary:not([disabled]):hover {
  background-color: #005FFF;
}
.theme-light .ui-button-mode-primary:not([disabled]):active {
  background-color: #0045FF;
}
.theme-light .ui-button-mode-primary.ui-button-active:not([disabled]) {
  background-color: #002BFF;
}
.theme-light .ui-button-mode-primary.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-primary.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-primary.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-primary.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-primary.ui-button-loading .c-progress__path {
  stroke: #2979FF;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale {
  color: #1A1A1A;
  background-color: #EDEDED;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale .ui-icon {
  color: #999999;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale:not([disabled]):hover {
  color: #1A1A1A;
  background-color: #DFDFDF;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale:not([disabled]):active {
  color: #1A1A1A;
  background-color: #CCCCCC;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #999999;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey {
  color: #262733;
  background-color: #DBDDE9;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey .ui-icon {
  color: #6A6E8B;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):hover {
  color: #262733;
  background-color: #C2C6DA;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):active {
  color: #262733;
  background-color: #A6AAC1;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #6A6E8B;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale {
  color: #1A1A1A;
  box-shadow: inset 0 0 0 2px #DFDFDF;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-disabled {
  background-color: rgba(247, 247, 247, 0.04);
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale .ui-icon {
  color: #999999;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale:not([disabled]):hover {
  background-color: #F7F7F7;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale:not([disabled]):active {
  background-color: #DFDFDF;
  box-shadow: inset 0 0 0 2px #DFDFDF;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #999999;
  box-shadow: none;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey {
  color: #262733;
  box-shadow: inset 0 0 0 2px #C2C6DA;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-disabled {
  background-color: rgba(237, 238, 242, 0.04);
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey .ui-icon {
  color: #6A6E8B;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):hover {
  background-color: #EDEEF2;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):active {
  background-color: #C2C6DA;
  box-shadow: inset 0 0 0 2px #C2C6DA;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #6A6E8B;
  box-shadow: none;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale {
  color: #1A1A1A;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale .ui-icon {
  color: #999999;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale:not([disabled]):hover {
  color: #1A1A1A;
  background-color: #F7F7F7;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale:not([disabled]):active {
  color: #1A1A1A;
  background-color: #EDEDED;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #999999;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  box-shadow: none;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey {
  color: #262733;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey .ui-icon {
  color: #6A6E8B;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):hover {
  color: #262733;
  background-color: #EDEEF2;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):active {
  color: #262733;
  background-color: #DBDDE9;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #6A6E8B;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  box-shadow: none;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale .ui-icon {
  color: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale:not([disabled]):hover {
  background-color: #F7F7F7;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale:not([disabled]):active {
  background-color: #EDEDED;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
  box-shadow: none;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey .ui-icon {
  color: #6A6E8B;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):hover {
  background-color: #EDEEF2;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):active {
  background-color: #DBDDE9;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #6A6E8B;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
  box-shadow: none;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-primary {
  color: #FFFFFF;
  background-color: #2979FF;
}
.theme-dark .ui-button.ui-button-mode-primary:not([disabled]):hover {
  background-color: #005FFF;
}
.theme-dark .ui-button.ui-button-mode-primary:not([disabled]):active {
  background-color: #0045FF;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-active:not([disabled]) {
  background-color: #002BFF;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-loading .c-progress__path {
  stroke: #2979FF;
}
.theme-dark .ui-button.ui-button-mode-secondary {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .ui-button.ui-button-mode-secondary .ui-icon {
  color: rgba(255, 255, 255, 0.6);
}
.theme-dark .ui-button.ui-button-mode-secondary:not([disabled]):hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.theme-dark .ui-button.ui-button-mode-secondary:not([disabled]):active {
  background-color: rgba(255, 255, 255, 0.4);
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-active:not([disabled]) {
  color: #1A1A1A;
  background-color: rgba(255, 255, 255, 0.6);
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-active:not([disabled]) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-outlined {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}
.theme-dark .ui-button.ui-button-mode-outlined:not([disabled]):hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .ui-button.ui-button-mode-outlined:not([disabled]):active {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.3);
}
.theme-dark .ui-button.ui-button-mode-outlined.ui-button-active:not([disabled]) {
  color: #1A1A1A;
  background-color: rgba(255, 255, 255, 0.6);
}
.theme-dark .ui-button.ui-button-mode-outlined.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-outlined.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-outlined.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-text {
  color: rgba(255, 255, 255, 0.97);
}
.theme-dark .ui-button.ui-button-mode-text:not([disabled]):hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .ui-button.ui-button-mode-text:not([disabled]):active {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .ui-button.ui-button-mode-text.ui-button-active:not([disabled]) {
  color: #1A1A1A;
  background-color: rgba(255, 255, 255, 0.6);
}
.theme-dark .ui-button.ui-button-mode-text.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-text.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-text.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-icon {
  color: rgba(255, 255, 255, 0.97);
}
.theme-dark .ui-button.ui-button-mode-icon:not([disabled]):hover .ui-icon {
  color: #CBCBCB;
}
.theme-dark .ui-button.ui-button-mode-icon:not([disabled]):active .ui-icon {
  color: #FFFFFF;
}
.theme-dark .ui-button.ui-button-mode-icon.ui-button-active:not([disabled]) {
  color: #1A1A1A;
  background-color: #000000;
}
.theme-dark .ui-button.ui-button-mode-icon.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-icon.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-icon.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-primary {
  color: #FFFFFF;
  background-color: #2979FF;
}
.theme-light .ui-button-mode-primary .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-primary:not([disabled]):hover {
  background-color: #005FFF;
}
.theme-light .ui-button-mode-primary:not([disabled]):active {
  background-color: #0045FF;
}
.theme-light .ui-button-mode-primary.ui-button-active:not([disabled]) {
  background-color: #002BFF;
}
.theme-light .ui-button-mode-primary.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-primary.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-light .ui-button-mode-primary.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-primary.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-primary.ui-button-loading .c-progress__path {
  stroke: #FFFFFF;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale {
  color: #1A1A1A;
  background-color: #EDEDED;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale .ui-icon {
  color: #999999;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale:not([disabled]):hover {
  color: #1A1A1A;
  background-color: #DFDFDF;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale:not([disabled]):active {
  color: #1A1A1A;
  background-color: #CCCCCC;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #999999;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey {
  color: #262733;
  background-color: #DBDDE9;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey .ui-icon {
  color: #6A6E8B;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):hover {
  color: #262733;
  background-color: #C2C6DA;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):active {
  color: #262733;
  background-color: #A6AAC1;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #6A6E8B;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-secondary.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale {
  color: #1A1A1A;
  box-shadow: inset 0 0 0 2px #DFDFDF;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-disabled {
  background-color: rgba(247, 247, 247, 0.04);
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale .ui-icon {
  color: #999999;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale:not([disabled]):hover {
  background-color: #F7F7F7;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale:not([disabled]):active {
  background-color: #DFDFDF;
  box-shadow: inset 0 0 0 2px #DFDFDF;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #999999;
  box-shadow: none;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey {
  color: #262733;
  box-shadow: inset 0 0 0 2px #C2C6DA;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-disabled {
  background-color: rgba(237, 238, 242, 0.04);
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey .ui-icon {
  color: #6A6E8B;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):hover {
  background-color: #EDEEF2;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):active {
  background-color: #C2C6DA;
  box-shadow: inset 0 0 0 2px #C2C6DA;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #6A6E8B;
  box-shadow: none;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-outlined.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale {
  color: #1A1A1A;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale .ui-icon {
  color: #999999;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale:not([disabled]):hover {
  color: #1A1A1A;
  background-color: #F7F7F7;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale:not([disabled]):active {
  color: #1A1A1A;
  background-color: #EDEDED;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #999999;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  box-shadow: none;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey {
  color: #262733;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey .ui-icon {
  color: #6A6E8B;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):hover {
  color: #262733;
  background-color: #EDEEF2;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):active {
  color: #262733;
  background-color: #DBDDE9;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #6A6E8B;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  box-shadow: none;
  color: #BBBBBB;
}
.theme-light .ui-button-mode-text.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale .ui-icon {
  color: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale:not([disabled]):hover {
  background-color: #F7F7F7;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale:not([disabled]):active {
  background-color: #EDEDED;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
  box-shadow: none;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-grayscale.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey .ui-icon {
  color: #6A6E8B;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):hover {
  background-color: #EDEEF2;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey:not([disabled]):active {
  background-color: #DBDDE9;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) {
  color: #FFFFFF;
  background-color: #6A6E8B;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #CCCCCC;
  color: #BBBBBB;
  box-shadow: none;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button-mode-icon.ui-button-secondary-palette-colors-sirius-grey.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-primary {
  color: #FFFFFF;
  background-color: #2979FF;
}
.theme-dark .ui-button.ui-button-mode-primary .ui-icon {
  color: #FFFFFF;
}
.theme-dark .ui-button.ui-button-mode-primary:not([disabled]):hover {
  background-color: #005FFF;
}
.theme-dark .ui-button.ui-button-mode-primary:not([disabled]):active {
  background-color: #0045FF;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-active:not([disabled]) {
  background-color: #002BFF;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #FFFFFF;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-primary.ui-button-loading .c-progress__path {
  stroke: #FFFFFF;
}
.theme-dark .ui-button.ui-button-mode-secondary {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .ui-button.ui-button-mode-secondary .ui-icon {
  color: rgba(255, 255, 255, 0.6);
}
.theme-dark .ui-button.ui-button-mode-secondary:not([disabled]):hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.theme-dark .ui-button.ui-button-mode-secondary:not([disabled]):active {
  background-color: rgba(255, 255, 255, 0.4);
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-active:not([disabled]) {
  color: #1A1A1A;
  background-color: rgba(255, 255, 255, 0.6);
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-active:not([disabled]) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-secondary.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-outlined {
  color: #FFFFFF;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08);
}
.theme-dark .ui-button.ui-button-mode-outlined:not([disabled]):hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .ui-button.ui-button-mode-outlined:not([disabled]):active {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.3);
}
.theme-dark .ui-button.ui-button-mode-outlined.ui-button-active:not([disabled]) {
  color: #1A1A1A;
  background-color: rgba(255, 255, 255, 0.6);
}
.theme-dark .ui-button.ui-button-mode-outlined.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-outlined.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-outlined.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-text {
  color: rgba(255, 255, 255, 0.97);
}
.theme-dark .ui-button.ui-button-mode-text:not([disabled]):hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.1);
}
.theme-dark .ui-button.ui-button-mode-text:not([disabled]):active {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .ui-button.ui-button-mode-text.ui-button-active:not([disabled]) {
  color: #1A1A1A;
  background-color: rgba(255, 255, 255, 0.6);
}
.theme-dark .ui-button.ui-button-mode-text.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-text.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-text.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-dark .ui-button.ui-button-mode-icon {
  color: rgba(255, 255, 255, 0.97);
}
.theme-dark .ui-button.ui-button-mode-icon:not([disabled]):hover .ui-icon {
  color: #CBCBCB;
}
.theme-dark .ui-button.ui-button-mode-icon:not([disabled]):active .ui-icon {
  color: #FFFFFF;
}
.theme-dark .ui-button.ui-button-mode-icon.ui-button-active:not([disabled]) {
  color: #1A1A1A;
  background-color: #000000;
}
.theme-dark .ui-button.ui-button-mode-icon.ui-button-active:not([disabled]) .ui-icon {
  color: inherit;
}
.theme-dark .ui-button.ui-button-mode-icon.ui-button-active:not([disabled]):not( .ui-button-mode-icon ) .ui-icon {
  color: #1A1A1A;
}
.theme-dark .ui-button.ui-button-mode-icon.ui-button-loading .c-progress__path {
  stroke: #999999;
}
.theme-light .ui-button.ui-button-palette-grayscale,
.theme-dark .ui-button.ui-button-palette-grayscale {
  color: #FFFFFF;
  background-color: #999999;
}
.theme-light .ui-button.ui-button-palette-grayscale:hover,
.theme-dark .ui-button.ui-button-palette-grayscale:hover {
  background-color: #808080;
}
.theme-light .ui-button.ui-button-palette-grayscale:active,
.theme-dark .ui-button.ui-button-palette-grayscale:active {
  background-color: #666666;
}
.theme-light .ui-button.ui-button-palette-grayscale.ui-button-active,
.theme-dark .ui-button.ui-button-palette-grayscale.ui-button-active {
  background-color: #4D4D4D;
}
.theme-light .ui-button.ui-button-palette-grayscale > .ui-icon,
.theme-dark .ui-button.ui-button-palette-grayscale > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-chain-mathematics,
.theme-dark .ui-button.ui-button-palette-colors-chain-mathematics {
  color: #FFFFFF;
  background-color: #25BAB4;
}
.theme-light .ui-button.ui-button-palette-colors-chain-mathematics:hover,
.theme-dark .ui-button.ui-button-palette-colors-chain-mathematics:hover {
  background-color: #06AAA3;
}
.theme-light .ui-button.ui-button-palette-colors-chain-mathematics:active,
.theme-dark .ui-button.ui-button-palette-colors-chain-mathematics:active {
  background-color: #059892;
}
.theme-light .ui-button.ui-button-palette-colors-chain-mathematics.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-chain-mathematics.ui-button-active {
  background-color: #04817C;
}
.theme-light .ui-button.ui-button-palette-colors-chain-mathematics > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-chain-mathematics > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-chain-physics,
.theme-dark .ui-button.ui-button-palette-colors-chain-physics {
  color: #FFFFFF;
  background-color: #E34098;
}
.theme-light .ui-button.ui-button-palette-colors-chain-physics:hover,
.theme-dark .ui-button.ui-button-palette-colors-chain-physics:hover {
  background-color: #CD2F84;
}
.theme-light .ui-button.ui-button-palette-colors-chain-physics:active,
.theme-dark .ui-button.ui-button-palette-colors-chain-physics:active {
  background-color: #B41A6D;
}
.theme-light .ui-button.ui-button-palette-colors-chain-physics.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-chain-physics.ui-button-active {
  background-color: #990E59;
}
.theme-light .ui-button.ui-button-palette-colors-chain-physics > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-chain-physics > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-chain-informatics,
.theme-dark .ui-button.ui-button-palette-colors-chain-informatics {
  color: #FFFFFF;
  background-color: #41D361;
}
.theme-light .ui-button.ui-button-palette-colors-chain-informatics:hover,
.theme-dark .ui-button.ui-button-palette-colors-chain-informatics:hover {
  background-color: #2CBC4B;
}
.theme-light .ui-button.ui-button-palette-colors-chain-informatics:active,
.theme-dark .ui-button.ui-button-palette-colors-chain-informatics:active {
  background-color: #16A535;
}
.theme-light .ui-button.ui-button-palette-colors-chain-informatics.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-chain-informatics.ui-button-active {
  background-color: #088D25;
}
.theme-light .ui-button.ui-button-palette-colors-chain-informatics > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-chain-informatics > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-chain-chemistry,
.theme-dark .ui-button.ui-button-palette-colors-chain-chemistry {
  color: #FFFFFF;
  background-color: #01A2E7;
}
.theme-light .ui-button.ui-button-palette-colors-chain-chemistry:hover,
.theme-dark .ui-button.ui-button-palette-colors-chain-chemistry:hover {
  background-color: #0193D2;
}
.theme-light .ui-button.ui-button-palette-colors-chain-chemistry:active,
.theme-dark .ui-button.ui-button-palette-colors-chain-chemistry:active {
  background-color: #0184BD;
}
.theme-light .ui-button.ui-button-palette-colors-chain-chemistry.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-chain-chemistry.ui-button-active {
  background-color: #0173A5;
}
.theme-light .ui-button.ui-button-palette-colors-chain-chemistry > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-chain-chemistry > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-chain-linguistics,
.theme-dark .ui-button.ui-button-palette-colors-chain-linguistics {
  color: #FFFFFF;
  background-color: #F9851B;
}
.theme-light .ui-button.ui-button-palette-colors-chain-linguistics:hover,
.theme-dark .ui-button.ui-button-palette-colors-chain-linguistics:hover {
  background-color: #EA7012;
}
.theme-light .ui-button.ui-button-palette-colors-chain-linguistics:active,
.theme-dark .ui-button.ui-button-palette-colors-chain-linguistics:active {
  background-color: #DC5C0A;
}
.theme-light .ui-button.ui-button-palette-colors-chain-linguistics.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-chain-linguistics.ui-button-active {
  background-color: #C14805;
}
.theme-light .ui-button.ui-button-palette-colors-chain-linguistics > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-chain-linguistics > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-chain-biology,
.theme-dark .ui-button.ui-button-palette-colors-chain-biology {
  color: #FFFFFF;
  background-color: #ACC032;
}
.theme-light .ui-button.ui-button-palette-colors-chain-biology:hover,
.theme-dark .ui-button.ui-button-palette-colors-chain-biology:hover {
  background-color: #99AB28;
}
.theme-light .ui-button.ui-button-palette-colors-chain-biology:active,
.theme-dark .ui-button.ui-button-palette-colors-chain-biology:active {
  background-color: #84951E;
}
.theme-light .ui-button.ui-button-palette-colors-chain-biology.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-chain-biology.ui-button-active {
  background-color: #707F14;
}
.theme-light .ui-button.ui-button-palette-colors-chain-biology > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-chain-biology > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-main-purple,
.theme-dark .ui-button.ui-button-palette-colors-main-purple {
  color: #FFFFFF;
  background-color: #8C59B7;
}
.theme-light .ui-button.ui-button-palette-colors-main-purple:hover,
.theme-dark .ui-button.ui-button-palette-colors-main-purple:hover {
  background-color: #773BA8;
}
.theme-light .ui-button.ui-button-palette-colors-main-purple:active,
.theme-dark .ui-button.ui-button-palette-colors-main-purple:active {
  background-color: #621E9B;
}
.theme-light .ui-button.ui-button-palette-colors-main-purple.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-main-purple.ui-button-active {
  background-color: #4D008C;
}
.theme-light .ui-button.ui-button-palette-colors-main-purple > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-main-purple > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-sirius-grey,
.theme-dark .ui-button.ui-button-palette-colors-sirius-grey {
  color: #FFFFFF;
  background-color: #6A6E8B;
}
.theme-light .ui-button.ui-button-palette-colors-sirius-grey:hover,
.theme-dark .ui-button.ui-button-palette-colors-sirius-grey:hover {
  background-color: #5D607A;
}
.theme-light .ui-button.ui-button-palette-colors-sirius-grey:active,
.theme-dark .ui-button.ui-button-palette-colors-sirius-grey:active {
  background-color: #4F5268;
}
.theme-light .ui-button.ui-button-palette-colors-sirius-grey.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-sirius-grey.ui-button-active {
  background-color: #414456;
}
.theme-light .ui-button.ui-button-palette-colors-sirius-grey > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-sirius-grey > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-status-good,
.theme-dark .ui-button.ui-button-palette-colors-status-good {
  color: #FFFFFF;
  background-color: #7EB219;
}
.theme-light .ui-button.ui-button-palette-colors-status-good:hover,
.theme-dark .ui-button.ui-button-palette-colors-status-good:hover {
  background-color: #6EA00F;
}
.theme-light .ui-button.ui-button-palette-colors-status-good:active,
.theme-dark .ui-button.ui-button-palette-colors-status-good:active {
  background-color: #5F8D05;
}
.theme-light .ui-button.ui-button-palette-colors-status-good.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-status-good.ui-button-active {
  background-color: #4E7701;
}
.theme-light .ui-button.ui-button-palette-colors-status-good > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-status-good > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-status-attention,
.theme-dark .ui-button.ui-button-palette-colors-status-attention {
  color: #FFFFFF;
  background-color: #FD9601;
}
.theme-light .ui-button.ui-button-palette-colors-status-attention:hover,
.theme-dark .ui-button.ui-button-palette-colors-status-attention:hover {
  background-color: #F28001;
}
.theme-light .ui-button.ui-button-palette-colors-status-attention:active,
.theme-dark .ui-button.ui-button-palette-colors-status-attention:active {
  background-color: #E76A01;
}
.theme-light .ui-button.ui-button-palette-colors-status-attention.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-status-attention.ui-button-active {
  background-color: #CB5500;
}
.theme-light .ui-button.ui-button-palette-colors-status-attention > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-status-attention > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-status-wrong,
.theme-dark .ui-button.ui-button-palette-colors-status-wrong {
  color: #FFFFFF;
  background-color: #F94C4F;
}
.theme-light .ui-button.ui-button-palette-colors-status-wrong:hover,
.theme-dark .ui-button.ui-button-palette-colors-status-wrong:hover {
  background-color: #ED373E;
}
.theme-light .ui-button.ui-button-palette-colors-status-wrong:active,
.theme-dark .ui-button.ui-button-palette-colors-status-wrong:active {
  background-color: #DF222E;
}
.theme-light .ui-button.ui-button-palette-colors-status-wrong.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-status-wrong.ui-button-active {
  background-color: #BF1624;
}
.theme-light .ui-button.ui-button-palette-colors-status-wrong > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-status-wrong > .ui-icon {
  color: inherit;
}
.theme-light .ui-button.ui-button-palette-colors-action,
.theme-dark .ui-button.ui-button-palette-colors-action {
  color: #FFFFFF;
  background-color: #2979FF;
}
.theme-light .ui-button.ui-button-palette-colors-action:hover,
.theme-dark .ui-button.ui-button-palette-colors-action:hover {
  background-color: #005FFF;
}
.theme-light .ui-button.ui-button-palette-colors-action:active,
.theme-dark .ui-button.ui-button-palette-colors-action:active {
  background-color: #0045FF;
}
.theme-light .ui-button.ui-button-palette-colors-action.ui-button-active,
.theme-dark .ui-button.ui-button-palette-colors-action.ui-button-active {
  background-color: #002BFF;
}
.theme-light .ui-button.ui-button-palette-colors-action > .ui-icon,
.theme-dark .ui-button.ui-button-palette-colors-action > .ui-icon {
  color: inherit;
}
.ui-button {
  /* base */
  box-sizing: border-box;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  margin: 0;
  border: 0;
  background-color: transparent;
  /* text */
  color: inherit;
  font-family: inherit;
  letter-spacing: 0.02857em;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  /* transition */
  transition: color, background-color 150ms;
  transition-duration: 150ms;
}
.ui-button__content {
  order: 2;
  display: inline-block;
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
      local('Material Icons Outlined'),
      local('MaterialIcons-Outlined'),
      url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/material-icons-outlined.woff2) format("woff2"),
      url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/material-icons-outlined.woff) format("woff")
  ;
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
      local('Material Icons'),
      local('MaterialIcons'),
      url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/material-icons.woff2) format("woff2"),
      url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/fonts/material-icons.woff) format("woff")
  ;
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

.ui-icon-size-xxs.material-icons-outlined,
.ui-icon-size-xxs {
  font-size: 12px;
  width: 12px;
  height: 12px;
}
.ui-icon-size-xs.material-icons-outlined,
.ui-icon-size-xs {
  font-size: 18px;
  width: 18px;
  height: 18px;
}
.ui-icon-size-s.material-icons-outlined,
.ui-icon-size-s {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.ui-icon-size-m.material-icons-outlined,
.ui-icon-size-m {
  font-size: 32px;
  width: 32px;
  height: 32px;
}
.ui-icon-size-l.material-icons-outlined,
.ui-icon-size-l {
  font-size: 40px;
  width: 40px;
  height: 40px;
}
.ui-icon-size-xl.material-icons-outlined,
.ui-icon-size-xl {
  font-size: 48px;
  width: 48px;
  height: 48px;
}
.ui-icon-size-xxl.material-icons-outlined,
.ui-icon-size-xxl {
  font-size: 56px;
  width: 56px;
  height: 56px;
}
.theme-light .ui-icon.ui-icon-mode-white {
  color: #FFFFFF;
}
.theme-light .ui-icon.ui-icon-mode-live {
  color: #88CC00;
}
.theme-light .ui-icon.ui-icon-mode-middle {
  color: #FFBF00;
}
.theme-light .ui-icon.ui-icon-mode-warning {
  color: #FF5757;
}
.theme-dark .ui-icon {
  color: #999999;
}
.theme-light .ui-icon {
  color: #999999;
}
.ui-icon {
  user-select: none;
  box-sizing: content-box;
}

/* SMT */
/* outline */
.ui-text-control {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 24px;
  transition: all 150ms;
  padding: 8px 16px;
  font-family: inherit;
}
.ui-text-control-primary {
  font-size: 16px;
  font-weight: 700;
}
.ui-text-control-caption {
  color: #717171;
}
.dark-theme .ui-text-control {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
}
.dark-theme .ui-text-control-caption {
  color: #9F9F9F;
}
.ui-text-control-thin {
  font-weight: 300;
}
.ui-text-control-bold {
  font-weight: 500;
}
.ui-text-control-extra-bold {
  font-weight: 700;
}

/* SMT */
/* outline */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .theme-light .ui-checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 16px 0 0;
    border: 2px solid #CCCCCC;
  }
  .theme-light .ui-checkbox__input:checked {
    background-color: #999999;
    border-color: transparent;
  }
  .theme-light .ui-checkbox__input:checked:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 12px;
    border: 3px solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    top: 0;
    box-sizing: content-box;
  }
  .theme-light .ui-checkbox__input:checked:hover:not([disabled]) {
    background-color: #808080;
  }
  .theme-light .ui-checkbox__input:not([disabled]):hover {
    cursor: pointer;
    background-color: #F7F7F7;
  }
}
@supports not((-webkit-appearance: none) or (appearance: none)) {
  .theme-light .ui-checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .theme-light .ui-checkbox__input + .ui-checkbox__label {
    position: relative;
    margin: 0;
  }
  .theme-light .ui-checkbox__input + .ui-checkbox__label:before {
    content: '';
    border: 2px solid #CCCCCC;
  }
  .theme-light .ui-checkbox__input + .ui-checkbox__label:not([disabled]):hover:before {
    cursor: pointer;
    background-color: #F7F7F7;
  }
  .theme-light .ui-checkbox__input:checked + .ui-checkbox__label:before {
    background-color: #999999;
    border-color: transparent;
  }
  .theme-light .ui-checkbox__input:checked + .ui-checkbox__label:hover:before {
    background-color: #808080;
  }
  .theme-light .ui-checkbox__input:checked + .ui-checkbox__label:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 12px;
    border: 3px solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    top: 0;
    box-sizing: content-box;
    left: 8px;
    top: 2px;
  }
  .theme-light .ui-checkbox__input:focus + .ui-checkbox__label:before {
    border: 2px solid #2266D6;
  }
}
.theme-light .ui-checkbox-disabled .ui-checkbox__input:disabled,
.theme-light .ui-checkbox-disabled .ui-checkbox__label {
  opacity: 0.3;
  cursor: not-allowed;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .theme-dark .ui-checkbox__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    vertical-align: top;
    border-radius: 4px;
    position: relative;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 16px 0 0;
    border: 2px solid #BBBBBB;
  }
  .theme-dark .ui-checkbox__input:checked {
    background-color: #2979FF;
    border-color: transparent;
  }
  .theme-dark .ui-checkbox__input:checked:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 12px;
    border: 3px solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    top: 0;
    box-sizing: content-box;
  }
  .theme-dark .ui-checkbox__input:checked:hover:not([disabled]) {
    background-color: #266FEB;
  }
  .theme-dark .ui-checkbox__input:not([disabled]):hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.04);
  }
}
@supports not((-webkit-appearance: none) or (appearance: none)) {
  .theme-dark .ui-checkbox__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .theme-dark .ui-checkbox__input + .ui-checkbox__label {
    position: relative;
    margin: 0;
  }
  .theme-dark .ui-checkbox__input + .ui-checkbox__label:before {
    content: '';
    border: 2px solid #BBBBBB;
  }
  .theme-dark .ui-checkbox__input + .ui-checkbox__label:not([disabled]):hover:before {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .theme-dark .ui-checkbox__input:checked + .ui-checkbox__label:before {
    background-color: #2979FF;
    border-color: transparent;
  }
  .theme-dark .ui-checkbox__input:checked + .ui-checkbox__label:hover:before {
    background-color: #266FEB;
  }
  .theme-dark .ui-checkbox__input:checked + .ui-checkbox__label:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 12px;
    border: 3px solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 6px;
    top: 0;
    box-sizing: content-box;
    left: 8px;
    top: 2px;
  }
  .theme-dark .ui-checkbox__input:focus + .ui-checkbox__label:before {
    border: 2px solid #2266D6;
  }
}
.theme-dark .ui-checkbox-disabled .ui-checkbox__input:disabled,
.theme-dark .ui-checkbox-disabled .ui-checkbox__label {
  opacity: 0.3;
  cursor: not-allowed;
}
.ui-checkbox {
  margin: 0;
}
.ui-checkbox__label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

/* SMT */
/* outline */
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .theme-light .ui-radio__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    border-radius: 12px;
    position: relative;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 16px 0 0;
    border: 2px solid #BBBBBB;
  }
  .theme-light .ui-radio__input:not([disabled]):checked {
    background-color: transparent;
    border-color: #2979FF;
  }
  .theme-light .ui-radio__input:not([disabled]):checked:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    left: 2px;
    top: 2px;
    background-color: #2979FF;
    box-sizing: content-box;
  }
  .theme-light .ui-radio__input:not([disabled]):checked:hover {
    border-color: #266FEB;
  }
  .theme-light .ui-radio__input:not([disabled]):checked:hover:after {
    background-color: #266FEB;
  }
  .theme-light .ui-radio__input:not([disabled]):hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.04);
  }
}
@supports not((-webkit-appearance: none) or (appearance: none)) {
  .theme-light .ui-radio__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .theme-light .ui-radio__input + .ui-radio__label {
    position: relative;
    margin: 0;
  }
  .theme-light .ui-radio__input + .ui-radio__label:before {
    content: '';
    border: 2px solid #BBBBBB;
  }
  .theme-light .ui-radio__input + .ui-radio__label:not([disabled]):hover:before {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .theme-light .ui-radio__input + .ui-radio__label:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .theme-light .ui-radio__input + .ui-radio__label:disabled:before {
    cursor: not-allowed;
  }
  .theme-light .ui-radio__input:checked + .ui-radio__label:before {
    background-color: transparent;
    border-color: #2979FF;
  }
  .theme-light .ui-radio__input:checked + .ui-radio__label:hover:before {
    border-color: #266FEB;
  }
  .theme-light .ui-radio__input:checked + .ui-radio__label:hover:before:after {
    background-color: #266FEB;
  }
  .theme-light .ui-radio__input:checked + .ui-radio__label:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    left: 2px;
    background-color: #2979FF;
    box-sizing: content-box;
    left: 8px;
    top: 2px;
  }
  .theme-light .ui-radio__input:focus + .ui-radio__label:before {
    border: 2px solid #2266D6;
  }
}
.theme-light .ui-radio-disabled .ui-radio__input:disabled,
.theme-light .ui-radio-disabled .ui-radio__label {
  opacity: 0.4;
  cursor: not-allowed;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .theme-dark .ui-radio__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
    border-radius: 12px;
    position: relative;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 16px 0 0;
    border: 2px solid #BBBBBB;
  }
  .theme-dark .ui-radio__input:not([disabled]):checked {
    background-color: transparent;
    border-color: #2979FF;
  }
  .theme-dark .ui-radio__input:not([disabled]):checked:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    left: 2px;
    top: 2px;
    background-color: #2979FF;
    box-sizing: content-box;
  }
  .theme-dark .ui-radio__input:not([disabled]):checked:hover {
    border-color: #266FEB;
  }
  .theme-dark .ui-radio__input:not([disabled]):checked:hover:after {
    background-color: #266FEB;
  }
  .theme-dark .ui-radio__input:not([disabled]):hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.04);
  }
}
@supports not((-webkit-appearance: none) or (appearance: none)) {
  .theme-dark .ui-radio__input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .theme-dark .ui-radio__input + .ui-radio__label {
    position: relative;
    margin: 0;
  }
  .theme-dark .ui-radio__input + .ui-radio__label:before {
    content: '';
    border: 2px solid #BBBBBB;
  }
  .theme-dark .ui-radio__input + .ui-radio__label:not([disabled]):hover:before {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .theme-dark .ui-radio__input + .ui-radio__label:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .theme-dark .ui-radio__input + .ui-radio__label:disabled:before {
    cursor: not-allowed;
  }
  .theme-dark .ui-radio__input:checked + .ui-radio__label:before {
    background-color: transparent;
    border-color: #2979FF;
  }
  .theme-dark .ui-radio__input:checked + .ui-radio__label:hover:before {
    border-color: #266FEB;
  }
  .theme-dark .ui-radio__input:checked + .ui-radio__label:hover:before:after {
    background-color: #266FEB;
  }
  .theme-dark .ui-radio__input:checked + .ui-radio__label:after {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    left: 2px;
    background-color: #2979FF;
    box-sizing: content-box;
    left: 8px;
    top: 2px;
  }
  .theme-dark .ui-radio__input:focus + .ui-radio__label:before {
    border: 2px solid #2266D6;
  }
}
.theme-dark .ui-radio-disabled .ui-radio__input:disabled,
.theme-dark .ui-radio-disabled .ui-radio__label {
  opacity: 0.4;
  cursor: not-allowed;
}
.ui-radio {
  margin: 0;
}
.ui-radio__label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}


.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.ui-textarea {
  width: 100%;
  height: 100%;
}
.ui-textarea__textarea {
  width: 100%;
  height: 100%;
  border: 1px solid;
  color: #1A1A1A;
  background-color: #FFFFFF;
  font-family: "PT Root UI", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.ui-textarea__textarea.text-l {
  padding: 16px;
  border-radius: 8px;
}
.ui-textarea__textarea.text-m {
  padding: 12px;
  border-radius: 8px;
}
.ui-textarea__textarea.text-s {
  padding: 10px;
  border-radius: 8px;
}
.ui-textarea__textarea:hover:not(:focus):not(:disabled) {
  background-color: #F7F7F7;
}
.ui-textarea__textarea::placeholder {
  color: #CCCCCC;
}
.ui-textarea__textarea:disabled {
  opacity: 0.3;
}
.ui-textarea__textarea-resize-on {
  resize: auto;
}
.ui-textarea__textarea-resize-off {
  resize: none;
}
.ui-textarea__textarea-mode-good {
  border-color: #7EB219;
}
.ui-textarea__textarea-mode-wrong {
  border-color: #F94C4F;
}
.ui-textarea__textarea-mode-attention {
  border-color: #FD9601;
}
.ui-textarea__textarea-mode-attention::placeholder {
  color: #CB5500;
  opacity: 1;
}
.ui-textarea__textarea-mode-default {
  border-color: #CCCCCC;
}

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.ui-date-time-input-reset {
  outline: none;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: unset;
  margin: unset;
}
.ui-date-time__input {
  color: #1A1A1A;
}
.ui-date-time__input::-webkit-contacts-auto-fill-button,
.ui-date-time__input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}
.ui-date-time__input-mode-attention {
  color: #CB5500;
}
.ui-date-time__input:disabled,
.ui-date-time__input:read-only {
  cursor: default;
  pointer-events: none;
}
.ui-date-time__input::placeholder {
  color: #CCCCCC;
}
.ui-date-time__input-mode-attention::placeholder {
  color: #CB5500;
  opacity: 1;
}
.ui-date-time__input-wrong {
  color: #FD9601;
}
.text-l > .ui-date-time__input {
  margin-left: 16px;
  margin-right: 4px;
}
.text-l > .ui-date-time__input-type-date {
  max-width: 100px;
}
.text-l > .ui-date-time__input-type-datetime {
  max-width: 152px;
}
.text-s > .ui-date-time__input {
  margin-left: 10px;
  margin-right: 4px;
}
.text-s > .ui-date-time__input-type-date {
  max-width: 76px;
}
.text-s > .ui-date-time__input-type-datetime {
  max-width: 120px;
}
.text-l > .ui-date-time__icon-wrapper {
  min-width: 32px;
  margin-right: 8px;
}
.text-s > .ui-date-time__icon-wrapper {
  min-width: 24px;
  margin-right: 4px;
}
.ui-date-time__year-picker {
  font-family: "PT Root UI", Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-color: #FFFFFF;
}
.ui-date-time__year-picker__button {
  font-weight: 700;
}
.ui-date-time__year-picker__text-year {
  letter-spacing: 0.02857em;
  padding: 4px 20px;
}
.ui-date-time__year-picker .react-datepicker__year-wrapper {
  justify-content: center;
}
.ui-date-time__year-picker .react-datepicker__year-text--disabled {
  pointer-events: none;
}
.ui-date-time__calendar {
  font-family: "PT Root UI", Arial, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-color: #FFFFFF;
}
.ui-date-time__calendar__header {
  width: 252px;
  margin-left: 4px;
  margin-right: 4px;
}
.ui-date-time__calendar__header__text-month {
  text-transform: capitalize;
}
.ui-date-time__calendar__header-disabled {
  color: #CCCCCC;
}
.ui-date-time__calendar .react-datepicker__header {
  color: #1A1A1A;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  background: none;
  border-bottom: 1px solid #FFFFFF;
}
.ui-date-time__calendar .react-datepicker__header--time {
  display: none;
  padding: 0;
}
.ui-date-time__calendar .react-datepicker__header .react-datepicker__header__dropdown {
  display: flex;
  justify-content: space-around;
}
.ui-date-time__calendar .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-read-view--selected-year,
.ui-date-time__calendar .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-read-view--selected-month {
  color: #999999;
  font-weight: 500;
}
.ui-date-time__calendar .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__year-read-view--down-arrow,
.ui-date-time__calendar .react-datepicker__header .react-datepicker__header__dropdown .react-datepicker__month-read-view--down-arrow {
  border-width: 1px 1px 0 0;
  height: 4px;
  width: 4px;
  top: 8px;
  right: -10px;
}
.ui-date-time__calendar .react-datepicker__navigation-icon::before {
  border-color: #1A1A1A;
  border-width: 1px 1px 0 0;
  height: 6px;
  width: 6px;
  top: 10px;
}
.ui-date-time__calendar .react-datepicker__current-month {
  text-transform: capitalize;
}
.ui-date-time__calendar .react-datepicker__day--selected,
.ui-date-time__calendar .react-datepicker__day--keyboard-selected {
  background-color: #999999;
}
.ui-date-time__calendar .react-datepicker__day-name {
  color: #999999;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
}
.ui-date-time__calendar .react-datepicker__day-names {
  font-weight: 500;
}
.ui-date-time__calendar .react-datepicker__time {
  border-top-right-radius: 0.3rem;
}
.ui-date-time__calendar .react-datepicker__time-name {
  width: 2rem;
}
.ui-date-time__calendar .react-datepicker__time-box {
  border-top-right-radius: 0.3rem;
}
.ui-date-time__calendar .react-datepicker__time-container {
  border-left-color: #EDEDED;
}
.ui-date-time__calendar .react-datepicker__time-list {
  scrollbar-width: thin;
  scrollbar-color: #EDEDED #FFFFFF;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}
.ui-date-time__calendar .react-datepicker__time-list::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.ui-date-time__calendar .react-datepicker__time-list-item:focus-visible {
  background-color: #EDEDED;
}
.ui-date-time__calendar .react-datepicker__time-list-item--selected[aria-selected],
.ui-date-time__calendar .react-datepicker__time-list-item--keyboard-selected[aria-selected] {
  background-color: #999999 !important;
}
.ui-date-time__calendar .react-datepicker__week-number {
  font-size: 10px;
}
.ui-date-time__calendar .react-datepicker__triangle {
  display: none;
}

.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.ui-input-wrapper {
  display: flex;
  align-items: center;
  font-family: "PT Root UI", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: 1px solid;
  background-color: #FFFFFF;
  border-radius: 8px;
  width: max-content;
}
.ui-input-wrapper-inline {
  display: inline-flex;
  vertical-align: middle;
}
.ui-input-wrapper-size-xs {
  height: 32px;
}
.ui-input-wrapper-size-s {
  height: 40px;
}
.ui-input-wrapper-size-m {
  height: 48px;
}
.ui-input-wrapper-size-l {
  height: 56px;
}
.ui-input-wrapper-mode-good {
  border-color: #7EB219;
}
.ui-input-wrapper-mode-wrong {
  border-color: #F94C4F;
}
.ui-input-wrapper-mode-attention {
  border-color: #FD9601;
}
.ui-input-wrapper-mode-default {
  border-color: #CCCCCC;
}
.ui-input-wrapper:hover:not(:focus-within):not(.ui-input-wrapper-disabled) {
  background-color: #F7F7F7;
}
.ui-input-wrapper-disabled {
  opacity: 40%;
  cursor: default;
  pointer-events: none;
}

.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.ui-textinput {
  border-radius: 8px;
}
.ui-textinput.ui-input-wrapper-inline {
  vertical-align: baseline;
}
.ui-textinput::placeholder {
  color: #CCCCCC;
}
.ui-textinput:disabled {
  opacity: 0.3;
}
.ui-textinput__input {
  border-radius: 8px;
  height: 100%;
  color: #1A1A1A;
}
.ui-textinput__input-input-reset {
  outline: none;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: unset;
  margin: unset;
}
.text-l > .ui-textinput__input {
  padding: 0 16px;
}
.text-m > .ui-textinput__input {
  padding: 0 10px;
}
.text-s > .ui-textinput__input {
  padding: 0 8px;
}
.text-xs > .ui-textinput__input {
  padding: 0 4px;
}
.ui-textinput__input::placeholder {
  color: #CCCCCC;
  font-weight: 500;
}
.ui-textinput__input-mode-attention::placeholder {
  color: #CB5500;
  opacity: 1;
}

.text-xxl {
  font-size: 32px;
  line-height: 40px;
}
.text-xl {
  font-size: 24px;
  line-height: 32px;
}
.text-l {
  font-size: 18px;
  line-height: 28px;
}
.text-m {
  font-size: 16px;
  line-height: 24px;
}
.text-s {
  font-size: 14px;
  line-height: 20px;
}
.text-xs {
  font-size: 12px;
  line-height: 16px;
}
.text-xxs {
  font-size: 10px;
  line-height: 12px;
}
.ui-textinput-mask {
  border-radius: 8px;
}
.ui-textinput-mask.ui-input-wrapper-inline {
  vertical-align: baseline;
}
.ui-textinput-mask::placeholder {
  color: #CCCCCC;
}
.ui-textinput-mask:disabled {
  opacity: 0.3;
}
.ui-textinput-mask__input {
  border-radius: 8px;
  height: 100%;
  color: #1A1A1A;
}
.ui-textinput-mask__input-input-reset {
  outline: none;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: unset;
  margin: unset;
}
.text-l > .ui-textinput-mask__input {
  padding: 0 16px;
}
.text-m > .ui-textinput-mask__input {
  padding: 0 10px;
}
.text-s > .ui-textinput-mask__input {
  padding: 0 8px;
}
.text-xs > .ui-textinput-mask__input {
  padding: 0 4px;
}
.ui-textinput-mask__input::placeholder {
  color: #CCCCCC;
  font-weight: 500;
}
.ui-textinput-mask__input-mode-attention::placeholder {
  color: #CB5500;
  opacity: 1;
}

/* Generated with js2less.js.
Original file: src/styles/values/grayscale.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-status-attention.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors.json */
.ui-switcher__invisible-input {
  width: 0px;
  height: 0px;
  visibility: hidden;
  outline: none;
}
.ui-switcher__visible-input {
  display: inline-block;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 300ms;
  box-sizing: border-box;
  background-color: #CCCCCC;
  vertical-align: middle;
  margin-left: 8px;
}
.ui-switcher__visible-input::before {
  display: block;
  content: "";
  height: 24px;
  width: 24px;
  border: 2px solid #CCCCCC;
  border-radius: 50%;
  box-sizing: border-box;
  transition: transform 300ms;
  background-color: #FFFFFF;
}
.ui-switcher__visible-input-attention {
  border: 2px solid #FD9601;
}
.ui-switcher__visible-input-attention::before {
  transform: translateX(7px);
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  border-color: #FD9601;
  margin-top: -2px;
}
.ui-switcher__visible-input-disabled {
  opacity: 0.3;
  cursor: default;
}
.ui-switcher__invisible-input:checked:not([disabled]) + .ui-switcher__visible-input:not(.ui-switcher__visible-input-attention) {
  background-color: #2979FF;
}
.ui-switcher__invisible-input:checked:not([disabled]) + .ui-switcher__visible-input:not(.ui-switcher__visible-input-attention)::before {
  transform: translateX(18px);
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
}
.ui-switcher-disabled {
  opacity: 0.3;
}
.ui-switcher-disabled > .ui-switcher__visible-input {
  cursor: default;
}
.ui-switcher-disabled > .ui-switcher__visible-input:not(.ui-switcher__visible-input-attention)::before {
  transform: translateX(9px);
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
}

.theme-light .ui-popover {
  color: #1A1A1A;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.theme-light .ui-popover__overlay {
  position: fixed;
  background: none;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  z-index: 500;
}
.theme-light .ui-popover__overlay-prerender {
  visibility: hidden;
}
@media (max-width: 760px) {
  .theme-light .ui-popover__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.theme-dark .ui-popover {
  background-color: #e0e0e0;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
}
.theme-dark .ui-popover__overlay {
  position: fixed;
  background: none;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  z-index: 500;
}
.theme-dark .ui-popover__overlay-prerender {
  visibility: hidden;
}
@media (max-width: 760px) {
  .theme-dark .ui-popover__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.ui-popover__menu {
  padding: 8px 0;
}
.ui-popover__menu-wsize {
  max-width: 328px;
}
.ui-popover__menu-wsize-s {
  max-width: 240px;
  width: 240px;
}
.ui-popover__menu-wsize-m {
  max-width: 360px;
  width: 360px;
}
.ui-popover__menu-wsize-l {
  max-width: 480px;
  width: 480px;
}
.ui-popover__menu-item {
  min-height: 40px;
  align-items: center;
  padding: 0 10px;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 8px;
  font-weight: 500;
}
.ui-popover__menu-item:not([disabled]):hover {
  background-color: #F7F7F7;
}
.ui-popover__menu-item:not(:first-child) {
  margin-top: 2px;
}
.ui-popover__menu-item-opened,
.ui-popover__menu-item-opened:not([disabled]):hover {
  background-color: #999999;
  color: #FFFFFF;
}
.ui-popover__menu-item-opened .ui-icon,
.ui-popover__menu-item-opened:not([disabled]):hover .ui-icon,
.theme-dark .ui-popover__menu-item-opened .ui-icon,
.theme-dark .ui-popover__menu-item-opened:not([disabled]):hover .ui-icon,
.theme-light .ui-popover__menu-item-opened .ui-icon,
.theme-light .ui-popover__menu-item-opened:not([disabled]):hover .ui-icon {
  color: #FFFFFF;
}
.ui-popover__menu-item-label {
  width: calc(100% - 4px*4);
  padding: 8px;
  user-select: none;
}
.ui-popover__menu-item-icon {
  align-self: flex-start;
  margin-top: 8px;
}
.ui-popover__menu-item-link {
  display: flex;
  box-sizing: border-box;
  flex-grow: 1;
  align-items: center;
  min-height: 40px;
  color: inherit;
  text-decoration: inherit;
}
.ui-popover__menu-item-link:hover {
  color: inherit;
}
.ui-popover__menu-item-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}
.ui-popover__menu-item-selected {
  cursor: default;
  pointer-events: none;
}
.ui-popover__menu-item-loading {
  width: 24px;
  justify-content: center;
}
.ui-popover__menu-wsize > .ui-popover__menu-item {
  max-width: 312px;
  width: 312px;
}
.ui-popover__menu-wsize-s > .ui-popover__menu-item {
  max-width: 224px;
  width: 224px;
}
.ui-popover__menu-wsize-m > .ui-popover__menu-item {
  max-width: 344px;
  width: 344px;
}
.ui-popover__menu-wsize-l > .ui-popover__menu-item {
  max-width: 464px;
  width: 464px;
}
.ui-popover {
  border-radius: 8px;
}

/* SMT */
/* outline */
.ui-tooltip {
  padding: 8px;
  border-radius: 4px;
  background-color: #222222;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
}
.ui-tooltip[data-placement^='right'] .ui-tooltip__arrow {
  left: -2px;
}
.ui-tooltip[data-placement^='left'] .ui-tooltip__arrow {
  right: -2px;
}
.ui-tooltip[data-placement^='top'] .ui-tooltip__arrow {
  bottom: -2px;
}
.ui-tooltip[data-placement^='bottom'] .ui-tooltip__arrow {
  top: -2px;
}
.ui-tooltip__arrow[data-popper-arrow='false'] {
  display: none;
}
.ui-tooltip__arrow {
  display: block;
  width: 8px;
  height: 8px;
}
.ui-tooltip__arrow:before {
  content: '';
  position: absolute;
  transform: rotate(45deg);
  background-color: #222222;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
}

.b-table__row {
  width: 100%;
}
.b-table__row-sticky {
  position: sticky;
  left: 0;
}
.b-table__cell {
  padding: 0px;
  min-width: 0px;
}
.b-table__cell-sticky {
  position: sticky;
  left: 0;
}

.ui-spoiler {
  display: flex;
  box-sizing: border-box;
  padding: 4px 0;
}
.ui-spoiler__summary {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: 700;
  list-style: none;
  user-select: none;
}
.ui-spoiler__summary:hover {
  cursor: pointer;
}
.ui-spoiler__summary:before {
  position: absolute;
  font-family: "Material Icons Outlined";
  content: "\e5cf";
  color: #999999;
  transition: transform 300ms;
}
.ui-spoiler__summary::marker,
.ui-spoiler__summary::-webkit-details-marker {
  display: none;
}
.ui-spoiler__summary::-moz-list-bullet {
  list-style-type: none;
}
.ui-spoiler[open] > .ui-spoiler__summary {
  margin-bottom: 16px;
}
.ui-spoiler[open] > .ui-spoiler__summary:before {
  transform: scale(1, -1);
}
.ui-spoiler[open] > .ui-spoiler__details {
  animation: expand 300ms ease-in-out;
}
.ui-spoiler__icon {
  margin-right: 8px;
}
.ui-spoiler__details {
  margin-bottom: 16px;
  overflow-wrap: break-word;
}
.ui-spoiler-type-bubble {
  background-color: #F7F7F7;
  border-radius: 16px;
}
.ui-spoiler-type-bubble:hover,
.ui-spoiler-type-bubble:focus-within:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ui-spoiler-type-bubble > .ui-spoiler__summary {
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 40px;
}
.ui-spoiler-type-bubble > .ui-spoiler__summary:before {
  right: 0;
}
.ui-spoiler-type-bubble > .ui-spoiler__details {
  margin-right: 40px;
  margin-left: 40px;
}
.ui-spoiler-type-lines {
  border-width: 1px 0;
  border-color: #DFDFDF;
  border-style: solid;
}
.ui-spoiler-type-lines:hover,
.ui-spoiler-type-lines:focus-within:hover {
  border-width: 4px 0;
}
.ui-spoiler-type-lines:hover.ui-spoiler,
.ui-spoiler-type-lines:focus-within:hover.ui-spoiler {
  padding-top: 1px;
  padding-bottom: 1px;
}
.ui-spoiler-type-lines > .ui-spoiler__summary {
  padding-right: 40px;
}
.ui-spoiler-type-lines > .ui-spoiler__summary:before {
  right: 0;
}
.ui-spoiler-type-none > .ui-spoiler__summary {
  padding-left: 40px;
}
.ui-spoiler-type-none > .ui-spoiler__summary:before {
  left: 0;
}
@keyframes expand {
  0% {
    margin-top: -16px;
  }
  100% {
    margin-top: 0;
  }
}

.loading-screen {
  position: fixed;
  z-index: 11111111111;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
.loading-screen > .circular-progress {
  z-index: 11111111112;
}

/* Generated with js2less.js.
Original file: src/styles/values/grayscale.json */
.share-social {
  width: 56px;
  position: fixed;
  bottom: 8px;
  right: 8px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.share-social:hover > .share-social__full {
  display: flex;
}
.share-social:hover > .share-social__collapsed {
  display: none;
}
.share-social__collapsed {
  height: 56px;
  align-items: center;
  justify-content: center;
}
.share-social__collapsed > .ui-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.share-social__full {
  display: none;
  flex-direction: column-reverse;
  align-items: center;
  padding: 8px 0;
  cursor: pointer;
}

.mathjax_container img {
  max-width: 100%;
}

.marked-html table {
  border-collapse: collapse;
}
.marked-html .ui-spoiler {
  padding-left: 40px;
  padding-right: 40px;
}
.marked-html .ui-spoiler__summary,
.marked-html .ui-spoiler__details {
  margin-left: 0;
  margin-right: 0;
}
.marked-html .ui-audio {
  width: 100%;
}
.marked-html .description-task {
  display: flex;
  max-width: 810px;
}
.marked-html .description-task__given {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #1A1A1A;
}
.marked-html .description-task__given-top {
  border-bottom: 1px solid #1A1A1A;
}
@media (max-width: 760px) {
  .marked-html .description-task__given {
    border-right: none;
  }
}
.marked-html .description-task__solution {
  padding: 0 8px;
}
@media (max-width: 760px) {
  .marked-html .description-task__solution {
    padding: 0;
  }
}
@media (max-width: 760px) {
  .marked-html .description-task {
    flex-direction: column;
  }
}
.marked-paragraph > .ui-file-link {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
  background-image: url(/f3700fd280748e919ba0cce40c2d2b4b8dfb5028/assets/img/attach-icon.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  padding-left: 32px;
}
.marked-link:link {
  color: inherit;
}
.marked-link:hover {
  opacity: 0.8;
}
.marked-link:active {
  color: inherit;
}
.marked-link:visited {
  color: inherit;
}

.ui-menu-item {
  display: flex;
  border-radius: 8px;
  background: #FFFFFF;
  flex-shrink: 0;
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
  border: 0;
  text-align: unset;
  font: inherit;
  color: inherit;
  padding: 0;
  text-decoration: none;
}
.mk-interaction-keyboard .ui-menu-item.has-outline:focus {
  box-shadow: inset 0 0 0 2px #2979FF;
}
.ui-menu-item:not(.ui-menu-item-selected):active:focus {
  background: #EDEDED;
}
.ui-menu-item:not(.ui-menu-item-selected):hover {
  background: #F7F7F7;
}
.ui-menu-item-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.3;
}
.ui-menu-item-unclickable {
  cursor: default;
  pointer-events: none;
}
.ui-menu-item-selected {
  background: #999999;
  color: #FFFFFF;
}
.ui-menu-item-s {
  padding: 4px 4px;
}
.ui-menu-item-m {
  padding: 8px 4px;
}
.ui-menu-item-l {
  padding: 12px 4px;
}
.ui-menu-item__label {
  user-select: none;
}
.ui-menu-item__label.text-s {
  padding: 6px 4px;
}
.ui-menu-item__label.text-m {
  padding: 4px;
}
.ui-menu-item__label.text-l {
  padding: 2px 4px;
}
.ui-menu-item__label-normal {
  font-weight: 400;
}
.ui-menu-item__label-medium {
  font-weight: 500;
}
.ui-menu-item__label-bold {
  font-weight: 700;
}
.ui-menu-item__element {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.ui-menu-item__element-bold .ui-icon {
  color: #1A1A1A;
}
.ui-menu-item__element-selected .ui-icon {
  color: #FFFFFF;
}
.ui-menu-item__checkbox .ui-checkbox {
  transform: scale(0.83);
  pointer-events: none;
}
.ui-menu-item__checkbox .ui-checkbox__input {
  transform: scale(0.83);
  margin: 0;
}
.ui-menu-item__checkbox-checked .ui-checkbox {
  transform: scale(1);
}
.ui-menu-item__checkbox-checked .ui-checkbox__input {
  transform: scale(1);
}
.ui-menu-item__radio-label {
  cursor: pointer;
  border-radius: 12px;
  display: flex;
  align-items: center;
}
.ui-menu-item__radio-input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  margin: 0;
  width: 24px;
  height: 24px;
}

.ui-menu-s {
  gap: 2px;
}
.ui-menu-m {
  gap: 4px;
}
.ui-menu-l {
  gap: 8px;
}

/* Generated with js2less.js.
Original file: src/styles/values/colors-sirius-grey.json */
/* Generated with js2less.js.
Original file: src/styles/values/grayscale.json */
.services-dropdown {
  background-color: #FFFFFF;
  max-width: 1136px;
  padding: 16px;
  box-shadow: 0 2px 12px 0 #0000003D;
  border-radius: 16px;
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  gap: 24px;
  max-height: calc(100vh - 4px * 20);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 16, 16, 0.73) transparent;
}
.services-dropdown::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.services-dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.services-dropdown::-webkit-scrollbar-thumb {
  background: rgba(19, 16, 16, 0.73);
  border-radius: 5px;
}
.services-dropdown::-webkit-scrollbar-thumb:hover {
  background: #131010;
}
.services-dropdown-hidden {
  display: none;
}
.services-dropdown-isTablet {
  position: fixed;
  height: 100%;
  border-radius: 0;
  top: 0;
  padding: 8px;
  gap: 8px;
  z-index: 100;
  overflow-y: auto;
}
.services-dropdown-isTablet__groups,
.services-dropdown-isTablet__other {
  padding: 16px;
  gap: 8px;
}
.services-dropdown-isTablet .services-dropdown__group-menu-other {
  grid-template-columns: repeat(1, 1fr);
  gap: unset;
}
.services-dropdown-isTablet .services-dropdown__group:not(.services-dropdown__group-other) {
  max-width: 100%;
}
.services-dropdown__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 2;
  opacity: 0.2;
  background-color: #000000;
}
.services-dropdown__overlay-hidden {
  display: none;
}
.services-dropdown__groups {
  gap: 24px;
  flex-wrap: wrap;
}
.services-dropdown__group {
  min-width: 246px;
}
.services-dropdown__group:not(.services-dropdown__group-other) {
  max-width: 246px;
}
.services-dropdown__group-other > .services-dropdown__group-title {
  cursor: pointer;
}
.services-dropdown__group-other:has(.services-dropdown__group-title:hover) {
  background-color: #F7F7F7;
  border-radius: 8px;
}
.services-dropdown__group-title {
  color: #6A6E8B;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
  padding: 16px 24px;
  align-items: center;
  gap: 8px;
}
.services-dropdown__group-title-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #DBDDE9;
}
.services-dropdown__group-title-text {
  margin: 0;
  white-space: nowrap;
}
.services-dropdown__group-menu {
  padding: 0 16px 8px;
}
.services-dropdown__group-menu-other {
  display: grid;
  grid-template-columns: repeat(auto-fill, 246px);
  gap: 24px;
}
.services-dropdown__service-image {
  width: 32px;
  height: 32px;
}
.services-dropdown__service-image:before {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
}

.select-option {
  flex: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  font-family: inherit;
}
.select-option-disabled {
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}

/* SMT */
/* outline */
/**  Colors  **/
/** @deprecated **/
/**  **/
/** Shadow **/
/** Borders **/
/**  **/
/** DEFAULTS **/
/* Generated with js2less.js.
Original file: src/styles/values/breakpoints.json */
.theme-light .dropdown-select {
  background-color: #F1EDFA;
}
.theme-light .dropdown-select:hover {
  background-color: #EAE0FF;
}
.theme-light .dropdown-select__select-value {
  color: #101010;
}
.theme-light .dropdown-select__select-value-placeholder {
  color: #999999;
}
.theme-light .dropdown-select__select-popover-viewport-mobile:before {
  background-color: #E0E0E0;
}
.theme-light .dropdown-select__select-item-focused-true {
  box-shadow: 0 0 0 1px #2F82FF;
}
.theme-light .dropdown-select__select-item-checked.theme-light .dropdown-select__select-item:hover,
.theme-light .dropdown-select__select-item-checked {
  background-color: rgba(0, 0, 0, 0.08);
}
.theme-light .dropdown-select__label {
  background-color: rgba(0, 0, 0, 0.06);
}
.theme-light .dropdown-select__figure-selected {
  box-shadow: 0 0 0 3px #2979FF;
}
.theme-light .dropdown-select__figure-preview-true {
  background-color: #FFFFFF;
}
.theme-light .dropdown-select__figure-preview-false:after {
  background-color: #7059B2;
}
.theme-light .dropdown-select__figure-preview-false:hover:after {
  background-color: #3600BE;
}
.theme-light .dropdown-select__modal .ui-checkbox__input:not(:checked):not([disabled]):hover,
.theme-light .dropdown-select__modal .ui-checkbox__input:not(:checked) {
  background-color: #FFFFFF;
}
.theme-dark .dropdown-select {
  background-color: #ccbded;
}
.theme-dark .dropdown-select:hover {
  background-color: #c1a3ff;
}
.theme-dark .dropdown-select__select-value {
  color: #000000;
}
.theme-dark .dropdown-select__select-value-placeholder {
  color: #7a7a7a;
}
.theme-dark .dropdown-select__select-popover-viewport-mobile:before {
  background-color: #E0E0E0;
}
.theme-dark .dropdown-select__select-item-focused-true {
  box-shadow: 0 0 0 1px #2F82FF;
}
.theme-dark .dropdown-select__select-item-checked.theme-dark .dropdown-select__select-item:hover,
.theme-dark .dropdown-select__select-item-checked {
  background-color: rgba(0, 0, 0, 0.08);
}
.theme-dark .dropdown-select__label {
  background-color: rgba(0, 0, 0, 0.06);
}
.theme-dark .dropdown-select__figure-selected {
  box-shadow: 0 0 0 3px #2979FF;
}
.theme-dark .dropdown-select__figure-preview-true {
  background-color: #ccbded;
}
.theme-dark .dropdown-select__figure-preview-false:after {
  background-color: #7059B2;
}
.theme-dark .dropdown-select__figure-preview-false:hover:after {
  background-color: #3600BE;
}
.theme-dark .dropdown-select__modal .ui-checkbox__input:not(:checked):not([disabled]):hover,
.theme-dark .dropdown-select__modal .ui-checkbox__input:not(:checked) {
  background-color: #FFFFFF;
}
.dropdown-select {
  font-family: inherit;
  cursor: pointer;
  border-radius: 8px;
  min-height: 56px;
  max-width: 720px;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  justify-content: center;
}
.dropdown-select__filtercontrol {
  border: 0px;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 24px;
  padding: 0px;
  width: 90%;
  font-family: inherit;
}
.dropdown-select__nooptions {
  font-family: inherit;
  padding: 16px;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  white-space: nowrap;
}
.dropdown-select-hidden {
  display: none;
}
.dropdown-select-disabled {
  cursor: not-allowed;
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
}
.dropdown-select__select-value {
  flex: 1;
  align-items: center;
  flex-wrap: wrap;
}
.dropdown-select__select-value-placeholder {
  margin-left: 4px;
}
.dropdown-select__select-value-inline {
  padding: 0 0 0 4px;
  overflow: hidden;
}
.dropdown-select__select-item,
.dropdown-select-desktop .dropdown-select__select-value-inline {
  white-space: nowrap;
}
.dropdown-select-has-value .dropdown-select__select-value-inline {
  padding: 0 0 0 8px;
}
.dropdown-select__select-popover {
  border-radius: 12px;
}
.dropdown-select__select-popover .ui-modal__header {
  padding: 0 8px;
}
.dropdown-select__select-popover-viewport-mobile {
  border-radius: 16px 16px 0px 0px;
}
.dropdown-select__select-popover-viewport-mobile:before {
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  border-radius: 2px;
  margin: -8px auto 16px;
}
.dropdown-select__popover-container {
  max-height: 290px;
  overflow-y: auto;
  padding: 4px;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 16, 16, 0.73) transparent;
}
.dropdown-select__popover-container::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}
.dropdown-select__popover-container::-webkit-scrollbar-track {
  background: transparent;
}
.dropdown-select__popover-container::-webkit-scrollbar-thumb {
  background: rgba(19, 16, 16, 0.73);
  border-radius: 5px;
}
.dropdown-select__popover-container::-webkit-scrollbar-thumb:hover {
  background: #131010;
}
.dropdown-select__popover-footer {
  padding: 16px;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1);
  align-items: center;
}
.dropdown-select__popover-select-text {
  white-space: nowrap;
}
.dropdown-select__select-item {
  cursor: pointer;
  padding: 14px 16px;
  align-items: center;
  border-radius: 8px;
}
.dropdown-select__select-item:not(:last-child) {
  margin-bottom: 4px;
}
.dropdown-select__select-item:hover {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 8px;
}
.dropdown-select__select-item-focused-true {
  border-radius: 8px;
}
.dropdown-select__select-item-inline {
  padding: 4px;
}
.dropdown-select__label {
  padding: 0 0 0 12px;
  border-radius: 8px;
  align-items: center;
  margin: 4px;
  margin-right: 8px;
  margin-left: 0px;
  min-height: 32px;
}
.dropdown-select__modal:focus {
  outline: none;
}
.dropdown-select__modal-size-big {
  max-width: 1076px;
}
.dropdown-select__modal-size-small {
  max-width: 720px;
}
@media (max-width: 760px) {
  .dropdown-select__modal {
    max-width: 100vw;
    position: fixed;
    bottom: 0;
  }
}
.dropdown-select__modal-body {
  padding: 12px;
  align-items: stretch;
  flex-wrap: wrap;
}
.dropdown-select__modal-body-rowSize-1:not( .dropdown-select__modal-body-mobile) .dropdown-select__figure {
  max-width: calc(100% - 8px);
}
.dropdown-select__modal-body-rowSize-2:not( .dropdown-select__modal-body-mobile) .dropdown-select__figure {
  max-width: calc(50% - 16px);
}
.dropdown-select__modal-body-rowSize-3:not( .dropdown-select__modal-body-mobile) .dropdown-select__figure {
  max-width: calc(33% - 12px);
}
.dropdown-select__modal-body-mobile {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}
.dropdown-select__modal-body-mobile .dropdown-select__figure {
  max-width: calc(100% - 8px);
  width: auto;
}
.dropdown-select__modal-body-mobile .dropdown-select__figure .dropdown-select__figure-content {
  width: auto;
  height: auto;
}
.dropdown-select__extended-row {
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  flex: 1;
}
.dropdown-select__extended-row-inline {
  align-items: center;
}
.dropdown-select__sources-row {
  align-items: flex-start;
}
.dropdown-select__figure {
  margin: 4px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.dropdown-select__figure-scale-1 {
  width: 720px;
}
.dropdown-select__figure-scale-1.dropdown-select__figure-mobile {
  width: auto;
  flex-shrink: 0;
}
.dropdown-select__figure-scale-2 {
  width: 334px;
}
.dropdown-select__figure-scale-2.dropdown-select__figure-mobile {
  width: auto;
  flex-shrink: 0;
}
.dropdown-select__figure-scale-3 {
  width: 340px;
}
.dropdown-select__figure-scale-3.dropdown-select__figure-mobile {
  width: auto;
  flex-shrink: 0;
}
.dropdown-select__figure-preview-true {
  width: 224px;
}
.dropdown-select__figure-preview-false:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 10%;
}
.dropdown-select__figure-preview-false:hover:after {
  opacity: 12%;
}
.dropdown-select__figure-content-preview-true {
  min-height: 170px;
}
.dropdown-select__figure-content-inline.dropdown-select__figure-content-preview-true {
  padding-right: 32px;
}
.dropdown-select__figure-remove {
  opacity: 0;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
}
.dropdown-select__figure-remove-inline {
  padding: 4px;
  min-height: unset;
  min-width: unset;
}
.dropdown-select__figure-remove-inline .ui-icon-size-s {
  width: unset;
  height: unset;
  font-size: 14px;
}
.dropdown-select__figure:hover .dropdown-select__figure-remove {
  opacity: 1;
}
.dropdown-select__figure-caption {
  padding: 16px;
}
.dropdown-select__figure-change {
  padding: 8px;
}
.dropdown-select__figure-content {
  width: 100%;
  height: -webkit-fill-available;
  min-height: 170px;
}
.dropdown-select__figure-content img {
  object-fit: cover;
  width: 100%;
}
.dropdown-select__figure-mobile .dropdown-select__figure-content img {
  object-fit: contain;
}
.dropdown-select__figure-checkbox {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
}
@media (max-width: 760px) {
  .dropdown-select__figure-checkbox {
    top: 8px;
    left: 8px;
  }
}
.dropdown-select__confirm-button-mobile {
  flex: 1;
}
.dropdown-select__icon {
  color: #909090;
  padding: 8px;
}
.dropdown-select__icon-inline {
  padding: 0;
}
.dropdown-select-inline {
  display: inline-flex;
  vertical-align: middle;
  min-height: 32px;
  width: auto;
}
.dropdown-select-inline .mathjax_container p {
  margin: 0;
}
.dropdown-select-inline .MathJax_Display {
  margin: 0;
}
.dropdown-select-inline .dropdown-select__figure-content-preview-true {
  height: unset;
}
.dropdown-select-inline .dropdown-select__figure-preview-true {
  width: unset;
}
.dropdown-select__selected-container {
  align-items: center;
  margin-left: 12px;
}
.dropdown-select__selected-container-inline {
  margin-left: 0px;
}
.ui-button.dropdown-select__clear-btn {
  min-width: unset;
  width: 16px;
  min-height: unset;
  height: 16px;
  padding: 0;
}
.dropdown-select__clear-btn-extended {
  position: absolute;
  right: 4px;
  top: 4px;
}

.subject-icon-size-xxl {
  height: 56px;
  width: 56px;
}
.subject-icon-size-xl {
  height: 48px;
  width: 48px;
}
.subject-icon-size-l {
  height: 40px;
  width: 40px;
}
.subject-icon-size-m {
  height: 32px;
  width: 32px;
}
.subject-icon-size-s {
  height: 24px;
  width: 24px;
}
.subject-icon-size-xs {
  height: 20px;
  width: 20px;
}
.subject-icon-size-xxs {
  height: 16px;
  width: 16px;
}

.ui-table {
  width: 100%;
  font-size: 14px;
  border-radius: 8px;
  overflow: hidden;
  font-weight: normal;
}
.ui-table__datacell-nowrap {
  white-space: nowrap;
}
.ui-table__datacell-name-icon.subject-icon-size-s {
  min-width: 24px;
}
.ui-table__table {
  border-radius: 8px;
  border-collapse: collapse;
  min-width: 100%;
  table-layout: fixed;
  color: #1A1A1A;
}
.ui-table__table-wrapper {
  overflow: scroll;
}
.ui-table__thead-wrapper {
  height: 56px;
  min-height: 56px;
  background-color: #FFFFFF;
  color: #1A1A1A;
}
.ui-table__tbody-separator-cell {
  background-color: transparent;
  min-height: 1px;
  max-height: 1px;
  height: 1px;
  padding: 0px;
}
.ui-table__tbody-cell {
  min-height: 48px;
  min-width: 48px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #FFFFFF;
  position: relative;
}
.ui-table__tbody-cell-sticky {
  position: sticky;
  left: 0;
}
.ui-table__tbody-cell-sticky-last {
  padding-right: 1px;
}
.ui-table-scroll-left .ui-table__tbody-cell-sticky-last {
  box-shadow: inset -1px 0px 0px #DFDFDF;
}
.ui-table__tbody-cell:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ui-table__tbody-cell:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.ui-table__tbody-cell-wrapper {
  height: 100%;
  min-height: 48px;
  background-color: #FFFFFF;
  padding: 14px 10px;
  align-items: center;
  overflow: hidden;
}
.ui-table__tbody-cell-checked,
.ui-table__tbody-cell-checked .ui-table__tbody-cell-wrapper {
  transition: background-color 0.5s;
  background-color: #F7F7F7;
}
.ui-table__tbody-cols-cell {
  min-height: 48px;
  min-width: 48px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background-color: #FFFFFF;
  vertical-align: middle;
  position: sticky;
  top: 0;
}
.ui-table__tbody-cols-cell-sticky {
  position: sticky;
  left: 0;
}
.ui-table__tbody-cols-cell-sticky-last {
  padding-right: 1px;
}
.ui-table-scroll-left .ui-table__tbody-cols-cell-sticky-last {
  box-shadow: inset -1px 0px 0px #DFDFDF;
}
.ui-table__tbody-cols-cell-wrapper {
  font-size: 12px;
  color: #999999;
  height: 100%;
  min-height: 48px;
  align-items: center;
  padding: 14px 10px;
  background-color: #FFFFFF;
  user-select: none;
  margin-right: 4px;
  overflow: visible;
}
.ui-table__tbody-cols-cell-has-click .ui-table__tbody-cols-cell-wrapper {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  border-radius: 8px;
  cursor: pointer;
}
.ui-table__tbody-cols-cell-has-click .ui-table__tbody-cols-cell-wrapper:hover {
  background-color: #F7F7F7;
}
.ui-table__tbody-cols-cell-has-sort-asc .ui-table__tbody-cols-cell-wrapper,
.ui-table__tbody-cols-cell-has-sort-asc .ui-table__tbody-cols-cell-wrapper > .ui-icon.ui-table__tbody-cols-cell-wrapper-sort-dir,
.ui-table__tbody-cols-cell-has-sort-asc:hover .ui-table__tbody-cols-cell-wrapper,
.ui-table__tbody-cols-cell-has-sort-asc:hover .ui-table__tbody-cols-cell-wrapper > .ui-icon.ui-table__tbody-cols-cell-wrapper-sort-dir,
.ui-table__tbody-cols-cell-has-sort-desc .ui-table__tbody-cols-cell-wrapper,
.ui-table__tbody-cols-cell-has-sort-desc .ui-table__tbody-cols-cell-wrapper > .ui-icon.ui-table__tbody-cols-cell-wrapper-sort-dir,
.ui-table__tbody-cols-cell-has-sort-desc:hover .ui-table__tbody-cols-cell-wrapper,
.ui-table__tbody-cols-cell-has-sort-desc:hover .ui-table__tbody-cols-cell-wrapper > .ui-icon.ui-table__tbody-cols-cell-wrapper-sort-dir,
.ui-table__tbody-cols-cell-has-filter .ui-table__tbody-cols-cell-wrapper,
.ui-table__tbody-cols-cell-has-filter:hover .ui-table__tbody-cols-cell-wrapper,
.ui-table__tbody-cols-cell-has-sort-filter-popup .ui-table__tbody-cols-cell-wrapper,
.ui-table__tbody-cols-cell-has-sort-filter-popup:hover .ui-table__tbody-cols-cell-wrapper,
.theme-light .ui-table__tbody-cols-cell-has-filter .ui-table__tbody-cols-cell-wrapper > .ui-icon.ui-table__tbody-cols-cell-wrapper-sort-dir,
.theme-light .ui-table__tbody-cols-cell-has-sort-filter-popup .ui-table__tbody-cols-cell-wrapper > .ui-icon.ui-table__tbody-cols-cell-wrapper-sort-dir {
  background-color: #999999;
  color: #FFFFFF;
}
.ui-table__tbody-cols-cell-has-filter .ui-table__tbody-cell-wrapper .ui-table__columncell-name {
  display: none;
}
.ui-table__tbody-cols-cell-has-filter .ui-table__tbody-cell-wrapper:before {
  content: attr(data-filter);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 2em;
  max-width: 12vw;
}
.ui-table__tbody-cols-shadow-cell {
  background-color: red;
  padding: 0px;
  width: 100%;
  position: sticky;
  top: 48px;
  left: 0px;
  height: 0px;
}
.ui-table__tbody-cols-shadow-cell-bg {
  height: 6px;
  width: 100%;
  position: relative;
  top: 0;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent);
}
.ui-table__tbody-cols-shadow-cell-bg-wrapper {
  height: 0px;
  width: 100%;
}
.ui-table-scroll-top .ui-table__tbody-cols-shadow-cell-bg {
  opacity: 1;
}
.ui-table__tbody-row,
.ui-table__tbody-cols {
  background-color: #FFFFFF;
}
.ui-table__tfoot-wrapper {
  background-color: #FFFFFF;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  height: 100%;
  font-size: 9px;
  position: sticky;
  left: 0;
  margin-bottom: 128px;
}
.ui-table__empty-element {
  min-height: 48px;
  min-width: 48px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  padding: 80px;
  background-color: #FFFFFF;
  color: #666666;
  margin-top: 2px;
  position: sticky;
  left: 0;
}
.ui-table__empty-element-sticky {
  position: sticky;
  left: 0;
}
.ui-table__empty-element-sticky-last {
  padding-right: 1px;
}
.ui-table-scroll-left .ui-table__empty-element-sticky-last {
  box-shadow: inset -1px 0px 0px #DFDFDF;
}
.ui-table__shadow-top {
  max-height: 6px;
  min-height: 6px;
  position: relative;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent);
}
.ui-table-scroll-top .ui-table__shadow-top {
  opacity: 1;
}
.ui-table__tbody-cell-wrapper:has( .ui-table__columncell-number) {
  justify-content: right;
}
.ui-table__tbody-cell-wrapper:has( .ui-table__datacell-number) {
  font-family: 'Source Code Pro', monospace;
  font-weight: 500;
  justify-content: right;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .theme-light .ui-table .ui-checkbox__input {
    margin: 0;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    border-color: #CCCCCC;
  }
  .theme-light .ui-table .ui-checkbox__input:not([disabled]):checked {
    background-color: #999999;
  }
  .theme-light .ui-table .ui-checkbox__input:not([disabled]):checked:after {
    width: 4px;
    height: 10px;
    left: 5px;
  }
}
.ui-table__tbody-cols-cell-name-select .ui-table__tbody-cols-cell-wrapper,
.ui-table__tbody-cell-name-select  .ui-table__tbody-cell-wrapper {
  padding: 0 14px;
  width: 48px;
  overflow: hidden;
}
.ui-table__tbody-cell-name-edit .ui-table__tbody-cell-wrapper {
  padding: 0 2px;
  min-width: 48px;
  max-width: 48px;
}
.ui-table__tbody-cell.ui-table__tbody-cell-name-edit {
  z-index: 4;
}
.ui-table__sort-filter-popup {
  position: absolute;
  top: -56px;
  white-space: nowrap;
  background-color: #FFFFFF;
  padding: 8px;
  height: 56px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.ui-table__sort-filter-popup-wrapper {
  position: absolute;
  height: 0;
  max-height: 0;
  width: 0;
  max-width: 0;
}
.ui-table__sort-filter-popup .ui-input-reset::placeholder {
  color: #CCCCCC;
}
.ui-table__sort-filter-clear-popup {
  position: absolute;
  top: 0;
  white-space: nowrap;
  background-color: #FFFFFF;
  height: 100%;
  min-height: 40px;
  width: 40px;
  border-radius: 8px;
  align-items: center;
}
.ui-table__sort-filter-clear-popup-button {
  width: inherit;
  height: 40px;
}
.theme-light .ui-table__sort-filter-clear-popup-button.ui-button-mode-secondary {
  background-color: #FFFFFF;
}
.ui-table__sort-filter-clear-popup-wrapper {
  position: absolute;
  height: 0;
  max-height: 0;
  width: 0;
  max-width: 0;
}
.ui-table__sort-filter-clear-popup .ui-input-reset::placeholder {
  color: #CCCCCC;
}
.ui-table__datacell-icon-text-list {
  gap: 4px;
}
.ui-table__datacell-icon-text-list-item {
  gap: 4px;
}
.ui-table__datacell-icon-text-list-item .ui-table__datacell-name-icon {
  flex-shrink: 0;
}
.ui-table__datacell-icon-text-list-item-label {
  padding: 4px 0;
}
.ui-table__datacell-icon-text {
  gap: 4px;
}
.ui-table__datacell-icon-text .ui-table__datacell-name-icon {
  flex-shrink: 0;
}
.ui-table__datacell-icon-text-label {
  padding: 4px 0;
}
.ui-table__tbody-cell {
  z-index: 2;
}
.ui-table__tbody-cell-sticky {
  z-index: 3;
}
.ui-table__tbody-cols-shadow-cell {
  z-index: 4;
}
.ui-table__tbody-cols-cell {
  z-index: 5;
}
.ui-table__tbody-cols-cell-sticky {
  z-index: 6;
}
.ui-table__thead-wrapper {
  z-index: 6;
}
.ui-table__sort-filter-clear-popup,
.ui-table__sort-filter-popup {
  z-index: 7;
}

.ui-table__row-edit-list {
  padding: 4px;
}
.ui-table__row-edit-button {
  justify-content: flex-start;
}
.theme-light .ui-table__row-edit-button.ui-button-mode-secondary {
  background-color: transparent;
}
.ui-table__row-edit-button:not(:last-child) {
  margin-bottom: 2px;
}
.theme-light .ui-table__tbody-cell-name-edit .ui-button-mode-secondary {
  background-color: transparent;
}

/* Generated with js2less.js.
Original file: src/styles/values/grayscale.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-status-attention.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors.json */
.chips {
  background-color: #EDEDED;
  border-radius: 999px;
  color: #666666;
  width: fit-content;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 4px;
  user-select: none;
  border: none;
  white-space: nowrap;
}
.chips:not([disabled]):hover {
  background-color: #DFDFDF;
}
.chips-selected {
  color: #FFFFFF;
  background-color: #999999;
}
.chips-selected:not([disabled]):hover {
  background-color: #808080;
}
.chips-disabled {
  opacity: 0.3;
  cursor: default;
}
.chips-attention {
  outline: 2px solid #FD9601;
}
.chips-dragged {
  background-color: #DFDFDF;
}
.chips-size-l {
  padding: 0 24px;
  height: 56px;
  min-width: 56px;
}
.chips-size-l > .chips__icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.chips-size-l > .chips__delete-icon {
  margin-left: 16px;
}
.chips-size-m {
  padding: 0 20px;
  height: 48px;
  min-width: 48px;
}
.chips-size-m > .chips__icon {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.chips-size-m > .chips__delete-icon {
  margin-left: 16px;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.chips-size-s {
  padding: 0 16px;
  height: 40px;
  min-width: 40px;
}
.chips-size-s > .chips__icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.chips-size-s > .chips__delete-icon {
  margin-left: 12px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.chips-size-xs {
  padding: 0 12px;
  height: 32px;
  min-width: 32px;
}
.chips-size-xs > .chips__icon {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.chips-size-xs > .chips__delete-icon {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.chips-size-xxs {
  padding: 0 8px;
  height: 24px;
  min-width: 24px;
}
.chips-size-xxs > .chips__icon {
  margin-right: 2px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.chips-size-xxs > .chips__delete-icon {
  margin-left: 6px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.chips-gap-l-vertical {
  margin-bottom: 12px;
}
.chips-gap-l-horizontal {
  margin-right: 12px;
}
.chips-gap-m-vertical {
  margin-bottom: 8px;
}
.chips-gap-m-horizontal {
  margin-right: 8px;
}
.chips-gap-s-vertical {
  margin-bottom: 4px;
}
.chips-gap-s-horizontal {
  margin-right: 4px;
}
.chips > .chips__icon {
  color: #999999;
}
.chips > .chips__icon-white {
  color: #FFFFFF;
}

.ui-chips-bounded-wsize-m.chips-size-l > .chips__text {
  max-width: 390px;
}
.ui-chips-bounded-wsize-m.chips-size-m > .chips__text {
  max-width: 350px;
}
.ui-chips-bounded-wsize-m.chips-size-s > .chips__text {
  max-width: 305px;
}
.ui-chips-bounded-wsize-m.chips-size-xs > .chips__text {
  max-width: 262px;
}
.ui-chips-bounded-wsize-m.chips-size-xxs > .chips__text {
  max-width: 218px;
}
.ui-chips-bounded > .chips__text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-chips-bounded > .chips__delete-icon {
  min-width: 20px;
}
.ui-chips-bounded__tooltip {
  max-width: 240px;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.24);
  background-color: #FFFFFF;
  color: #262733;
}

/* Generated with js2less.js.
Original file: src/styles/values/grayscale.json */
.ui-chips-list {
  margin-top: 20px;
  flex-wrap: wrap;
  position: relative;
}
.ui-chips-list__more-button {
  position: relative;
  display: flex;
}
.ui-chips-list__more-button > .chips > .chips__icon:only-child {
  margin-right: 0;
}
.ui-chips-list__popup {
  padding: 8px 16px;
  max-width: 366px;
  min-width: 366px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  flex-wrap: wrap;
  z-index: 100;
  display: flex;
}
.ui-chips-list__invisible {
  display: none;
}
.ui-chips-list__wrapper {
  width: 100%;
}

/*Generated summary file*/
/* Generated with js2less.js.
Original file: src/styles/values/breakpoints.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-action.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-biology.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-chemistry.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-informatics.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-linguistics.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-mathematics.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-physics.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-main-purple.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-sirius-grey.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-status-attention.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-status-good.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-status-wrong.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors.json */
/* Generated with js2less.js.
Original file: src/styles/values/grayscale.json */
/* Generated with js2less.js.
Original file: src/styles/values/palettes.json */
/* Generated with js2less.js.
Original file: src/styles/values/text-sizes.json */
/* Generated with js2less.js.
Original file: src/styles/values/text-weight.json */
/* Generated with js2less.js.
Original file: src/styles/values/variables.json */
.video-wrapper-type-storage {
  min-height: 100%;
}
.video-wrapper-type-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-wrapper-type-youtube [data-video] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.video-wrapper__menu {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
}
.video-wrapper__menu .ui-popover {
  opacity: 0.9;
}
.video-wrapper__menu .ui-chips-list {
  margin: 0;
  padding: 8px;
}
.video-wrapper__menu .ui-chips-list .chips {
  margin-left: auto;
  margin-right: auto;
}

.programming-answer__io-box,
.programming-answer__io-cell {
  flex: 1;
}
.programming-answer__io-row {
  margin-bottom: 8px;
}
.programming-answer__io-pre {
  margin: 0;
}
.programming-answer__io-cell {
  background-color: #F5F5F5;
  padding: 12px 16px;
  font-family: monospace;
}
.programming-answer__io-cell:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-right: 2px;
}
.programming-answer__io-cell:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.programming-answer__limits {
  line-height: 2em;
}
.programming-answer__limits-head {
  margin: 0;
  font-size: 16px;
}
.programming-answer__limits-list {
  margin: 0;
  padding: 0;
}
.programming-answer__limits-item {
  margin: 0;
  list-style-type: none;
  font-size: 0.9em;
}
.programming-answer__editor {
  border: 1px solid #d5dde7;
  border-radius: 8px;
  padding: 12px 1px;
  background-color: #eaf3ff;
  font-size: 16px;
}
.programming-answer__editor-focus-within-textarea {
  outline: -webkit-focus-ring-color auto 1px;
  background-color: #F5F5F5;
}
.programming-answer__editor-textarea,
.programming-answer__editor-pre {
  outline: none;
  min-width: 53px;
}
.programming-answer__editor-focus-within-textarea .programming-answer__editor-textarea,
.programming-answer__editor-focus-within-textarea .programming-answer__editor-pre {
  background-color: #FFFFFF;
}
.programming-answer__editor-clickable {
  cursor: pointer;
}
.programming-answer__editor-head {
  align-items: center;
  padding: 0px 12px;
}
.programming-answer__editor-status-ok {
  background-color: #F1FAEA;
}
.programming-answer__editor-status-notok {
  background-color: #FFF0F2;
  cursor: pointer;
}
.programming-answer__editor-status-partly {
  background-color: #FEF5D9;
  cursor: pointer;
}
.programming-answer__linenum {
  width: 0px;
  position: absolute;
}
.programming-answer__linenum:before {
  content: attr(data-num);
  color: grey;
  text-align: right;
  width: 32px;
  display: inline-block;
  margin-left: -48px;
}
.programming-answer__file {
  padding: 4px 0px;
}
.programming-answer__file-input {
  position: absolute;
  left: -100000px;
}
.programming-answer__verdicts-card {
  margin-bottom: 8px;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.programming-answer__verdicts-card-ok {
  background-color: #F1FAEA;
}
.programming-answer__verdicts-card-notok {
  background-color: #FFF0F2;
}
.programming-answer__verdicts-card-partly {
  background-color: #FEF5D9;
}
.programming-answer__verdicts-card-clickable {
  cursor: pointer;
}
.programming-answer__verdicts-toggle {
  margin-top: 8px;
  padding: 16px 24px;
  color: #873CCE;
  background-color: #F5F5F5;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.programming-answer__verdicts-toggle:hover {
  background-color: #e6e6e6;
}
.programming-answer__verdicts-tm {
  color: rgba(0, 0, 0, 0.5);
}
.programming-answer__verdicts-head {
  font-size: 0.85em;
  align-items: center;
  padding: 16px 24px;
}
.programming-answer__verdicts-error {
  padding: 16px 24px;
  padding-top: 0;
  font-size: 13px;
  align-items: baseline;
}
.programming-answer__verdicts-score {
  font-weight: bold;
}
.programming-answer__verdicts-string {
  display: inline-flex;
  margin-left: 8px;
}
.programming-answer__verdicts-review-message {
  padding: 8px 24px;
  white-space: break-spaces;
  font-family: monospace;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-panel {
  background-color: #36373D;
  color: #FFFFFF;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-result {
  padding: 8px 24px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
}
.programming-answer__verdicts-code .programming-answer__verdicts-review-result-sub {
  font-weight: normal;
  font-family: 'Source Code Pro', monospace;
  padding-left: 32px;
}
.programming-answer__templates-selector.dropdown-select {
  width: auto;
  min-width: 120px;
  padding: 0px;
}
.programming-answer__templates-selector .dropdown-select__selected-container {
  align-items: center;
}
.programming-answer__templates-selector .dropdown-select__popover-container {
  padding: 4px;
}
.programming-answer__templates-selector .dropdown-select__select-item {
  padding: 8px;
}
.programming-answer__solution {
  /*no-& {
        min-height: 36px;
    }*/
}
.programming-answer .solution_to_show_popup__solutions {
  padding: 0px;
}
.solution_to_show_popup__solutions .programming-answer__solution {
  font-size: 16px;
  margin: 8px;
}
.programming-answer__solution-test-report {
  padding: 8px 24px;
  background-color: #FFFFFF;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.programming-answer__solution-test-report-thead {
  color: gray;
  text-align: left;
  white-space: nowrap;
}
.programming-answer__solution-test-report-table {
  border-spacing: 0px  2px;
  font-size: 14px;
  width: 100%;
}
.programming-answer__solution-test-report-table-wrapper {
  overflow: auto;
}
.programming-answer__solution-test-report-table-scroll {
  margin: 0px -8px;
}
.programming-answer__solution-test-report-cell:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.programming-answer__solution-test-report-cell:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.programming-answer__solution-test-report-cell {
  padding: 8px;
  vertical-align: baseline;
  line-height: 20px;
}
.programming-answer__solution-test-report-cell-type-number {
  width: 24px;
  padding: 8px 12px;
}
.programming-answer__solution-test-report-cell-type-result {
  width: 90%;
}
.programming-answer__solution-test-report-cell-type-score {
  white-space: nowrap;
}
.programming-answer__solution-test-report-row-type-ok .programming-answer__solution-test-report-cell {
  background-color: #F1FAEA;
}
.programming-answer__solution-test-report-row-type-failed .programming-answer__solution-test-report-cell {
  background-color: #FFF0F2;
}
.programming-answer__solution-test-report-row-type-skipped .programming-answer__solution-test-report-cell {
  color: #828282;
  background-color: rgba(130, 130, 130, 0.1);
}
.programming-answer__solution-test-report-header {
  margin: 0;
  font-size: 16px;
}
.programming-answer__solution-test-report-header-row {
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.programming-answer__solution-test-report-badge {
  margin-left: 8px;
  border-radius: 20px;
  padding: 2px 4px;
  min-width: 24px;
  min-height: 24px;
  font-size: 12px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.programming-answer__solution-test-report-badge-type-ok {
  background-color: #1F8B24;
}
.programming-answer__solution-test-report-badge-type-failed {
  background-color: #ED5447;
}
.programming-answer__solution-test-report-badge-type-skipped {
  background-color: #828282;
}
.programming-answer__solution-test-report-angle {
  min-width: 24px;
  min-height: 24px;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 24px;
}
.programming-answer__solution-test-report-angle-dir-top {
  transform: rotate(-90deg);
}
.programming-answer__solution-test-report-angle-dir-bottom {
  transform: rotate(90deg);
}
.programming-answer__solution-test-detail {
  padding: 8px 24px;
}

.solution-test-report-detail__title {
  padding-left: 0;
  font-size: 14px;
}
.solution-test-report-detail__verdicts-score {
  font-size: 14px;
}
.solution-test-report-detail__modal {
  padding: 0 8px;
  padding-bottom: 8px;
}
.solution-test-report-detail__report {
  width: 100%;
}
.solution-test-report-detail__report-label {
  margin-top: 8px;
  padding-left: 0;
}
.solution-test-report-detail__report-label.ui-text-control {
  color: #A4A4A4;
}
.solution-test-report-detail__report-label.ui-text-control .value {
  color: #1e1e1e;
}
.solution-test-report-detail__report-title {
  width: inherit;
  padding: 8px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: lightgrey;
}
.theme-light .solution-test-report-detail__report-title .ui-icon,
.theme-light .solution-test-report-detail__report-title .ui-text-control {
  color: #FFFFFF;
}
.solution-test-report-detail__report-title-icon {
  margin: 8px;
}
.solution-test-report-detail__report-title-status-ok {
  background-color: #1F8B24;
}
.solution-test-report-detail__report-title-status-failed {
  background-color: #ED5447;
}
.solution-test-report-detail__editor-pre .line-num {
  width: 0;
  position: absolute;
}
.solution-test-report-detail__editor-pre .line-num:before {
  content: attr(data-num);
  color: grey;
  text-align: right;
  width: 32px;
  display: inline-block;
  margin-left: -48px;
}
.solution-test-report-detail__codeunit-str-sym .ui-text-control {
  font-size: 12px;
}
.solution-test-report-detail__codeunit-str-sym-label {
  color: #A4A4A4;
}
.solution-test-report-detail__codeunit-str-sym .ui-text-control {
  padding: 2px;
}
.solution-test-report-detail__codeunit-title .ui-text-control {
  padding-left: 0px;
}
.solution-test-report-detail__codeunit-editor {
  border-radius: 8px;
}
.solution-test-report-detail__codeunit-editor-adapter {
  padding: 16px 8px;
  border-radius: 8px;
  font-size: 14px;
}
.solution-test-report-detail__codeunit-editor-marked {
  padding: 16px;
  border-radius: 8px;
  overflow-y: auto;
}
.solution-test-report-detail__codeunit-editor-marked .marked-table {
  border-width: 1px;
  border-style: solid;
  border-color: #C2C6DA;
  border-radius: 4px;
  width: 100%;
  padding: 4px;
}
.solution-test-report-detail__codeunit-editor-marked .marked-tablecell-th,
.solution-test-report-detail__codeunit-editor-marked .marked-tablecell-td {
  padding: 4px;
  border-bottom: 1px solid #DBDDE9;
  border-right: 1px solid #DBDDE9;
}
.solution-test-report-detail__codeunit-editor-marked .marked-tablecell-th:last-child,
.solution-test-report-detail__codeunit-editor-marked .marked-tablecell-td:last-child {
  border-right: 0;
}
.solution-test-report-detail__codeunit-editor-marked .marked-tablerow:last-child .marked-tablecell-td {
  border-bottom: 0;
}
.solution-test-report-detail__codeunit-editor-footer {
  padding: 8px;
}
.solution-test-report-detail__codeunit-editor-accent-no {
  background-color: #E5E5E5;
}
.solution-test-report-detail__codeunit-editor-accent-no .solution-test-report-detail__codeunit-editor-adapter,
.solution-test-report-detail__codeunit-editor-accent-no .solution-test-report-detail__codeunit-editor-marked {
  background-color: #F0F0F0;
}
.solution-test-report-detail__codeunit-editor-accent-ok {
  background-color: #DAF0DB;
}
.solution-test-report-detail__codeunit-editor-accent-ok .solution-test-report-detail__codeunit-editor-adapter {
  background-color: #E1F9E3;
}
.solution-test-report-detail__codeunit-editor-accent-fail {
  background-color: #F5E1E0;
}
.solution-test-report-detail__codeunit-editor-accent-fail .solution-test-report-detail__codeunit-editor-adapter {
  background-color: #FFEBEA;
}
.solution-test-report-detail__codeunit-editor-accent-white {
  background-color: #E5E5E5;
}
.solution-test-report-detail__codeunit-editor-accent-white .solution-test-report-detail__codeunit-editor-adapter {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
}

code[class*="language-"], pre[class*="language-"] {
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	hyphens: none;
	color: inherit;
	text-shadow: none;
	font-family: Roboto Mono, monospace;
	font-size: 1em;
	line-height: 1.5em;
	tab-size: 4;
}

code[class*="language-"]::-moz-selection, pre[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection,
pre[class*="language-"] ::-moz-selection {
	text-shadow: none;
	opacity: 1;
	color: #263238;
	background: #cceae7;
}

code[class*="language-"]::selection, pre[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"] ::selection {
	text-shadow: none;
	opacity: 1;
	color: #263238;
	background: #cceae7;
}

@media print {
	code[class*="language-"], pre[class*="language-"] {
		text-shadow: none !important;
	}
}

:not(pre) > code[class*="language-"] {
	white-space: normal;
	color: #90a4ae;
	background: #fafafa;
	border-radius: 0.2em;
	padding: 0.1em;
}

pre > code[class*="language-"] {
	background: none;
}

pre[class*="language-"] {
	overflow: auto;
	position: relative;
	color: #90a4ae;
	background: #fafafa;
	border-radius: 0;
	margin: 0.5em 0;
	padding: 1.25em 1em;
}

pre[class*="language-"].language-css > code, pre[class*="language-"].language-sass > code, pre[class*="language-"].language-scss > code {
	color: #f76d47;
}

[class*="language-"] .namespace {
	opacity: 0.7;
}

.token.atrule {
	color: #7c4dff;
}

.token.attr-name {
	color: #39adb5;
}

.token.attr-value {
	color: #f6a434;
}

.token.attribute {
	color: #f6a434;
}

.token.boolean {
	color: #7c4dff;
}

.token.builtin {
	color: #39adb5;
}

.token.cdata {
	color: #39adb5;
}

.token.char {
	color: #39adb5;
}

.token.class {
	color: #39adb5;
}

.token.class-name {
	color: #6182b8;
}

.token.comment {
	color: #aabfc9;
}

.token.constant {
	color: #7c4dff;
}

.token.deleted {
	color: #e53935;
}

.token.doctype {
	color: #aabfc9;
}

.token.entity {
	color: #e53935;
}

.token.function {
	color: #7c4dff;
}

.token.hexcode {
	color: #f76d47;
}

.token.id {
	color: #7c4dff;
	font-weight: bold;
}

.token.important {
	color: #7c4dff;
	font-weight: bold;
}

.token.inserted {
	color: #39adb5;
}

.token.keyword {
	color: #7c4dff;
}

.token.number {
	color: #f76d47;
}

.token.operator {
	color: #39adb5;
}

.token.prolog {
	color: #aabfc9;
}

.token.property {
	color: #39adb5;
}

.token.pseudo-class {
	color: #f6a434;
}

.token.pseudo-element {
	color: #f6a434;
}

.token.punctuation {
	color: #39adb5;
}

.token.regex {
	color: #6182b8;
}

.token.selector {
	color: #e53935;
}

.token.string {
	color: #f6a434;
}

.token.symbol {
	color: #7c4dff;
}

.token.tag {
	color: #e53935;
}

.token.unit {
	color: #f76d47;
}

.token.url {
	color: #e53935;
}

.token.variable {
	color: #e53935;
}

/*Generated summary file*/
/* Generated with js2less.js.
Original file: src/styles/values/breakpoints.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-action.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-biology.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-chemistry.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-informatics.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-linguistics.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-mathematics.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-chain-physics.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-main-purple.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-sirius-grey.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-status-attention.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-status-good.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors-status-wrong.json */
/* Generated with js2less.js.
Original file: src/styles/values/colors.json */
/* Generated with js2less.js.
Original file: src/styles/values/grayscale.json */
/* Generated with js2less.js.
Original file: src/styles/values/palettes.json */
/* Generated with js2less.js.
Original file: src/styles/values/text-sizes.json */
/* Generated with js2less.js.
Original file: src/styles/values/text-weight.json */
/* Generated with js2less.js.
Original file: src/styles/values/variables.json */
.task-element-ordering2 {
  display: flex;
  user-select: none;
  -webkit-user-select: none;
}
.task-element-ordering2__solution,
.task-element-ordering2__answers,
.task-element-ordering2__container {
  width: 100%;
}
.task-element-ordering2__droppable {
  line-height: 0px;
  /*background-color: rgba(255, 94, 115, 0.06);
        box-shadow: inset 0px 0px 0px 1px red;*/
}
.task-element-ordering2__solution {
  border: 2px dashed #8C59B7;
  border-radius: 12px;
  margin-top: 4px;
  padding: 16px 0;
  min-height: 84px;
  flex-wrap: wrap;
  background-color: #FFFFFF;
}
.task-element-ordering2__solution-smt {
  background-color: #FCFCF9;
}
.task-element-ordering2__solution:before {
  display: inline-block;
  position: absolute;
  background-color: inherit;
  content: attr(data-header);
  padding: 2px;
  margin-top: -32px;
  margin-left: 8px;
  color: #8C59B7;
  line-height: 24px;
}
.task-element-ordering2__solution.box-orient-horizontal {
  display: inline-block;
  padding: 16px;
  white-space: nowrap;
}
.task-element-ordering2__droppable.box-orient-horizontal {
  display: inline;
  vertical-align: baseline;
  white-space: nowrap;
}
.task-element-ordering2__placeholder {
  display: inline-block;
  width: 0px;
  font-size: 0;
  /*&:before {
            display:           inline-block;
            position:          absolute;
            content:           "";
            width:             2px;
            height:            2px;
            background-color: #1F8B24;
        }*/
}
.task-element-ordering2__placeholder-direction-vertical {
  height: 0px;
}
.task-element-ordering2__placeholder-direction-horizontal,
.task-element-ordering2__placeholder-direction-sequence {
  height: 24px;
}
.task-element-ordering2__item {
  background-color: #F6EEFF;
  border-radius: 8px;
  padding: 16px;
  margin: 4px 8px;
  align-items: center;
  white-space: normal;
  user-select: none;
  border: 2px solid transparent;
  -webkit-user-select: none;
}
.task-element-ordering2__item:not(.task-element-ordering2__item-drag-disabled) {
  cursor: grab;
}
.task-element-ordering2__item > * {
  user-select: none;
}
.task-element-ordering2__item-direction-vertical {
  display: inline-flex;
  justify-content: space-between;
  line-height: 32px;
}
.task-element-ordering2__item-direction-horizontal {
  display: inline-flex;
  margin: 0 4px 4px 0;
  padding: 2px;
  line-height: 32px;
}
.task-element-ordering2__item-direction-sequence {
  display: inline;
  margin: 0 4px 4px 0;
  padding: 2px;
  line-height: 32px;
}
.task-element-ordering2__item-content {
  flex-grow: 1;
}
.task-element-ordering2__item-icon {
  visibility: hidden;
}
.task-element-ordering2__item-drag-disabled .task-element-ordering2__item-icon {
  visibility: visible;
}
.theme-light .ui-icon.task-element-ordering2__item-icon {
  color: #8C59B7;
}
.task-element-ordering2__item-isDragging {
  background-color: #E3D1F5;
}
.task-element-ordering2__item-isGhost {
  border: 2px dashed #A278C6;
  transform: scale(1);
  opacity: 0.4;
}
.task-element-ordering2__item-isLast {
  float: right;
}
.task-element-ordering2__item-skip.task-element-ordering2__item-isGhost {
  display: none;
}
.task-element-ordering2__item.chips {
  white-space: break-spaces;
}
.task-element-ordering2-has-dragitem-true,
.task-element-ordering2-has-dragitem-true .task-element-ordering2__item {
  cursor: grabbing;
}
.task-element-ordering2-has-dragitem-false .task-element-ordering2__item-drag-enabled:hover {
  background-color: #E3D1F5;
}
.task-element-ordering2__drag-item-move {
  position: absolute;
  z-index: 1000;
}
.task-element-ordering2__drag-item-move > .task-element-ordering2__item {
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.17);
  border: 1px solid rgba(0, 0, 0, 0.12);
}
@keyframes show-ghost {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0.4;
  }
}
@keyframes skip-ghost {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(0);
    opacity: 0;
    max-width: 0;
    max-height: 0;
    display: none;
  }
}


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