/* src/custom-theme.scss */
.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);
}
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 {
  --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 {
  --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-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 {
  --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-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);
}
.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;
}
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 {
  --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;
}
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 {
  --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 {
  --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: 0;
}
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 {
  --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 {
  --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;
}
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;
}
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-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-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 {
  --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 {
  --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-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-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-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-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-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-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-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}

/* src/styles.less */
@font-face {
  font-family: "Quicksand-Light";
  src: url("./media/Quicksand-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Quicksand-Regular";
  src: url("./media/Quicksand-Regular.ttf") format("truetype");
}
html,
body {
  overflow: none;
  margin: 0;
  padding: 0;
}
html {
  height: -webkit-fill-available;
}
.main-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 43px;
  border: none;
  font-family: "Quicksand-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.main-button__primary {
  background: #ef4b7d;
  color: #fff;
}
.main-button__primary-disabled {
  background-color: #d4d4d4 !important;
  color: #555555;
  border: 1px solid #d4d4d4 !important;
}
.main-button__primary-disabled:hover {
  cursor: not-allowed !important;
}
.main-button__secondary {
  background: #6e699e;
  color: #fff;
}
.page {
  margin-top: 40px;
  height: auto;
  min-height: 88vh;
  display: flex;
  flex-direction: column;
}
.mat-menu-users {
  border-radius: 4px !important;
  border: 1px solid #9390b5 !important;
  background: #fff !important;
  box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
  display: inline-flex !important;
  padding: 10px !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
.mat-menu-users button {
  display: flex !important;
  flex-direction: column !important;
  text-decoration: none !important;
  background-color: transparent !important;
  color: #000;
  font-family: "Quicksand-Light";
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  border: none !important;
  cursor: pointer;
}
.mat-menu-users .mat-menu-content:not(:empty) {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.button-add-user {
  width: 33.737px;
  height: 32.36px;
  border-radius: 50%;
  background-color: #140f5c;
  margin-left: 20px;
  cursor: pointer;
}
.button-add-user i {
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 100%;
}
.logo-container {
  width: 90px;
  margin-right: 20px;
  min-width: 90px;
}
.logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 20px;
}
.place-info-container {
  width: 75%;
}
.personal-info {
  display: flex;
  text-align: start;
  justify-content: center;
  flex-direction: column;
}
b {
  font: 400 16px / normal "Quicksand-Light";
  color: #fff;
  font-style: normal;
  margin: 0px;
  height: auto;
}
.container-spacer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.spacer-user {
  border-color: #f5861d;
  width: 100%;
}
button i {
  color: #fff;
  transition: all 0.5s ease-in;
}
button:hover i {
  color: #f5861d;
}
.search-user-container {
  width: 390px;
  position: relative;
}
.search-user-container input {
  display: flex;
  width: 360px;
  padding: 10px 16px;
  align-items: center;
  gap: 257px;
  border-radius: 23px;
  background: #d9d9d9;
  color: #140f5c;
  font-family: "Quicksand-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
}
.search-user-container mat-icon {
  color: #140f5c;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.search-buttons {
  width: auto;
  display: flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 21px;
  background: #6e699e;
  margin: 15px;
  cursor: pointer;
}
.search-buttons b {
  color: #fff;
  text-align: center;
  font-family: "Quicksand-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.row {
  flex-direction: row;
  display: flex;
}
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
}
.row-responsive {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.col {
  flex-direction: column;
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.d-block {
  display: block !important;
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mh-auto {
  margin-left: auto;
  margin-right: auto;
}
.grid-container {
  display: grid;
  grid-template-columns: auto;
  padding: 10px;
}
.container-table {
  padding: 1rem;
  display: flex;
}
.active {
  background: var(--Acento, #ef4b7d);
}
@media (max-width: 412px) {
  .logo-container {
    width: 20%;
    min-width: 90px;
  }
  .place-info-container {
    width: 80%;
  }
  .logo {
    width: 70%;
    height: auto;
    margin-right: 20px;
  }
  .text {
    font-size: 4vw;
  }
  .width-150 {
    width: 150%;
  }
}
.h-35 {
  height: 35px !important;
}
.align-self-center {
  align-self: center;
}
.container {
  display: flex;
  padding: 0px 15px 0px 15px;
  align-content: space-between;
}
@media (max-width: 500px) {
  .container {
    padding: 0px 10px 0px 10px;
  }
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden !important;
}
.vertical-center {
  display: flex;
  align-items: center;
}
.center {
  text-align: center;
  margin: 0 auto auto;
  justify-content: center;
  display: flex;
}
.center-y {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.center-x {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card {
  display: flex;
  flex-wrap: wrap;
  background: rgba(128, 124, 124, 0.2);
  width: 20%;
  align-items: center;
  float: left;
  margin-right: 10px;
}
.card-product {
  padding: 10px;
  background-color: #140f5c2e;
  border-radius: 6px;
}
.card-product h3 {
  color: #000000 !important;
  font-family: "Quicksand-Regular";
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: left !important;
}
.container-save {
  display: flex;
  justify-content: flex-end;
  margin-block: 5px;
}
.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-fonts {
  width: 100%;
  justify-content: center;
}
.title-fonts h2 {
  color: #140f5c;
  font-family: "Quicksand-regurlar";
  font-size: 20px !important;
  font-weight: 700;
  text-align: center !important;
}
.custom-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: 16px !important;
  border: 1px solid #6e699e !important;
}
.header-modal {
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.header-modal mat-icon:hover {
  cursor: pointer;
}
.modal-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: -15px;
  position: relative;
}
.modal {
  position: relative;
  flex-direction: column;
}
.modal-text-size {
  font-size: 20px;
  text-align: initial;
}
.textarea-style {
  font-family: "Quicksand-Regular" !important;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-radius: 10px;
  outline: none;
  resize: none;
  height: 70px;
}
.inputs-container {
  display: flex;
  flex-direction: column;
  padding-block: 10px;
}
h1 {
  font: 700 25px / normal "Quicksand-Regular";
  font-style: normal;
  color: #140f5c;
}
h2 {
  font: 700 20px / normal "Quicksand-Regular";
  color: #140f5c;
  font-style: normal;
}
h3 {
  font: 700 18px / normal "Quicksand-Regular";
  color: #140f5c;
  font-style: normal;
}
h4 {
  font: 700 15px / normal "Quicksand-Regular";
  color: #140f5c;
  font-style: normal;
}
h5 {
  font-family: "Quicksand-Regular";
  font-size: 14px;
}
p {
  font: 200 16px / normal "Quicksand-Regular";
  color: #000;
  text-align: justify;
  margin: 0;
}
.mat-mdc-form-field-input-control.mat-mdc-form-field-input-control,
.mat-mdc-button,
.mat-mdc-form-field,
.mdc-form-field > label,
.mat-sort-header-content,
.mat-mdc-paginator-page-size-label,
.mat-mdc-paginator-range-label,
.mat-mdc-table .mat-mdc-header-cell {
  font: 500 16px/20px "Quicksand-Regular" !important;
}
.goback-arrow {
  height: 100%;
  width: auto;
}
a {
  font-weight: 600;
  transition: all 0.5s ease-in-out;
}
.w-1 {
  width: 1%;
}
.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-8 {
  width: 8%;
}
.w-9 {
  width: 9%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-12 {
  width: 12%;
}
.w-13 {
  width: 13%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%;
}
.w-16 {
  width: 16%;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-23 {
  width: 23%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-26 {
  width: 26%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-32 {
  width: 32%;
}
.w-33 {
  width: 33%;
}
.w-34 {
  width: 34%;
}
.w-35 {
  width: 35%;
}
.w-36 {
  width: 36%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-39 {
  width: 39%;
}
.w-40 {
  width: 40%;
}
.w-41 {
  width: 41%;
}
.w-42 {
  width: 42%;
}
.w-43 {
  width: 43%;
}
.w-44 {
  width: 44%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.w-51 {
  width: 51%;
}
.w-52 {
  width: 52%;
}
.w-53 {
  width: 53%;
}
.w-54 {
  width: 54%;
}
.w-55 {
  width: 55%;
}
.w-56 {
  width: 56%;
}
.w-57 {
  width: 57%;
}
.w-58 {
  width: 58%;
}
.w-59 {
  width: 59%;
}
.w-60 {
  width: 60%;
}
.w-61 {
  width: 61%;
}
.w-62 {
  width: 62%;
}
.w-63 {
  width: 63%;
}
.w-64 {
  width: 64%;
}
.w-65 {
  width: 65%;
}
.w-66 {
  width: 66%;
}
.w-67 {
  width: 67%;
}
.w-68 {
  width: 68%;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-71 {
  width: 71%;
}
.w-72 {
  width: 72%;
}
.w-73 {
  width: 73%;
}
.w-74 {
  width: 74%;
}
.w-75 {
  width: 75%;
}
.w-76 {
  width: 76%;
}
.w-77 {
  width: 77%;
}
.w-78 {
  width: 78%;
}
.w-79 {
  width: 79%;
}
.w-80 {
  width: 80%;
}
.w-81 {
  width: 81%;
}
.w-82 {
  width: 82%;
}
.w-83 {
  width: 83%;
}
.w-84 {
  width: 84%;
}
.w-85 {
  width: 85%;
}
.w-86 {
  width: 86%;
}
.w-87 {
  width: 87%;
}
.w-88 {
  width: 88%;
}
.w-89 {
  width: 89%;
}
.w-90 {
  width: 90%;
}
.w-91 {
  width: 91%;
}
.w-92 {
  width: 92%;
}
.w-93 {
  width: 93%;
}
.w-94 {
  width: 94%;
}
.w-95 {
  width: 95%;
}
.w-96 {
  width: 96%;
}
.w-97 {
  width: 97%;
}
.w-98 {
  width: 98%;
}
.w-99 {
  width: 99%;
}
.w-100 {
  width: 100%;
}
.h-1 {
  height: 1%;
}
.h-2 {
  height: 2%;
}
.h-3 {
  height: 3%;
}
.h-4 {
  height: 4%;
}
.h-5 {
  height: 5%;
}
.h-6 {
  height: 6%;
}
.h-7 {
  height: 7%;
}
.h-8 {
  height: 8%;
}
.h-9 {
  height: 9%;
}
.h-10 {
  height: 10%;
}
.h-11 {
  height: 11%;
}
.h-12 {
  height: 12%;
}
.h-13 {
  height: 13%;
}
.h-14 {
  height: 14%;
}
.h-15 {
  height: 15%;
}
.h-16 {
  height: 16%;
}
.h-17 {
  height: 17%;
}
.h-18 {
  height: 18%;
}
.h-19 {
  height: 19%;
}
.h-20 {
  height: 20%;
}
.h-21 {
  height: 21%;
}
.h-22 {
  height: 22%;
}
.h-23 {
  height: 23%;
}
.h-24 {
  height: 24%;
}
.h-25 {
  height: 25%;
}
.h-26 {
  height: 26%;
}
.h-27 {
  height: 27%;
}
.h-28 {
  height: 28%;
}
.h-29 {
  height: 29%;
}
.h-30 {
  height: 30%;
}
.h-31 {
  height: 31%;
}
.h-32 {
  height: 32%;
}
.h-33 {
  height: 33%;
}
.h-34 {
  height: 34%;
}
.h-35 {
  height: 35%;
}
.h-36 {
  height: 36%;
}
.h-37 {
  height: 37%;
}
.h-38 {
  height: 38%;
}
.h-39 {
  height: 39%;
}
.h-40 {
  height: 40%;
}
.h-41 {
  height: 41%;
}
.h-42 {
  height: 42%;
}
.h-43 {
  height: 43%;
}
.h-44 {
  height: 44%;
}
.h-45 {
  height: 45%;
}
.h-46 {
  height: 46%;
}
.h-47 {
  height: 47%;
}
.h-48 {
  height: 48%;
}
.h-49 {
  height: 49%;
}
.h-50 {
  height: 50%;
}
.h-51 {
  height: 51%;
}
.h-52 {
  height: 52%;
}
.h-53 {
  height: 53%;
}
.h-54 {
  height: 54%;
}
.h-55 {
  height: 55%;
}
.h-56 {
  height: 56%;
}
.h-57 {
  height: 57%;
}
.h-58 {
  height: 58%;
}
.h-59 {
  height: 59%;
}
.h-60 {
  height: 60%;
}
.h-61 {
  height: 61%;
}
.h-62 {
  height: 62%;
}
.h-63 {
  height: 63%;
}
.h-64 {
  height: 64%;
}
.h-65 {
  height: 65%;
}
.h-66 {
  height: 66%;
}
.h-67 {
  height: 67%;
}
.h-68 {
  height: 68%;
}
.h-69 {
  height: 69%;
}
.h-70 {
  height: 70%;
}
.h-71 {
  height: 71%;
}
.h-72 {
  height: 72%;
}
.h-73 {
  height: 73%;
}
.h-74 {
  height: 74%;
}
.h-75 {
  height: 75%;
}
.h-76 {
  height: 76%;
}
.h-77 {
  height: 77%;
}
.h-78 {
  height: 78%;
}
.h-79 {
  height: 79%;
}
.h-80 {
  height: 80%;
}
.h-81 {
  height: 81%;
}
.h-82 {
  height: 82%;
}
.h-83 {
  height: 83%;
}
.h-84 {
  height: 84%;
}
.h-85 {
  height: 85%;
}
.h-86 {
  height: 86%;
}
.h-87 {
  height: 87%;
}
.h-88 {
  height: 88%;
}
.h-89 {
  height: 89%;
}
.h-90 {
  height: 90%;
}
.h-91 {
  height: 91%;
}
.h-92 {
  height: 92%;
}
.h-93 {
  height: 93%;
}
.h-94 {
  height: 94%;
}
.h-95 {
  height: 95%;
}
.h-96 {
  height: 96%;
}
.h-97 {
  height: 97%;
}
.h-98 {
  height: 98%;
}
.h-99 {
  height: 99%;
}
.h-100 {
  height: 100%;
}
.h-1 {
  height: 1%;
}
.h-2 {
  height: 2%;
}
.h-3 {
  height: 3%;
}
.h-4 {
  height: 4%;
}
.h-5 {
  height: 5%;
}
.h-6 {
  height: 6%;
}
.h-7 {
  height: 7%;
}
.h-8 {
  height: 8%;
}
.h-9 {
  height: 9%;
}
.h-10 {
  height: 10%;
}
.h-11 {
  height: 11%;
}
.h-12 {
  height: 12%;
}
.h-13 {
  height: 13%;
}
.h-14 {
  height: 14%;
}
.h-15 {
  height: 15%;
}
.h-16 {
  height: 16%;
}
.h-17 {
  height: 17%;
}
.h-18 {
  height: 18%;
}
.h-19 {
  height: 19%;
}
.h-20 {
  height: 20%;
}
.h-21 {
  height: 21%;
}
.h-22 {
  height: 22%;
}
.h-23 {
  height: 23%;
}
.h-24 {
  height: 24%;
}
.h-25 {
  height: 25%;
}
.h-26 {
  height: 26%;
}
.h-27 {
  height: 27%;
}
.h-28 {
  height: 28%;
}
.h-29 {
  height: 29%;
}
.h-30 {
  height: 30%;
}
.h-31 {
  height: 31%;
}
.h-32 {
  height: 32%;
}
.h-33 {
  height: 33%;
}
.h-34 {
  height: 34%;
}
.h-35 {
  height: 35%;
}
.h-36 {
  height: 36%;
}
.h-37 {
  height: 37%;
}
.h-38 {
  height: 38%;
}
.h-39 {
  height: 39%;
}
.h-40 {
  height: 40%;
}
.h-41 {
  height: 41%;
}
.h-42 {
  height: 42%;
}
.h-43 {
  height: 43%;
}
.h-44 {
  height: 44%;
}
.h-45 {
  height: 45%;
}
.h-46 {
  height: 46%;
}
.h-47 {
  height: 47%;
}
.h-48 {
  height: 48%;
}
.h-49 {
  height: 49%;
}
.h-50 {
  height: 50%;
}
.h-51 {
  height: 51%;
}
.h-52 {
  height: 52%;
}
.h-53 {
  height: 53%;
}
.h-54 {
  height: 54%;
}
.h-55 {
  height: 55%;
}
.h-56 {
  height: 56%;
}
.h-57 {
  height: 57%;
}
.h-58 {
  height: 58%;
}
.h-59 {
  height: 59%;
}
.h-60 {
  height: 60%;
}
.h-61 {
  height: 61%;
}
.h-62 {
  height: 62%;
}
.h-63 {
  height: 63%;
}
.h-64 {
  height: 64%;
}
.h-65 {
  height: 65%;
}
.h-66 {
  height: 66%;
}
.h-67 {
  height: 67%;
}
.h-68 {
  height: 68%;
}
.h-69 {
  height: 69%;
}
.h-70 {
  height: 70%;
}
.h-71 {
  height: 71%;
}
.h-72 {
  height: 72%;
}
.h-73 {
  height: 73%;
}
.h-74 {
  height: 74%;
}
.h-75 {
  height: 75%;
}
.h-76 {
  height: 76%;
}
.h-77 {
  height: 77%;
}
.h-78 {
  height: 78%;
}
.h-79 {
  height: 79%;
}
.h-80 {
  height: 80%;
}
.h-81 {
  height: 81%;
}
.h-82 {
  height: 82%;
}
.h-83 {
  height: 83%;
}
.h-84 {
  height: 84%;
}
.h-85 {
  height: 85%;
}
.h-86 {
  height: 86%;
}
.h-87 {
  height: 87%;
}
.h-88 {
  height: 88%;
}
.h-89 {
  height: 89%;
}
.h-90 {
  height: 90%;
}
.h-91 {
  height: 91%;
}
.h-92 {
  height: 92%;
}
.h-93 {
  height: 93%;
}
.h-94 {
  height: 94%;
}
.h-95 {
  height: 95%;
}
.h-96 {
  height: 96%;
}
.h-97 {
  height: 97%;
}
.h-98 {
  height: 98%;
}
.h-99 {
  height: 99%;
}
.h-100 {
  height: 100%;
}
.p-0 {
  padding: 0 !important;
}
.p-v-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.p-h-5 {
  padding-left: 5px;
  padding-right: 5px;
}
.ph-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pv-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.ph-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.pv-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ph-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pv-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.ph-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.pv-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.ph-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.pv-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.ph-6 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.pv-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.ph-7 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.pv-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.ph-8 {
  padding-left: 8rem;
  padding-right: 8rem;
}
.pv-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.ph-9 {
  padding-left: 9rem;
  padding-right: 9rem;
}
.pv-9 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.ph-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.pv-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.ph-11 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.pv-11 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.ph-12 {
  padding-left: 12rem;
  padding-right: 12rem;
}
.pv-12 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.ph-13 {
  padding-left: 13rem;
  padding-right: 13rem;
}
.pv-13 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
.ph-14 {
  padding-left: 14rem;
  padding-right: 14rem;
}
.pv-14 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.ph-15 {
  padding-left: 15rem;
  padding-right: 15rem;
}
.pv-15 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.ph-16 {
  padding-left: 16rem;
  padding-right: 16rem;
}
.pv-16 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.ph-17 {
  padding-left: 17rem;
  padding-right: 17rem;
}
.pv-17 {
  padding-top: 17rem;
  padding-bottom: 17rem;
}
.ph-18 {
  padding-left: 18rem;
  padding-right: 18rem;
}
.pv-18 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}
.ph-19 {
  padding-left: 19rem;
  padding-right: 19rem;
}
.pv-19 {
  padding-top: 19rem;
  padding-bottom: 19rem;
}
.ph-20 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.pv-20 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.ph-21 {
  padding-left: 21rem;
  padding-right: 21rem;
}
.pv-21 {
  padding-top: 21rem;
  padding-bottom: 21rem;
}
.ph-22 {
  padding-left: 22rem;
  padding-right: 22rem;
}
.pv-22 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}
.ph-23 {
  padding-left: 23rem;
  padding-right: 23rem;
}
.pv-23 {
  padding-top: 23rem;
  padding-bottom: 23rem;
}
.ph-24 {
  padding-left: 24rem;
  padding-right: 24rem;
}
.pv-24 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}
.ph-25 {
  padding-left: 25rem;
  padding-right: 25rem;
}
.pv-25 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}
.ph-26 {
  padding-left: 26rem;
  padding-right: 26rem;
}
.pv-26 {
  padding-top: 26rem;
  padding-bottom: 26rem;
}
.ph-27 {
  padding-left: 27rem;
  padding-right: 27rem;
}
.pv-27 {
  padding-top: 27rem;
  padding-bottom: 27rem;
}
.ph-28 {
  padding-left: 28rem;
  padding-right: 28rem;
}
.pv-28 {
  padding-top: 28rem;
  padding-bottom: 28rem;
}
.ph-29 {
  padding-left: 29rem;
  padding-right: 29rem;
}
.pv-29 {
  padding-top: 29rem;
  padding-bottom: 29rem;
}
.ph-30 {
  padding-left: 30rem;
  padding-right: 30rem;
}
.pv-30 {
  padding-top: 30rem;
  padding-bottom: 30rem;
}
.ph-31 {
  padding-left: 31rem;
  padding-right: 31rem;
}
.pv-31 {
  padding-top: 31rem;
  padding-bottom: 31rem;
}
.ph-32 {
  padding-left: 32rem;
  padding-right: 32rem;
}
.pv-32 {
  padding-top: 32rem;
  padding-bottom: 32rem;
}
.ph-33 {
  padding-left: 33rem;
  padding-right: 33rem;
}
.pv-33 {
  padding-top: 33rem;
  padding-bottom: 33rem;
}
.ph-34 {
  padding-left: 34rem;
  padding-right: 34rem;
}
.pv-34 {
  padding-top: 34rem;
  padding-bottom: 34rem;
}
.ph-35 {
  padding-left: 35rem;
  padding-right: 35rem;
}
.pv-35 {
  padding-top: 35rem;
  padding-bottom: 35rem;
}
.ph-36 {
  padding-left: 36rem;
  padding-right: 36rem;
}
.pv-36 {
  padding-top: 36rem;
  padding-bottom: 36rem;
}
.ph-37 {
  padding-left: 37rem;
  padding-right: 37rem;
}
.pv-37 {
  padding-top: 37rem;
  padding-bottom: 37rem;
}
.ph-38 {
  padding-left: 38rem;
  padding-right: 38rem;
}
.pv-38 {
  padding-top: 38rem;
  padding-bottom: 38rem;
}
.ph-39 {
  padding-left: 39rem;
  padding-right: 39rem;
}
.pv-39 {
  padding-top: 39rem;
  padding-bottom: 39rem;
}
.ph-40 {
  padding-left: 40rem;
  padding-right: 40rem;
}
.pv-40 {
  padding-top: 40rem;
  padding-bottom: 40rem;
}
.ph-41 {
  padding-left: 41rem;
  padding-right: 41rem;
}
.pv-41 {
  padding-top: 41rem;
  padding-bottom: 41rem;
}
.ph-42 {
  padding-left: 42rem;
  padding-right: 42rem;
}
.pv-42 {
  padding-top: 42rem;
  padding-bottom: 42rem;
}
.ph-43 {
  padding-left: 43rem;
  padding-right: 43rem;
}
.pv-43 {
  padding-top: 43rem;
  padding-bottom: 43rem;
}
.ph-44 {
  padding-left: 44rem;
  padding-right: 44rem;
}
.pv-44 {
  padding-top: 44rem;
  padding-bottom: 44rem;
}
.ph-45 {
  padding-left: 45rem;
  padding-right: 45rem;
}
.pv-45 {
  padding-top: 45rem;
  padding-bottom: 45rem;
}
.ph-46 {
  padding-left: 46rem;
  padding-right: 46rem;
}
.pv-46 {
  padding-top: 46rem;
  padding-bottom: 46rem;
}
.ph-47 {
  padding-left: 47rem;
  padding-right: 47rem;
}
.pv-47 {
  padding-top: 47rem;
  padding-bottom: 47rem;
}
.ph-48 {
  padding-left: 48rem;
  padding-right: 48rem;
}
.pv-48 {
  padding-top: 48rem;
  padding-bottom: 48rem;
}
.ph-49 {
  padding-left: 49rem;
  padding-right: 49rem;
}
.pv-49 {
  padding-top: 49rem;
  padding-bottom: 49rem;
}
.ph-50 {
  padding-left: 50rem;
  padding-right: 50rem;
}
.pv-50 {
  padding-top: 50rem;
  padding-bottom: 50rem;
}
.ph-51 {
  padding-left: 51rem;
  padding-right: 51rem;
}
.pv-51 {
  padding-top: 51rem;
  padding-bottom: 51rem;
}
.ph-52 {
  padding-left: 52rem;
  padding-right: 52rem;
}
.pv-52 {
  padding-top: 52rem;
  padding-bottom: 52rem;
}
.ph-53 {
  padding-left: 53rem;
  padding-right: 53rem;
}
.pv-53 {
  padding-top: 53rem;
  padding-bottom: 53rem;
}
.ph-54 {
  padding-left: 54rem;
  padding-right: 54rem;
}
.pv-54 {
  padding-top: 54rem;
  padding-bottom: 54rem;
}
.ph-55 {
  padding-left: 55rem;
  padding-right: 55rem;
}
.pv-55 {
  padding-top: 55rem;
  padding-bottom: 55rem;
}
.ph-56 {
  padding-left: 56rem;
  padding-right: 56rem;
}
.pv-56 {
  padding-top: 56rem;
  padding-bottom: 56rem;
}
.ph-57 {
  padding-left: 57rem;
  padding-right: 57rem;
}
.pv-57 {
  padding-top: 57rem;
  padding-bottom: 57rem;
}
.ph-58 {
  padding-left: 58rem;
  padding-right: 58rem;
}
.pv-58 {
  padding-top: 58rem;
  padding-bottom: 58rem;
}
.ph-59 {
  padding-left: 59rem;
  padding-right: 59rem;
}
.pv-59 {
  padding-top: 59rem;
  padding-bottom: 59rem;
}
.ph-60 {
  padding-left: 60rem;
  padding-right: 60rem;
}
.pv-60 {
  padding-top: 60rem;
  padding-bottom: 60rem;
}
.ph-61 {
  padding-left: 61rem;
  padding-right: 61rem;
}
.pv-61 {
  padding-top: 61rem;
  padding-bottom: 61rem;
}
.ph-62 {
  padding-left: 62rem;
  padding-right: 62rem;
}
.pv-62 {
  padding-top: 62rem;
  padding-bottom: 62rem;
}
.ph-63 {
  padding-left: 63rem;
  padding-right: 63rem;
}
.pv-63 {
  padding-top: 63rem;
  padding-bottom: 63rem;
}
.ph-64 {
  padding-left: 64rem;
  padding-right: 64rem;
}
.pv-64 {
  padding-top: 64rem;
  padding-bottom: 64rem;
}
.ph-65 {
  padding-left: 65rem;
  padding-right: 65rem;
}
.pv-65 {
  padding-top: 65rem;
  padding-bottom: 65rem;
}
.ph-66 {
  padding-left: 66rem;
  padding-right: 66rem;
}
.pv-66 {
  padding-top: 66rem;
  padding-bottom: 66rem;
}
.ph-67 {
  padding-left: 67rem;
  padding-right: 67rem;
}
.pv-67 {
  padding-top: 67rem;
  padding-bottom: 67rem;
}
.ph-68 {
  padding-left: 68rem;
  padding-right: 68rem;
}
.pv-68 {
  padding-top: 68rem;
  padding-bottom: 68rem;
}
.ph-69 {
  padding-left: 69rem;
  padding-right: 69rem;
}
.pv-69 {
  padding-top: 69rem;
  padding-bottom: 69rem;
}
.ph-70 {
  padding-left: 70rem;
  padding-right: 70rem;
}
.pv-70 {
  padding-top: 70rem;
  padding-bottom: 70rem;
}
.ph-71 {
  padding-left: 71rem;
  padding-right: 71rem;
}
.pv-71 {
  padding-top: 71rem;
  padding-bottom: 71rem;
}
.ph-72 {
  padding-left: 72rem;
  padding-right: 72rem;
}
.pv-72 {
  padding-top: 72rem;
  padding-bottom: 72rem;
}
.ph-73 {
  padding-left: 73rem;
  padding-right: 73rem;
}
.pv-73 {
  padding-top: 73rem;
  padding-bottom: 73rem;
}
.ph-74 {
  padding-left: 74rem;
  padding-right: 74rem;
}
.pv-74 {
  padding-top: 74rem;
  padding-bottom: 74rem;
}
.ph-75 {
  padding-left: 75rem;
  padding-right: 75rem;
}
.pv-75 {
  padding-top: 75rem;
  padding-bottom: 75rem;
}
.ph-76 {
  padding-left: 76rem;
  padding-right: 76rem;
}
.pv-76 {
  padding-top: 76rem;
  padding-bottom: 76rem;
}
.ph-77 {
  padding-left: 77rem;
  padding-right: 77rem;
}
.pv-77 {
  padding-top: 77rem;
  padding-bottom: 77rem;
}
.ph-78 {
  padding-left: 78rem;
  padding-right: 78rem;
}
.pv-78 {
  padding-top: 78rem;
  padding-bottom: 78rem;
}
.ph-79 {
  padding-left: 79rem;
  padding-right: 79rem;
}
.pv-79 {
  padding-top: 79rem;
  padding-bottom: 79rem;
}
.ph-80 {
  padding-left: 80rem;
  padding-right: 80rem;
}
.pv-80 {
  padding-top: 80rem;
  padding-bottom: 80rem;
}
.ph-81 {
  padding-left: 81rem;
  padding-right: 81rem;
}
.pv-81 {
  padding-top: 81rem;
  padding-bottom: 81rem;
}
.ph-82 {
  padding-left: 82rem;
  padding-right: 82rem;
}
.pv-82 {
  padding-top: 82rem;
  padding-bottom: 82rem;
}
.ph-83 {
  padding-left: 83rem;
  padding-right: 83rem;
}
.pv-83 {
  padding-top: 83rem;
  padding-bottom: 83rem;
}
.ph-84 {
  padding-left: 84rem;
  padding-right: 84rem;
}
.pv-84 {
  padding-top: 84rem;
  padding-bottom: 84rem;
}
.ph-85 {
  padding-left: 85rem;
  padding-right: 85rem;
}
.pv-85 {
  padding-top: 85rem;
  padding-bottom: 85rem;
}
.ph-86 {
  padding-left: 86rem;
  padding-right: 86rem;
}
.pv-86 {
  padding-top: 86rem;
  padding-bottom: 86rem;
}
.ph-87 {
  padding-left: 87rem;
  padding-right: 87rem;
}
.pv-87 {
  padding-top: 87rem;
  padding-bottom: 87rem;
}
.ph-88 {
  padding-left: 88rem;
  padding-right: 88rem;
}
.pv-88 {
  padding-top: 88rem;
  padding-bottom: 88rem;
}
.ph-89 {
  padding-left: 89rem;
  padding-right: 89rem;
}
.pv-89 {
  padding-top: 89rem;
  padding-bottom: 89rem;
}
.ph-90 {
  padding-left: 90rem;
  padding-right: 90rem;
}
.pv-90 {
  padding-top: 90rem;
  padding-bottom: 90rem;
}
.ph-91 {
  padding-left: 91rem;
  padding-right: 91rem;
}
.pv-91 {
  padding-top: 91rem;
  padding-bottom: 91rem;
}
.ph-92 {
  padding-left: 92rem;
  padding-right: 92rem;
}
.pv-92 {
  padding-top: 92rem;
  padding-bottom: 92rem;
}
.ph-93 {
  padding-left: 93rem;
  padding-right: 93rem;
}
.pv-93 {
  padding-top: 93rem;
  padding-bottom: 93rem;
}
.ph-94 {
  padding-left: 94rem;
  padding-right: 94rem;
}
.pv-94 {
  padding-top: 94rem;
  padding-bottom: 94rem;
}
.ph-95 {
  padding-left: 95rem;
  padding-right: 95rem;
}
.pv-95 {
  padding-top: 95rem;
  padding-bottom: 95rem;
}
.ph-96 {
  padding-left: 96rem;
  padding-right: 96rem;
}
.pv-96 {
  padding-top: 96rem;
  padding-bottom: 96rem;
}
.ph-97 {
  padding-left: 97rem;
  padding-right: 97rem;
}
.pv-97 {
  padding-top: 97rem;
  padding-bottom: 97rem;
}
.ph-98 {
  padding-left: 98rem;
  padding-right: 98rem;
}
.pv-98 {
  padding-top: 98rem;
  padding-bottom: 98rem;
}
.ph-99 {
  padding-left: 99rem;
  padding-right: 99rem;
}
.pv-99 {
  padding-top: 99rem;
  padding-bottom: 99rem;
}
.ph-100 {
  padding-left: 100rem;
  padding-right: 100rem;
}
.pv-100 {
  padding-top: 100rem;
  padding-bottom: 100rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mr-1 {
  margin-right: 1rem;
}
.ml-1 {
  margin-left: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 2rem;
}
.ml-2 {
  margin-left: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mr-3 {
  margin-right: 3rem;
}
.ml-3 {
  margin-left: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mr-4 {
  margin-right: 4rem;
}
.ml-4 {
  margin-left: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mr-5 {
  margin-right: 5rem;
}
.ml-5 {
  margin-left: 5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mr-6 {
  margin-right: 6rem;
}
.ml-6 {
  margin-left: 6rem;
}
.mt-7 {
  margin-top: 7rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.mr-7 {
  margin-right: 7rem;
}
.ml-7 {
  margin-left: 7rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.mr-8 {
  margin-right: 8rem;
}
.ml-8 {
  margin-left: 8rem;
}
.mt-9 {
  margin-top: 9rem;
}
.mb-9 {
  margin-bottom: 9rem;
}
.mr-9 {
  margin-right: 9rem;
}
.ml-9 {
  margin-left: 9rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.mr-10 {
  margin-right: 10rem;
}
.ml-10 {
  margin-left: 10rem;
}
.mt-11 {
  margin-top: 11rem;
}
.mb-11 {
  margin-bottom: 11rem;
}
.mr-11 {
  margin-right: 11rem;
}
.ml-11 {
  margin-left: 11rem;
}
.mt-12 {
  margin-top: 12rem;
}
.mb-12 {
  margin-bottom: 12rem;
}
.mr-12 {
  margin-right: 12rem;
}
.ml-12 {
  margin-left: 12rem;
}
.mt-13 {
  margin-top: 13rem;
}
.mb-13 {
  margin-bottom: 13rem;
}
.mr-13 {
  margin-right: 13rem;
}
.ml-13 {
  margin-left: 13rem;
}
.mt-14 {
  margin-top: 14rem;
}
.mb-14 {
  margin-bottom: 14rem;
}
.mr-14 {
  margin-right: 14rem;
}
.ml-14 {
  margin-left: 14rem;
}
.mt-15 {
  margin-top: 15rem;
}
.mb-15 {
  margin-bottom: 15rem;
}
.mr-15 {
  margin-right: 15rem;
}
.ml-15 {
  margin-left: 15rem;
}
.mt-16 {
  margin-top: 16rem;
}
.mb-16 {
  margin-bottom: 16rem;
}
.mr-16 {
  margin-right: 16rem;
}
.ml-16 {
  margin-left: 16rem;
}
.mt-17 {
  margin-top: 17rem;
}
.mb-17 {
  margin-bottom: 17rem;
}
.mr-17 {
  margin-right: 17rem;
}
.ml-17 {
  margin-left: 17rem;
}
.mt-18 {
  margin-top: 18rem;
}
.mb-18 {
  margin-bottom: 18rem;
}
.mr-18 {
  margin-right: 18rem;
}
.ml-18 {
  margin-left: 18rem;
}
.mt-19 {
  margin-top: 19rem;
}
.mb-19 {
  margin-bottom: 19rem;
}
.mr-19 {
  margin-right: 19rem;
}
.ml-19 {
  margin-left: 19rem;
}
.mt-20 {
  margin-top: 20rem;
}
.mb-20 {
  margin-bottom: 20rem;
}
.mr-20 {
  margin-right: 20rem;
}
.ml-20 {
  margin-left: 20rem;
}
.mt-21 {
  margin-top: 21rem;
}
.mb-21 {
  margin-bottom: 21rem;
}
.mr-21 {
  margin-right: 21rem;
}
.ml-21 {
  margin-left: 21rem;
}
.mt-22 {
  margin-top: 22rem;
}
.mb-22 {
  margin-bottom: 22rem;
}
.mr-22 {
  margin-right: 22rem;
}
.ml-22 {
  margin-left: 22rem;
}
.mt-23 {
  margin-top: 23rem;
}
.mb-23 {
  margin-bottom: 23rem;
}
.mr-23 {
  margin-right: 23rem;
}
.ml-23 {
  margin-left: 23rem;
}
.mt-24 {
  margin-top: 24rem;
}
.mb-24 {
  margin-bottom: 24rem;
}
.mr-24 {
  margin-right: 24rem;
}
.ml-24 {
  margin-left: 24rem;
}
.mt-25 {
  margin-top: 25rem;
}
.mb-25 {
  margin-bottom: 25rem;
}
.mr-25 {
  margin-right: 25rem;
}
.ml-25 {
  margin-left: 25rem;
}
.mt-26 {
  margin-top: 26rem;
}
.mb-26 {
  margin-bottom: 26rem;
}
.mr-26 {
  margin-right: 26rem;
}
.ml-26 {
  margin-left: 26rem;
}
.mt-27 {
  margin-top: 27rem;
}
.mb-27 {
  margin-bottom: 27rem;
}
.mr-27 {
  margin-right: 27rem;
}
.ml-27 {
  margin-left: 27rem;
}
.mt-28 {
  margin-top: 28rem;
}
.mb-28 {
  margin-bottom: 28rem;
}
.mr-28 {
  margin-right: 28rem;
}
.ml-28 {
  margin-left: 28rem;
}
.mt-29 {
  margin-top: 29rem;
}
.mb-29 {
  margin-bottom: 29rem;
}
.mr-29 {
  margin-right: 29rem;
}
.ml-29 {
  margin-left: 29rem;
}
.mt-30 {
  margin-top: 30rem;
}
.mb-30 {
  margin-bottom: 30rem;
}
.mr-30 {
  margin-right: 30rem;
}
.ml-30 {
  margin-left: 30rem;
}
.mt-31 {
  margin-top: 31rem;
}
.mb-31 {
  margin-bottom: 31rem;
}
.mr-31 {
  margin-right: 31rem;
}
.ml-31 {
  margin-left: 31rem;
}
.mt-32 {
  margin-top: 32rem;
}
.mb-32 {
  margin-bottom: 32rem;
}
.mr-32 {
  margin-right: 32rem;
}
.ml-32 {
  margin-left: 32rem;
}
.mt-33 {
  margin-top: 33rem;
}
.mb-33 {
  margin-bottom: 33rem;
}
.mr-33 {
  margin-right: 33rem;
}
.ml-33 {
  margin-left: 33rem;
}
.mt-34 {
  margin-top: 34rem;
}
.mb-34 {
  margin-bottom: 34rem;
}
.mr-34 {
  margin-right: 34rem;
}
.ml-34 {
  margin-left: 34rem;
}
.mt-35 {
  margin-top: 35rem;
}
.mb-35 {
  margin-bottom: 35rem;
}
.mr-35 {
  margin-right: 35rem;
}
.ml-35 {
  margin-left: 35rem;
}
.mt-36 {
  margin-top: 36rem;
}
.mb-36 {
  margin-bottom: 36rem;
}
.mr-36 {
  margin-right: 36rem;
}
.ml-36 {
  margin-left: 36rem;
}
.mt-37 {
  margin-top: 37rem;
}
.mb-37 {
  margin-bottom: 37rem;
}
.mr-37 {
  margin-right: 37rem;
}
.ml-37 {
  margin-left: 37rem;
}
.mt-38 {
  margin-top: 38rem;
}
.mb-38 {
  margin-bottom: 38rem;
}
.mr-38 {
  margin-right: 38rem;
}
.ml-38 {
  margin-left: 38rem;
}
.mt-39 {
  margin-top: 39rem;
}
.mb-39 {
  margin-bottom: 39rem;
}
.mr-39 {
  margin-right: 39rem;
}
.ml-39 {
  margin-left: 39rem;
}
.mt-40 {
  margin-top: 40rem;
}
.mb-40 {
  margin-bottom: 40rem;
}
.mr-40 {
  margin-right: 40rem;
}
.ml-40 {
  margin-left: 40rem;
}
.mt-41 {
  margin-top: 41rem;
}
.mb-41 {
  margin-bottom: 41rem;
}
.mr-41 {
  margin-right: 41rem;
}
.ml-41 {
  margin-left: 41rem;
}
.mt-42 {
  margin-top: 42rem;
}
.mb-42 {
  margin-bottom: 42rem;
}
.mr-42 {
  margin-right: 42rem;
}
.ml-42 {
  margin-left: 42rem;
}
.mt-43 {
  margin-top: 43rem;
}
.mb-43 {
  margin-bottom: 43rem;
}
.mr-43 {
  margin-right: 43rem;
}
.ml-43 {
  margin-left: 43rem;
}
.mt-44 {
  margin-top: 44rem;
}
.mb-44 {
  margin-bottom: 44rem;
}
.mr-44 {
  margin-right: 44rem;
}
.ml-44 {
  margin-left: 44rem;
}
.mt-45 {
  margin-top: 45rem;
}
.mb-45 {
  margin-bottom: 45rem;
}
.mr-45 {
  margin-right: 45rem;
}
.ml-45 {
  margin-left: 45rem;
}
.mt-46 {
  margin-top: 46rem;
}
.mb-46 {
  margin-bottom: 46rem;
}
.mr-46 {
  margin-right: 46rem;
}
.ml-46 {
  margin-left: 46rem;
}
.mt-47 {
  margin-top: 47rem;
}
.mb-47 {
  margin-bottom: 47rem;
}
.mr-47 {
  margin-right: 47rem;
}
.ml-47 {
  margin-left: 47rem;
}
.mt-48 {
  margin-top: 48rem;
}
.mb-48 {
  margin-bottom: 48rem;
}
.mr-48 {
  margin-right: 48rem;
}
.ml-48 {
  margin-left: 48rem;
}
.mt-49 {
  margin-top: 49rem;
}
.mb-49 {
  margin-bottom: 49rem;
}
.mr-49 {
  margin-right: 49rem;
}
.ml-49 {
  margin-left: 49rem;
}
.mt-50 {
  margin-top: 50rem;
}
.mb-50 {
  margin-bottom: 50rem;
}
.mr-50 {
  margin-right: 50rem;
}
.ml-50 {
  margin-left: 50rem;
}
.mt-51 {
  margin-top: 51rem;
}
.mb-51 {
  margin-bottom: 51rem;
}
.mr-51 {
  margin-right: 51rem;
}
.ml-51 {
  margin-left: 51rem;
}
.mt-52 {
  margin-top: 52rem;
}
.mb-52 {
  margin-bottom: 52rem;
}
.mr-52 {
  margin-right: 52rem;
}
.ml-52 {
  margin-left: 52rem;
}
.mt-53 {
  margin-top: 53rem;
}
.mb-53 {
  margin-bottom: 53rem;
}
.mr-53 {
  margin-right: 53rem;
}
.ml-53 {
  margin-left: 53rem;
}
.mt-54 {
  margin-top: 54rem;
}
.mb-54 {
  margin-bottom: 54rem;
}
.mr-54 {
  margin-right: 54rem;
}
.ml-54 {
  margin-left: 54rem;
}
.mt-55 {
  margin-top: 55rem;
}
.mb-55 {
  margin-bottom: 55rem;
}
.mr-55 {
  margin-right: 55rem;
}
.ml-55 {
  margin-left: 55rem;
}
.mt-56 {
  margin-top: 56rem;
}
.mb-56 {
  margin-bottom: 56rem;
}
.mr-56 {
  margin-right: 56rem;
}
.ml-56 {
  margin-left: 56rem;
}
.mt-57 {
  margin-top: 57rem;
}
.mb-57 {
  margin-bottom: 57rem;
}
.mr-57 {
  margin-right: 57rem;
}
.ml-57 {
  margin-left: 57rem;
}
.mt-58 {
  margin-top: 58rem;
}
.mb-58 {
  margin-bottom: 58rem;
}
.mr-58 {
  margin-right: 58rem;
}
.ml-58 {
  margin-left: 58rem;
}
.mt-59 {
  margin-top: 59rem;
}
.mb-59 {
  margin-bottom: 59rem;
}
.mr-59 {
  margin-right: 59rem;
}
.ml-59 {
  margin-left: 59rem;
}
.mt-60 {
  margin-top: 60rem;
}
.mb-60 {
  margin-bottom: 60rem;
}
.mr-60 {
  margin-right: 60rem;
}
.ml-60 {
  margin-left: 60rem;
}
.mt-61 {
  margin-top: 61rem;
}
.mb-61 {
  margin-bottom: 61rem;
}
.mr-61 {
  margin-right: 61rem;
}
.ml-61 {
  margin-left: 61rem;
}
.mt-62 {
  margin-top: 62rem;
}
.mb-62 {
  margin-bottom: 62rem;
}
.mr-62 {
  margin-right: 62rem;
}
.ml-62 {
  margin-left: 62rem;
}
.mt-63 {
  margin-top: 63rem;
}
.mb-63 {
  margin-bottom: 63rem;
}
.mr-63 {
  margin-right: 63rem;
}
.ml-63 {
  margin-left: 63rem;
}
.mt-64 {
  margin-top: 64rem;
}
.mb-64 {
  margin-bottom: 64rem;
}
.mr-64 {
  margin-right: 64rem;
}
.ml-64 {
  margin-left: 64rem;
}
.mt-65 {
  margin-top: 65rem;
}
.mb-65 {
  margin-bottom: 65rem;
}
.mr-65 {
  margin-right: 65rem;
}
.ml-65 {
  margin-left: 65rem;
}
.mt-66 {
  margin-top: 66rem;
}
.mb-66 {
  margin-bottom: 66rem;
}
.mr-66 {
  margin-right: 66rem;
}
.ml-66 {
  margin-left: 66rem;
}
.mt-67 {
  margin-top: 67rem;
}
.mb-67 {
  margin-bottom: 67rem;
}
.mr-67 {
  margin-right: 67rem;
}
.ml-67 {
  margin-left: 67rem;
}
.mt-68 {
  margin-top: 68rem;
}
.mb-68 {
  margin-bottom: 68rem;
}
.mr-68 {
  margin-right: 68rem;
}
.ml-68 {
  margin-left: 68rem;
}
.mt-69 {
  margin-top: 69rem;
}
.mb-69 {
  margin-bottom: 69rem;
}
.mr-69 {
  margin-right: 69rem;
}
.ml-69 {
  margin-left: 69rem;
}
.mt-70 {
  margin-top: 70rem;
}
.mb-70 {
  margin-bottom: 70rem;
}
.mr-70 {
  margin-right: 70rem;
}
.ml-70 {
  margin-left: 70rem;
}
.mt-71 {
  margin-top: 71rem;
}
.mb-71 {
  margin-bottom: 71rem;
}
.mr-71 {
  margin-right: 71rem;
}
.ml-71 {
  margin-left: 71rem;
}
.mt-72 {
  margin-top: 72rem;
}
.mb-72 {
  margin-bottom: 72rem;
}
.mr-72 {
  margin-right: 72rem;
}
.ml-72 {
  margin-left: 72rem;
}
.mt-73 {
  margin-top: 73rem;
}
.mb-73 {
  margin-bottom: 73rem;
}
.mr-73 {
  margin-right: 73rem;
}
.ml-73 {
  margin-left: 73rem;
}
.mt-74 {
  margin-top: 74rem;
}
.mb-74 {
  margin-bottom: 74rem;
}
.mr-74 {
  margin-right: 74rem;
}
.ml-74 {
  margin-left: 74rem;
}
.mt-75 {
  margin-top: 75rem;
}
.mb-75 {
  margin-bottom: 75rem;
}
.mr-75 {
  margin-right: 75rem;
}
.ml-75 {
  margin-left: 75rem;
}
.mt-76 {
  margin-top: 76rem;
}
.mb-76 {
  margin-bottom: 76rem;
}
.mr-76 {
  margin-right: 76rem;
}
.ml-76 {
  margin-left: 76rem;
}
.mt-77 {
  margin-top: 77rem;
}
.mb-77 {
  margin-bottom: 77rem;
}
.mr-77 {
  margin-right: 77rem;
}
.ml-77 {
  margin-left: 77rem;
}
.mt-78 {
  margin-top: 78rem;
}
.mb-78 {
  margin-bottom: 78rem;
}
.mr-78 {
  margin-right: 78rem;
}
.ml-78 {
  margin-left: 78rem;
}
.mt-79 {
  margin-top: 79rem;
}
.mb-79 {
  margin-bottom: 79rem;
}
.mr-79 {
  margin-right: 79rem;
}
.ml-79 {
  margin-left: 79rem;
}
.mt-80 {
  margin-top: 80rem;
}
.mb-80 {
  margin-bottom: 80rem;
}
.mr-80 {
  margin-right: 80rem;
}
.ml-80 {
  margin-left: 80rem;
}
.mt-81 {
  margin-top: 81rem;
}
.mb-81 {
  margin-bottom: 81rem;
}
.mr-81 {
  margin-right: 81rem;
}
.ml-81 {
  margin-left: 81rem;
}
.mt-82 {
  margin-top: 82rem;
}
.mb-82 {
  margin-bottom: 82rem;
}
.mr-82 {
  margin-right: 82rem;
}
.ml-82 {
  margin-left: 82rem;
}
.mt-83 {
  margin-top: 83rem;
}
.mb-83 {
  margin-bottom: 83rem;
}
.mr-83 {
  margin-right: 83rem;
}
.ml-83 {
  margin-left: 83rem;
}
.mt-84 {
  margin-top: 84rem;
}
.mb-84 {
  margin-bottom: 84rem;
}
.mr-84 {
  margin-right: 84rem;
}
.ml-84 {
  margin-left: 84rem;
}
.mt-85 {
  margin-top: 85rem;
}
.mb-85 {
  margin-bottom: 85rem;
}
.mr-85 {
  margin-right: 85rem;
}
.ml-85 {
  margin-left: 85rem;
}
.mt-86 {
  margin-top: 86rem;
}
.mb-86 {
  margin-bottom: 86rem;
}
.mr-86 {
  margin-right: 86rem;
}
.ml-86 {
  margin-left: 86rem;
}
.mt-87 {
  margin-top: 87rem;
}
.mb-87 {
  margin-bottom: 87rem;
}
.mr-87 {
  margin-right: 87rem;
}
.ml-87 {
  margin-left: 87rem;
}
.mt-88 {
  margin-top: 88rem;
}
.mb-88 {
  margin-bottom: 88rem;
}
.mr-88 {
  margin-right: 88rem;
}
.ml-88 {
  margin-left: 88rem;
}
.mt-89 {
  margin-top: 89rem;
}
.mb-89 {
  margin-bottom: 89rem;
}
.mr-89 {
  margin-right: 89rem;
}
.ml-89 {
  margin-left: 89rem;
}
.mt-90 {
  margin-top: 90rem;
}
.mb-90 {
  margin-bottom: 90rem;
}
.mr-90 {
  margin-right: 90rem;
}
.ml-90 {
  margin-left: 90rem;
}
.mt-91 {
  margin-top: 91rem;
}
.mb-91 {
  margin-bottom: 91rem;
}
.mr-91 {
  margin-right: 91rem;
}
.ml-91 {
  margin-left: 91rem;
}
.mt-92 {
  margin-top: 92rem;
}
.mb-92 {
  margin-bottom: 92rem;
}
.mr-92 {
  margin-right: 92rem;
}
.ml-92 {
  margin-left: 92rem;
}
.mt-93 {
  margin-top: 93rem;
}
.mb-93 {
  margin-bottom: 93rem;
}
.mr-93 {
  margin-right: 93rem;
}
.ml-93 {
  margin-left: 93rem;
}
.mt-94 {
  margin-top: 94rem;
}
.mb-94 {
  margin-bottom: 94rem;
}
.mr-94 {
  margin-right: 94rem;
}
.ml-94 {
  margin-left: 94rem;
}
.mt-95 {
  margin-top: 95rem;
}
.mb-95 {
  margin-bottom: 95rem;
}
.mr-95 {
  margin-right: 95rem;
}
.ml-95 {
  margin-left: 95rem;
}
.mt-96 {
  margin-top: 96rem;
}
.mb-96 {
  margin-bottom: 96rem;
}
.mr-96 {
  margin-right: 96rem;
}
.ml-96 {
  margin-left: 96rem;
}
.mt-97 {
  margin-top: 97rem;
}
.mb-97 {
  margin-bottom: 97rem;
}
.mr-97 {
  margin-right: 97rem;
}
.ml-97 {
  margin-left: 97rem;
}
.mt-98 {
  margin-top: 98rem;
}
.mb-98 {
  margin-bottom: 98rem;
}
.mr-98 {
  margin-right: 98rem;
}
.ml-98 {
  margin-left: 98rem;
}
.mt-99 {
  margin-top: 99rem;
}
.mb-99 {
  margin-bottom: 99rem;
}
.mr-99 {
  margin-right: 99rem;
}
.ml-99 {
  margin-left: 99rem;
}
.mt-100 {
  margin-top: 100rem;
}
.mb-100 {
  margin-bottom: 100rem;
}
.mr-100 {
  margin-right: 100rem;
}
.ml-100 {
  margin-left: 100rem;
}
.m-x {
  margin-inline: 2rem;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  background-color: transparent !important;
  padding: 0;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  box-shadow: none;
}
.mdc-snackbar__label {
  padding: 0 !important;
}
.snackbar-error {
  border: 3px solid #cf0303;
  background-color: #cf0303 !important;
  color: white !important;
  border-radius: 10px !important;
  font-weight: bold;
}
.snackbar-error .mat-simple-snackbar-action {
  color: white;
}
.snackbar {
  border: 3px solid #51cf03;
  background-color: #51cf03 !important;
  color: black !important;
  border-radius: 10px !important;
  font-weight: bold;
}
.snackbar .mat-simple-snackbar-action {
  color: black;
}
.btn-confirm {
  padding: 10px 30px !important;
  border-radius: 20px !important;
  background-color: #f53173 !important;
  cursor: pointer !important;
  border: 1px solid #f53173 !important;
  outline: none !important;
  box-shadow: none !important;
}
.btn-cancel {
  padding: 10px 20px !important;
  border-radius: 20px !important;
  background-color: #6e699e !important;
  border: 1px solid #6e699e !important;
  cursor: pointer !important;
  outline: none !important;
}
.swal2-border-radius {
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
}
.bg-blue {
  color: #140f5c;
}
.border-active {
  border: 1px solid #140f5c !important;
  padding: 8px 10px !important;
}
.bg-icon-check {
  color: #f5861d;
}
.btn-add {
  margin-left: 5px;
  background-color: #140f5c !important;
  width: 40px;
  height: 40px;
  outline: none;
  border: 1px solid #140f5c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
.btn-add:hover {
  background-color: #fff;
  color: #140f5c;
  cursor: pointer;
}
.description-margin {
  margin-left: -450px;
}
.container-file {
  width: 90%;
  text-align: center;
  margin-block: 10px;
  padding: 10px 16px 10px 16px;
  border-radius: 10px;
  border: 1px dashed #f5861d;
  color: #ccc;
  font-size: 30px;
}
.container-file .item-file {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-file .item-file:hover {
  cursor: pointer;
}
.container-file:hover {
  cursor: pointer;
}
.container-file-upload {
  border: 1px dashed #00a162 !important;
}
.container-file-disabled {
  border: 1px dashed #d4d4d4 !important;
}
.container-file-disabled:hover {
  cursor: not-allowed !important;
}
.view-voucher {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.view-voucher button {
  outline: none;
  border: none;
  background-color: transparent;
  color: #140f5c;
  font-family: "Quicksand-Regular";
  font-size: 20px;
  font-weight: 700;
  cursor: "pointer";
}
.view-voucher:hover {
  cursor: pointer;
}
.card-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 331px;
  padding: 21px;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  flex-wrap: wrap;
  background-color: #e7e7ef;
  transition: transform 0.3s ease;
}
.card-quote:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.card-quote .info-user {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding-bottom: 5px;
  border-bottom: solid 2px #f48a18;
}
.card-quote .info-user .img-container img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.card-quote .info-user .img-container .container-contact {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.card-quote .info-user .info-user-details {
  margin-left: 5px;
}
.card-quote .info-user .info-user-details h3 {
  color: #000;
  font-family: "Quicksand-Regular";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.card-quote .info-user .info-user-details ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
.card-quote .info-user .info-user-details ul li {
  color: #000;
  font-family: "Quicksand-Regular";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-block: 5px;
}
.card-quote .info-products {
  width: 100%;
  padding-inline: 5px;
}
.card-quote .info-products ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
.card-quote .info-products ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
}
.card-quote .info-products .edit-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.card-quote .info-products .edit-container .btn-edit {
  padding: 6px 23px;
  color: #fff;
  border: 1px solid #f53173;
  outline: none;
  border-radius: 27px;
  background-color: #f53173;
  margin-block: 5px;
}
.card-quote .info-products .edit-container .btn-edit:hover {
  cursor: pointer;
  background-color: #fff;
  color: #f53173;
}
.card-quote .info-products .edit-container .btn-reject {
  padding: 6px 23px;
  color: #fff;
  border: 1px solid #6e699e;
  outline: none;
  margin-block: 5px;
  border-radius: 27px;
  background-color: #6e699e;
}
.card-quote .info-products .edit-container .btn-reject:hover {
  cursor: pointer;
  background-color: #fff;
  color: #6e699e;
}
.card-quote .info-products .progress-bar__container {
  width: 100%;
  height: 1rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  will-change: transform;
  background-color: #13095466;
}
.card-quote .info-products .progress-bar__container .progress-bar {
  position: absolute;
  height: 100%;
  background-color: #cf406b;
  border-radius: inherit;
  display: flex;
  justify-content: center;
}
.btn-reject {
  margin-right: 5px;
  padding: 6px 23px;
  color: #fff;
  border: 1px solid #6e699e;
  outline: none;
  margin-block: 5px;
  border-radius: 27px;
  background-color: #6e699e;
}
.btn-reject:hover {
  cursor: pointer;
  background-color: #fff;
  color: #6e699e;
}
.pointer {
  cursor: pointer;
}
.is-invalid {
  border: 2px solid red !important;
}
.show-error-image {
  flex-direction: column;
  align-items: center;
}
.icon-red {
  color: red !important;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.error-message {
  margin: -5px 0px 10px 10px !important;
  font-size: 14px !important;
  color: red;
}
.input-disabled:hover {
  cursor: not-allowed !important;
}
.my-icon {
  color: #f5861d;
}
.color-white {
  color: #fff !important;
}
.color-accent {
  color: #140f5c !important;
}
.mat-drawer-inner-container {
  overflow: hidden !important;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #79797999;
  border-radius: 25px;
}
.container-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-status .actions-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-status .actions-container .actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container-status .actions-container .actions .action {
  padding: 5px;
  margin-inline: 5px;
  border-top: 2px solid #000;
  display: grid;
  grid-template-columns: 2fr 7fr 1fr;
  gap: 5px;
}
.container-status .actions-container .actions .action .btns-action {
  display: flex;
  gap: 5px;
}
.container-status .actions-container .actions .action .btns-action .btn-action {
  display: flex;
  width: 40px;
  height: 40px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 26px;
  border: 1px solid #b0acd8;
}
.container-status .actions-container .actions .action .btns-action .btn-action:hover {
  cursor: pointer;
}
.container-status .actions-container .actions .action .description-container {
  border-radius: 20px;
  border: 1px solid #b0acd8;
  padding: 8px 10px;
  background: #fff;
}
.container-status .actions-container .actions .action .name-container {
  border-radius: 20px;
  border: 1px solid #b0acd8;
  padding: 0px 10px;
  background: #fff;
}
.card-store {
  display: flex;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  margin-block: 10px;
  border-radius: 8px 30px 30px 30px;
  background-color: #e7e7ef;
}
.card-store .card-info {
  margin-left: 10px;
  width: 100%;
  max-width: 150px;
}
.card-store .card-info .site {
  width: 100%;
  border-bottom: 1px solid #000000;
}
.card-store .card-info .actions {
  display: flex;
  justify-content: flex-end;
}
.card-store .card-info .actions mat-icon {
  color: #140f5c;
}
.card-store .img-card {
  max-width: 150px;
  width: 100%;
}
.card-store .img-card .img-container {
  max-width: 150px;
  height: 200px;
  border-radius: 5px;
  padding: 5px;
  margin-block: 5px;
}
.card-store .img-card .img-container .icon-container {
  display: flex;
  justify-content: flex-end;
}
.card-store .link-container {
  width: 100%;
  max-width: 200px;
}
.card-store .link-container .link {
  text-decoration: none;
  color: #f5861d;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: none !important;
  text-align: left !important;
  font-size: 14px;
  font-family: "Quicksand-Regular";
  white-space: nowrap;
  text-shadow: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
