/* src/vendor/pace/pace-theme-min.css */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background:
    linear-gradient(
      to right,
      #88b800 0%,
      #d6ff00 100%);
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* node_modules/@angular/material/prebuilt-themes/indigo-pink.css */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
html {
  --mat-ripple-color:rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color:#3f51b5;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color:#ff4081;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color:#f44336;
  --mat-option-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color:rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color:#3f51b5;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#3f51b5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color:#ff4081;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#ff4081;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color:#f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color:#fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color:#b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color:#b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color:#f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color:#b0b0b0;
}
html {
  --mat-app-background-color:#fafafa;
  --mat-app-text-color:rgba(0, 0, 0, 0.87);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-option-label-text-font:Roboto, sans-serif;
  --mat-option-label-text-line-height:24px;
  --mat-option-label-text-size:16px;
  --mat-option-label-text-tracking:0.03125em;
  --mat-option-label-text-weight:400;
}
html {
  --mat-optgroup-label-text-font:Roboto, sans-serif;
  --mat-optgroup-label-text-line-height:24px;
  --mat-optgroup-label-text-size:16px;
  --mat-optgroup-label-text-tracking:0.03125em;
  --mat-optgroup-label-text-weight:400;
}
html {
  --mdc-elevated-card-container-shape:4px;
  --mdc-outlined-card-container-shape:4px;
  --mdc-outlined-card-outline-width:1px;
}
html {
  --mdc-elevated-card-container-color:white;
  --mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color:white;
  --mdc-outlined-card-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:Roboto, sans-serif;
  --mat-card-title-text-line-height:32px;
  --mat-card-title-text-size:20px;
  --mat-card-title-text-tracking:0.0125em;
  --mat-card-title-text-weight:500;
  --mat-card-subtitle-text-font:Roboto, sans-serif;
  --mat-card-subtitle-text-line-height:22px;
  --mat-card-subtitle-text-size:14px;
  --mat-card-subtitle-text-tracking:0.0071428571em;
  --mat-card-subtitle-text-weight:500;
}
html {
  --mdc-linear-progress-active-indicator-height:4px;
  --mdc-linear-progress-track-height:4px;
  --mdc-linear-progress-track-shape:0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color:#3f51b5;
  --mdc-linear-progress-track-color:rgba(63, 81, 181, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color:#ff4081;
  --mdc-linear-progress-track-color:rgba(255, 64, 129, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color:#f44336;
  --mdc-linear-progress-track-color:rgba(244, 67, 54, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape:4px;
  --mdc-plain-tooltip-supporting-text-line-height:16px;
}
html {
  --mdc-plain-tooltip-container-color:#616161;
  --mdc-plain-tooltip-supporting-text-color:#fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size:12px;
  --mdc-plain-tooltip-supporting-text-weight:400;
  --mdc-plain-tooltip-supporting-text-tracking:0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height:1px;
  --mdc-filled-text-field-focus-active-indicator-height:2px;
  --mdc-filled-text-field-container-shape:4px;
  --mdc-outlined-text-field-outline-width:1px;
  --mdc-outlined-text-field-focus-outline-width:2px;
  --mdc-outlined-text-field-container-shape:4px;
}
html {
  --mdc-filled-text-field-caret-color:#3f51b5;
  --mdc-filled-text-field-focus-active-indicator-color:#3f51b5;
  --mdc-filled-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-filled-text-field-container-color:whitesmoke;
  --mdc-filled-text-field-disabled-container-color:#fafafa;
  --mdc-filled-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color:#f44336;
  --mdc-filled-text-field-error-focus-label-text-color:#f44336;
  --mdc-filled-text-field-error-label-text-color:#f44336;
  --mdc-filled-text-field-error-caret-color:#f44336;
  --mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color:#f44336;
  --mdc-outlined-text-field-caret-color:#3f51b5;
  --mdc-outlined-text-field-focus-outline-color:#3f51b5;
  --mdc-outlined-text-field-focus-label-text-color:rgba(63, 81, 181, 0.87);
  --mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color:#f44336;
  --mdc-outlined-text-field-error-focus-label-text-color:#f44336;
  --mdc-outlined-text-field-error-label-text-color:#f44336;
  --mdc-outlined-text-field-error-hover-label-text-color:#f44336;
  --mdc-outlined-text-field-outline-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color:#f44336;
  --mdc-outlined-text-field-error-hover-outline-color:#f44336;
  --mdc-outlined-text-field-error-outline-color:#f44336;
  --mat-form-field-focus-select-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color:rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color:#f44336;
  --mat-form-field-select-option-text-color:inherit;
  --mat-form-field-select-disabled-option-text-color:GrayText;
  --mat-form-field-leading-icon-color:unset;
  --mat-form-field-disabled-leading-icon-color:unset;
  --mat-form-field-trailing-icon-color:unset;
  --mat-form-field-disabled-trailing-icon-color:unset;
  --mat-form-field-error-focus-trailing-icon-color:unset;
  --mat-form-field-error-hover-trailing-icon-color:unset;
  --mat-form-field-error-trailing-icon-color:unset;
  --mat-form-field-enabled-select-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity:0.04;
  --mat-form-field-focus-state-layer-opacity:0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color:#ff4081;
  --mdc-filled-text-field-focus-active-indicator-color:#ff4081;
  --mdc-filled-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mdc-outlined-text-field-caret-color:#ff4081;
  --mdc-outlined-text-field-focus-outline-color:#ff4081;
  --mdc-outlined-text-field-focus-label-text-color:rgba(255, 64, 129, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(255, 64, 129, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color:#f44336;
  --mdc-filled-text-field-focus-active-indicator-color:#f44336;
  --mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color:#f44336;
  --mdc-outlined-text-field-focus-outline-color:#f44336;
  --mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-form-field-container-height:56px;
  --mat-form-field-filled-label-display:block;
  --mat-form-field-container-vertical-padding:16px;
  --mat-form-field-filled-with-label-container-padding-top:24px;
  --mat-form-field-filled-with-label-container-padding-bottom:8px;
}
html {
  --mdc-filled-text-field-label-text-font:Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size:16px;
  --mdc-filled-text-field-label-text-tracking:0.03125em;
  --mdc-filled-text-field-label-text-weight:400;
  --mdc-outlined-text-field-label-text-font:Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size:16px;
  --mdc-outlined-text-field-label-text-tracking:0.03125em;
  --mdc-outlined-text-field-label-text-weight:400;
  --mat-form-field-container-text-font:Roboto, sans-serif;
  --mat-form-field-container-text-line-height:24px;
  --mat-form-field-container-text-size:16px;
  --mat-form-field-container-text-tracking:0.03125em;
  --mat-form-field-container-text-weight:400;
  --mat-form-field-outlined-label-text-populated-size:16px;
  --mat-form-field-subscript-text-font:Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height:20px;
  --mat-form-field-subscript-text-size:12px;
  --mat-form-field-subscript-text-tracking:0.0333333333em;
  --mat-form-field-subscript-text-weight:400;
}
html {
  --mat-select-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(63, 81, 181, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(255, 64, 129, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color:white;
  --mat-select-enabled-trigger-text-color:rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color:rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color:rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color:rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color:rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color:rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color:rgba(244, 67, 54, 0.87);
}
html {
  --mat-select-arrow-transform:translateY(-8px);
}
html {
  --mat-select-trigger-text-font:Roboto, sans-serif;
  --mat-select-trigger-text-line-height:24px;
  --mat-select-trigger-text-size:16px;
  --mat-select-trigger-text-tracking:0.03125em;
  --mat-select-trigger-text-weight:400;
}
html {
  --mat-autocomplete-container-shape:4px;
  --mat-autocomplete-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color:white;
}
html {
  --mdc-dialog-container-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color:#000;
  --mdc-dialog-container-shape:4px;
  --mat-dialog-container-max-width:80vw;
  --mat-dialog-container-small-max-width:80vw;
  --mat-dialog-container-min-width:0;
  --mat-dialog-actions-alignment:start;
  --mat-dialog-actions-padding:8px;
  --mat-dialog-content-padding:20px 24px;
  --mat-dialog-with-actions-content-padding:20px 24px;
  --mat-dialog-headline-padding:0 24px 9px;
}
html {
  --mdc-dialog-container-color:white;
  --mdc-dialog-subhead-color:rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color:rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:Roboto, sans-serif;
  --mdc-dialog-subhead-line-height:32px;
  --mdc-dialog-subhead-size:20px;
  --mdc-dialog-subhead-weight:500;
  --mdc-dialog-subhead-tracking:0.0125em;
  --mdc-dialog-supporting-text-font:Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height:24px;
  --mdc-dialog-supporting-text-size:16px;
  --mdc-dialog-supporting-text-weight:400;
  --mdc-dialog-supporting-text-tracking:0.03125em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family:rounded;
  --mdc-chip-container-shape-radius:16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family:rounded;
  --mdc-chip-with-avatar-avatar-shape-radius:14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size:28px;
  --mdc-chip-with-icon-icon-size:18px;
  --mdc-chip-outline-width:0;
  --mdc-chip-outline-color:transparent;
  --mdc-chip-disabled-outline-color:transparent;
  --mdc-chip-focus-outline-color:transparent;
  --mdc-chip-hover-state-layer-opacity:0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity:1;
  --mdc-chip-flat-selected-outline-width:0;
  --mdc-chip-selected-hover-state-layer-opacity:0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity:1;
  --mdc-chip-with-icon-disabled-icon-opacity:1;
  --mat-chip-disabled-container-opacity:0.4;
  --mat-chip-trailing-action-opacity:0.54;
  --mat-chip-trailing-action-focus-opacity:1;
  --mat-chip-trailing-action-state-layer-color:transparent;
  --mat-chip-selected-trailing-action-state-layer-color:transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity:0;
  --mat-chip-trailing-action-focus-state-layer-opacity:0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color:#212121;
  --mdc-chip-elevated-container-color:#e0e0e0;
  --mdc-chip-elevated-selected-container-color:#e0e0e0;
  --mdc-chip-elevated-disabled-container-color:#e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color:#e0e0e0;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:#212121;
  --mdc-chip-selected-label-text-color:#212121;
  --mdc-chip-with-icon-icon-color:#212121;
  --mdc-chip-with-icon-disabled-icon-color:#212121;
  --mdc-chip-with-icon-selected-icon-color:#212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color:#212121;
  --mat-chip-selected-disabled-trailing-icon-color:#212121;
  --mat-chip-selected-trailing-icon-color:#212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#3f51b5;
  --mdc-chip-elevated-selected-container-color:#3f51b5;
  --mdc-chip-elevated-disabled-container-color:#3f51b5;
  --mdc-chip-flat-disabled-selected-container-color:#3f51b5;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#ff4081;
  --mdc-chip-elevated-selected-container-color:#ff4081;
  --mdc-chip-elevated-disabled-container-color:#ff4081;
  --mdc-chip-flat-disabled-selected-container-color:#ff4081;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color:white;
  --mdc-chip-elevated-container-color:#f44336;
  --mdc-chip-elevated-selected-container-color:#f44336;
  --mdc-chip-elevated-disabled-container-color:#f44336;
  --mdc-chip-flat-disabled-selected-container-color:#f44336;
  --mdc-chip-focus-state-layer-color:black;
  --mdc-chip-hover-state-layer-color:black;
  --mdc-chip-selected-hover-state-layer-color:black;
  --mdc-chip-focus-state-layer-opacity:0.12;
  --mdc-chip-selected-focus-state-layer-color:black;
  --mdc-chip-selected-focus-state-layer-opacity:0.12;
  --mdc-chip-label-text-color:white;
  --mdc-chip-selected-label-text-color:white;
  --mdc-chip-with-icon-icon-color:white;
  --mdc-chip-with-icon-disabled-icon-color:white;
  --mdc-chip-with-icon-selected-icon-color:white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;
  --mdc-chip-with-trailing-icon-trailing-icon-color:white;
  --mat-chip-selected-disabled-trailing-icon-color:white;
  --mat-chip-selected-trailing-icon-color:white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height:32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:Roboto, sans-serif;
  --mdc-chip-label-text-line-height:20px;
  --mdc-chip-label-text-size:14px;
  --mdc-chip-label-text-tracking:0.0178571429em;
  --mdc-chip-label-text-weight:400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity:0.38;
  --mdc-switch-disabled-track-opacity:0.12;
  --mdc-switch-disabled-unselected-icon-opacity:0.38;
  --mdc-switch-handle-height:20px;
  --mdc-switch-handle-shape:10px;
  --mdc-switch-handle-width:20px;
  --mdc-switch-selected-icon-size:18px;
  --mdc-switch-track-height:14px;
  --mdc-switch-track-shape:7px;
  --mdc-switch-track-width:36px;
  --mdc-switch-unselected-icon-size:18px;
  --mdc-switch-selected-focus-state-layer-opacity:0.12;
  --mdc-switch-selected-hover-state-layer-opacity:0.04;
  --mdc-switch-selected-pressed-state-layer-opacity:0.1;
  --mdc-switch-unselected-focus-state-layer-opacity:0.12;
  --mdc-switch-unselected-hover-state-layer-opacity:0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity:0.1;
  --mat-switch-disabled-selected-handle-opacity:0.38;
  --mat-switch-disabled-unselected-handle-opacity:0.38;
  --mat-switch-unselected-handle-size:20px;
  --mat-switch-selected-handle-size:20px;
  --mat-switch-pressed-handle-size:20px;
  --mat-switch-with-icon-handle-size:20px;
  --mat-switch-selected-handle-horizontal-margin:0;
  --mat-switch-selected-with-icon-handle-horizontal-margin:0;
  --mat-switch-selected-pressed-handle-horizontal-margin:0;
  --mat-switch-unselected-handle-horizontal-margin:0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin:0;
  --mat-switch-unselected-pressed-handle-horizontal-margin:0;
  --mat-switch-visible-track-opacity:1;
  --mat-switch-hidden-track-opacity:1;
  --mat-switch-visible-track-transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width:1px;
  --mat-switch-track-outline-color:transparent;
  --mat-switch-selected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-width:1px;
  --mat-switch-disabled-unselected-track-outline-color:transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color:#3949ab;
  --mdc-switch-selected-handle-color:#3949ab;
  --mdc-switch-selected-hover-state-layer-color:#3949ab;
  --mdc-switch-selected-pressed-state-layer-color:#3949ab;
  --mdc-switch-selected-focus-handle-color:#1a237e;
  --mdc-switch-selected-hover-handle-color:#1a237e;
  --mdc-switch-selected-pressed-handle-color:#1a237e;
  --mdc-switch-selected-focus-track-color:#7986cb;
  --mdc-switch-selected-hover-track-color:#7986cb;
  --mdc-switch-selected-pressed-track-color:#7986cb;
  --mdc-switch-selected-track-color:#7986cb;
  --mdc-switch-disabled-selected-handle-color:#424242;
  --mdc-switch-disabled-selected-icon-color:#fff;
  --mdc-switch-disabled-selected-track-color:#424242;
  --mdc-switch-disabled-unselected-handle-color:#424242;
  --mdc-switch-disabled-unselected-icon-color:#fff;
  --mdc-switch-disabled-unselected-track-color:#424242;
  --mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color:black;
  --mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color:#fff;
  --mdc-switch-unselected-focus-handle-color:#212121;
  --mdc-switch-unselected-focus-state-layer-color:#424242;
  --mdc-switch-unselected-focus-track-color:#e0e0e0;
  --mdc-switch-unselected-handle-color:#616161;
  --mdc-switch-unselected-hover-handle-color:#212121;
  --mdc-switch-unselected-hover-state-layer-color:#424242;
  --mdc-switch-unselected-hover-track-color:#e0e0e0;
  --mdc-switch-unselected-icon-color:#fff;
  --mdc-switch-unselected-pressed-handle-color:#212121;
  --mdc-switch-unselected-pressed-state-layer-color:#424242;
  --mdc-switch-unselected-pressed-track-color:#e0e0e0;
  --mdc-switch-unselected-track-color:#e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color:#d81b60;
  --mdc-switch-selected-handle-color:#d81b60;
  --mdc-switch-selected-hover-state-layer-color:#d81b60;
  --mdc-switch-selected-pressed-state-layer-color:#d81b60;
  --mdc-switch-selected-focus-handle-color:#880e4f;
  --mdc-switch-selected-hover-handle-color:#880e4f;
  --mdc-switch-selected-pressed-handle-color:#880e4f;
  --mdc-switch-selected-focus-track-color:#f06292;
  --mdc-switch-selected-hover-track-color:#f06292;
  --mdc-switch-selected-pressed-track-color:#f06292;
  --mdc-switch-selected-track-color:#f06292;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color:#e53935;
  --mdc-switch-selected-handle-color:#e53935;
  --mdc-switch-selected-hover-state-layer-color:#e53935;
  --mdc-switch-selected-pressed-state-layer-color:#e53935;
  --mdc-switch-selected-focus-handle-color:#b71c1c;
  --mdc-switch-selected-hover-handle-color:#b71c1c;
  --mdc-switch-selected-pressed-handle-color:#b71c1c;
  --mdc-switch-selected-focus-track-color:#e57373;
  --mdc-switch-selected-hover-track-color:#e57373;
  --mdc-switch-selected-pressed-track-color:#e57373;
  --mdc-switch-selected-track-color:#e57373;
}
html {
  --mdc-switch-state-layer-size:40px;
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity:0.38;
  --mdc-radio-disabled-unselected-icon-opacity:0.38;
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#3f51b5;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#ff4081;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
  --mat-radio-ripple-color:black;
  --mat-radio-checked-ripple-color:#f44336;
  --mat-radio-disabled-label-color:rgba(0, 0, 0, 0.38);
}
html {
  --mdc-radio-state-layer-size:40px;
  --mat-radio-touch-target-display:block;
}
.mat-mdc-radio-button {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mat-slider-value-indicator-width:auto;
  --mat-slider-value-indicator-height:32px;
  --mat-slider-value-indicator-caret-display:block;
  --mat-slider-value-indicator-border-radius:4px;
  --mat-slider-value-indicator-padding:0 12px;
  --mat-slider-value-indicator-text-transform:none;
  --mat-slider-value-indicator-container-transform:translateX(-50%);
  --mdc-slider-active-track-height:6px;
  --mdc-slider-active-track-shape:9999px;
  --mdc-slider-handle-height:20px;
  --mdc-slider-handle-shape:50%;
  --mdc-slider-handle-width:20px;
  --mdc-slider-inactive-track-height:4px;
  --mdc-slider-inactive-track-shape:9999px;
  --mdc-slider-with-overlap-handle-outline-width:1px;
  --mdc-slider-with-tick-marks-active-container-opacity:0.6;
  --mdc-slider-with-tick-marks-container-shape:50%;
  --mdc-slider-with-tick-marks-container-size:2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity:0.6;
}
html {
  --mdc-slider-handle-color:#3f51b5;
  --mdc-slider-focus-handle-color:#3f51b5;
  --mdc-slider-hover-handle-color:#3f51b5;
  --mdc-slider-active-track-color:#3f51b5;
  --mdc-slider-inactive-track-color:#3f51b5;
  --mdc-slider-with-tick-marks-inactive-container-color:#3f51b5;
  --mdc-slider-with-tick-marks-active-container-color:white;
  --mdc-slider-disabled-active-track-color:#000;
  --mdc-slider-disabled-handle-color:#000;
  --mdc-slider-disabled-inactive-track-color:#000;
  --mdc-slider-label-container-color:#000;
  --mdc-slider-label-label-text-color:#fff;
  --mdc-slider-with-overlap-handle-outline-color:#fff;
  --mdc-slider-with-tick-marks-disabled-container-color:#000;
  --mdc-slider-handle-elevation:0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color:#3f51b5;
  --mat-slider-hover-state-layer-color:rgba(63, 81, 181, 0.05);
  --mat-slider-focus-state-layer-color:rgba(63, 81, 181, 0.2);
  --mat-slider-value-indicator-opacity:0.6;
}
html .mat-accent {
  --mat-slider-ripple-color:#ff4081;
  --mat-slider-hover-state-layer-color:rgba(255, 64, 129, 0.05);
  --mat-slider-focus-state-layer-color:rgba(255, 64, 129, 0.2);
  --mdc-slider-handle-color:#ff4081;
  --mdc-slider-focus-handle-color:#ff4081;
  --mdc-slider-hover-handle-color:#ff4081;
  --mdc-slider-active-track-color:#ff4081;
  --mdc-slider-inactive-track-color:#ff4081;
  --mdc-slider-with-tick-marks-inactive-container-color:#ff4081;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html .mat-warn {
  --mat-slider-ripple-color:#f44336;
  --mat-slider-hover-state-layer-color:rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color:rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color:#f44336;
  --mdc-slider-focus-handle-color:#f44336;
  --mdc-slider-hover-handle-color:#f44336;
  --mdc-slider-active-track-color:#f44336;
  --mdc-slider-inactive-track-color:#f44336;
  --mdc-slider-with-tick-marks-inactive-container-color:#f44336;
  --mdc-slider-with-tick-marks-active-container-color:white;
}
html {
  --mdc-slider-label-label-text-font:Roboto, sans-serif;
  --mdc-slider-label-label-text-size:14px;
  --mdc-slider-label-label-text-line-height:22px;
  --mdc-slider-label-label-text-tracking:0.0071428571em;
  --mdc-slider-label-label-text-weight:500;
}
html {
  --mat-menu-container-shape:4px;
  --mat-menu-divider-bottom-spacing:0;
  --mat-menu-divider-top-spacing:0;
  --mat-menu-item-spacing:16px;
  --mat-menu-item-icon-size:24px;
  --mat-menu-item-leading-spacing:16px;
  --mat-menu-item-trailing-spacing:16px;
  --mat-menu-item-with-icon-leading-spacing:16px;
  --mat-menu-item-with-icon-trailing-spacing:16px;
}
html {
  --mat-menu-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color:rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-menu-container-color:white;
  --mat-menu-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:Roboto, sans-serif;
  --mat-menu-item-label-text-size:16px;
  --mat-menu-item-label-text-tracking:0.03125em;
  --mat-menu-item-label-text-line-height:24px;
  --mat-menu-item-label-text-weight:400;
}
html {
  --mdc-list-list-item-container-shape:0;
  --mdc-list-list-item-leading-avatar-shape:50%;
  --mdc-list-list-item-container-color:transparent;
  --mdc-list-list-item-selected-container-color:transparent;
  --mdc-list-list-item-leading-avatar-color:transparent;
  --mdc-list-list-item-leading-icon-size:24px;
  --mdc-list-list-item-leading-avatar-size:40px;
  --mdc-list-list-item-trailing-icon-size:24px;
  --mdc-list-list-item-disabled-state-layer-color:transparent;
  --mdc-list-list-item-disabled-state-layer-opacity:0;
  --mdc-list-list-item-disabled-label-text-opacity:0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity:0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity:0.38;
  --mat-list-active-indicator-color:transparent;
  --mat-list-active-indicator-shape:4px;
}
html {
  --mdc-list-list-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color:black;
  --mdc-list-list-item-disabled-leading-icon-color:black;
  --mdc-list-list-item-disabled-trailing-icon-color:black;
  --mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color:black;
  --mdc-list-list-item-hover-state-layer-opacity:0.04;
  --mdc-list-list-item-focus-state-layer-color:black;
  --mdc-list-list-item-focus-state-layer-opacity:0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#3f51b5;
  --mdc-radio-selected-hover-icon-color:#3f51b5;
  --mdc-radio-selected-icon-color:#3f51b5;
  --mdc-radio-selected-pressed-icon-color:#3f51b5;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#ff4081;
  --mdc-radio-selected-hover-icon-color:#ff4081;
  --mdc-radio-selected-icon-color:#ff4081;
  --mdc-radio-selected-pressed-icon-color:#ff4081;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color:black;
  --mdc-radio-disabled-unselected-icon-color:black;
  --mdc-radio-unselected-hover-icon-color:#212121;
  --mdc-radio-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color:#f44336;
  --mdc-radio-selected-hover-icon-color:#f44336;
  --mdc-radio-selected-icon-color:#f44336;
  --mdc-radio-selected-pressed-icon-color:#f44336;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #3f51b5;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3f51b5;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height:48px;
  --mdc-list-list-item-two-line-container-height:64px;
  --mdc-list-list-item-three-line-container-height:88px;
  --mat-list-list-item-leading-icon-start-space:16px;
  --mat-list-list-item-leading-icon-end-space:32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size:40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height:24px;
  --mdc-list-list-item-label-text-size:16px;
  --mdc-list-list-item-label-text-tracking:0.03125em;
  --mdc-list-list-item-label-text-weight:400;
  --mdc-list-list-item-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height:20px;
  --mdc-list-list-item-supporting-text-size:14px;
  --mdc-list-list-item-supporting-text-tracking:0.0178571429em;
  --mdc-list-list-item-supporting-text-weight:400;
  --mdc-list-list-item-trailing-supporting-text-font:Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height:20px;
  --mdc-list-list-item-trailing-supporting-text-size:12px;
  --mdc-list-list-item-trailing-supporting-text-tracking:0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight:400;
}
.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
}
html {
  --mat-paginator-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color:white;
  --mat-paginator-enabled-icon-color:rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-paginator-container-size:56px;
  --mat-paginator-form-field-container-height:40px;
  --mat-paginator-form-field-container-vertical-padding:8px;
}
html {
  --mat-paginator-container-text-font:Roboto, sans-serif;
  --mat-paginator-container-text-line-height:20px;
  --mat-paginator-container-text-size:12px;
  --mat-paginator-container-text-tracking:0.0333333333em;
  --mat-paginator-container-text-weight:400;
  --mat-paginator-select-trigger-text-size:12px;
}
html {
  --mdc-tab-indicator-active-indicator-height:2px;
  --mdc-tab-indicator-active-indicator-shape:0;
  --mdc-secondary-navigation-tab-container-height:48px;
  --mat-tab-header-divider-color:transparent;
  --mat-tab-header-divider-height:0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color:#3f51b5;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#3f51b5;
  --mat-tab-header-active-ripple-color:#3f51b5;
  --mat-tab-header-inactive-ripple-color:#3f51b5;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#3f51b5;
  --mat-tab-header-active-hover-label-text-color:#3f51b5;
  --mat-tab-header-active-focus-indicator-color:#3f51b5;
  --mat-tab-header-active-hover-indicator-color:#3f51b5;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color:#ff4081;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#ff4081;
  --mat-tab-header-active-ripple-color:#ff4081;
  --mat-tab-header-inactive-ripple-color:#ff4081;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#ff4081;
  --mat-tab-header-active-hover-label-text-color:#ff4081;
  --mat-tab-header-active-focus-indicator-color:#ff4081;
  --mat-tab-header-active-hover-indicator-color:#ff4081;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color:#f44336;
  --mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color:black;
  --mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color:#f44336;
  --mat-tab-header-active-ripple-color:#f44336;
  --mat-tab-header-inactive-ripple-color:#f44336;
  --mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color:#f44336;
  --mat-tab-header-active-hover-label-text-color:#f44336;
  --mat-tab-header-active-focus-indicator-color:#f44336;
  --mat-tab-header-active-hover-indicator-color:#f44336;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color:#3f51b5;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color:#ff4081;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color:#f44336;
  --mat-tab-header-with-background-foreground-color:white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height:48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:Roboto, sans-serif;
  --mat-tab-header-label-text-size:14px;
  --mat-tab-header-label-text-tracking:0.0892857143em;
  --mat-tab-header-label-text-line-height:36px;
  --mat-tab-header-label-text-weight:500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color:#fff;
  --mdc-checkbox-selected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity:0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity:0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity:0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#ff4081;
  --mdc-checkbox-selected-hover-icon-color:#ff4081;
  --mdc-checkbox-selected-icon-color:#ff4081;
  --mdc-checkbox-selected-pressed-icon-color:#ff4081;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#ff4081;
  --mdc-checkbox-selected-hover-state-layer-color:#ff4081;
  --mdc-checkbox-selected-pressed-state-layer-color:#ff4081;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
  --mat-checkbox-disabled-label-color:rgba(0, 0, 0, 0.38);
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-color:rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#3f51b5;
  --mdc-checkbox-selected-hover-icon-color:#3f51b5;
  --mdc-checkbox-selected-icon-color:#3f51b5;
  --mdc-checkbox-selected-pressed-icon-color:#3f51b5;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-hover-state-layer-color:#3f51b5;
  --mdc-checkbox-selected-pressed-state-layer-color:#3f51b5;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color:white;
  --mdc-checkbox-selected-focus-icon-color:#f44336;
  --mdc-checkbox-selected-hover-icon-color:#f44336;
  --mdc-checkbox-selected-icon-color:#f44336;
  --mdc-checkbox-selected-pressed-icon-color:#f44336;
  --mdc-checkbox-unselected-focus-icon-color:#212121;
  --mdc-checkbox-unselected-hover-icon-color:#212121;
  --mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color:#f44336;
  --mdc-checkbox-selected-hover-state-layer-color:#f44336;
  --mdc-checkbox-selected-pressed-state-layer-color:#f44336;
  --mdc-checkbox-unselected-focus-state-layer-color:black;
  --mdc-checkbox-unselected-hover-state-layer-color:black;
  --mdc-checkbox-unselected-pressed-state-layer-color:black;
}
html {
  --mdc-checkbox-state-layer-size:40px;
  --mat-checkbox-touch-target-display:block;
}
.mat-mdc-checkbox {
  --mdc-form-field-label-text-font:Roboto, sans-serif;
  --mdc-form-field-label-text-line-height:20px;
  --mdc-form-field-label-text-size:14px;
  --mdc-form-field-label-text-tracking:0.0178571429em;
  --mdc-form-field-label-text-weight:400;
}
html {
  --mdc-text-button-container-shape:4px;
  --mdc-text-button-keep-touch-target:false;
  --mdc-filled-button-container-shape:4px;
  --mdc-filled-button-keep-touch-target:false;
  --mdc-protected-button-container-shape:4px;
  --mdc-protected-button-keep-touch-target:false;
  --mdc-outlined-button-keep-touch-target:false;
  --mdc-outlined-button-outline-width:1px;
  --mdc-outlined-button-container-shape:4px;
  --mat-text-button-horizontal-padding:8px;
  --mat-text-button-with-icon-horizontal-padding:8px;
  --mat-text-button-icon-spacing:8px;
  --mat-text-button-icon-offset:0;
  --mat-filled-button-horizontal-padding:16px;
  --mat-filled-button-icon-spacing:8px;
  --mat-filled-button-icon-offset:-4px;
  --mat-protected-button-horizontal-padding:16px;
  --mat-protected-button-icon-spacing:8px;
  --mat-protected-button-icon-offset:-4px;
  --mat-outlined-button-horizontal-padding:15px;
  --mat-outlined-button-icon-spacing:8px;
  --mat-outlined-button-icon-offset:-4px;
}
html {
  --mdc-text-button-label-text-color:black;
  --mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color:black;
  --mat-text-button-disabled-state-layer-color:black;
  --mat-text-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity:0.04;
  --mat-text-button-focus-state-layer-opacity:0.12;
  --mat-text-button-pressed-state-layer-opacity:0.12;
  --mdc-filled-button-container-color:white;
  --mdc-filled-button-label-text-color:black;
  --mdc-filled-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color:black;
  --mat-filled-button-disabled-state-layer-color:black;
  --mat-filled-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity:0.04;
  --mat-filled-button-focus-state-layer-opacity:0.12;
  --mat-filled-button-pressed-state-layer-opacity:0.12;
  --mdc-protected-button-container-color:white;
  --mdc-protected-button-label-text-color:black;
  --mdc-protected-button-disabled-container-color:rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color:#000;
  --mat-protected-button-state-layer-color:black;
  --mat-protected-button-disabled-state-layer-color:black;
  --mat-protected-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity:0.04;
  --mat-protected-button-focus-state-layer-opacity:0.12;
  --mat-protected-button-pressed-state-layer-opacity:0.12;
  --mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color:black;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:black;
  --mat-outlined-button-disabled-state-layer-color:black;
  --mat-outlined-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity:0.04;
  --mat-outlined-button-focus-state-layer-opacity:0.12;
  --mat-outlined-button-pressed-state-layer-opacity:0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color:#3f51b5;
  --mat-text-button-state-layer-color:#3f51b5;
  --mat-text-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color:#ff4081;
  --mat-text-button-state-layer-color:#ff4081;
  --mat-text-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color:#f44336;
  --mat-text-button-state-layer-color:#f44336;
  --mat-text-button-ripple-color:rgba(244, 67, 54, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color:#3f51b5;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color:#ff4081;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color:#f44336;
  --mdc-filled-button-label-text-color:white;
  --mat-filled-button-state-layer-color:white;
  --mat-filled-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color:#3f51b5;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color:#ff4081;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color:#f44336;
  --mdc-protected-button-label-text-color:white;
  --mat-protected-button-state-layer-color:white;
  --mat-protected-button-ripple-color:rgba(255, 255, 255, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color:#3f51b5;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#3f51b5;
  --mat-outlined-button-ripple-color:rgba(63, 81, 181, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color:#ff4081;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#ff4081;
  --mat-outlined-button-ripple-color:rgba(255, 64, 129, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color:#f44336;
  --mdc-outlined-button-outline-color:rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color:#f44336;
  --mat-outlined-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mdc-text-button-container-height:36px;
  --mdc-filled-button-container-height:36px;
  --mdc-outlined-button-container-height:36px;
  --mdc-protected-button-container-height:36px;
  --mat-text-button-touch-target-display:block;
  --mat-filled-button-touch-target-display:block;
  --mat-protected-button-touch-target-display:block;
  --mat-outlined-button-touch-target-display:block;
}
html {
  --mdc-text-button-label-text-font:Roboto, sans-serif;
  --mdc-text-button-label-text-size:14px;
  --mdc-text-button-label-text-tracking:0.0892857143em;
  --mdc-text-button-label-text-weight:500;
  --mdc-text-button-label-text-transform:none;
  --mdc-filled-button-label-text-font:Roboto, sans-serif;
  --mdc-filled-button-label-text-size:14px;
  --mdc-filled-button-label-text-tracking:0.0892857143em;
  --mdc-filled-button-label-text-weight:500;
  --mdc-filled-button-label-text-transform:none;
  --mdc-outlined-button-label-text-font:Roboto, sans-serif;
  --mdc-outlined-button-label-text-size:14px;
  --mdc-outlined-button-label-text-tracking:0.0892857143em;
  --mdc-outlined-button-label-text-weight:500;
  --mdc-outlined-button-label-text-transform:none;
  --mdc-protected-button-label-text-font:Roboto, sans-serif;
  --mdc-protected-button-label-text-size:14px;
  --mdc-protected-button-label-text-tracking:0.0892857143em;
  --mdc-protected-button-label-text-weight:500;
  --mdc-protected-button-label-text-transform:none;
}
html {
  --mdc-icon-button-icon-size:24px;
}
html {
  --mdc-icon-button-icon-color:inherit;
  --mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color:black;
  --mat-icon-button-disabled-state-layer-color:black;
  --mat-icon-button-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity:0.04;
  --mat-icon-button-focus-state-layer-opacity:0.12;
  --mat-icon-button-pressed-state-layer-opacity:0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color:#3f51b5;
  --mat-icon-button-state-layer-color:#3f51b5;
  --mat-icon-button-ripple-color:rgba(63, 81, 181, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color:#ff4081;
  --mat-icon-button-state-layer-color:#ff4081;
  --mat-icon-button-ripple-color:rgba(255, 64, 129, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color:#f44336;
  --mat-icon-button-state-layer-color:#f44336;
  --mat-icon-button-ripple-color:rgba(244, 67, 54, 0.1);
}
html {
  --mat-icon-button-touch-target-display:block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size:48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape:50%;
  --mdc-fab-icon-size:24px;
  --mdc-fab-small-container-shape:50%;
  --mdc-fab-small-icon-size:24px;
  --mdc-extended-fab-container-height:48px;
  --mdc-extended-fab-container-shape:24px;
}
html {
  --mdc-fab-container-color:white;
  --mdc-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color:#000;
  --mat-fab-foreground-color:black;
  --mat-fab-state-layer-color:black;
  --mat-fab-disabled-state-layer-color:black;
  --mat-fab-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity:0.04;
  --mat-fab-focus-state-layer-opacity:0.12;
  --mat-fab-pressed-state-layer-opacity:0.12;
  --mat-fab-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color:white;
  --mdc-fab-small-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color:#000;
  --mat-fab-small-foreground-color:black;
  --mat-fab-small-state-layer-color:black;
  --mat-fab-small-disabled-state-layer-color:black;
  --mat-fab-small-ripple-color:rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity:0.04;
  --mat-fab-small-focus-state-layer-opacity:0.12;
  --mat-fab-small-pressed-state-layer-opacity:0.12;
  --mat-fab-small-disabled-state-container-color:rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color:rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color:#000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color:#3f51b5;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color:#ff4081;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color:#f44336;
  --mat-fab-foreground-color:white;
  --mat-fab-state-layer-color:white;
  --mat-fab-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color:#3f51b5;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color:#ff4081;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color:#f44336;
  --mat-fab-small-foreground-color:white;
  --mat-fab-small-state-layer-color:white;
  --mat-fab-small-ripple-color:rgba(255, 255, 255, 0.1);
}
html {
  --mat-fab-touch-target-display:block;
  --mat-fab-small-touch-target-display:block;
}
html {
  --mdc-extended-fab-label-text-font:Roboto, sans-serif;
  --mdc-extended-fab-label-text-size:14px;
  --mdc-extended-fab-label-text-tracking:0.0892857143em;
  --mdc-extended-fab-label-text-weight:500;
}
html {
  --mdc-snackbar-container-shape:4px;
}
html {
  --mdc-snackbar-container-color:#333333;
  --mdc-snackbar-supporting-text-color:rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color:#ff4081;
}
html {
  --mdc-snackbar-supporting-text-font:Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height:20px;
  --mdc-snackbar-supporting-text-size:14px;
  --mdc-snackbar-supporting-text-weight:400;
}
html {
  --mat-table-row-item-outline-width:1px;
}
html {
  --mat-table-background-color:white;
  --mat-table-header-headline-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height:56px;
  --mat-table-footer-container-height:52px;
  --mat-table-row-item-container-height:52px;
}
html {
  --mat-table-header-headline-font:Roboto, sans-serif;
  --mat-table-header-headline-line-height:22px;
  --mat-table-header-headline-size:14px;
  --mat-table-header-headline-weight:500;
  --mat-table-header-headline-tracking:0.0071428571em;
  --mat-table-row-item-label-text-font:Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height:20px;
  --mat-table-row-item-label-text-size:14px;
  --mat-table-row-item-label-text-weight:400;
  --mat-table-row-item-label-text-tracking:0.0178571429em;
  --mat-table-footer-supporting-text-font:Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height:20px;
  --mat-table-footer-supporting-text-size:14px;
  --mat-table-footer-supporting-text-weight:400;
  --mat-table-footer-supporting-text-tracking:0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width:4px;
  --mdc-circular-progress-size:48px;
}
html {
  --mdc-circular-progress-active-indicator-color:#3f51b5;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color:#ff4081;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color:#f44336;
}
html {
  --mat-badge-container-shape:50%;
  --mat-badge-container-size:unset;
  --mat-badge-small-size-container-size:unset;
  --mat-badge-large-size-container-size:unset;
  --mat-badge-legacy-container-size:22px;
  --mat-badge-legacy-small-size-container-size:16px;
  --mat-badge-legacy-large-size-container-size:28px;
  --mat-badge-container-offset:-11px 0;
  --mat-badge-small-size-container-offset:-8px 0;
  --mat-badge-large-size-container-offset:-14px 0;
  --mat-badge-container-overlap-offset:-11px;
  --mat-badge-small-size-container-overlap-offset:-8px;
  --mat-badge-large-size-container-overlap-offset:-14px;
  --mat-badge-container-padding:0;
  --mat-badge-small-size-container-padding:0;
  --mat-badge-large-size-container-padding:0;
}
html {
  --mat-badge-background-color:#3f51b5;
  --mat-badge-text-color:white;
  --mat-badge-disabled-state-background-color:#b9b9b9;
  --mat-badge-disabled-state-text-color:rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color:#ff4081;
  --mat-badge-text-color:white;
}
.mat-badge-warn {
  --mat-badge-background-color:#f44336;
  --mat-badge-text-color:white;
}
html {
  --mat-badge-text-font:Roboto, sans-serif;
  --mat-badge-text-size:12px;
  --mat-badge-text-weight:600;
  --mat-badge-small-size-text-size:9px;
  --mat-badge-large-size-text-size:24px;
}
html {
  --mat-bottom-sheet-container-shape:4px;
}
html {
  --mat-bottom-sheet-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color:white;
}
html {
  --mat-bottom-sheet-container-text-font:Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height:20px;
  --mat-bottom-sheet-container-text-size:14px;
  --mat-bottom-sheet-container-text-tracking:0.0178571429em;
  --mat-bottom-sheet-container-text-weight:400;
}
html {
  --mat-legacy-button-toggle-height:36px;
  --mat-legacy-button-toggle-shape:2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity:1;
  --mat-standard-button-toggle-shape:4px;
  --mat-standard-button-toggle-hover-state-layer-opacity:0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity:0.12;
}
html {
  --mat-legacy-button-toggle-text-color:rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color:white;
  --mat-standard-button-toggle-state-layer-color:black;
  --mat-standard-button-toggle-selected-state-background-color:#e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color:white;
  --mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;
  --mat-standard-button-toggle-divider-color:#e0e0e0;
}
html {
  --mat-standard-button-toggle-height:48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height:24px;
  --mat-legacy-button-toggle-label-text-size:16px;
  --mat-legacy-button-toggle-label-text-tracking:0.03125em;
  --mat-legacy-button-toggle-label-text-weight:400;
  --mat-standard-button-toggle-label-text-font:Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height:24px;
  --mat-standard-button-toggle-label-text-size:16px;
  --mat-standard-button-toggle-label-text-tracking:0.03125em;
  --mat-standard-button-toggle-label-text-weight:400;
}
html {
  --mat-datepicker-calendar-container-shape:4px;
  --mat-datepicker-calendar-container-touch-shape:4px;
  --mat-datepicker-calendar-container-elevation-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#3f51b5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(63, 81, 181, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(63, 81, 181, 0.3);
  --mat-datepicker-toggle-active-state-icon-color:#3f51b5;
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(63, 81, 181, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
  --mat-datepicker-toggle-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color:black;
  --mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color:transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color:rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color:white;
  --mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#ff4081;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(255, 64, 129, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(255, 64, 129, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(255, 64, 129, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color:white;
  --mat-datepicker-calendar-date-selected-state-background-color:#f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color:white;
  --mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color:#ff4081;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color:#f44336;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display:none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size:40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:Roboto, sans-serif;
  --mat-datepicker-calendar-text-size:13px;
  --mat-datepicker-calendar-body-label-text-size:14px;
  --mat-datepicker-calendar-body-label-text-weight:500;
  --mat-datepicker-calendar-period-button-text-size:14px;
  --mat-datepicker-calendar-period-button-text-weight:500;
  --mat-datepicker-calendar-header-text-size:11px;
  --mat-datepicker-calendar-header-text-weight:400;
}
html {
  --mat-divider-width:1px;
}
html {
  --mat-divider-color:rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape:4px;
  --mat-expansion-legacy-header-indicator-display:inline-block;
  --mat-expansion-header-indicator-display:none;
}
html {
  --mat-expansion-container-background-color:white;
  --mat-expansion-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color:rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color:rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color:rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color:rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height:48px;
  --mat-expansion-header-expanded-state-height:64px;
}
html {
  --mat-expansion-header-text-font:Roboto, sans-serif;
  --mat-expansion-header-text-size:14px;
  --mat-expansion-header-text-weight:500;
  --mat-expansion-header-text-line-height:inherit;
  --mat-expansion-header-text-tracking:inherit;
  --mat-expansion-container-text-font:Roboto, sans-serif;
  --mat-expansion-container-text-line-height:20px;
  --mat-expansion-container-text-size:14px;
  --mat-expansion-container-text-tracking:0.0178571429em;
  --mat-expansion-container-text-weight:400;
}
html {
  --mat-grid-list-tile-header-primary-text-size:14px;
  --mat-grid-list-tile-header-secondary-text-size:12px;
  --mat-grid-list-tile-footer-primary-text-size:14px;
  --mat-grid-list-tile-footer-secondary-text-size:12px;
}
html {
  --mat-icon-color:inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color:#3f51b5;
}
.mat-icon.mat-accent {
  --mat-icon-color:#ff4081;
}
.mat-icon.mat-warn {
  --mat-icon-color:#f44336;
}
html {
  --mat-sidenav-container-shape:0;
  --mat-sidenav-container-elevation-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width:auto;
}
html {
  --mat-sidenav-container-divider-color:rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color:white;
  --mat-sidenav-container-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color:#fafafa;
  --mat-sidenav-content-text-color:rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color:rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#3f51b5;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#3f51b5;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#3f51b5;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
  --mat-stepper-container-color:white;
  --mat-stepper-line-color:rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color:#f44336;
  --mat-stepper-header-icon-background-color:rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color:#f44336;
  --mat-stepper-header-error-state-icon-background-color:transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#ff4081;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#ff4081;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#ff4081;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color:white;
  --mat-stepper-header-selected-state-icon-background-color:#f44336;
  --mat-stepper-header-selected-state-icon-foreground-color:white;
  --mat-stepper-header-done-state-icon-background-color:#f44336;
  --mat-stepper-header-done-state-icon-foreground-color:white;
  --mat-stepper-header-edit-state-icon-background-color:#f44336;
  --mat-stepper-header-edit-state-icon-foreground-color:white;
}
html {
  --mat-stepper-header-height:72px;
}
html {
  --mat-stepper-container-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-font:Roboto, sans-serif;
  --mat-stepper-header-label-text-size:14px;
  --mat-stepper-header-label-text-weight:400;
  --mat-stepper-header-error-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-size:16px;
  --mat-stepper-header-selected-state-label-text-weight:400;
}
html {
  --mat-sort-arrow-color:#757575;
}
html {
  --mat-toolbar-container-background-color:whitesmoke;
  --mat-toolbar-container-text-color:rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color:#3f51b5;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color:#ff4081;
  --mat-toolbar-container-text-color:white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color:#f44336;
  --mat-toolbar-container-text-color:white;
}
html {
  --mat-toolbar-standard-height:64px;
  --mat-toolbar-mobile-height:56px;
}
html {
  --mat-toolbar-title-text-font:Roboto, sans-serif;
  --mat-toolbar-title-text-line-height:32px;
  --mat-toolbar-title-text-size:20px;
  --mat-toolbar-title-text-tracking:0.0125em;
  --mat-toolbar-title-text-weight:500;
}
html {
  --mat-tree-container-background-color:white;
  --mat-tree-node-text-color:rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height:48px;
}
html {
  --mat-tree-node-text-font:Roboto, sans-serif;
  --mat-tree-node-text-size:14px;
  --mat-tree-node-text-weight:400;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 20px/32px Roboto, sans-serif;
  letter-spacing: .0125em;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: .009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px/24px Roboto, sans-serif;
  letter-spacing: .03125em;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px*.83)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px*.67)/20px Roboto, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px/22px Roboto, sans-serif;
  letter-spacing: .0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px/20px Roboto, sans-serif;
  letter-spacing: .0178571429em;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px/20px Roboto, sans-serif;
  letter-spacing: .0333333333em;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px/96px Roboto, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px/60px Roboto, sans-serif;
  letter-spacing: -.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px/50px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: .0073529412em;
  margin: 0 0 64px;
}

/* src/styles/app.scss */
@font-face {
  font-family: mardoto;
  src: url("./media/mardoto-regular-VHS4EWRN.woff2") format("woff2"), url("./media/mardoto-regular-JWIEAXAU.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: convert;
}
@font-face {
  font-family: mardoto;
  src: url("./media/mardoto-bold-W3UJWWJF.woff2") format("woff2"), url("./media/mardoto-bold-KENWLPTH.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: convert;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  padding: 0;
}
*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
html,
body {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Mardoto, sans-serif;
  font-size: 16px;
  line-height: 1.33;
  color: #061a2e;
  text-rendering: optimizeLegibility;
}
p {
  margin-bottom: 18px;
}
@media (min-width: 1500px) {
  p {
    margin-bottom: 20px;
  }
}
@media (min-width: 1850px) {
  p {
    margin-bottom: 22px;
  }
}
a {
  cursor: pointer;
}
img {
  max-width: 100%;
  max-height: 100%;
}
input,
input::placeholder,
textarea,
textarea::placeholder {
  font-weight: inherit;
  color: inherit;
}
textarea {
  font-family: inherit;
  font-size: inherit;
}
address {
  font-style: normal;
}
fieldset {
  border: 0;
}
sub,
sup {
  font-size: 0.7em;
}
b {
  font-weight: 700;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: rgba(6, 26, 46, 0.1);
  box-shadow: none;
  border-radius: 2px;
}
::-webkit-scrollbar-track:hover {
  background: rgba(6, 26, 46, 0.2);
}
::-webkit-scrollbar-thumb {
  width: 4px;
  background: rgba(6, 26, 46, 0.5);
  outline: 0;
  border-radius: 2px;
}
.cdk-overlay-backdrop.confirm-dialog {
  z-index: 1000 !important;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}
.cdk-overlay-backdrop {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  opacity: 0 !important;
  background: none !important;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  z-index: 11 !important;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1 !important;
}
.mat-datepicker-popup {
  margin-top: 8px !important;
}
.mat-datepicker-content {
  border-radius: 8px !important;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1) !important;
  padding: 16px !important;
}
.mat-calendar {
  width: 243px !important;
  height: auto !important;
  font-family: Mardoto, sans-serif !important;
}
.mat-calendar-header {
  padding: 0 !important;
}
.mat-calendar-controls {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 48px !important;
  background-color: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08) !important;
  padding: 0 16px !important;
  margin: 0 !important;
}
.mat-calendar-period-button {
  font-size: 16px !important;
  line-height: 24px !important;
  border-radius: 0 !important;
  padding: 0 !important;
  order: 2 !important;
}
.mat-calendar-period-button .mdc-button__label {
  display: flex !important;
}
.mat-calendar-arrow {
  width: 14px !important;
  height: 14px !important;
  border: none !important;
  background-size: contain !important;
  background-position: center !important;
  margin: 5px 0 0 8px !important;
}
.mat-calendar-invert {
  transform: none !important;
}
.mat-calendar-period-button,
.mat-calendar-previous-button,
.mat-calendar-next-button {
  background-color: transparent !important;
}
.mat-calendar-previous-button,
.mat-calendar-next-button {
  width: 24px !important;
  height: 24px !important;
  line-height: unset !important;
  border-radius: 0 !important;
  background-size: 100% auto !important;
  background-position: center !important;
}
.mat-calendar-previous-button::after,
.mat-calendar-next-button::after {
  display: none !important;
}
.mat-calendar-previous-button {
  background-image: url("./media/tiny-angle-left-XG33KVXG.svg") !important;
  order: 1 !important;
}
.mat-calendar-next-button {
  background-image: url("./media/tiny-angle-right-NQ6KRJAP.svg") !important;
  order: 2 !important;
}
.mat-calendar-spacer {
  display: none !important;
}
.mat-calendar-header {
  margin-bottom: 24px !important;
}
.mat-calendar-content {
  padding: 0 !important;
}
.mat-calendar-table-header {
  color: #061a2e !important;
}
.mat-calendar-table-header tr:nth-child(2) {
  display: none !important;
}
.mat-calendar-table-header th {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.33;
  padding-bottom: 16px !important;
}
.mat-calendar-body {
  width: 100% !important;
  min-width: unset !important;
  font-size: 14px !important;
}
.mat-calendar-body tr:first-child td:first-child {
  font-size: 0 !important;
  visibility: hidden !important;
}
.mat-calendar-body tr:first-child td:first-child:last-child {
  display: none !important;
}
.mat-calendar-body-cell-content {
  width: 100% !important;
  height: 100% !important;
  color: rgba(6, 26, 46, 0.6) !important;
  border: none !important;
}
.mat-calendar-body-selected {
  color: #061a2e !important;
  background-color: #55b8f0 !important;
}
.mat-calendar .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-calendar .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-calendar .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: transparent !important;
}
.app {
  min-width: 1280px;
  height: 100%;
  overflow: auto;
}
.app__inner {
  display: flex;
  height: 100%;
  background-color: #fff;
}
.app__sidebar {
  min-width: 236px;
  flex-shrink: 0;
  overflow: auto;
}
.app__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
  overflow: auto;
}
.app__header {
  margin-bottom: 24px;
}
.app__main {
  position: relative;
  flex-grow: 1;
}
.app--with-gaps {
  padding: 32px 0;
}
.sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #061a2e;
  padding-top: 16px;
  padding-bottom: 24px;
  z-index: 1;
}
.sidebar__logo {
  align-self: center;
  margin-bottom: 96px;
  position: relative;
}
.sidebar__region {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  right: -20px;
  top: 0;
  width: 18px;
  height: 18px;
}
.sidebar__region-img {
  height: 100%;
  width: auto;
  max-width: unset;
  max-height: unset;
}
.sidebar__nav {
  margin-bottom: auto;
}
.sidebar__bottom {
  margin-top: 24px;
}
.sidebar__additional-nav {
  border-top: 1px solid #031B35;
}
.sidebar__support {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 8px 16px 8px 24px;
}
.sidebar__support--btn {
  margin-right: 8px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #55b8f0;
  color: #ffffff;
  background: rgba(226, 255, 103, 0.08);
  cursor: pointer;
  text-decoration: none;
}
.sidebar__support--btn:hover {
  background-color: rgba(244, 244, 244, 0.15);
}
.sidebar__support--socials {
  position: absolute;
  right: 16px;
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #55b8f0;
  background: rgba(226, 255, 103, 0.08);
  cursor: pointer;
}
.sidebar__support--socials_collapsed {
  height: 228px;
}
.sidebar__support--socials-item {
  display: flex;
  padding: 7px 8px;
}
.sidebar__support--socials-item:hover {
  border-radius: 14px;
  background-color: rgba(244, 244, 244, 0.15);
}
.sidebar__support--socials-item:not(:last-of-type) {
  display: none;
}
.sidebar__support--socials-item_collapsed:not(:last-of-type) {
  display: flex;
}
.sidebar__support--socials-item_collapsed:hover {
  border-radius: 0;
}
.sidebar__support--socials-item_collapsed:hover:first-of-type {
  border-radius: 14px 14px 0 0;
}
.sidebar__support--socials-item_collapsed:hover:last-of-type {
  border-radius: 0 0 14px 14px;
}
app-header {
  display: block;
}
.header {
  display: flex;
  align-items: center;
  height: 80px;
  background-color: #fff;
  padding: 16px 24px;
}
.header__balance {
  margin-right: auto;
}
.header__actions {
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.header__action:not(:last-child) {
  position: relative;
  margin-right: 32px;
}
.header__action:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: rgba(6, 26, 46, 0.1);
  top: 50%;
  left: calc(100% + 16px);
  transform: translateY(-50%);
}
.header__scan-button {
  margin-left: 24px;
}
.main {
  margin: 0 24px 24px;
}
.logo {
  display: inline-block;
}
.logo .logo__content {
  display: block;
}
.logo--dark .logo__content {
  content: url("./media/logo-dark-DDOAR5BC.svg");
}
.logo--light .logo__content {
  content: url("./media/logo-light-DDOAR5BC.svg");
}
.nav {
  color: #fff;
}
.nav__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 8px 16px 8px 24px;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.nav__button::after {
  content: "";
  position: absolute;
  width: 5px;
  background-color: #55b8f0;
  border-radius: 8px 0 0 8px;
  top: 50%;
  bottom: 50%;
  right: 0;
  transition: inherit;
}
.nav__button:hover,
.nav__button--active {
  background-color: rgba(244, 244, 244, 0.15);
}
.nav__button--active {
  color: #55b8f0;
  background-color: rgba(244, 244, 244, 0.15);
}
.nav__button--active::after {
  top: 0;
  bottom: 0;
}
.nav__icon {
  margin-right: 8px;
}
.nav__icon svg {
  fill: currentColor !important;
}
.qr-code,
.wallet-item,
.tabs,
.box,
.table {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1);
}
.input-box {
  position: relative;
  width: 100%;
}
.input-box--icon-left::before,
.input-box--icon-right::before,
.input-box__action {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.input-box__action,
.input-box__clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: unset;
  border: unset;
  right: 16px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.input-box__action:not(:active):hover {
  transform: translateY(-50%) scale(1.1);
}
.input-box__clear {
  width: 20px;
  height: 20px;
  background-image: url("./media/clear-S4BI3CU3.svg");
}
.input-box__button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
}
.input-box__button .button {
  min-width: unset !important;
  height: 100% !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.input-box__sendMaxButton {
  align-self: center;
  max-width: 58px;
  width: 100%;
  margin-top: 12px;
}
.input-box--icon-left,
.input-box--icon-right,
.input-box--action {
  position: relative;
}
.input-box--icon-left .input-box__input {
  padding-left: 48px !important;
}
.input-box--icon-right .input-box__input {
  padding-right: 48px !important;
}
.input-box--icon-left::before,
.input-box--icon-right::before {
  content: "";
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center;
}
.input-box--icon-left::before {
  left: 16px;
}
.input-box--icon-right::before {
  right: 16px;
}
.input-box--action .input-box__input {
  padding-right: 48px !important;
}
.input-box--button {
  position: relative;
}
.input-box--button .input-box__input {
  padding-right: 90px !important;
}
.input-box--button .input-box__input.amount-input {
  width: 100%;
  padding-right: 100px !important;
}
.input-box--search::before {
  background-image: url("./media/search-AL2WJCAN.svg");
}
.input-box--arrow::before {
  background-image: url("./media/tiny-angle-down.trimed-7RDCHXDE.svg");
  background-size: 16px auto;
}
.input {
  display: block;
  width: 100%;
  height: 48px;
  font-size: 16px;
  color: #061a2e;
  background-color: #fff;
  outline: none;
  border: 1px solid rgba(6, 26, 46, 0.5);
  border-radius: 8px;
  padding: 8px 16px;
  transition: all 0.2s ease-out;
}
.input[readonly]:not(.mat-datepicker-input),
.input[disabled] {
  background-color: rgba(6, 26, 46, 0.05);
  border-color: rgba(6, 26, 46, 0.05);
}
.input[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.input:not([readonly], [disabled]):focus,
.input:not([readonly], [disabled]):not(:placeholder-shown) {
  border-color: #061a2e;
}
.input:not([readonly], [disabled]):hover,
.input:not([readonly], [disabled]):focus {
  border-color: #55b8f0;
}
.input::placeholder {
  color: rgba(6, 26, 46, 0.5);
}
.input--search-filter::placeholder {
  font-size: 11px;
}
.input--elevated {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1);
}
.input--elevated:not([readonly], [disabled]):focus,
.input--elevated:not([readonly], [disabled]):not(:placeholder-shown) {
  border-color: transparent;
}
.input--elevated:not([readonly], [disabled]):hover,
.input--elevated:not([readonly], [disabled]):focus {
  border-color: #55b8f0;
}
.input.mat-datepicker-input {
  cursor: pointer;
}
.input[type=number] {
  -moz-appearance: textfield;
}
.input[type=number]::-webkit-outer-spin-button,
.input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
textarea.input {
  height: unset;
  resize: none;
}
.form-group {
  margin-bottom: 16px;
}
.form-label {
  display: inline-block;
  font-size: 14px;
  line-height: 1.33;
  color: #061a2e;
  margin-bottom: 8px;
}
.error-group {
  display: flex;
  flex-direction: column;
}
.form-error {
  font-size: 14px;
  color: #ff002e;
  margin-top: 8px;
}
.form-error-send {
  margin-top: 0 !important;
  margin-bottom: 8px;
}
.tabs__buttons {
  position: relative;
  display: flex;
}
.tabs__buttons::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: rgba(6, 26, 46, 0.05);
  left: 0;
  right: 0;
  bottom: 0;
}
.tabs__buttons--full .tabs__button {
  flex-grow: 1;
}
.tabs__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 47px;
  font-size: 14px;
  line-height: 1.33;
  text-align: center;
  text-decoration: none;
  color: #061a2e;
  background: none;
  border: none;
  padding: 8px 16px;
  -webkit-user-select: none;
  user-select: none;
}
.tabs__button:not(.tabs__button--active) {
  cursor: pointer;
}
.tabs__button::after {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #55b8f0;
  width: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: width 0.5s;
}
.tabs__button--active::after,
.tabs__button:hover::after {
  width: 100%;
}
.tabs__button--active {
  font-size: 16px;
  font-weight: 700;
}
.tabs__content {
  padding: 32px 16px 16px;
}
.wallets {
  padding: 16px 24px 16px 16px;
  margin-left: -16px;
  background: transparent;
  box-shadow: none;
}
.wallets.scrollable::-webkit-scrollbar {
  display: none;
}
.wallets__subTitle {
  margin: 32px 0 16px;
  line-height: 24px;
}
.wallets__addMore {
  width: 95%;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #E6E9ED;
  border-radius: 8px;
  box-shadow: none;
  line-height: 24px;
  color: #465768;
  cursor: pointer;
}
.wallets__addMore:hover {
  border-color: #061a2e;
  color: #061a2e;
}
.wallets__item:not(:last-child) {
  margin-bottom: 16px;
}
.wallet-item {
  width: 95%;
  padding: 24px 16px;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1);
}
.wallet-item__content {
  display: flex;
  align-items: center;
  width: 100%;
}
.wallet-item__icon {
  flex-shrink: 0;
  margin-right: 8px;
}
.wallet-item__info {
  flex-grow: 1;
  width: calc(100% - 48px);
}
.wallet-item__info-active {
  width: calc(100% - 104px);
}
.wallet-item__info-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 26, 46, 0.6);
}
.wallet-item__info-item:not(:last-child) {
  margin-bottom: 3px;
}
.wallet-item__info-name--accent {
  word-break: break-all;
}
.wallet-item__info-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wallet-item__info-value {
  white-space: nowrap;
}
.wallet-item__info-name--accent,
.wallet-item__info-value--accent {
  font-weight: 700;
  color: #061a2e;
}
.wallet-item__info-name--big,
.wallet-item__info-value--big {
  font-size: 16px;
}
.wallet-item__info-value {
  text-align: right;
  margin-left: 24px;
}
.wallet-item:not(.wallet-item--active) {
  cursor: pointer;
}
.wallet-item--active {
  width: 100%;
  position: relative;
  border-radius: 0 16px 16px 0;
  transition: width 0.4s ease-out;
}
.wallet-item--active::before {
  content: "";
  width: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  background-color: #061a2e;
  border-radius: 16px 0 0 16px;
}
.wallet-item__more {
  position: relative;
  margin-left: 16px;
}
.wallet-item__more-icon {
  width: 40px !important;
  height: 40px !important;
  font-size: 16px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #F3F5FA;
  border-radius: 50%;
  cursor: pointer;
}
.wallet-item__edit {
  width: 36px;
  height: 36px;
  margin-left: 16px;
  border: 0;
  border-radius: 50%;
  background-color: #E7EDF6;
  cursor: pointer;
}
.wallet-item__edit .icon {
  stroke: rgba(1, 32, 66, 0.5);
}
.heading {
  font-weight: 700;
  line-height: 1.5;
  color: #061a2e;
}
.heading--1 {
  font-size: 32px;
}
.heading--2 {
  font-size: 24px;
}
.heading--3 {
  font-size: 20px;
}
.heading--4 {
  font-size: 18px;
}
.heading--5 {
  font-size: 16px;
}
.heading--6 {
  font-size: 14px;
}
.heading--center {
  text-align: center;
}
app-button {
  display: inline-block;
}
.button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #061a2e;
  background-color: #55b8f0;
  border: none;
  border-radius: 8px;
  padding: 8px 24px;
  box-shadow: 0 5px 30px rgba(85, 184, 240, 0.2);
  overflow: hidden;
  cursor: pointer;
  transition:
    color,
    background-color,
    right 0.5s;
}
.button::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #061a2e;
  left: 0;
  right: 100%;
  bottom: 0;
  transition: inherit;
}
.button:not([disabled], .button--outline, .button--loading, .button--without-hover):hover::after {
  right: 0;
}
.button:not([disabled], .button--loading, .button--without-active):active {
  transform: translate(1px, 1px);
}
.button[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.button__icon {
  fill: currentColor !important;
  margin-right: 4px;
}
.button--attention {
  color: #fff;
  background-color: #ff002e;
  box-shadow: 0 5px 30px rgba(255, 0, 46, 0.2);
}
.button--attention::after {
  background-color: #fff;
}
.button--attention.button--text {
  color: #ff002e;
}
.button--light {
  background-color: #fff;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1);
}
.button--outline {
  background-color: transparent;
  border: 2px solid #55b8f0;
  box-shadow: none;
}
.button--outline:focus-visible {
  outline: none;
}
.button--outline:not([disabled], .button--loading, .button--without-hover):hover {
  background-color: #55b8f0;
}
.button--outline:not([disabled], .button--loading, .button--without-hover).button--attention:hover {
  color: #fff;
  background-color: #ff002e;
}
.button--outline.button--attention {
  color: #061a2e;
  border-color: #ff002e;
}
.button--text {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.button--text:hover {
  background-color: unset !important;
}
.button--text::after {
  display: none !important;
}
.button--loading {
  position: relative;
  color: transparent !important;
  transition: none;
  cursor: not-allowed;
}
.button--loading::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("./media/loader-Q5SY2G3Z.gif");
  background-position: center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.button--loading .button__icon {
  visibility: hidden;
}
.button--icon {
  width: 48px;
  padding: 0;
}
.button--icon .button__icon {
  margin: auto;
}
.button--circle {
  border-radius: 50%;
}
.button--without-text {
  width: 48px;
  padding: 0;
}
.button--without-text .button__icon {
  margin-right: 0;
}
.button--without-shadow {
  box-shadow: none !important;
}
.button--min-sm {
  min-width: 164px;
}
.button--min-md {
  min-width: 178px;
}
.button--min-lg {
  min-width: 212px;
}
app-icon {
  display: inline-block;
}
.icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: #061a2e;
}
.icon--xs {
  width: 12px;
  height: 12px;
}
.icon--small {
  width: 20px !important;
  height: 20px !important;
}
.icon--big {
  width: 32px;
  height: 32px;
}
.icon--biggest {
  width: 40px;
  height: 40px;
}
.progress {
  height: 3px;
  background-color: rgba(6, 26, 46, 0.05);
  border-radius: 5px;
}
.progress__level {
  height: 100%;
  border-radius: 5px;
}
.progress__level--1 {
  background-color: rgba(6, 26, 46, 0.05);
}
.progress__level--2 {
  width: 25%;
  background-color: #ff002e;
}
.progress__level--3 {
  width: 75%;
  background-color: #FFC103;
}
.progress__level--4 {
  width: 100%;
  background-color: #56DF03;
}
.list-group__item {
  position: relative;
  padding-left: 16px;
}
.list-group__item:not(:last-child) {
  margin-bottom: 8px;
}
.list-group__item::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #061a2e;
}
.list-group__item--check::before {
  width: 12px;
  height: 9px;
  left: 0;
  background-color: transparent;
  background-image: url("./media/checkmark-T4XAVFUP.svg");
  background-size: contain;
  background-position: center;
  border-radius: 0;
}
.receive-box__text,
.table__row,
.text {
  font-weight: normal;
  line-height: 1.5;
  color: #061a2e;
}
.text--xs {
  font-size: 12px !important;
}
.text--sm {
  font-size: 14px !important;
}
.text--md {
  font-size: 16px !important;
}
.text--lg {
  font-size: 18px !important;
}
.text--xl {
  font-size: 24px;
}
.text--center {
  text-align: center;
}
.text--bold {
  font-weight: bold !important;
}
.text--lighter {
  color: rgba(6, 26, 46, 0.6) !important;
}
.text--light {
  color: #fff !important;
}
.text--accent {
  color: #55b8f0 !important;
}
.text--success {
  color: #56DF03 !important;
}
.text--attention {
  color: #ff002e !important;
}
.text--main {
  color: #061a2e !important;
}
app-balance {
  display: inline-block;
}
.balance {
  display: flex;
  align-items: center;
}
.balance__text {
  margin-right: 16px;
}
.balance__amount {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.balance__icon {
  margin-right: 8px;
}
.balance__value {
  font-size: 24px;
  color: #000;
  white-space: nowrap;
  box-shadow: none;
}
.balance__value--blur {
  position: relative;
  filter: blur(8px);
  border-radius: 8px;
}
.balance__value--blur::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 24px;
  top: 2px;
  background:
    linear-gradient(
      180deg,
      #fff 0%,
      #012042 51.04%,
      #fff 100%);
  opacity: 0.7;
}
.balance__currency {
  margin-left: 16px;
}
app-socials {
  display: block;
}
.socials__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -16px -16px 0;
}
.socials__item {
  flex-shrink: 0;
  margin: 16px 16px 0;
}
.social {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: rgba(6, 26, 46, 0.6);
  transition: all 0.15s ease-out;
}
.social:hover {
  color: #061a2e;
}
.social::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-size: contain;
  margin: 0 auto 8px;
}
.social--instagram::before {
  background-image: url("./media/instagram-QG3JRPF2.svg");
}
.social--telegram::before {
  background-image: url("./media/telegram-WRWEDBPK.svg");
}
.social--tiktok::before {
  background-image: url("./media/tiktok-BCIICUUO.svg");
}
.social--youtube::before {
  background-image: url("./media/youtube-HZQSJBCX.svg");
}
.social--facebook::before {
  background-image: url("./media/facebook-LWZA6Y3O.svg");
}
.social--linkedin::before {
  background-image: url("./media/linkedin-UMHRH6ZD.svg");
}
app-qr-code {
  display: inline-block;
}
.qr-code {
  display: block;
  width: 200px;
  height: 200px;
}
.qr-code img {
  width: 100%;
  height: 100%;
}
.qr-code--big {
  width: 350px;
  height: 350px;
}
.checkbox {
  display: inline-flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.2;
  -webkit-user-select: none;
  user-select: none;
}
.checkbox__input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: #061a2e;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  transition: all 0.15s ease-out;
}
.checkbox__input::before {
  content: "";
  display: block;
  transform: scale(0);
  transition: inherit;
}
.checkbox__input[type=checkbox] {
  border-width: 1px;
  border-radius: 5px;
}
.checkbox__input[type=checkbox]::before {
  width: 7px;
  height: 5px;
  background-image: url("./media/checkmark.white-5SZ3DJST.svg");
  background-size: contain;
  background-position: center;
}
.checkbox__input[type=radio] {
  border-width: 2px;
  border-radius: 50%;
}
.checkbox__input[type=radio]::before {
  width: 8px;
  height: 8px;
  background-color: #061a2e;
  border-radius: 50%;
}
.checkbox__input:checked::before {
  transform: scale(1);
}
.checkbox__input:checked[type=checkbox] {
  background-color: #061a2e;
}
.checkbox__text {
  margin-left: 8px;
}
.eye-icon {
  width: 24px;
  height: 24px;
}
.eye-icon--visible {
  background-image: url("./media/visible-XLEQXSY4.svg");
}
.eye-icon--hidden {
  background-image: url("./media/hidden-4KIO4MJ2.svg");
}
.onboarding {
  height: 100%;
}
.onboarding__carousel {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  object-fit: cover;
  padding: 32px;
}
@media (min-width: 1500px) {
  .onboarding__carousel {
    padding: 48px;
  }
}
.onboarding__slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: auto 0;
}
.onboarding__slide:not(.onboarding__slide--visible) {
  display: none;
}
.onboarding__img-box {
  text-align: center;
}
.onboarding__img {
  margin-bottom: 24px;
}
.onboarding__img--1 {
  content: url("./media/onboarding-1-C474PJKA.svg");
}
.onboarding__img--2 {
  content: url("./media/onboarding-2-UXBFBJRK.svg");
}
.onboarding__img--3 {
  content: url("./media/onboarding-3-W6NJUBSO.svg");
}
.onboarding__content {
  text-align: center;
  margin-top: 24px;
  text-align: center;
}
.onboarding__text {
  margin-top: 16px;
}
.onboarding__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media (min-width: 1500px) {
  .onboarding__actions {
    margin-top: 48px;
  }
}
.onboarding__previous {
  cursor: pointer;
}
.onboarding__action-hidden {
  visibility: hidden;
}
.onboarding__page-state {
  max-width: 180px;
}
.page-state {
  display: inline-block;
  background-color: rgba(6, 26, 46, 0.6);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.page-state--active {
  width: 24px;
  border-radius: 5px;
  background-color: #061a2e;
}
.page-state:not(:last-child) {
  margin-right: 10px;
}
.session-page__inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-row-gap: 32px;
  align-items: start;
  background-color: #fff;
}
.session-page__onboarding {
  grid-column: 1/7;
  height: calc(100vh - 64px);
}
.session-page__session-box {
  grid-column: 8/12;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.session-page__session {
  margin-top: auto;
  margin-bottom: auto;
}
.session__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.session__back {
  margin-bottom: 48px;
  text-decoration: none;
}
.session__heading {
  margin-bottom: 24px;
}
.session__form {
  display: flex;
  flex-direction: column;
}
.session__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.session__captcha {
  width: 302px;
  height: 76px;
  align-self: center;
  margin-top: 24px;
}
.session__submit {
  width: 100%;
  margin-top: 48px;
}
.session__footer {
  margin-top: 48px;
}
.session__or {
  margin-bottom: 24px;
}
.session__google-button {
  margin-bottom: 48px;
}
.session__password-rules {
  margin-top: 16px;
}
.session__terms {
  margin-top: 16px;
}
.session__captcha-error {
  margin-top: 16px;
}
.container {
  margin-left: 48px;
  margin-right: 48px;
}
.link {
  display: inline-block;
  border: none;
  background: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.link--strong {
  font-weight: bold;
}
.link--attention {
  color: #ff002e;
}
.link--smallest {
  font-size: 12px;
}
.link--small {
  font-size: 14px;
}
.link--medium {
  font-size: 16px;
}
.link--big {
  font-size: 18px;
}
.link--underline {
  text-decoration: underline;
}
.or {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(6, 26, 46, 0.4);
}
.or::before,
.or::after {
  content: "";
  min-width: 50px;
  height: 1px;
  flex-grow: 1;
  background-color: rgba(6, 26, 46, 0.3);
}
.or::before {
  margin-right: 8px;
}
.or::after {
  margin-left: 8px;
}
.activation__heading {
  margin-bottom: 16px;
}
.activation__resend {
  margin-top: 48px;
}
.activation__resend-text {
  margin-bottom: 24px;
}
.activation__resend-button {
  width: 100%;
}
.activation__success-button {
  width: 100%;
  margin-top: 48px;
}
.back-button {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #061a2e;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.back-button::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("./media/tiny-angle-left-XG33KVXG.svg");
  background-size: cover;
  background-position: center;
  margin-right: 8px;
}
.table {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding: 16px;
}
.table--order {
  padding: 16px 0;
}
.table__row {
  min-height: 40px;
  display: grid;
  align-items: center;
  background-color: #fff;
  padding: 8px 16px;
}
.table__row:not(:last-child) {
  margin-bottom: 2px;
}
.table__row--6 {
  display: grid;
  grid-template-columns: repeat(5, 1fr) 25px;
}
.table__row--5 {
  grid-template-columns: repeat(4, 1fr) 25px;
}
.table__row--7 {
  grid-template-columns: repeat(7, 1fr) 25px;
}
.table__row--8 {
  grid-template-columns: repeat(8, 1fr) 25px;
}
.table__row--header {
  align-items: flex-start;
  color: rgba(6, 26, 46, 0.6);
  padding-bottom: 32px;
}
.table__row--header .table__cell:first-child {
  text-align: left;
  padding-left: 25px;
}
.table__row--content:nth-child(even),
.table__row--content:hover {
  background-color: #f3f8ff;
  border-radius: 2px;
}
.table__cell {
  line-height: 1.5;
  text-align: center;
  overflow-wrap: break-word;
}
.table__cell--info {
  text-align: right;
}
.table__cell:not(:last-child) {
  margin-right: 8px;
}
.table__cell--order {
  padding-left: 0 !important;
}
.table__item {
  line-height: 1.5;
  text-align: center;
}
.table__item:not(:last-child) {
  margin-right: 8px;
}
.table__item--action {
  text-align: left;
}
.table__item--info {
  text-align: right;
}
.table__item--order-first {
  text-align: left;
}
.table__item--active {
  color: #04A851;
}
.table__title-mb {
  display: none;
}
.table__content {
  overflow: auto;
}
.table__content--border {
  border-top: 1px solid rgba(6, 26, 46, 0.1);
  padding-top: 16px;
}
.table__action-box {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
}
.table__actian--circle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.table__actian--icon {
  display: flex;
  align-items: center;
}
.table__action-icon {
  margin-right: 16px;
}
.table__loader {
  width: 30px;
  height: 30px;
  background-image: url("./media/loader-Q5SY2G3Z.gif");
  background-size: contain;
  background-position: center;
  margin: 24px auto 0;
}
.text-ellipsis {
  display: block;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
app-language-chooser {
  display: inline-block;
}
.language-chooser {
  position: relative;
  z-index: 1;
}
.language-chooser__button {
  display: flex;
  align-items: center;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #061a2e;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.language-chooser__button::before {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
}
.language-chooser__button--en::before {
  background-image: url("./media/en-FVQX7PIN.svg");
}
.language-chooser__button--ru::before {
  background-image: url("./media/ru-UDBVI4PN.svg");
}
.language-chooser__button--hy::before {
  background-image: url("./media/hy-ETO7EZO4.svg");
}
.language-chooser__button--ge::before {
  background-image: url("./media/ge-OH7SCMWP.svg");
}
.language-chooser__button--selected {
  font-weight: 700;
}
.language-chooser__button--selected::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("./media/angle-down-FC7R3BON.svg");
  background-size: contain;
  background-position: center;
  transition: transform 0.5s;
}
.language-chooser__list {
  position: absolute;
  padding-left: 13px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 20px 30px rgba(6, 26, 46, 0.05);
  top: 100%;
  left: -13px;
  right: 0;
  transition: all 0.15s;
}
.language-chooser--active .language-chooser__button::after {
  transform: rotateX(180deg);
}
.language-chooser:not(.language-chooser--active) .language-chooser__list {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
}
app-currency-chooser {
  display: inline-block;
}
.currency-chooser {
  position: relative;
  z-index: 1;
}
.currency-chooser .currencies-trigger {
  display: flex;
  align-items: center;
}
.currency-chooser .selected-currency {
  margin-right: 8px;
  display: block;
}
.currency-chooser__button {
  display: flex;
  align-items: center;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #061a2e;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}
.currency-chooser__button--selected {
  font-weight: 700;
}
.currency-chooser__button--selected::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background-image: url("./media/angle-down-FC7R3BON.svg");
  background-size: contain;
  background-position: center;
  transition: transform 0.5s;
}
.currency-chooser__list {
  position: absolute;
  padding-left: 13px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 20px 30px rgba(6, 26, 46, 0.05);
  top: 100%;
  left: -13px;
  right: 0;
  transition: all 0.15s;
}
.currency-chooser--active .currency-chooser__button::after {
  transform: rotateX(180deg);
}
.currency-chooser:not(.currency-chooser--active) .currency-chooser__list {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
}
app-scan-button {
  display: inline-block;
}
.scan-button {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #061a2e;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.scan-button__icon svg {
  fill: #fff !important;
}
.profile-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #061a2e;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1);
  cursor: pointer;
  transition: box-shadow 0.15s ease-out;
}
.profile-button--active {
  border-width: 2px;
  border-color: #55b8f0;
  box-shadow: 0 0 30px rgba(85, 184, 240, 0.1);
}
.nots-button {
  position: relative;
  cursor: pointer;
}
.nots-button::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #55b8f0;
  border: 1px solid #061a2e;
  border-radius: 50%;
  top: 0;
  right: 0;
  transition: transform 0.15s ease-out;
  transform: scale(0);
}
.nots-button--new::after {
  transform: scale(1);
}
.section__header {
  margin-bottom: 16px;
}
.section__content {
  padding: 16px;
}
.wallets-page__body {
  display: grid;
  grid-template-columns: 1.5fr 3fr;
  grid-column-gap: 24px;
}
.wallets-page__wallets {
  margin-right: -16px;
}
.wallets-page__content {
  margin-top: 16px;
}
.wallets-page__add_wallet {
  display: flex;
  align-items: center;
  padding-left: 16px;
  margin-left: 16px;
  border-left: 1px solid rgba(6, 26, 46, 0.1);
  cursor: pointer;
}
.wallets-page__add_wallet:hover .wallets-page__add_wallet-title {
  color: #061a2e;
}
.wallets-page__add_wallet-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #55b8f0;
}
.wallets-page__add_wallet-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(6, 26, 46, 0.6);
}
.transactions {
  position: relative;
}
.transactions__filter {
  margin-bottom: 24px;
}
.transactions__empty-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 48px 0;
  text-align: center;
}
.transactions__empty-text span {
  margin-bottom: 32px;
}
.transactions__empty-text img {
  width: 216px;
  height: 216px;
}
.profile__groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
}
.profile__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.profile__form {
  width: 100%;
}
.profile__submit {
  margin-top: 32px;
  margin-bottom: 48px;
}
.profile__deactivate-button {
  align-self: center;
  margin-top: auto;
  margin-bottom: 8px;
}
.profile__note {
  margin-top: 32px;
}
.info {
  font-size: 16px;
  line-height: 1.2;
}
.info__item,
.info__content {
  display: flex;
  align-items: center;
}
.info__item:not(:last-child) {
  margin-bottom: 8px;
}
.info__item--commission {
  width: 24px;
  height: 24px;
  background-color: #F2F4F5;
  border-radius: 50%;
}
.info__item--commission-in {
  background-image: url("./media/cash-in-DOM2ZXIM.svg");
}
.info__item--commission-out {
  background-image: url("./media/cash-out-4OI6LEVJ.svg");
}
.info__item--commission-percentage {
  margin: 0 8px;
}
.info__icon {
  flex-shrink: 0;
  margin-right: 8px;
}
.info--small {
  font-size: 14px;
}
.terminals {
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgba(1, 32, 66, 0.1);
}
.terminals__inner {
  display: flex;
}
.terminals__items-box {
  width: 350px;
  flex-shrink: 0;
}
.terminals__items {
  padding: 16px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.terminals__items::-webkit-scrollbar {
  display: none;
}
.terminals__item {
  cursor: pointer;
  padding: 16px;
}
.terminals__item:not(:last-child) {
  margin-bottom: 16px;
}
.terminals__item-heading {
  margin-bottom: 8px;
}
.terminals__item_img {
  margin-top: 16px;
  width: 285px;
  height: 285px;
  border-radius: 8px;
}
.terminals__item_img img {
  border-radius: 8px;
}
.terminals .loc-type {
  font-size: 16px;
  font-weight: bold;
  padding: 0 4px 16px;
  margin: 0;
}
.terminals__book {
  margin: 16px auto 0;
  width: 160px;
}
.terminals__book__button {
  width: 100%;
}
.terminals__map-box {
  margin: 16px 16px 16px 0;
  flex-grow: 1;
}
.terminals__map {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.contact-us__logo {
  margin-bottom: 24px;
}
.contact-us__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us__text {
  margin-bottom: 24px;
}
.contact-us__socials {
  margin-bottom: 32px;
}
.tfa__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tfa__qr-code {
  margin-bottom: 24px;
}
.tfa__info {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
.tfa__key {
  flex-grow: 1;
}
.tfa__code-heading {
  margin-bottom: 24px;
}
.confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 450px;
  text-align: center;
}
.confirm::before {
  content: "";
  width: 200px;
  height: 200px;
  background-size: 100% auto;
  background-position: center;
  margin-bottom: 24px;
}
.confirm__heading {
  margin-bottom: 8px;
}
.confirm__text {
  margin-bottom: 48px;
}
.confirm__actions {
  display: flex;
  width: 100%;
}
.confirm__action {
  width: calc(50% - 12px);
}
.confirm__action:not(:last-child) {
  margin-right: 24px;
}
.content {
  display: flex;
  min-height: 100%;
}
.content--contact-us {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 30px 0 rgba(1, 32, 66, 0.1);
}
.content__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 475px;
  margin: auto;
}
.content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 48px;
}
.content__heading,
.content__desc {
  text-align: center;
}
.content__heading {
  margin-bottom: 8px;
}
.content__heading--left {
  text-align: left;
}
.content__desc {
  margin-bottom: 24px;
}
.content__desc--left {
  text-align: center;
}
.content__body {
  width: 100%;
  margin-top: 24px;
}
.content__actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 24px;
  width: 100%;
  margin-top: 48px;
}
.content__actions--2 {
  grid-template-columns: repeat(2, 1fr);
}
.content__actions--3 {
  grid-template-columns: repeat(3, 1fr);
}
.content__actions--vertical {
  display: block;
}
.content__actions--vertical .content__action:not(:last-child) {
  margin-bottom: 16px;
}
.content__actions--narrow {
  width: 212px;
}
.content__action {
  width: 100%;
}
.content--wide .content__box {
  max-width: 500px;
}
.content--align-left .content__box {
  align-items: flex-start;
}
.content--align-left .content__heading,
.content--align-left .content__desc {
  text-align: left;
}
.content__icon,
.content--with-icon .content__box::before {
  display: block;
  width: 200px;
  height: 200px;
  margin: 24px auto;
}
.content--with-icon .content__box::before {
  content: "";
  background-size: 100% auto;
  background-position: center;
}
.content--contact-us .content__box::before {
  width: 158px;
  height: 150px;
  background-image: url("./media/contact_us-Z62HAGHM.svg");
}
.content--logo .content__box::before {
  width: 170px;
  height: 48px;
  background-image: url("./media/logo-dark-DDOAR5BC.svg");
}
.content--danger .content__box::before {
  width: 54px;
  height: 180px;
  background-image: url("./media/warning_red-XEERQRHA.svg");
}
.content--password .content__box::before {
  background-image: url("./media/delete_account-VSMHXVKZ.svg");
}
.content--deletion .content__box::before {
  width: 54px;
  height: 180px;
  background-image: url("./media/warning_red-XEERQRHA.svg");
}
.content--404 .content__box::before {
  background-image: url("./media/not_found-R67GFI3Z.svg");
}
.page,
.page__container,
.page__body {
  height: 100%;
}
.page__body {
  padding-top: 24px;
  padding-bottom: 24px;
}
.reason__options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reason__option:not(:last-child) {
  margin-bottom: 24px;
}
.reason__input {
  margin-top: 24px;
}
app-code-input {
  display: inline-block;
}
.code-input span {
  padding: 0 !important;
}
.code-input span:not(:last-child) {
  margin-right: 16px !important;
}
.code-input input {
  height: 34px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #061a2e !important;
  background: none !important;
  border-width: 0 0 2px !important;
  border-color: #061a2e !important;
  border-radius: 0 !important;
  padding: 0 0 4px !important;
  transition: border-color 0.5s !important;
}
.code-input input:focus {
  box-shadow: none !important;
  border-color: #55b8f0 !important;
}
.alert {
  position: fixed !important;
  max-width: 343px !important;
  min-width: unset !important;
  min-height: unset !important;
  font-size: 14px;
  line-height: 1.33;
  color: #fff;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.05);
  margin: 0 0 16px !important;
  top: 92px;
  right: 24px !important;
  left: unset !important;
  bottom: unset !important;
  z-index: 12;
}
.alert .mat-simple-snackbar {
  line-height: inherit !important;
}
.alert .mdc-snackbar__surface {
  background-color: #061a2e !important;
  border-radius: 8px !important;
  padding-right: 0;
}
.alert--success .mdc-snackbar__surface {
  background-color: #01c001 !important;
  box-shadow: 0 0 30px rgba(1, 192, 1, 0.05);
}
.alert--error .mdc-snackbar__surface {
  background-color: #ff002e !important;
  box-shadow: 0 0 30px rgba(255, 0, 46, 0.05);
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  box-shadow: unset !important;
}
.modal {
  position: fixed !important;
  display: flex;
  max-width: unset !important;
  background-color: rgba(6, 26, 46, 0.5);
  padding: 24px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 11;
  pointer-events: none;
}
.modal .mat-mdc-dialog-container {
  margin: auto;
  height: fit-content;
}
.modal .mat-mdc-dialog-surface {
  display: flex !important;
  flex: 1;
  justify-content: center;
  align-items: center;
  position: relative !important;
  width: 391px !important;
  max-width: 391px !important;
  height: unset !important;
  min-height: 180px !important;
  max-height: fit-content;
  background-color: #fff;
  border-radius: 8px !important;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1);
  overflow: visible !important;
  pointer-events: auto;
  padding: 24px !important;
}
.modal .mat-mdc-dialog-surface > * {
  width: 100%;
  display: block;
}
.modal__close {
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  background: #fff;
  outline: none;
  border: none;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.15);
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.modal__close::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("./media/close-PUYP77MG.svg");
  background-size: contain;
  background-position: center;
  margin: auto;
}
.modal--lg .mat-mdc-dialog-container {
  width: 448px !important;
  max-width: 448px !important;
}
.modal--xl .mat-mdc-dialog-container {
  width: 634px !important;
  max-width: 634px !important;
}
.modal--xxl .mat-mdc-dialog-container {
  width: 684px !important;
  max-width: 684px !important;
}
.modal--lg .mat-mdc-dialog-surface {
  width: 448px !important;
  max-width: 448px !important;
}
.modal--xl .mat-mdc-dialog-surface {
  width: 634px !important;
  max-width: 634px !important;
}
.modal--xxl .mat-mdc-dialog-surface {
  width: 684px !important;
  max-width: 684px !important;
}
.google-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  color: #061a2e;
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1);
  padding: 8px 24px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.google-button:active {
  transform: translate(1px, 1px);
}
.google-button::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  background-image: url("./media/google-IJHHI2RF.svg");
  background-size: contain;
  background-position: center;
  margin-right: 16px;
}
.details__item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #061a2e;
}
.details__item:not(:last-child) {
  margin-bottom: 24px;
}
.details__name {
  margin-right: 24px;
}
.details__value {
  display: flex;
  text-align: right;
}
.details__tooltip {
  cursor: pointer;
  position: relative;
}
.details__tooltip:hover .tooltip_text,
.details__tooltip:hover .arrow-up {
  visibility: visible;
}
.details__tooltip .arrow-up {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ECEDF0;
  visibility: hidden;
  position: absolute;
  top: 18px;
  left: 24px;
}
.details__tooltip .tooltip_text {
  width: 300px;
  min-width: 200px;
  visibility: hidden;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  top: 24px;
  padding: 12px;
  border-radius: 10px;
  position: absolute;
  white-space: break-spaces;
  text-align: left;
  color: #061a2e;
  background-color: #ECEDF0;
  z-index: 10;
}
.transaction-details__top-box {
  display: flex;
}
.transaction-details__heading {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}
.transaction-details__list:not(:last-child) {
  margin-bottom: 24px;
}
.transaction-details__list--accent {
  background-color: rgba(6, 26, 46, 0.05);
  padding: 16px 24px;
  margin-left: -24px;
  margin-right: -24px;
}
.transaction-details__button {
  width: 100%;
  margin-top: 32px;
}
.transaction-details__icon {
  flex-shrink: 0;
  margin-right: 16px;
  top: 1px;
}
.wallets-display__rate {
  line-height: 24px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  background-color: rgb(250, 250, 250);
}
.wallets-display__rate-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.wallets-display__rate-value {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: rgb(70, 87, 104);
}
.wallets-display__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
}
.wallets-display__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.wallets-display__action {
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wallets-display__action > div {
  font-weight: bold !important;
}
.wallets-display__action .wallet-display-button,
.wallets-display__action .wallet-display-button-outlined {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  box-shadow: 0 2px 4px rgba(43, 57, 126, 0.1);
  background-color: #55b8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.wallets-display__action .wallet-display-button:hover,
.wallets-display__action .wallet-display-button-outlined:hover {
  background-color: white;
  outline: 1px solid #55b8f0;
}
.wallets-display__action .wallet-display-button-outlined {
  outline: 1px solid #55b8f0;
  background-color: white;
}
.wallets-display__action .wallet-display-button-outlined:hover {
  background-color: #55b8f0;
  outline: 1px solid #55b8f0;
}
.wallets-display__action img {
  width: 60%;
  height: 65%;
  margin-left: 1.5px;
}
.wallets-display__button:not(:last-child) {
  margin-right: 24px;
}
.receive-box {
  padding: 16px;
}
.receive-box__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.receive-box__content-wallet-chooser {
  width: 33%;
}
.receive-box__content-wallet-chooser-USDC .wrapper-button,
.receive-box__content-wallet-chooser-USDC .activeChainCurrency {
  width: 48% !important;
}
.receive-box__content--network {
  width: 40%;
  padding: 12px 16px;
  margin: 16px 0 32px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0 30px 0 rgba(1, 32, 66, 0.1);
}
.receive-box__content--network span {
  margin-right: 8px;
}
.receive-box__content--networks {
  width: 40%;
  margin-top: 16px;
}
.receive-box__disabled-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.receive-box__disabled-content-title {
  margin-top: 12px;
}
.receive-box__disabled-content-text {
  margin-top: 48px;
  width: 320px;
  text-align: center;
}
.receive-box__qr-box {
  padding: 24px 0s;
}
.receive-box__text {
  width: 60%;
  text-align: center;
}
.receive-box__action {
  padding: 48px 0;
}
.receive-box__error {
  margin-top: 24px;
}
.interactive-text {
  display: inline-flex;
  align-items: center;
}
.interactive-text__value {
  flex-grow: 1;
}
.interactive-text__buttons {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.interactive-text__buttons:first-child {
  margin-right: 4px;
}
.interactive-text__buttons:last-child {
  margin-left: 4px;
}
.interactive-text__button {
  flex-shrink: 0;
  font-size: 0;
  cursor: pointer;
}
.interactive-text__button:active {
  transform: translateY(1px);
}
.confirm-send__body {
  display: flex;
  flex-direction: column;
}
.confirm-send__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.confirm-send__heading::before {
  content: url("./media/sent-BPV45NBR.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: rgba(6, 26, 46, 0.05);
  border-radius: 50%;
  margin-right: 8px;
}
.confirm-send__content {
  margin: 32px 0;
}
.confirm-send__button {
  width: 100%;
  margin-top: 32px;
}
.confirm-send__confirm {
  text-align: center;
}
.send-box {
  padding: 16px;
}
.send-box__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;
  align-items: start;
}
.send-box__form-disable {
  display: flex;
  align-items: center;
  justify-content: center;
}
.send-box__wallet-chooser-USDT .wrapper-button,
.send-box__wallet-chooser-USDT .activeChainCurrency {
  width: 32%;
  flex: 1;
}
.send-box__wallet-chooser .wrapper {
  width: 60%;
}
.send-box__wallet-chooser .wrapper .wrapper-button,
.send-box__wallet-chooser .wrapper .activeChainCurrency {
  width: 48%;
}
.send-box__disabled-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.send-box__disabled-content-title {
  margin-top: 12px;
}
.send-box__disabled-content-text {
  margin-top: 48px;
  width: 320px;
  text-align: center;
}
.send-box__balance {
  padding: 16px;
}
.send-box__address_item {
  padding: 16px;
  margin-bottom: 16px;
}
.send-box__address_item .address_item--heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.send-box__address_item .address_item--heading .title__wrapper {
  display: flex;
  align-items: center;
}
.send-box__address_item .address_item--heading .title__wrapper h4 {
  margin-left: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #061a2e;
}
.send-box__address_item .address_item--heading .region__wrapper {
  display: flex;
  align-items: center;
  padding: 8px 0 8px 8px;
  border-left: 1px solid rgba(6, 26, 46, 0.1);
}
.send-box__address_item .address_item--heading .region__wrapper img {
  width: 20px;
  height: 15px;
  border-radius: 4px;
}
.send-box__address_item .address_item--footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.send-box__address_item .address_item--footer h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(6, 26, 46, 0.6);
}
.send-box__address_item .address_item--footer h4 span {
  margin-right: 4px;
}
.send-box__address_item .address_item--footer p {
  margin: 0 16px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: #061a2e;
}
.send-box__address_item .address_item--footer button {
  width: 24px;
  height: 24px;
  border: 0;
  background: #fff;
  cursor: pointer;
}
.send-box__text {
  padding-bottom: 32px;
}
.send-box__details {
  border-top: 1px solid rgba(6, 26, 46, 0.1);
  padding-top: 32px;
}
.send-box__textarea {
  position: relative;
  top: -8px;
  border: none;
  outline: none;
  width: 90%;
  height: 40px;
  resize: unset;
  padding: 8px 0;
  overflow: hidden;
}
.send-box__action {
  width: 100%;
}
.send-box__total {
  color: #ff002e;
}
.fiat-currency {
  align-items: flex-end !important;
  cursor: pointer;
}
.take-max-box-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.take-max {
  position: relative;
  width: 100%;
}
.take-max-button {
  position: absolute;
  top: 30px;
  right: -85px;
  height: 40px;
}
.take-max-button input {
  width: 80% !important;
}
.details__convert {
  position: relative;
  top: -8px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.send-currency-chooser {
  position: absolute;
  display: flex;
  z-index: 1;
  top: 14px;
  right: 16px;
}
.send-currency-chooser__max {
  margin-left: 28px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: #7E9B0A;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.send-currency-chooser__button--selected {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.send-currency-chooser__button--selected::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("./media/angle-down-FC7R3BON.svg");
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
  cursor: pointer;
}
.send-currency-chooser__list {
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(1, 32, 66, 0.2);
  top: 200%;
  right: 0;
  width: 100%;
  min-width: 60px;
  max-width: 80px;
  transition: all 0.15s;
  cursor: pointer;
}
.send-currency-chooser__item {
  padding: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
.send-currency-chooser--active .send-currency-chooser__button--selected::after {
  transform: rotateX(180deg);
}
.send-currency-chooser:not(.send-currency-chooser--active) .send-currency-chooser__list {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
}
.confirm-cash-out__heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.confirm-cash-out__heading::before {
  content: url("./media/cash-out-4OI6LEVJ.svg");
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: rgba(6, 26, 46, 0.05);
  border-radius: 50%;
  margin-right: 8px;
}
.confirm-cash-out__content {
  margin: 32px 0;
}
.confirm-cash-out__button {
  width: 100%;
}
.mat-select-panel-wrap {
  margin-top: calc(48px + 8px);
  transform: translateX(16px);
}
.mat-mdc-option-active mat-pseudo-checkbox::after {
  color: #061a2e !important;
}
.select {
  display: block !important;
  border-radius: 8px !important;
  -webkit-user-select: none;
  user-select: none;
}
.select .mat-mdc-select-trigger {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  height: 48px !important;
  font-size: 16px !important;
  color: #061a2e !important;
  background-color: #fff !important;
  outline: none !important;
  border: 1px solid rgba(6, 26, 46, 0.5) !important;
  border-radius: 8px !important;
  padding: 8px 16px !important;
  transition: all 0.2s ease-out !important;
}
.select .mat-select-value,
.select .mat-select-arrow-wrapper {
  display: block !important;
}
.select .mat-select-value {
  max-width: unset !important;
}
.select .mat-select-arrow-wrapper {
  height: 12px;
  flex-shrink: 0;
}
.select .mat-select-arrow {
  width: 16px !important;
  height: 10px !important;
  border: none !important;
  margin: 0 !important;
  background-image: url("./media/tiny-angle-down.trimed-7RDCHXDE.svg");
  background-size: contain;
  background-position: center;
  transition: transform 0.3s;
}
.select[aria-expanded=true] .mat-select-arrow {
  transform: rotateX(180deg);
}
.select__panel {
  width: 100%;
  min-width: unset !important;
  max-width: unset !important;
  max-height: 288px !important;
  border-radius: 8px !important;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.select__panel:not([class*=mat-elevation-z]) {
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1) !important;
}
.select__panel .mat-mdc-option.mat-selected:not(.mat-option-multiple) {
  background: none !important;
}
.select__panel.currencies_panel .options-header {
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 20px;
  color: #465768;
  border-bottom: 1px solid #cccccc;
}
.select__panel.currencies_panel .mat-mdc-option.mat-selected {
  background-color: rgba(85, 184, 240, 0.1607843137) !important;
}
.select__panel.currencies_panel .mat-mdc-option .currencies-option {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
.select__panel.currencies_panel .mat-mdc-option .currencies-option .crypto-icon {
  margin-right: 8px;
}
.select__panel.currencies_panel .mat-mdc-option .free {
  padding: 2px 10px;
  border-radius: 4px;
  margin-left: auto;
  border: 1px solid #01C001;
  color: #01C001;
  background-color: rgba(1, 192, 1, 0.0980392157);
  font-size: 14px;
}
.select__panel.currencies_panel .mat-mdc-option .fee {
  margin-left: auto;
  font-size: 16px;
}
.select__panel .mat-mdc-option {
  height: 48px;
  line-height: 1.33 !important;
  color: #061a2e !important;
  padding: 0 16px !important;
}
.select--elevated .mat-mdc-select-trigger {
  border-color: transparent !important;
  box-shadow: 0 0 30px rgba(6, 26, 46, 0.1);
}
.select--elevated:not([readonly], [disabled]):focus,
.select--elevated:not([readonly], [disabled]):not(:placeholder-shown) {
  border-color: transparent;
}
.select--elevated:not([readonly], [disabled]):hover,
.select--elevated:not([readonly], [disabled]):focus {
  border-color: #55b8f0;
}
.mdc-list-item__primary-text {
  width: 100%;
}
.filter {
  display: flex;
}
.filter__item {
  display: flex;
  flex-direction: column;
}
.filter__item:first-child {
  flex-grow: 1;
}
.filter__item:not(:first-child) {
  flex-shrink: 0;
  width: 13%;
}
.filter__item:not(:last-child) {
  margin-right: 16px;
}
.filter__control {
  margin-top: auto;
}
.loader {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
.loader::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  background-image: url("./media/spinner-DE6AKWL3.svg");
  background-position: center;
  background-size: 180%;
  margin-bottom: 40px;
}
.loader_sm::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background-image: url("./media/spinner-DE6AKWL3.svg");
  background-position: center;
  background-size: 180%;
  margin: 0;
}
.scan {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.scan__body {
  width: 100%;
  max-width: 350px;
}
.flex-col {
  display: flex !important;
  flex-direction: column !important;
}
.grow {
  flex-grow: 1 !important;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.scrollable {
  overflow: auto;
}
.wallet-info {
  display: flex;
  align-items: center;
}
.wallet-info__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.wallet-info__content {
  white-space: nowrap;
}
.wallet-info__balance-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #061a2e;
  margin-bottom: 2px;
  text-align: center;
}
.wallet-info__balance-2 {
  font-size: 14px;
  color: rgba(6, 26, 46, 0.6);
  text-align: center;
}
.crypto-icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.crypto-icon--small {
  width: 32px;
  height: 32px;
}
.crypto-icon--smallest {
  width: 20px;
  height: 20px;
}
.crypto-icon--btc {
  background-image: url("./media/btc-CEPABS7E.svg");
}
.crypto-icon--trx {
  background-image: url("./media/trx-PYCKRVNY.svg");
}
.crypto-icon--pri {
  background-image: url("./media/pri-LHHYDAL6.svg");
}
.crypto-icon--eth {
  background-image: url("./media/eth-CVZWJ4VW.svg");
}
.crypto-icon--usdt {
  background-image: url("./media/usdt-MDLZH3YK.svg");
}
.crypto-icon--gel {
  background-image: url("./media/gel-ZVUJQTJW.svg");
}
.crypto-icon--usdtt20 {
  background-image: url("./media/usdtt20-E4RVRTFR.svg");
}
.crypto-icon--usdte20 {
  background-image: url("./media/usdte20-44L6PXZQ.svg");
}
.crypto-icon--usdc {
  background-image: url("./media/usdc-YWPNABHI.svg");
}
.crypto-icon--usdct20 {
  background-image: url("./media/usdct20-R2H26FCT.svg");
}
.crypto-icon--usdce20 {
  background-image: url("./media/usdce20-VXW3GE3W.svg");
}
.crypto-icon--bnb {
  background-image: url("./media/bnb-3BIHY3DJ.svg");
}
.crypto-icon--ftn {
  background-image: url("./media/ftn-CTIEHYD7.svg");
}
.crypto-icon--busdb20 {
  background-image: url("./media/busdb20-LP3TQWJI.svg");
}
.crypto-icon--usdtb20 {
  background-image: url("./media/usdtb20-DWUWA7BJ.svg");
}
.crypto-icon--amd {
  background-image: url("./media/amd-ZAGA2XYJ.svg");
}
.crypto-icon--eur {
  background-image: url("./media/eur-CAXSG7XE.svg");
}
.crypto-icon--usd {
  background-image: url("./media/usd-BTN5TCC5.svg");
}
.crypto-icon--rub {
  background-image: url("./media/rub-YQZ6MIYQ.svg");
}
.crypto-icon--ltc {
  background-image: url("./media/ltc-C2X6Q7NK.svg");
}
.crypto-icon--matic {
  background-image: url("./media/matic-3ZKFI62I.svg");
}
.crypto-icon--xrp {
  background-image: url("./media/xrp-HYDQQTH3.svg");
}
.crypto-icon--ton {
  background-image: url("./media/ton-JN2BBH2P.svg");
}
.crypto-icon--sol {
  background-image: url("./media/sol-UCBAKUBC.svg");
}
.crypto-icon--eurc {
  background-image: url("./media/eurc-WRRI4KVY.svg");
}
.crypto-icon--internal {
  background-image: url("./media/internal-FMOY7XCY.svg");
}
.convert {
  margin: 20px auto;
}
.convert__max-button {
  position: absolute;
  right: 12px;
  top: 12px;
}
.convert__loading {
  position: initial !important;
}
.convert__disabled__text {
  color: rgba(255, 0, 46, 0.6);
  font-size: 22px;
  text-align: center;
}
.convert__disabled__button {
  display: flex;
  justify-content: center;
}
.convert__heading {
  text-align: center;
  margin-bottom: 32px;
}
.convert__controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.convert__controls--reversed .convert__control:first-child {
  order: 3;
}
.convert__controls--reversed .convert__control:last-child {
  order: 1;
}
.convert__controls--reversed .convert__reverse {
  order: 2;
}
.convert__control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
}
.convert__reverse {
  flex-shrink: 0;
  margin: 16px;
}
.convert__currency {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  z-index: 1;
}
.convert__currency-button {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
.convert__currency-button-angle {
  transition: all 0.15s;
}
.convert__currency-box {
  position: absolute;
  width: 314px;
  padding: 16px;
  top: calc(100% + 16px);
  transition: all 0.15s;
}
.convert__currency-box--left {
  left: 0;
}
.convert__currency-box--right {
  right: 0;
}
.convert__currency-input {
  margin-bottom: 24px;
}
.convert__currency-options {
  max-height: 208px;
  overflow: auto;
}
.convert__currency-option {
  cursor: pointer;
}
.convert__currency-option:not(:last-child) {
  margin-bottom: 16px;
}
.convert__currency-option--disabled {
  opacity: 0.5;
}
.convert__currency:not(.convert__currency--open) .convert__currency-box {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}
.convert__currency--open .convert__currency-button-angle {
  transform: rotate(180deg);
}
.convert__info {
  font-size: 14px;
  line-height: 1.33;
  color: rgba(6, 26, 46, 0.6);
  margin-top: 8px;
}
.convert__error {
  font-size: 14px;
  line-height: 1.33;
  color: rgba(255, 0, 46, 0.6);
  margin-top: 8px;
}
.convert__direction {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 24px;
}
.convert__direction::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("./media/convert-horizontal-TOCYIO5F.svg");
  background-position: center;
  background-size: contain;
  order: 2;
}
.convert__direction-currency:first-child {
  order: 1;
}
.convert__direction-currency:last-child {
  order: 3;
}
.convert__details {
  border-top: 1px solid rgba(6, 26, 46, 0.1);
  padding-top: 24px;
}
.convert__actions {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}
.convert__button {
  width: calc(50% - 12px);
  flex-shrink: 0;
}
.convert__button--full-width {
  width: 100%;
}
.currency {
  display: flex;
  align-items: center;
}
.currency__icon {
  flex-shrink: 0;
  margin-right: 8px;
}
.currency__name {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  color: #061a2e;
  max-width: 215px;
}
.currency__name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.currency__name_option {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #061a2e;
  max-width: 215px;
}
.currency__name_option span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.currency__name_option-selected {
  font-weight: 700;
}
.currency--small .currency__name {
  font-size: 16px;
}
.currency--smallest .currency__name {
  font-size: 12px;
}
.transaction-icon {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: rgba(6, 26, 46, 0.05);
  background-position: center;
  border-radius: 50%;
}
.transaction-icon--in {
  background-image: url("./media/cash-in-DOM2ZXIM.svg");
}
.transaction-icon--out {
  background-image: url("./media/cash-out-4OI6LEVJ.svg");
}
.transaction-icon--convert-in {
  background-image: url("./media/convert-in-GKAQJPRU.svg");
}
.transaction-icon--payment-in {
  background-image: url("./media/payment-in-HE3ZBLOB.svg");
}
.transaction-icon--payment-out {
  background-image: url("./media/payment-out-Q2WWEUY2.svg");
}
.transaction-icon--convert-out {
  background-image: url("./media/convert-out-NVQRJRLM.svg");
}
.transaction-icon--prm {
  background-image: url("./media/promocode-KIVPF2VI.svg");
}
.transaction-icon--received {
  background-image: url("./media/received-V76ETKFQ.svg");
}
.transaction-icon--sent {
  background-image: url("./media/sent-BPV45NBR.svg");
}
.transaction-icon--adjustment {
  background-image: url("./media/adjustment-VTEIVY7O.svg");
}
.transaction-icon--pending::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url("./media/pending-XAI5OQNJ.svg");
  background-position: center;
  bottom: -2px;
  right: -2px;
}
.transaction-icon--new {
  position: absolute;
  bottom: -8px;
  left: 8px;
  padding: 2px 4px;
  background-color: #55b8f0;
  color: #000;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}
.wrapper {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 2px solid #55b8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px auto 20px 0;
  padding: 2px;
}
.wrapper-button,
.activeChainCurrency {
  width: 100%;
  height: 32px;
  border-radius: 6px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.wrapper-text {
  font-size: 14px;
  font-weight: 700;
  color: rgba(1, 32, 66, 0.6);
}
.wrapper-text:hover {
  color: #061a2e;
}
.activeChainCurrency {
  background-color: #55b8f0;
}
.activeChainCurrency .wrapper-text {
  color: #061a2e;
}
.mat-mdc-menu-panel.wallet-item__actions {
  max-width: 326px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(1, 32, 66, 0.1);
}
.mat-mdc-menu-panel.wallet-item__actions .mat-mdc-menu-content .wallet-item__actions--item {
  padding: 0 24px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #061a2e;
  cursor: pointer;
}
.mat-mdc-menu-panel.wallet-item__actions .mat-mdc-menu-content .wallet-item__actions--item.edit:hover {
  color: #0071BD;
  background: rgba(42, 171, 228, 0.05);
}
.mat-mdc-menu-panel.wallet-item__actions .mat-mdc-menu-content .wallet-item__actions--item.edit:hover .icon.icon--edit {
  stroke: #0071BD;
}
.mat-mdc-menu-panel.wallet-item__actions .mat-mdc-menu-content .wallet-item__actions--item.set-primary:hover {
  color: #04A851;
  background: rgba(1, 192, 1, 0.05);
}
.mat-mdc-menu-panel.wallet-item__actions .mat-mdc-menu-content .wallet-item__actions--item.set-primary:hover .icon.icon--star {
  stroke: #04A851;
}
.mat-mdc-menu-panel.wallet-item__actions .mat-mdc-menu-content .wallet-item__actions--item.delete:hover {
  color: #F90703;
  background: rgba(249, 76, 72, 0.05);
}
.mat-mdc-menu-panel.wallet-item__actions .mat-mdc-menu-content .wallet-item__actions--item.delete:hover .icon.icon--delete {
  stroke: #F90703;
}
.mat-mdc-menu-panel.wallet-item__actions .mat-mdc-menu-content .wallet-item__actions--item .icon {
  margin-right: 8px;
  stroke: #061a2e;
}
.mat-mdc-menu-item-text {
  display: flex;
  align-items: center;
}
.warning-box {
  padding: 16px;
  margin-bottom: 16px;
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(255, 155, 63, 0.15);
  background: rgba(255, 155, 63, 0.1);
}
.warning-box--icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./media/warning-XTHPHPCN.svg");
}
.warning-box--msg {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.warning-box--msg strong {
  font-weight: 600;
}
.limits {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.limits_content {
  flex-grow: 1;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(1, 32, 66, 0.1);
  color: #061a2e;
}
.limits_content .region_chooser {
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
}
.limits_items {
  width: 95%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1639px) {
  .limits_items {
    width: 100%;
  }
}
.limits_item {
  width: 49%;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #E6E9ED;
}
@media (max-width: 1639px) {
  .limits_item {
    width: 48%;
  }
}
.limits_item__title {
  margin-bottom: 16px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}
.limits_item .mat-mdc-progress-bar {
  height: 14px;
  border-radius: 7px;
}
.limits_item .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: #E6E9ED;
}
.limits_item .mat-mdc-progress-bar .mdc-linear-progress__buffer {
  height: 100%;
}
.limits_item .mat-mdc-progress-bar .mat-mdc-progress-bar-fill::after {
  background-color: #061a2e;
}
.limits_item__info-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 8px;
}
.limits_item__info-col-row {
  display: flex;
  flex-direction: column;
  width: 35%;
}
.limits_item__info-col-row p,
.limits_item__info-col-row span {
  font-size: 16px;
  line-height: 1.5;
}
.limits_item__info-col-row span {
  font-weight: 500;
}
.limits_item__info-col-row p {
  margin: 0;
  font-weight: 400;
}
.limits_item__info-col-row p span {
  margin-left: 4px;
}
.limits_item__info-col-row-right {
  text-align: right;
  width: 60%;
}
.limits_item__info-col-sub {
  width: 100%;
  margin-top: 16px;
  text-align: center;
}
.limits_item__info-col-sub p,
.limits_item__info-col-sub span {
  font-size: 14px;
  line-height: 1.5;
}
.limits_item__info-col-sub p {
  margin: 0;
  font-weight: 400;
}
.limits_item__info-col-sub p span {
  margin-left: 4px;
}
.limits_item__info {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
}
.limits_item__info-row {
  display: flex;
  justify-content: space-between;
}
.limits_item__info-row p,
.limits_item__info-row span {
  font-size: 16px;
  line-height: 1.5;
}
.limits_item__info-row span {
  font-weight: 500;
}
.limits_item__info-row p {
  margin: 0;
  font-weight: 400;
}
.limits_item__info-row p span {
  margin-left: 4px;
}
.limits_item__info-sub {
  margin-top: 16px;
  text-align: center;
}
.limits_item__info-sub p,
.limits_item__info-sub span {
  font-size: 14px;
  line-height: 1.5;
}
.limits_item__info-sub p {
  margin: 0;
  font-weight: 400;
}
.limits_item__info-sub p span {
  margin-left: 4px;
}
.limits_note {
  width: 95%;
  padding: 16px;
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(214, 253, 52, 0.4);
  background: rgba(214, 253, 52, 0.16);
}
@media (max-width: 1639px) {
  .limits_note {
    width: 80%;
  }
}
@media (max-width: 1499px) {
  .limits_note {
    width: 100%;
  }
}
.limits_note svg {
  width: 20px;
  height: 20px;
}
.limits_note p {
  margin: 0 0 0 12px;
}
.limits_note span {
  font-weight: 600;
}
.region_chooser {
  display: inline-flex;
  padding: 16px 16px 0;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
}
.region_chooser--item {
  cursor: pointer;
  padding: 0 16px;
}
.region_chooser--item:not(:last-of-type) {
  margin-right: 16px;
}
.region_chooser--item.isActive {
  font-weight: 600;
  border-bottom: 2px solid #D6FF00;
}
.region_chooser--item.disabled {
  opacity: 0.3;
  cursor: initial;
}
.info-box {
  padding: 16px;
  display: flex;
  border-radius: 8px;
  border: 1px solid rgba(85, 184, 240, 0.4);
  background: rgba(85, 184, 240, 0.16);
}
.info-box--icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("./media/info-FUGBZ5GW.svg");
}
.info-box--msg {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.info-box--msg strong {
  font-weight: 600;
}

/* angular:styles/global:styles */
