@import "https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400..700&display=swap";

/* src/styles.scss */
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #234542;
  --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: #ffc700;
  --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: #c93535;
  --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-full-pseudo-checkbox-selected-icon-color: #ffc700;
  --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: #ffc700;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #234542;
  --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: #234542;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ffc700;
  --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: #ffc700;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c93535;
  --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: #c93535;
  --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-app-elevation-shadow-level-0:
    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-app-elevation-shadow-level-1:
    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-app-elevation-shadow-level-2:
    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-app-elevation-shadow-level-3:
    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-app-elevation-shadow-level-4:
    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-app-elevation-shadow-level-5:
    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-app-elevation-shadow-level-6:
    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-app-elevation-shadow-level-7:
    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-app-elevation-shadow-level-8:
    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-app-elevation-shadow-level-9:
    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-app-elevation-shadow-level-10:
    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-app-elevation-shadow-level-11:
    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-app-elevation-shadow-level-12:
    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-app-elevation-shadow-level-13:
    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-app-elevation-shadow-level-14:
    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-app-elevation-shadow-level-15:
    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-app-elevation-shadow-level-16:
    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-app-elevation-shadow-level-17:
    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-app-elevation-shadow-level-18:
    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-app-elevation-shadow-level-19:
    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-app-elevation-shadow-level-20:
    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-app-elevation-shadow-level-21:
    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-app-elevation-shadow-level-22:
    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-app-elevation-shadow-level-23:
    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-app-elevation-shadow-level-24:
    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-option-label-text-font: Inter;
  --mat-option-label-text-line-height: 1;
  --mat-option-label-text-size: 14px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter;
  --mat-optgroup-label-text-line-height: 1;
  --mat-optgroup-label-text-size: 14px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --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);
  --mat-card-title-text-font: Inter;
  --mat-card-title-text-line-height: 1;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Inter;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
  --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: #234542;
  --mdc-linear-progress-track-color: rgba(35, 69, 66, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ffc700;
  --mdc-linear-progress-track-color: rgba(255, 199, 0, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c93535;
  --mdc-linear-progress-track-color: rgba(201, 53, 53, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-plain-tooltip-supporting-text-font: Inter;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --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;
  --mdc-filled-text-field-caret-color: #234542;
  --mdc-filled-text-field-focus-active-indicator-color: #234542;
  --mdc-filled-text-field-focus-label-text-color: rgba(35, 69, 66, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --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: #c93535;
  --mdc-filled-text-field-error-focus-label-text-color: #c93535;
  --mdc-filled-text-field-error-label-text-color: #c93535;
  --mdc-filled-text-field-error-caret-color: #c93535;
  --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: #c93535;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c93535;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c93535;
  --mdc-outlined-text-field-caret-color: #234542;
  --mdc-outlined-text-field-focus-outline-color: #234542;
  --mdc-outlined-text-field-focus-label-text-color: rgba(35, 69, 66, 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: #c93535;
  --mdc-outlined-text-field-error-focus-label-text-color: #c93535;
  --mdc-outlined-text-field-error-label-text-color: #c93535;
  --mdc-outlined-text-field-error-hover-label-text-color: #c93535;
  --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: #c93535;
  --mdc-outlined-text-field-error-hover-outline-color: #c93535;
  --mdc-outlined-text-field-error-outline-color: #c93535;
  --mat-form-field-focus-select-arrow-color: rgba(35, 69, 66, 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: #c93535;
  --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: #ffc700;
  --mdc-filled-text-field-focus-active-indicator-color: #ffc700;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 199, 0, 0.87);
  --mdc-outlined-text-field-caret-color: #ffc700;
  --mdc-outlined-text-field-focus-outline-color: #ffc700;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 199, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 199, 0, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c93535;
  --mdc-filled-text-field-focus-active-indicator-color: #c93535;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 53, 53, 0.87);
  --mdc-outlined-text-field-caret-color: #c93535;
  --mdc-outlined-text-field-focus-outline-color: #c93535;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 53, 53, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 53, 53, 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;
  --mdc-filled-text-field-label-text-font: Inter;
  --mdc-filled-text-field-label-text-size: 14px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter;
  --mdc-outlined-text-field-label-text-size: 14px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter;
  --mat-form-field-container-text-line-height: 1;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 14px;
  --mat-form-field-subscript-text-font: Inter;
  --mat-form-field-subscript-text-line-height: 1;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --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);
  --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(35, 69, 66, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 53, 53, 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, 199, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 53, 53, 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(201, 53, 53, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 53, 53, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Inter;
  --mat-select-trigger-text-line-height: 1;
  --mat-select-trigger-text-size: 14px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --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);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-shape: 4px;
  --mat-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);
  --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;
  --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);
  --mdc-dialog-subhead-font: Inter;
  --mdc-dialog-subhead-line-height: 1;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter;
  --mdc-dialog-supporting-text-line-height: 1;
  --mdc-dialog-supporting-text-size: 14px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --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: #234542;
  --mdc-chip-elevated-selected-container-color: #234542;
  --mdc-chip-elevated-disabled-container-color: #234542;
  --mdc-chip-flat-disabled-selected-container-color: #234542;
  --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: black;
  --mdc-chip-elevated-container-color: #ffc700;
  --mdc-chip-elevated-selected-container-color: #ffc700;
  --mdc-chip-elevated-disabled-container-color: #ffc700;
  --mdc-chip-flat-disabled-selected-container-color: #ffc700;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.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: #c93535;
  --mdc-chip-elevated-selected-container-color: #c93535;
  --mdc-chip-elevated-disabled-container-color: #c93535;
  --mdc-chip-flat-disabled-selected-container-color: #c93535;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter;
  --mdc-chip-label-text-line-height: 1;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #1f3e3c;
  --mdc-switch-selected-handle-color: #1f3e3c;
  --mdc-switch-selected-hover-state-layer-color: #1f3e3c;
  --mdc-switch-selected-pressed-state-layer-color: #1f3e3c;
  --mdc-switch-selected-focus-handle-color: #0c1f1d;
  --mdc-switch-selected-hover-handle-color: #0c1f1d;
  --mdc-switch-selected-pressed-handle-color: #0c1f1d;
  --mdc-switch-selected-focus-track-color: #657d7b;
  --mdc-switch-selected-hover-track-color: #657d7b;
  --mdc-switch-selected-pressed-track-color: #657d7b;
  --mdc-switch-selected-track-color: #657d7b;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffc100;
  --mdc-switch-selected-handle-color: #ffc100;
  --mdc-switch-selected-hover-state-layer-color: #ffc100;
  --mdc-switch-selected-pressed-state-layer-color: #ffc100;
  --mdc-switch-selected-focus-handle-color: #ffa600;
  --mdc-switch-selected-hover-handle-color: #ffa600;
  --mdc-switch-selected-pressed-handle-color: #ffa600;
  --mdc-switch-selected-focus-track-color: #ffd84d;
  --mdc-switch-selected-hover-track-color: #ffd84d;
  --mdc-switch-selected-pressed-track-color: #ffd84d;
  --mdc-switch-selected-track-color: #ffd84d;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #c33030;
  --mdc-switch-selected-handle-color: #c33030;
  --mdc-switch-selected-hover-state-layer-color: #c33030;
  --mdc-switch-selected-pressed-state-layer-color: #c33030;
  --mdc-switch-selected-focus-handle-color: #a91616;
  --mdc-switch-selected-hover-handle-color: #a91616;
  --mdc-switch-selected-pressed-handle-color: #a91616;
  --mdc-switch-selected-focus-track-color: #d97272;
  --mdc-switch-selected-hover-track-color: #d97272;
  --mdc-switch-selected-pressed-track-color: #d97272;
  --mdc-switch-selected-track-color: #d97272;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter;
  --mat-switch-label-text-line-height: 1;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.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-focus-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: #234542;
  --mdc-radio-selected-hover-icon-color: #234542;
  --mdc-radio-selected-icon-color: #234542;
  --mdc-radio-selected-pressed-icon-color: #234542;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #234542;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.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-focus-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: #ffc700;
  --mdc-radio-selected-hover-icon-color: #ffc700;
  --mdc-radio-selected-icon-color: #ffc700;
  --mdc-radio-selected-pressed-icon-color: #ffc700;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ffc700;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.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-focus-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: #c93535;
  --mdc-radio-selected-hover-icon-color: #c93535;
  --mdc-radio-selected-icon-color: #c93535;
  --mdc-radio-selected-pressed-icon-color: #c93535;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #c93535;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-radio-label-text-font: Inter;
  --mat-radio-label-text-line-height: 1;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --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;
  --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-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-handle-color: #234542;
  --mdc-slider-focus-handle-color: #234542;
  --mdc-slider-hover-handle-color: #234542;
  --mdc-slider-active-track-color: #234542;
  --mdc-slider-inactive-track-color: #234542;
  --mdc-slider-with-tick-marks-inactive-container-color: #234542;
  --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;
  --mat-slider-ripple-color: #234542;
  --mat-slider-hover-state-layer-color: rgba(35, 69, 66, 0.05);
  --mat-slider-focus-state-layer-color: rgba(35, 69, 66, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #ffc700;
  --mdc-slider-focus-handle-color: #ffc700;
  --mdc-slider-hover-handle-color: #ffc700;
  --mdc-slider-active-track-color: #ffc700;
  --mdc-slider-inactive-track-color: #ffc700;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffc700;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #ffc700;
  --mat-slider-hover-state-layer-color: rgba(255, 199, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 199, 0, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #c93535;
  --mdc-slider-focus-handle-color: #c93535;
  --mdc-slider-hover-handle-color: #c93535;
  --mdc-slider-active-track-color: #c93535;
  --mdc-slider-inactive-track-color: #c93535;
  --mdc-slider-with-tick-marks-inactive-container-color: #c93535;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c93535;
  --mat-slider-hover-state-layer-color: rgba(201, 53, 53, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 53, 53, 0.2);
}
html {
  --mdc-slider-label-label-text-font: Inter;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
  --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;
  --mat-menu-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);
  --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);
  --mat-menu-item-label-text-font: Inter;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 1;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --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-focus-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: #234542;
  --mdc-radio-selected-hover-icon-color: #234542;
  --mdc-radio-selected-icon-color: #234542;
  --mdc-radio-selected-pressed-icon-color: #234542;
}
.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-focus-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: #ffc700;
  --mdc-radio-selected-hover-icon-color: #ffc700;
  --mdc-radio-selected-icon-color: #ffc700;
  --mdc-radio-selected-pressed-icon-color: #ffc700;
}
.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-focus-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: #c93535;
  --mdc-radio-selected-hover-icon-color: #c93535;
  --mdc-radio-selected-icon-color: #c93535;
  --mdc-radio-selected-pressed-icon-color: #c93535;
}
.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: #234542;
  --mdc-checkbox-selected-hover-icon-color: #234542;
  --mdc-checkbox-selected-icon-color: #234542;
  --mdc-checkbox-selected-pressed-icon-color: #234542;
  --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-selected-focus-state-layer-color: #234542;
  --mdc-checkbox-selected-hover-state-layer-color: #234542;
  --mdc-checkbox-selected-pressed-state-layer-color: #234542;
  --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: black;
  --mdc-checkbox-selected-focus-icon-color: #ffc700;
  --mdc-checkbox-selected-hover-icon-color: #ffc700;
  --mdc-checkbox-selected-icon-color: #ffc700;
  --mdc-checkbox-selected-pressed-icon-color: #ffc700;
  --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-selected-focus-state-layer-color: #ffc700;
  --mdc-checkbox-selected-hover-state-layer-color: #ffc700;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffc700;
  --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: #c93535;
  --mdc-checkbox-selected-hover-icon-color: #c93535;
  --mdc-checkbox-selected-icon-color: #c93535;
  --mdc-checkbox-selected-pressed-icon-color: #c93535;
  --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-selected-focus-state-layer-color: #c93535;
  --mdc-checkbox-selected-hover-state-layer-color: #c93535;
  --mdc-checkbox-selected-pressed-state-layer-color: #c93535;
  --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--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #234542;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font: Inter;
  --mdc-list-list-item-label-text-line-height: 1;
  --mdc-list-list-item-label-text-size: 14px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter;
  --mdc-list-list-item-supporting-text-line-height: 1;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px Inter;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-paginator-container-text-font: Inter;
  --mat-paginator-container-text-line-height: 1;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --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: #234542;
  --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: #234542;
  --mat-tab-header-active-ripple-color: #234542;
  --mat-tab-header-inactive-ripple-color: #234542;
  --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: #234542;
  --mat-tab-header-active-hover-label-text-color: #234542;
  --mat-tab-header-active-focus-indicator-color: #234542;
  --mat-tab-header-active-hover-indicator-color: #234542;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ffc700;
  --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: #ffc700;
  --mat-tab-header-active-ripple-color: #ffc700;
  --mat-tab-header-inactive-ripple-color: #ffc700;
  --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: #ffc700;
  --mat-tab-header-active-hover-label-text-color: #ffc700;
  --mat-tab-header-active-focus-indicator-color: #ffc700;
  --mat-tab-header-active-hover-indicator-color: #ffc700;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c93535;
  --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: #c93535;
  --mat-tab-header-active-ripple-color: #c93535;
  --mat-tab-header-inactive-ripple-color: #c93535;
  --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: #c93535;
  --mat-tab-header-active-hover-label-text-color: #c93535;
  --mat-tab-header-active-focus-indicator-color: #c93535;
  --mat-tab-header-active-hover-indicator-color: #c93535;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #234542;
  --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: #ffc700;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c93535;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font: Inter;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 1;
  --mat-tab-header-label-text-weight: 400;
}
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;
  --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: black;
  --mdc-checkbox-selected-focus-icon-color: #ffc700;
  --mdc-checkbox-selected-hover-icon-color: #ffc700;
  --mdc-checkbox-selected-icon-color: #ffc700;
  --mdc-checkbox-selected-pressed-icon-color: #ffc700;
  --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-selected-focus-state-layer-color: #ffc700;
  --mdc-checkbox-selected-hover-state-layer-color: #ffc700;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffc700;
  --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-checkbox-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: #234542;
  --mdc-checkbox-selected-hover-icon-color: #234542;
  --mdc-checkbox-selected-icon-color: #234542;
  --mdc-checkbox-selected-pressed-icon-color: #234542;
  --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-selected-focus-state-layer-color: #234542;
  --mdc-checkbox-selected-hover-state-layer-color: #234542;
  --mdc-checkbox-selected-pressed-state-layer-color: #234542;
  --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: #c93535;
  --mdc-checkbox-selected-hover-icon-color: #c93535;
  --mdc-checkbox-selected-icon-color: #c93535;
  --mdc-checkbox-selected-pressed-icon-color: #c93535;
  --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-selected-focus-state-layer-color: #c93535;
  --mdc-checkbox-selected-hover-state-layer-color: #c93535;
  --mdc-checkbox-selected-pressed-state-layer-color: #c93535;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-label-text-font: Inter;
  --mat-checkbox-label-text-line-height: 1;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --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-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-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;
  --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);
  --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: #234542;
  --mat-text-button-state-layer-color: #234542;
  --mat-text-button-ripple-color: rgba(35, 69, 66, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffc700;
  --mat-text-button-state-layer-color: #ffc700;
  --mat-text-button-ripple-color: rgba(255, 199, 0, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c93535;
  --mat-text-button-state-layer-color: #c93535;
  --mat-text-button-ripple-color: rgba(201, 53, 53, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #234542;
  --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: #ffc700;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c93535;
  --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: #234542;
  --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: #ffc700;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c93535;
  --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: #234542;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #234542;
  --mat-outlined-button-ripple-color: rgba(35, 69, 66, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffc700;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ffc700;
  --mat-outlined-button-ripple-color: rgba(255, 199, 0, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c93535;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #c93535;
  --mat-outlined-button-ripple-color: rgba(201, 53, 53, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-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;
  --mdc-text-button-label-text-font: Inter;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 400;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 400;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 400;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 400;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-icon-button-icon-size: 24px;
  --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: #234542;
  --mat-icon-button-state-layer-color: #234542;
  --mat-icon-button-ripple-color: rgba(35, 69, 66, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffc700;
  --mat-icon-button-state-layer-color: #ffc700;
  --mat-icon-button-ripple-color: rgba(255, 199, 0, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #c93535;
  --mat-icon-button-state-layer-color: #c93535;
  --mat-icon-button-ripple-color: rgba(201, 53, 53, 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-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-small-container-shape: 50%;
  --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-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --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-fab-container-color: white;
  --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;
  --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);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #234542;
  --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: #ffc700;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #c93535;
  --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: #234542;
  --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: #ffc700;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #c93535;
  --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;
  --mdc-extended-fab-label-text-font: Inter;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #bdc7c6;
  --mdc-snackbar-supporting-text-font: Inter;
  --mdc-snackbar-supporting-text-line-height: 1;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --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);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Inter;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: Inter;
  --mat-table-row-item-label-text-line-height: 1;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter;
  --mat-table-footer-supporting-text-line-height: 1;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #234542;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffc700;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c93535;
}
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;
  --mat-badge-background-color: #234542;
  --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: #ffc700;
  --mat-badge-text-color: black;
}
.mat-badge-warn {
  --mat-badge-background-color: #c93535;
  --mat-badge-text-color: white;
}
html {
  --mat-badge-text-font: Inter;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-bottom-sheet-container-text-font: Inter;
  --mat-bottom-sheet-container-text-line-height: 1;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --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;
  --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: rgb(224.4, 224.4, 224.4);
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-label-text-font: Inter;
  --mat-legacy-button-toggle-label-text-line-height: 1;
  --mat-legacy-button-toggle-label-text-size: 14px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter;
  --mat-standard-button-toggle-label-text-line-height: 1;
  --mat-standard-button-toggle-label-text-size: 14px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --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);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #234542;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(35, 69, 66, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(35, 69, 66, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(35, 69, 66, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #234542;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(35, 69, 66, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --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: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #ffc700;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 199, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 199, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 199, 0, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 199, 0, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c93535;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 53, 53, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 53, 53, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 53, 53, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 53, 53, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ffc700;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c93535;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font: Inter;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 400;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 400;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --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);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: Inter;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter;
  --mat-expansion-container-text-line-height: 1;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #234542;
}
.mat-icon.mat-accent {
  --mat-icon-color: #ffc700;
}
.mat-icon.mat-warn {
  --mat-icon-color: #c93535;
}
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;
  --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);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #234542;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #234542;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #234542;
  --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: #c93535;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c93535;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #ffc700;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #ffc700;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #ffc700;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c93535;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c93535;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c93535;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Inter;
  --mat-stepper-header-label-text-font: Inter;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
  --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: #234542;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ffc700;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c93535;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Inter;
  --mat-toolbar-title-text-line-height: 1;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 400;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Inter;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-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);
  --mat-timepicker-container-background-color: white;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 700 26px / 1 Inter;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 400 20px / 1 Inter;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 16px / 28px Inter;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 14px / 1 Inter;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 1 Inter;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 1 Inter;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 14px / 22px Inter;
  letter-spacing: 0.0071428571em;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 14px / 1 Inter;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 12px / 1 Inter;
  letter-spacing: normal;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px Inter;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px Inter;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px Inter;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}
.dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #ffc700;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.dark .mat-accent {
  --mat-option-selected-state-label-text-color: #ffc700;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.dark .mat-warn {
  --mat-option-selected-state-label-text-color: #c93535;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.dark {
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #ffc700;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ffc700;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #ffc700;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ffc700;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #ffc700;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ffc700;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c93535;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #c93535;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    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-app-elevation-shadow-level-1:
    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-app-elevation-shadow-level-2:
    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-app-elevation-shadow-level-3:
    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-app-elevation-shadow-level-4:
    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-app-elevation-shadow-level-5:
    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-app-elevation-shadow-level-6:
    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-app-elevation-shadow-level-7:
    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-app-elevation-shadow-level-8:
    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-app-elevation-shadow-level-9:
    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-app-elevation-shadow-level-10:
    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-app-elevation-shadow-level-11:
    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-app-elevation-shadow-level-12:
    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-app-elevation-shadow-level-13:
    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-app-elevation-shadow-level-14:
    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-app-elevation-shadow-level-15:
    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-app-elevation-shadow-level-16:
    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-app-elevation-shadow-level-17:
    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-app-elevation-shadow-level-18:
    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-app-elevation-shadow-level-19:
    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-app-elevation-shadow-level-20:
    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-app-elevation-shadow-level-21:
    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-app-elevation-shadow-level-22:
    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-app-elevation-shadow-level-23:
    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-app-elevation-shadow-level-24:
    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-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #424242;
  --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: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 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(255, 255, 255, 0.7);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ffc700;
  --mdc-linear-progress-track-color: rgba(255, 199, 0, 0.25);
}
.dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ffc700;
  --mdc-linear-progress-track-color: rgba(255, 199, 0, 0.25);
}
.dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c93535;
  --mdc-linear-progress-track-color: rgba(201, 53, 53, 0.25);
}
.dark {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --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;
  --mdc-filled-text-field-caret-color: #ffc700;
  --mdc-filled-text-field-focus-active-indicator-color: #ffc700;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 199, 0, 0.87);
  --mdc-filled-text-field-container-color: rgb(73.56, 73.56, 73.56);
  --mdc-filled-text-field-disabled-container-color: rgb(69.78, 69.78, 69.78);
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #c93535;
  --mdc-filled-text-field-error-focus-label-text-color: #c93535;
  --mdc-filled-text-field-error-label-text-color: #c93535;
  --mdc-filled-text-field-error-caret-color: #c93535;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #c93535;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c93535;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c93535;
  --mdc-outlined-text-field-caret-color: #ffc700;
  --mdc-outlined-text-field-focus-outline-color: #ffc700;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 199, 0, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #c93535;
  --mdc-outlined-text-field-error-focus-label-text-color: #c93535;
  --mdc-outlined-text-field-error-label-text-color: #c93535;
  --mdc-outlined-text-field-error-hover-label-text-color: #c93535;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #c93535;
  --mdc-outlined-text-field-error-hover-outline-color: #c93535;
  --mdc-outlined-text-field-error-outline-color: #c93535;
  --mat-form-field-focus-select-arrow-color: rgba(255, 199, 0, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #c93535;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --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(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
}
.dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #ffc700;
  --mdc-filled-text-field-focus-active-indicator-color: #ffc700;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 199, 0, 0.87);
  --mdc-outlined-text-field-caret-color: #ffc700;
  --mdc-outlined-text-field-focus-outline-color: #ffc700;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 199, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 199, 0, 0.87);
}
.dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c93535;
  --mdc-filled-text-field-focus-active-indicator-color: #c93535;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 53, 53, 0.87);
  --mdc-outlined-text-field-caret-color: #c93535;
  --mdc-outlined-text-field-focus-outline-color: #c93535;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 53, 53, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 53, 53, 0.87);
}
.dark {
  --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);
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 199, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 53, 53, 0.87);
}
.dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 199, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 53, 53, 0.87);
}
.dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(201, 53, 53, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 53, 53, 0.87);
}
.dark {
  --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);
  --mat-autocomplete-background-color: #424242;
  --mdc-dialog-container-shape: 4px;
  --mat-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);
  --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;
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
.dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: rgb(88.68, 88.68, 88.68);
  --mdc-chip-elevated-selected-container-color: rgb(88.68, 88.68, 88.68);
  --mdc-chip-elevated-disabled-container-color: rgb(88.68, 88.68, 88.68);
  --mdc-chip-flat-disabled-selected-container-color: rgb(88.68, 88.68, 88.68);
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #ffc700;
  --mdc-chip-elevated-selected-container-color: #ffc700;
  --mdc-chip-elevated-disabled-container-color: #ffc700;
  --mdc-chip-flat-disabled-selected-container-color: #ffc700;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #ffc700;
  --mdc-chip-elevated-selected-container-color: #ffc700;
  --mdc-chip-elevated-disabled-container-color: #ffc700;
  --mdc-chip-flat-disabled-selected-container-color: #ffc700;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c93535;
  --mdc-chip-elevated-selected-container-color: #c93535;
  --mdc-chip-elevated-disabled-container-color: #c93535;
  --mdc-chip-flat-disabled-selected-container-color: #c93535;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --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;
}
.dark {
  --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;
}
.dark .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.dark {
  --mdc-switch-selected-focus-state-layer-color: #ffd84d;
  --mdc-switch-selected-handle-color: #ffd84d;
  --mdc-switch-selected-hover-state-layer-color: #ffd84d;
  --mdc-switch-selected-pressed-state-layer-color: #ffd84d;
  --mdc-switch-selected-focus-handle-color: #ffe380;
  --mdc-switch-selected-hover-handle-color: #ffe380;
  --mdc-switch-selected-pressed-handle-color: #ffe380;
  --mdc-switch-selected-focus-track-color: #ffc100;
  --mdc-switch-selected-hover-track-color: #ffc100;
  --mdc-switch-selected-pressed-track-color: #ffc100;
  --mdc-switch-selected-track-color: #ffc100;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --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-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-disabled-label-text-color: rgba(255, 255, 255, 0.5);
}
.dark .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffd84d;
  --mdc-switch-selected-handle-color: #ffd84d;
  --mdc-switch-selected-hover-state-layer-color: #ffd84d;
  --mdc-switch-selected-pressed-state-layer-color: #ffd84d;
  --mdc-switch-selected-focus-handle-color: #ffe380;
  --mdc-switch-selected-hover-handle-color: #ffe380;
  --mdc-switch-selected-pressed-handle-color: #ffe380;
  --mdc-switch-selected-focus-track-color: #ffc100;
  --mdc-switch-selected-hover-track-color: #ffc100;
  --mdc-switch-selected-pressed-track-color: #ffc100;
  --mdc-switch-selected-track-color: #ffc100;
}
.dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #d97272;
  --mdc-switch-selected-handle-color: #d97272;
  --mdc-switch-selected-hover-state-layer-color: #d97272;
  --mdc-switch-selected-pressed-state-layer-color: #d97272;
  --mdc-switch-selected-focus-handle-color: #e49a9a;
  --mdc-switch-selected-hover-handle-color: #e49a9a;
  --mdc-switch-selected-pressed-handle-color: #e49a9a;
  --mdc-switch-selected-focus-track-color: #c33030;
  --mdc-switch-selected-hover-track-color: #c33030;
  --mdc-switch-selected-pressed-track-color: #c33030;
  --mdc-switch-selected-track-color: #c33030;
}
.dark {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc700;
  --mdc-radio-selected-hover-icon-color: #ffc700;
  --mdc-radio-selected-icon-color: #ffc700;
  --mdc-radio-selected-pressed-icon-color: #ffc700;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ffc700;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc700;
  --mdc-radio-selected-hover-icon-color: #ffc700;
  --mdc-radio-selected-icon-color: #ffc700;
  --mdc-radio-selected-pressed-icon-color: #ffc700;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ffc700;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #c93535;
  --mdc-radio-selected-hover-icon-color: #c93535;
  --mdc-radio-selected-icon-color: #c93535;
  --mdc-radio-selected-pressed-icon-color: #c93535;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #c93535;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.dark {
  --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;
  --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-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-handle-color: #ffc700;
  --mdc-slider-focus-handle-color: #ffc700;
  --mdc-slider-hover-handle-color: #ffc700;
  --mdc-slider-active-track-color: #ffc700;
  --mdc-slider-inactive-track-color: #ffc700;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffc700;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-slider-ripple-color: #ffc700;
  --mat-slider-hover-state-layer-color: rgba(255, 199, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 199, 0, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
}
.dark .mat-accent {
  --mdc-slider-handle-color: #ffc700;
  --mdc-slider-focus-handle-color: #ffc700;
  --mdc-slider-hover-handle-color: #ffc700;
  --mdc-slider-active-track-color: #ffc700;
  --mdc-slider-inactive-track-color: #ffc700;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffc700;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #ffc700;
  --mat-slider-hover-state-layer-color: rgba(255, 199, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 199, 0, 0.2);
}
.dark .mat-warn {
  --mdc-slider-handle-color: #c93535;
  --mdc-slider-focus-handle-color: #c93535;
  --mdc-slider-hover-handle-color: #c93535;
  --mdc-slider-active-track-color: #c93535;
  --mdc-slider-inactive-track-color: #c93535;
  --mdc-slider-with-tick-marks-inactive-container-color: #c93535;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c93535;
  --mat-slider-hover-state-layer-color: rgba(201, 53, 53, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 53, 53, 0.2);
}
.dark {
  --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;
  --mat-menu-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);
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
.dark .mdc-list-item__start,
.dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc700;
  --mdc-radio-selected-hover-icon-color: #ffc700;
  --mdc-radio-selected-icon-color: #ffc700;
  --mdc-radio-selected-pressed-icon-color: #ffc700;
}
.dark .mat-accent .mdc-list-item__start,
.dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffc700;
  --mdc-radio-selected-hover-icon-color: #ffc700;
  --mdc-radio-selected-icon-color: #ffc700;
  --mdc-radio-selected-pressed-icon-color: #ffc700;
}
.dark .mat-warn .mdc-list-item__start,
.dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #c93535;
  --mdc-radio-selected-hover-icon-color: #c93535;
  --mdc-radio-selected-icon-color: #c93535;
  --mdc-radio-selected-pressed-icon-color: #c93535;
}
.dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ffc700;
  --mdc-checkbox-selected-hover-icon-color: #ffc700;
  --mdc-checkbox-selected-icon-color: #ffc700;
  --mdc-checkbox-selected-pressed-icon-color: #ffc700;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ffc700;
  --mdc-checkbox-selected-hover-state-layer-color: #ffc700;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffc700;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ffc700;
  --mdc-checkbox-selected-hover-icon-color: #ffc700;
  --mdc-checkbox-selected-icon-color: #ffc700;
  --mdc-checkbox-selected-pressed-icon-color: #ffc700;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ffc700;
  --mdc-checkbox-selected-hover-state-layer-color: #ffc700;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffc700;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #c93535;
  --mdc-checkbox-selected-hover-icon-color: #c93535;
  --mdc-checkbox-selected-icon-color: #c93535;
  --mdc-checkbox-selected-pressed-icon-color: #c93535;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #c93535;
  --mdc-checkbox-selected-hover-state-layer-color: #c93535;
  --mdc-checkbox-selected-pressed-state-layer-color: #c93535;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #ffc700;
}
.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.dark {
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.dark .mat-mdc-tab-group,
.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #ffc700;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ffc700;
  --mat-tab-header-active-ripple-color: #ffc700;
  --mat-tab-header-inactive-ripple-color: #ffc700;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ffc700;
  --mat-tab-header-active-hover-label-text-color: #ffc700;
  --mat-tab-header-active-focus-indicator-color: #ffc700;
  --mat-tab-header-active-hover-indicator-color: #ffc700;
}
.dark .mat-mdc-tab-group.mat-accent,
.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ffc700;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ffc700;
  --mat-tab-header-active-ripple-color: #ffc700;
  --mat-tab-header-inactive-ripple-color: #ffc700;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ffc700;
  --mat-tab-header-active-hover-label-text-color: #ffc700;
  --mat-tab-header-active-focus-indicator-color: #ffc700;
  --mat-tab-header-active-hover-indicator-color: #ffc700;
}
.dark .mat-mdc-tab-group.mat-warn,
.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c93535;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #c93535;
  --mat-tab-header-active-ripple-color: #c93535;
  --mat-tab-header-inactive-ripple-color: #c93535;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #c93535;
  --mat-tab-header-active-hover-label-text-color: #c93535;
  --mat-tab-header-active-focus-indicator-color: #c93535;
  --mat-tab-header-active-hover-indicator-color: #c93535;
}
.dark .mat-mdc-tab-group.mat-background-primary,
.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #ffc700;
  --mat-tab-header-with-background-foreground-color: black;
}
.dark .mat-mdc-tab-group.mat-background-accent,
.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ffc700;
  --mat-tab-header-with-background-foreground-color: black;
}
.dark .mat-mdc-tab-group.mat-background-warn,
.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c93535;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark {
  --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;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ffc700;
  --mdc-checkbox-selected-hover-icon-color: #ffc700;
  --mdc-checkbox-selected-icon-color: #ffc700;
  --mdc-checkbox-selected-pressed-icon-color: #ffc700;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ffc700;
  --mdc-checkbox-selected-hover-state-layer-color: #ffc700;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffc700;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
}
.dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #ffc700;
  --mdc-checkbox-selected-hover-icon-color: #ffc700;
  --mdc-checkbox-selected-icon-color: #ffc700;
  --mdc-checkbox-selected-pressed-icon-color: #ffc700;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ffc700;
  --mdc-checkbox-selected-hover-state-layer-color: #ffc700;
  --mdc-checkbox-selected-pressed-state-layer-color: #ffc700;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #c93535;
  --mdc-checkbox-selected-hover-icon-color: #c93535;
  --mdc-checkbox-selected-icon-color: #c93535;
  --mdc-checkbox-selected-pressed-icon-color: #c93535;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #c93535;
  --mdc-checkbox-selected-hover-state-layer-color: #c93535;
  --mdc-checkbox-selected-pressed-state-layer-color: #c93535;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark {
  --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-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-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;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ffc700;
  --mat-text-button-state-layer-color: #ffc700;
  --mat-text-button-ripple-color: rgba(255, 199, 0, 0.1);
}
.dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffc700;
  --mat-text-button-state-layer-color: #ffc700;
  --mat-text-button-ripple-color: rgba(255, 199, 0, 0.1);
}
.dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c93535;
  --mat-text-button-state-layer-color: #c93535;
  --mat-text-button-ripple-color: rgba(201, 53, 53, 0.1);
}
.dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ffc700;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffc700;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c93535;
  --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);
}
.dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ffc700;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffc700;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c93535;
  --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);
}
.dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ffc700;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ffc700;
  --mat-outlined-button-ripple-color: rgba(255, 199, 0, 0.1);
}
.dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffc700;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ffc700;
  --mat-outlined-button-ripple-color: rgba(255, 199, 0, 0.1);
}
.dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c93535;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #c93535;
  --mat-outlined-button-ripple-color: rgba(201, 53, 53, 0.1);
}
.dark {
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ffc700;
  --mat-icon-button-state-layer-color: #ffc700;
  --mat-icon-button-ripple-color: rgba(255, 199, 0, 0.1);
}
.dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffc700;
  --mat-icon-button-state-layer-color: #ffc700;
  --mat-icon-button-ripple-color: rgba(255, 199, 0, 0.1);
}
.dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #c93535;
  --mat-icon-button-state-layer-color: #c93535;
  --mat-icon-button-ripple-color: rgba(201, 53, 53, 0.1);
}
.dark {
  --mdc-fab-container-shape: 50%;
  --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-small-container-shape: 50%;
  --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-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --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-fab-container-color: #424242;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-fab-small-container-color: #424242;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
}
.dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #ffc700;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #ffc700;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #c93535;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #ffc700;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #ffc700;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
.dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #c93535;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark {
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: rgb(217.2, 217.2, 217.2);
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: #ffc700;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #ffc700;
}
.dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffc700;
}
.dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c93535;
}
.dark {
  --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;
  --mat-badge-background-color: #ffc700;
  --mat-badge-text-color: black;
  --mat-badge-disabled-state-background-color: rgb(110.1, 110.1, 110.1);
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
}
.dark .mat-badge-accent {
  --mat-badge-background-color: #ffc700;
  --mat-badge-text-color: black;
}
.dark .mat-badge-warn {
  --mat-badge-background-color: #c93535;
  --mat-badge-text-color: white;
}
.dark {
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --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;
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, 0.5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: rgb(88.68, 88.68, 88.68);
  --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);
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #ffc700;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 199, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 199, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 199, 0, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #ffc700;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 199, 0, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #ffc700;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 199, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 199, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 199, 0, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 199, 0, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c93535;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 53, 53, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 53, 53, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 53, 53, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 53, 53, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
.dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #ffc700;
}
.dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c93535;
}
.dark {
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
}
.dark .mat-icon.mat-primary {
  --mat-icon-color: #ffc700;
}
.dark .mat-icon.mat-accent {
  --mat-icon-color: #ffc700;
}
.dark .mat-icon.mat-warn {
  --mat-icon-color: #c93535;
}
.dark {
  --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;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #ffc700;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #ffc700;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #ffc700;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #c93535;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c93535;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
.dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #ffc700;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #ffc700;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #ffc700;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c93535;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c93535;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c93535;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.dark {
  --mat-sort-arrow-color: rgb(198.3, 198.3, 198.3);
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
}
.dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #ffc700;
  --mat-toolbar-container-text-color: black;
}
.dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #ffc700;
  --mat-toolbar-container-text-color: black;
}
.dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c93535;
  --mat-toolbar-container-text-color: white;
}
.dark {
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-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);
  --mat-timepicker-container-background-color: #424242;
}
.dark .mat-mdc-tab-group,
.dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #ffc700;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ffc700;
  --mat-tab-header-active-ripple-color: #ffc700;
  --mat-tab-header-inactive-ripple-color: #ffc700;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ffc700;
  --mat-tab-header-active-hover-label-text-color: #ffc700;
  --mat-tab-header-active-focus-indicator-color: #ffc700;
  --mat-tab-header-active-hover-indicator-color: #ffc700;
}
.dark .mat-mdc-tab-group.mat-accent,
.dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #ffc700;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ffc700;
  --mat-tab-header-active-ripple-color: #ffc700;
  --mat-tab-header-inactive-ripple-color: #ffc700;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ffc700;
  --mat-tab-header-active-hover-label-text-color: #ffc700;
  --mat-tab-header-active-focus-indicator-color: #ffc700;
  --mat-tab-header-active-hover-indicator-color: #ffc700;
}
.dark .mat-mdc-tab-group.mat-warn,
.dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c93535;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #c93535;
  --mat-tab-header-active-ripple-color: #c93535;
  --mat-tab-header-inactive-ripple-color: #c93535;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #c93535;
  --mat-tab-header-active-hover-label-text-color: #c93535;
  --mat-tab-header-active-focus-indicator-color: #c93535;
  --mat-tab-header-active-hover-indicator-color: #c93535;
}
.dark .mat-mdc-tab-group.mat-background-primary,
.dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #ffc700;
  --mat-tab-header-with-background-foreground-color: black;
}
.dark .mat-mdc-tab-group.mat-background-accent,
.dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #ffc700;
  --mat-tab-header-with-background-foreground-color: black;
}
.dark .mat-mdc-tab-group.mat-background-warn,
.dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c93535;
  --mat-tab-header-with-background-foreground-color: white;
}
:root {
  --mat-sidenav-content-background-color: white;
}
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "HarmonyOS Sans";
  src: url(/assets/fonts/HarmonyOS_Sans_Thin.eot);
  src:
    local("HarmonyOS Sans Thin"),
    local("HarmonyOS_Sans_Thin"),
    url(/assets/fonts/HarmonyOS_Sans_Thin.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/HarmonyOS_Sans_Thin.woff2) format("woff2"),
    url(/assets/fonts/HarmonyOS_Sans_Thin.woff) format("woff"),
    url(/assets/fonts/HarmonyOS_Sans_Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS Sans";
  src: url(/assets/fonts/HarmonyOS_Sans_Light.eot);
  src:
    local("HarmonyOS Sans Light"),
    local("HarmonyOS_Sans_Light"),
    url(/assets/fonts/HarmonyOS_Sans_Light.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/HarmonyOS_Sans_Light.woff2) format("woff2"),
    url(/assets/fonts/HarmonyOS_Sans_Light.woff) format("woff"),
    url(/assets/fonts/HarmonyOS_Sans_Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS Sans";
  src: url(/assets/fonts/HarmonyOS_Sans.eot);
  src:
    local("HarmonyOS Sans"),
    local("HarmonyOS_Sans"),
    url(/assets/fonts/HarmonyOS_Sans.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/HarmonyOS_Sans.woff2) format("woff2"),
    url(/assets/fonts/HarmonyOS_Sans.woff) format("woff"),
    url(/assets/fonts/HarmonyOS_Sans.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS Sans";
  src: url(/assets/fonts/HarmonyOS_Sans_Medium.eot);
  src:
    local("HarmonyOS Sans Medium"),
    local("HarmonyOS_Sans_Medium"),
    url(/assets/fonts/HarmonyOS_Sans_Medium.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/HarmonyOS_Sans_Medium.woff2) format("woff2"),
    url(/assets/fonts/HarmonyOS_Sans_Medium.woff) format("woff"),
    url(/assets/fonts/HarmonyOS_Sans_Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS Sans";
  src: url(/assets/fonts/HarmonyOS_Sans_Bold.eot);
  src:
    local("HarmonyOS Sans Bold"),
    local("HarmonyOS_Sans_Bold"),
    url(/assets/fonts/HarmonyOS_Sans_Bold.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/HarmonyOS_Sans_Bold.woff2) format("woff2"),
    url(/assets/fonts/HarmonyOS_Sans_Bold.woff) format("woff"),
    url(/assets/fonts/HarmonyOS_Sans_Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HarmonyOS Sans";
  src: url(/assets/fonts/HarmonyOS_Sans_Black.eot);
  src:
    local("HarmonyOS Sans Black"),
    local("HarmonyOS_Sans_Black"),
    url(/assets/fonts/HarmonyOS_Sans_Black.eot?#iefix) format("embedded-opentype"),
    url(/assets/fonts/HarmonyOS_Sans_Black.woff2) format("woff2"),
    url(/assets/fonts/HarmonyOS_Sans_Black.woff) format("woff"),
    url(/assets/fonts/HarmonyOS_Sans_Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: black !important;
  color: black !important;
  caret-color: black !important;
  transition: background-color 5000s ease-in-out 0s;
}
.panel-table-head-select {
  --mat-optgroup-label-text-size: 14px;
  --mat-option-label-text-font: "HarmonyOS Sans";
}
.panel-table-head-select .mat-pseudo-checkbox {
  display: none;
}
.panel-table-head-select.mat-mdc-select-panel .mat-mdc-option {
  min-height: 24px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.panel-table-head-select__date {
  --mat-optgroup-label-text-size: 16px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-font: "HarmonyOS Sans";
}
.panel-table-head-select__date .mat-pseudo-checkbox {
  display: none;
}
.table-head-select,
.table-head-select__date {
  --mat-select-arrow-transform: 0px;
  --mat-form-field-filled-with-label-container-padding-top: 4px;
  --mat-form-field-filled-with-label-container-padding-bottom: 4px;
  --mat-form-field-container-height: 18px;
  --mdc-filled-text-field-container-color: transparent;
  --mat-form-field-focus-state-layer-opacity: 1;
  --mat-mdc-form-field-floating-label-scale: 0;
  --mat-select-enabled-arrow-color: rgba(2, 45, 53, 0.5);
  --mat-select-focused-arrow-color: rgba(2, 45, 53, 0.5);
  --mat-select-trigger-text-font: "HarmonyOS Sans";
}
.table-head-select .mat-mdc-select-value-text,
.table-head-select__date .mat-mdc-select-value-text {
  color: #022D35;
}
.table-head-select .mat-mdc-select-placeholder,
.table-head-select__date .mat-mdc-select-placeholder {
  transition: tranform 0s !important;
  color: #022D35 !important;
  opacity: 0.4 !important;
}
.table-head-select .mdc-floating-label,
.table-head-select__date .mdc-floating-label {
  color: #022D35 !important;
  opacity: 0.4 !important;
}
.table-head-select .mdc-floating-label.mdc-floating-label--float-above,
.table-head-select__date .mdc-floating-label.mdc-floating-label--float-above {
  display: none !important;
}
.table-head-select .mat-mdc-form-field-focus-overlay,
.table-head-select__date .mat-mdc-form-field-focus-overlay {
  background-color: transparent;
}
.table-head-select .mat-mdc-select,
.table-head-select__date .mat-mdc-select {
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 229 229 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.table-head-select .mat-mdc-form-field-subscript-wrapper,
.table-head-select__date .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.table-head-select .mdc-text-field,
.table-head-select__date .mdc-text-field {
  padding-left: 0px;
  padding-right: 0px;
}
.table-head-select .mdc-line-ripple::before,
.table-head-select__date .mdc-line-ripple::before {
  content: var(--tw-content);
  display: none;
}
.table-head-select .mdc-line-ripple::after,
.table-head-select__date .mdc-line-ripple::after {
  content: var(--tw-content);
  display: none;
}
.table-head-select .mdc-floating-label--float-above,
.table-head-select__date .mdc-floating-label--float-above {
  opacity: 0;
}
.table-head-select .mat-mdc-form-field-infix,
.table-head-select__date .mat-mdc-form-field-infix {
  min-height: 0px;
  width: 100px;
  border-radius: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.table-head-select .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper,
.table-head-select__date .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
  transform: none;
}
.table-head-select .mat-mdc-select-arrow-wrapper,
.table-head-select__date .mat-mdc-select-arrow-wrapper {
  height: 20px;
  transform: none;
}
.table-head-select .mat-mdc-select-arrow,
.table-head-select__date .mat-mdc-select-arrow {
  width: 12px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.21631 1.30371L5.60831 5.6956L10.0002 1.30371' stroke='%2390A2A5'/%3e%3c/svg%3e ");
  transform: translate(2px, 1px);
}
.table-head-select .mat-mdc-select-arrow svg,
.table-head-select__date .mat-mdc-select-arrow svg {
  display: none;
}
.table-head-select .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,
.table-head-select .ng-star-inserted,
.table-head-select__date .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,
.table-head-select__date .ng-star-inserted {
  top: 10px;
  left: 9px;
  font-family: HarmonyOS Sans, sans-serif;
  color: rgb(2 45 53 / 0.4);
}
.table-head-select__date {
  --mat-form-field-container-height: 28px;
  --mdc-filled-text-field-label-text-size: 16px;
  --mat-option-label-text-size: 16px;
  --mat-select-trigger-text-size: 16px;
}
.table-head-select__date .mat-mdc-select-arrow-wrapper {
  height: 34px;
}
.table-head-select__date .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,
.table-head-select__date .ng-star-inserted {
  top: 17px;
  left: 15px;
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.table-head-select__date .mdc-list-item {
  font-family: HarmonyOS Sans, sans-serif;
  font-size: 16px;
}
.table-head-select__date .panel-table-head-select.mat-mdc-select-panel .mat-mdc-option {
  min-height: 30px;
  font-size: 16px;
}
.table-head-select__date .mat-mdc-form-field-infix {
  width: 235px;
  border-radius: 6px;
}
.select-classic {
  --mdc-filled-text-field-container-color: transparent;
  --mdc-filled-text-field-label-text-size: inherit;
  --mat-form-field-filled-with-label-container-padding-top: 0;
  --mat-form-field-filled-with-label-container-padding-bottom: 0;
  --mat-form-field-container-height: none;
  --mat-form-field-container-text-font: "HarmonyOS Sans", sans-serif;
  --mdc-filled-text-field-container-shape: 0;
  --mat-form-field-state-layer-color: transparent;
  --mat-option-label-text-size: inherit;
  --mat-select-trigger-text-size: inherit;
  --mat-select-arrow-transform: 0;
  --mdc-filled-text-field-label-text-font: "HarmonyOS Sans", sans-serif;
  --mdc-filled-text-field-label-text-tracking: 0;
  --mdc-filled-text-field-focus-label-text-color: "#022D35";
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-line-height: 1.4;
  --mdc-filled-text-field-hover-label-text-color: "#022D35";
  --mat-select-enabled-trigger-text-color: "#022D35";
  --mat-form-field-container-vertical-padding: 0;
  width: 100%;
}
.select-classic .mat-mdc-text-field-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.select-classic .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.select-classic .mdc-line-ripple:before,
.select-classic .mdc-line-ripple:after {
  border-style: none;
}
.select-classic .mat-mdc-select-arrow {
  width: 12px;
  height: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.21631 1.30371L5.60831 5.6956L10.0002 1.30371' stroke='%2390A2A5'/%3e%3c/svg%3e ");
  transform: translate(2px, 1px);
}
.select-classic .mat-mdc-select-arrow svg {
  display: none;
}
.select-classic.placeholder-light-gray .mat-mdc-select-placeholder {
  --mat-select-enabled-trigger-text-color: rgba(#022D35, 0.4);
  font-family: HarmonyOS Sans, sans-serif;
  font-size: 15px;
  color: rgb(2 45 53 / 0.4);
}
.select-classic.mat-mdc-select-panel .mat-mdc-option {
  min-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
.select-classic .mat-pseudo-checkbox {
  display: none;
}
.select-classic-panel {
  --mat-select-panel-background-color: #ffffff;
  --mat-select-container-elevation-shadow: none;
  --mat-option-label-text-font: "HarmonyOS Sans", sans-serif;
  --mat-select-trigger-text-font: "HarmonyOS Sans", sans-serif;
  --mat-option-label-text-color: "#022D35";
  --mat-option-label-text-size: 15px;
  --mat-option-label-text-tracking: normal;
  --mat-option-focus-state-layer-color: "#F5F5F5";
  --mat-option-selected-state-layer-color: "#F5F5F5";
  border-radius: 9px !important;
  background: #FFF;
  padding: 0 !important;
  box-shadow: 0px 25px 44px 0px rgba(96, 104, 134, 0.27) !important;
}
.select-classic-panel .mat-mdc-option {
  min-height: 48px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.select-classic-panel .mdc-list-item.mat-mdc-option-active:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}
.select-classic-panel .mdc-list-item {
  border-top: 1px solid rgba(96, 104, 134, 0.18);
}
.select-classic-panel .mdc-list-item:first-child {
  border: none !important;
}
.select-classic-panel .mat-pseudo-checkbox {
  display: none;
}
.select-classic-panel .mdc-list-item__primary-text {
  margin-right: 0;
}
.select-classic-panel .mat-mdc-select {
  font-family: "HarmonyOS Sans", sans-serif !important;
}
.sidenav-backdrop.mat-sidenav-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1009;
  background: rgba(0, 0, 0, 0.5019607843);
}
.sidenav-backdrop.mat-sidenav-container .mat-drawer-backdrop {
  background: transparent;
}
.black-spinner {
  --mdc-circular-progress-active-indicator-color: #222540;
}
.spinner-white {
  --mdc-circular-progress-active-indicator-color: #FFFFFF;
}
.mat-expansion-panel {
  --mat-expansion-container-background-color: none;
  --mat-expansion-container-text-color: inherit;
  --mat-expansion-actions-divider-color: transparent;
  --mat-expansion-header-hover-state-layer-color: none;
  --mat-expansion-header-focus-state-layer-color: none;
  --mat-expansion-header-disabled-state-text-color: none;
  --mat-expansion-header-text-color: inherit;
  --mat-expansion-header-description-color: inherit;
  --mat-expansion-header-indicator-color: #90A2A5;
  --mat-expansion-header-text-font: "HarmonyOS Sans", sans-serif;
  --mat-expansion-header-text-size: inherit;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: 1.2;
  --mat-expansion-header-text-tracking: normal;
  --mat-expansion-container-text-font: "HarmonyOS Sans", sans-serif;
  --mat-expansion-container-text-line-height: 1.2;
  --mat-expansion-container-text-size: inherit;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-collapsed-state-height: auto;
  --mat-expansion-header-expanded-state-height: auto;
  --mat-expansion-container-shape: 0;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
  box-shadow: none !important;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
.mat-expansion-panel .mat-expansion-panel-header {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.mat-expansion-panel .mat-expansion-panel-body {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
}
.mat-expansion-panel .mat-expansion-indicator {
  display: block;
  width: 18px;
}
.mat-expansion-panel .mat-expansion-indicator svg {
  margin: 0px;
  height: auto;
  width: 100%;
}
.mat-accordion .mat-expansion-panel-spacing {
  margin: 0px;
}
.mat-expansion-panel + .mat-expansion-panel {
  border-top: none;
}
.faq-accordion .mat-expansion-panel .mat-expansion-panel-header {
  position: relative;
  padding-right: 89px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.faq-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
  position: absolute;
  top: 22px;
  right: 0px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(202 202 202 / var(--tw-border-opacity, 1));
}
.faq-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:after,
.faq-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-style: none;
  padding: 0px;
  opacity: 1;
  --tw-content: "";
  content: var(--tw-content);
}
.faq-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:after {
  height: 12px;
  width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1));
}
.faq-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:before {
  height: 2px;
  width: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(202 202 202 / var(--tw-bg-opacity, 1));
}
.faq-accordion .mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator svg {
  display: none;
}
.faq-accordion .mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  padding-bottom: 17px;
}
.faq-accordion .mat-expansion-panel .mat-expansion-panel-header.mat-expanded .mat-expansion-indicator:after {
  opacity: 0;
}
.faq-accordion .mat-expansion-panel .mat-expansion-panel-body {
  padding-bottom: 20px;
}
.providers-accordion {
  border-color: rgb(255 255 255 / 0.25);
}
.providers-accordion.mat-expansion-panel {
  display: flex;
  flex-direction: column;
}
.providers-accordion .mat-expansion-panel-content-wrapper {
  flex: 1 1 0%;
}
.providers-accordion .mat-expansion-panel-header {
  min-height: 52px;
}
.providers-accordion .mat-expansion-panel-header .mat-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.providers-accordion .mat-expansion-panel-header .mat-content img {
  opacity: 0.6;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.providers-accordion .mat-expansion-indicator {
  position: absolute;
  top: 22px;
  right: 14px;
  height: 8px;
  width: 14px;
  transform-origin: 50% 100%;
}
.providers-accordion .mat-expansion-indicator:before {
  height: 8px;
  width: 14px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' opacity='0.25' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.providers-accordion .mat-expansion-indicator svg {
  display: none;
}
.providers-accordion.mat-expanded {
  flex-shrink: 0;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(37 78 75 / var(--tw-bg-opacity, 1));
}
.providers-accordion.mat-expanded .mat-expansion-panel-header .mat-content img {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.providers-accordion .mat-expansion-panel-body {
  height: 100%;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(37 78 75 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.providers-accordion .mat-expansion-panel-body video {
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: auto;
  max-height: 170px;
  width: 100%;
  max-width: 236px;
  border-radius: 5px;
}
.cluster-expansion.mat-expansion-panel {
  --mat-expansion-header-indicator-color: #fff;
  border-style: none;
}
.cluster-expansion.mat-expansion-panel .mat-expansion-panel-header {
  padding: 0px;
}
.cluster-expansion.mat-expansion-panel .mat-expansion-panel-body {
  margin-top: 16px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(131 131 131 / var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 16px;
}
.cluster-expansion.mat-expansion-panel .mat-expansion-indicator {
  position: absolute;
  right: 2px;
  width: 22px;
}
.cluster-expansion.mat-expansion-panel .mat-expansion-indicator svg {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion-wallet-to-monitoring.add-wallet .panel-wallet-to-monitoring .mat-expansion-indicator,
.accordion-wallet-to-monitoring.check-wallet .panel-wallet-to-monitoring .mat-expansion-indicator {
  display: none;
}
.accordion-wallet-to-monitoring.add-wallet.check-wallet .mat-expansion-panel-content-wrapper,
.accordion-wallet-to-monitoring.check-wallet.check-wallet .mat-expansion-panel-content-wrapper {
  margin-top: 0px;
}
.accordion-wallet-to-monitoring .panel-wallet-to-monitoring .mat-expansion-indicator {
  display: none;
}
.accordion-wallet-to-monitoring .panel-wallet-to-monitoring.panel-wallet-settings .mat-expansion-indicator {
  display: block;
}
.accordion-wallet-to-monitoring .panel-wallet-to-monitoring.mat-expansion-panel {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.accordion-wallet-to-monitoring .panel-wallet-to-monitoring.mat-expansion-panel:last-of-type {
  border-bottom-width: 0px;
}
.panel-wallet-to-monitoring .mat-expansion-panel-header {
  margin-top: 4px;
  margin-bottom: 4px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
@media (min-width: 1024px) {
  .panel-wallet-to-monitoring .mat-expansion-panel-header {
    padding-left: 5px;
    padding-right: 8px;
  }
}
.panel-wallet-to-monitoring .mat-expansion-panel-header.all-empty-tokens {
  margin-top: 4px;
  margin-bottom: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1));
  background-color: rgb(201 53 53 / 0.15);
}
.panel-wallet-to-monitoring .mat-expansion-panel-header.all-empty-tokens:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1));
  background-color: rgb(201 53 53 / 0.15);
}
.panel-wallet-to-monitoring .mat-expansion-panel-header:hover.all-empty-tokens {
  --tw-border-opacity: 1;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1));
  background-color: rgb(201 53 53 / 0.15);
}
.panel-wallet-to-monitoring .mat-expansion-panel-content-wrapper {
  margin-top: 0.5rem;
}
.pricing-expansion-panel.mat-expansion-panel {
  border-style: none;
}
.pricing-expansion-panel .mat-expansion-panel-header {
  position: relative;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0.1);
  padding: 0px;
}
.pricing-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
  position: absolute;
  right: 10px;
  width: 20px;
}
.pricing-expansion-panel .mat-expansion-panel-body {
  padding-bottom: 0px;
}
.pricing-expansion-panel .mat-expansion-indicator svg {
  fill: #000;
}
.balance-tabs .mdc-tab mat-mdc-tab {
  --mdc-secondary-navigation-tab-container-height: auto;
  height: auto;
}
.balance-tabs .mdc-tab-indicator--active .mdc-tab__text-label > div {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(45 103 247 / var(--tw-text-opacity, 1));
}
.balance-tabs .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: auto;
  align-self: flex-start;
}
.balance-tabs .mat-mdc-tab-list,
.balance-tabs .mat-mdc-tab-label-container {
  flex-grow: 0;
}
.balance-tabs .mdc-tab-indicator {
  display: none;
}
.balance-tabs .mat-mdc-tab-labels {
  gap: 8px;
}
.balance-tabs .mat-mdc-tab-labels .mat-ripple {
  display: none;
}
.balance-tabs .mat-mdc-tab-labels .mdc-tab__ripple:before {
  display: none;
}
.balance-tabs .mat-mdc-tab-labels .mdc-tab {
  overflow: hidden;
  border-radius: 0.25rem;
  padding: 0px;
}
.report-tabs.mat-mdc-tab-group .mat-mdc-tab-body-content {
  overflow-y: hidden;
}
.report-tabs.mat-mdc-tab-group .mat-mdc-tab-label-container .mdc-tab {
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #022D35;
  padding: 8px;
  min-width: unset;
  height: auto;
  flex-grow: unset !important;
  font-family: "HarmonyOS Sans";
}
.report-tabs.mat-mdc-tab-group .mat-mdc-tab-label-container .mdc-tab .mdc-tab__text-label {
  color: #022D35;
  transition-delay: 0ms;
}
.report-tabs.mat-mdc-tab-group .mat-mdc-tab-label-container .mdc-tab.mdc-tab--active {
  background: #022D35;
  color: #FFFFFF;
}
.report-tabs.mat-mdc-tab-group .mat-mdc-tab-label-container .mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #FFFFFF;
}
.report-tabs.mat-mdc-tab-group .mat-mdc-tab-label-container .mdc-tab .mdc-tab__content {
  min-width: unset;
  height: auto;
}
.report-tabs.mat-mdc-tab-group .mat-mdc-tab-label-container .mdc-tab .mdc-tab-indicator,
.report-tabs.mat-mdc-tab-group .mat-mdc-tab-label-container .mdc-tab .mdc-tab__ripple,
.report-tabs.mat-mdc-tab-group .mat-mdc-tab-label-container .mdc-tab .mat-ripple {
  display: none;
}
.tab-report {
  width: 100%;
}
.tab-report .mdc-tab {
  --mdc-secondary-navigation-tab-container-height: auto;
  min-width: unset !important;
}
.tab-report .mdc-tab__text-label {
  width: 100%;
  border-radius: 6px;
}
.tab-report .mat-mdc-tab-header-pagination {
  display: none !important;
}
.tab-report .mat-mdc-tab-header {
  overflow: visible !important;
}
.tab-report .mdc-tab-indicator__content {
  display: none;
}
.tab-report .mat-mdc-tab-labels {
  gap: 4px;
}
.tab-report .mat-mdc-tab-labels.cols-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tab-report .mat-mdc-tab-labels.cols-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tab-report .mat-mdc-tab-labels.cols-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tab-report .mat-mdc-tab-labels.cols-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tab-report .mat-mdc-tab-labels .mdc-tab {
  flex: 1 1 0%;
  flex-direction: column;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 245 / var(--tw-bg-opacity, 1));
  padding: 0px;
}
.tab-report .mat-mdc-tab-labels .mdc-tab--active .tab-report__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tab-report .mat-mdc-tab-labels .mdc-tab--active .tab-report__status {
  --tw-text-opacity: 1;
  color: rgb(80 175 149 / var(--tw-text-opacity, 1));
}
.tab-report .mat-mdc-tab-labels .mdc-tab--active .tab-report__nav {
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
}
.tab-report .mat-mdc-tab-labels .mdc-tab__content {
  justify-content: flex-start;
}
.tab-report__nav {
  display: flex;
  min-height: 74px;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 5px;
  text-align: left;
}
.tab-report__nav .tab-report__title {
  white-space: pre-wrap;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
}
.tab-report__nav .tab-report__status {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  text-transform: capitalize;
}
.tab-report-type .mat-mdc-tab-labels {
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tab-report-type .mat-mdc-tab-labels .mdc-tab {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  padding: 0px;
}
.tab-report-type .mat-mdc-tab-labels .mdc-tab__content {
  justify-content: flex-start;
}
.tab-report-type .tab-report__nav {
  min-height: 26px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tab-report-type .tab-report__nav .tab-report__title {
  font-size: 10px;
  font-weight: 700;
}
.tabs-monitoring .mat-mdc-tab-labels {
  gap: 4px;
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab {
  --mdc-secondary-navigation-tab-container-height: auto;
  --mdc-tab-indicator-active-indicator-color: unset;
  --mat-tab-header-disabled-ripple-color: unset;
  --mat-tab-header-pagination-icon-color: unset;
  --mat-tab-header-inactive-label-text-color: unset;
  --mat-tab-header-active-label-text-color: unset;
  --mat-tab-header-active-ripple-color: unset;
  --mat-tab-header-inactive-ripple-color: unset;
  --mat-tab-header-inactive-focus-label-text-color: unset;
  --mat-tab-header-inactive-hover-label-text-color: unset;
  --mat-tab-header-active-focus-label-text-color: white;
  --mat-tab-header-active-hover-label-text-color: white;
  --mat-tab-header-active-focus-indicator-color: white;
  --mat-tab-header-active-hover-indicator-color: white;
  --mat-tab-header-label-text-font: "HarmonyOS Sans", sans-serif;
  flex: 1 1 0%;
  border-radius: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(2 45 53 / 0.31);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 14px;
  padding-right: 6px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
  min-width: auto !important;
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab__content,
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab__text-label {
  width: 100%;
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab .mdc-tab__text-label {
  --mat-tab-header-inactive-label-text-colo: unset !important;
  color: inherit;
  font-size: 16px;
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab .tabs-monitoring__indicator {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab .tabs-monitoring__indicator-check {
  position: relative;
  display: flex;
  height: 22px;
  width: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(2 45 53 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab .tabs-monitoring__indicator-check.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab.choosed {
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab.choosed:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab--active,
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  background-color: #022D35 !important;
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab--active:hover,
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab:hover:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab--active .mdc-tab__text-label,
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab:hover .mdc-tab__text-label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab .mdc-tab-indicator {
  display: none;
}
.tabs-monitoring .mat-mdc-tab-labels .mdc-tab.choosed {
  border-color: transparent;
}
.default-dialog {
  max-width: 768px !important;
  min-height: 548px !important;
  margin: auto !important;
}
@media (min-width: 1024px) {
  .default-dialog {
    max-width: 900px !important;
    min-height: 548px !important;
  }
}
.default-dialog .mat-mdc-dialog-surface {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 69 66 / var(--tw-bg-opacity, 1));
}
.dialog-add-wallet .mat-mdc-dialog-surface {
  border-radius: 10px;
}
.dialog-add-wallet .container {
  max-width: none;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.cdk-overlay-backdrop {
  background-color: rgba(29, 42, 41, 0.6);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(29, 42, 41, 0.6) !important;
}
.dialog-deposit .mat-mdc-dialog-surface {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 69 66 / var(--tw-bg-opacity, 1));
}
.dialog-coming-soon .mat-mdc-dialog-surface {
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 222 225 / var(--tw-bg-opacity, 1));
}
.dialog-change-lang {
  max-width: 400px !important;
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.dialog-change-lang .mat-mdc-dialog-surface {
  border-radius: 12px;
  --tw-shadow: 0px 1px 13px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 1px 13px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.dialog-subsciption-info .mat-mdc-dialog-surface {
  border-radius: 0.5rem;
}
.dialog-invoice-one-day .mat-mdc-dialog-surface {
  min-height: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(35 69 66 / var(--tw-bg-opacity, 1));
}
.dialog-confirm-delete .mat-mdc-dialog-surface {
  border-radius: 0.75rem;
}
.dialog-confirm-delete-wallet .mat-mdc-dialog-surface {
  border-radius: 0.75rem;
}
.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn-main:disabled {
  pointer-events: none;
  opacity: 0.4;
}
.btn {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-width: 1px;
  border-style: solid;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  letter-spacing: -0.015rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn span,
.btn .icon {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.btn-green-inactive {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(2 45 53 / 0.1);
  background-color: transparent;
  color: rgb(2 45 53 / 0.2);
}
.btn-green-inactive:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-green-bordered {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(80 175 149 / var(--tw-text-opacity, 1));
}
.btn-green-bordered:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-green-dark-bordered {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.btn-green-dark-bordered:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-green-light {
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-green-light .icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-green-light:hover:not(disabled) {
  --tw-border-opacity: 1;
  border-color: rgb(35 69 66 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(35 69 66 / var(--tw-bg-opacity, 1));
}
.btn-green-light:disabled {
  pointer-events: none;
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
  opacity: 0.3;
}
.btn-green-light:disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
}
.btn-green-dark {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-green-dark .icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-green-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
}
.btn-green-darken {
  --tw-border-opacity: 1;
  border-color: rgb(16 77 89 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 77 89 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-green-darken .icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-green-darken:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-gray-bordered-warn {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(97 111 116 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(97 111 116 / var(--tw-text-opacity, 1));
}
.btn-gray-bordered-warn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-warn {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-warn:hover {
  border-color: rgb(201 47 41 / 0.8);
  background-color: rgb(201 47 41 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-gray-bordered-to-green {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(144 162 165 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(144 162 165 / var(--tw-text-opacity, 1));
}
.btn-gray-bordered-to-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 77 89 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(16 77 89 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-bordered-gray-light-to-green {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(224 230 231 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(103 129 134 / var(--tw-text-opacity, 1));
}
.btn-bordered-gray-light-to-green .icon {
  --tw-text-opacity: 1;
  color: rgb(103 129 134 / var(--tw-text-opacity, 1));
}
.btn-bordered-gray-light-to-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.btn-bordered-gray-light-to-green:hover .icon {
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.btn-bordered-warn {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1));
}
.btn-bordered-warn .icon {
  --tw-text-opacity: 1;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1));
}
.btn-bordered-warn span {
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 53 / var(--tw-bg-opacity, 1));
}
.btn-bordered-warn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-bordered-warn:hover .icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-bordered-warn:hover span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.btn-white-outline {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-white-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(46 132 109 / var(--tw-text-opacity, 1));
}
.btn-white-outline:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(221 255 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(46 132 109 / var(--tw-text-opacity, 1));
}
.btn-dark-green-to-light {
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-dark-green-to-light:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 109 125 / var(--tw-bg-opacity, 1));
}
.btn-dark-green-to-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 73 85 / var(--tw-bg-opacity, 1));
}
:root {
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #606886;
  --mdc-checkbox-selected-hover-icon-color: #606886;
  --mdc-checkbox-selected-icon-color: #606886;
  --mdc-checkbox-selected-pressed-icon-color: #606886;
  --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-selected-focus-state-layer-color: #606886;
  --mdc-checkbox-selected-hover-state-layer-color: #606886;
  --mdc-checkbox-selected-pressed-state-layer-color: #606886;
}
.form-checkbox {
  --mat-checkbox-label-text-color: inherit;
  --mat-checkbox-label-text-font: "HarmonyOS Sans", sans-serif;
  --mat-checkbox-label-text-line-height: "";
  --mat-checkbox-label-text-size: inherit;
  --mat-checkbox-label-text-tracking: "normal";
  --mat-checkbox-label-text-weight: "";
}
.form-checkbox-square {
  --mat-checkbox-label-text-size: inherit;
}
.form-checkbox-square.mat-mdc-checkbox .mat-internal-form-field {
  font-size: inherit;
}
.form-checkbox-square .mdc-checkbox {
  flex: 1 1 auto;
  padding: 0px;
}
.form-checkbox-square .mdc-checkbox__checkmark {
  left: 50%;
  top: 50%;
  width: 55%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.form-checkbox-square .mdc-checkbox .mdc-checkbox__native-control,
.form-checkbox-square .mat-mdc-checkbox-touch-target {
  height: 100%;
  width: 100%;
}
.form-checkbox-square .mdc-checkbox__background {
  position: static;
  border-radius: 12px;
}
.form-checkbox-square .mdc-checkbox .mdc-checkbox__native-control:focus + .mdc-checkbox__ripple {
  opacity: 0;
}
.form-checkbox-square.form-checkbox-green {
  --mdc-checkbox-unselected-hover-icon-color: #022D35;
  --mat-app-on-surface: #022D35;
  --mdc-checkbox-unselected-focus-icon-color: #022D35;
}
.form-checkbox-square.form-checkbox-green .mdc-checkbox__native-control:focus:focus:checked ~ .mdc-checkbox__background,
.form-checkbox-square.form-checkbox-green .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
}
.form-checkbox-square.form-checkbox-green .mdc-checkbox:hover .mdc-checkbox__ripple {
  background-color: transparent;
}
.form-checkbox-square.form-checkbox-green .mdc-checkbox__background {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.form-checkbox.form-checkbox-xl.form-checkbox-square .mat-internal-form-field > label {
  padding-left: 6px;
}
.form-checkbox.form-checkbox-xl.form-checkbox-square .mdc-checkbox,
.form-checkbox.form-checkbox-xl.form-checkbox-square .mdc-checkbox__background {
  height: 28px;
  width: 28px;
  border-radius: 6px;
}
.editor-content {
  font-size: 16px;
  line-height: 1.6;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  font-weight: 400;
  line-height: 1.2;
}
.editor-content h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .editor-content h1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .editor-content h1 {
    font-size: 44px;
  }
}
.editor-content h2,
.editor-content .h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .editor-content h2,
  .editor-content .h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .editor-content h2,
  .editor-content .h2 {
    font-size: 40px;
  }
}
.editor-content h3 {
  font-size: 28px;
}
@media (min-width: 1024px) {
  .editor-content h3 {
    font-size: 32px;
  }
}
.editor-content h4 {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .editor-content h4 {
    font-size: 28px;
  }
}
.editor-content h5 {
  font-size: 20px;
  font-weight: 600;
}
.editor-content h6 {
  font-size: 18px;
}
.editor-content h1 + p,
.editor-content h2 + p,
.editor-content h3 + p {
  margin-top: 10px;
}
.editor-content * + h4,
.editor-content * + h5,
.editor-content * + h6,
.editor-content * + h1,
.editor-content * + h2,
.editor-content * + h3 {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .editor-content * + h4,
  .editor-content * + h5,
  .editor-content * + h6,
  .editor-content * + h1,
  .editor-content * + h2,
  .editor-content * + h3 {
    margin-top: 30px;
  }
}
.editor-content h1 + *,
.editor-content h2 + *,
.editor-content h3 + * {
  margin-top: 10px;
}
.editor-content h4 + p,
.editor-content h5 + p,
.editor-content h6 + p,
.editor-content h4 + *,
.editor-content h5 + *,
.editor-content h6 + * {
  margin-top: 10px;
}
.editor-content hr {
  border-style: none;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(154 171 174 / var(--tw-border-opacity, 1));
}
@media (min-width: 1024px) {
  .editor-content hr {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.editor-content ul + *,
.editor-content ol + * {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .editor-content ul + *,
  .editor-content ol + * {
    margin-top: 20px;
  }
}
.editor-content * + ul,
.editor-content * + ol {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .editor-content * + ul,
  .editor-content * + ol {
    margin-top: 20px;
  }
}
.editor-content blockquote {
  --tw-bg-opacity: 1;
  background-color: rgb(228 229 229 / var(--tw-bg-opacity, 1));
  padding: 20px;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
  .editor-content blockquote {
    padding: 35px;
  }
}
@media (min-width: 1200px) {
  .editor-content blockquote {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 46px;
    padding-right: 46px;
  }
}
.editor-content * + blockquote {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .editor-content * + blockquote {
    margin-top: 30px;
  }
}
.editor-content blockquote + * {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .editor-content blockquote + * {
    margin-top: 30px;
  }
}
.editor-content a {
  --tw-text-opacity: 1;
  color: rgb(80 175 149 / var(--tw-text-opacity, 1));
}
.editor-content a:hover {
  text-decoration-line: underline;
}
.editor-content p {
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgb(110 112 125 / var(--tw-text-opacity, 1));
}
.editor-content ul {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 25px;
}
.editor-content ul li {
  position: relative;
  padding-left: 16px;
  --tw-content: none;
  content: var(--tw-content);
}
.editor-content ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1200px) {
  .editor-content ul li {
    padding-left: 20px;
  }
}
.editor-content ul li ul,
.editor-content ul li ol {
  margin-top: 10px;
  gap: 10px;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .editor-content ul li ul,
  .editor-content ul li ol {
    padding-left: 20px;
  }
}
.editor-content ol {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 10px;
}
.editor-content ol li *::marker {
  color: rgb(2 45 53);
}
.editor-content ol li::marker {
  color: rgb(2 45 53);
}
.editor-content ol li ul,
.editor-content ol li ol {
  margin-top: 10px;
  gap: 10px;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .editor-content ol li ul,
  .editor-content ol li ol {
    padding-left: 20px;
  }
}
.editor-content ol.inner-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.custom-radio-box {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.custom-radio-box input[type=radio] {
  position: absolute;
  top: 9999px;
  left: 9999px;
  display: none;
  opacity: 0;
}
.custom-radio-box .radio-label {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(216 225 225 / var(--tw-border-opacity, 1));
}
.custom-radio-box .radio-label__indicator {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 100%;
  max-width: 22px;
  flex-shrink: 0;
  flex-grow: 1;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(216 225 225 / var(--tw-border-opacity, 1));
}
.custom-radio-box .radio-label__indicator::before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 10px;
  width: 10px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  --tw-content: "";
  content: var(--tw-content);
}
.custom-radio-box .radio-label__body {
  display: flex;
  align-items: center;
  gap: 4px;
}
.custom-radio-box-default .radio-label {
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(216 225 225 / var(--tw-border-opacity, 1));
  padding: 10px;
}
.custom-radio-box-default .radio-label__text {
  color: rgb(2 45 53 / 0.5);
}
.custom-radio-box-default input:checked + .radio-label {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
}
.custom-radio-box-default input:checked + .radio-label .radio-label__indicator {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
}
.custom-radio-box-default input:checked + .radio-label .radio-label__indicator::before {
  content: var(--tw-content);
  opacity: 1;
}
.custom-radio-box.filled .radio-label {
  height: 100%;
}
.custom-radio-box.filled .radio-label__body {
  margin-top: 10px;
  align-items: flex-start;
}
.custom-radio-box.filled .radio-label {
  padding-top: 9px;
  padding-left: 12px;
  padding-right: 10px;
  padding-bottom: 9px;
}
.custom-radio-box.filled .radio-label__title {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.custom-radio-box.filled .radio-label__text {
  text-align: center;
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(152 152 160 / var(--tw-text-opacity, 1));
}
.custom-radio-box.filled input:checked + .radio-label {
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-radio-box.filled input:checked + .radio-label .radio-label__title,
.custom-radio-box.filled input:checked + .radio-label .radio-label__text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-radio-box.filled input:checked + .radio-label .radio-label__indicator {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.custom-radio-box.filled input:checked + .radio-label .radio-label__indicator::before {
  content: var(--tw-content);
  opacity: 1;
}
.custom-radio-box.filled-green-light {
  --tw-text-opacity: 1;
  color: rgb(152 152 160 / var(--tw-text-opacity, 1));
}
.custom-radio-box.filled-green-light .radio-label__body {
  margin-top: 0px;
  align-items: center;
}
.custom-radio-box.filled-green-light .icon {
  --tw-text-opacity: 1;
  color: rgb(152 152 160 / var(--tw-text-opacity, 1));
}
.custom-radio-box.filled-green-light .radio-label {
  padding-top: 9px;
  padding-left: 12px;
  padding-right: 10px;
  padding-bottom: 9px;
}
.custom-radio-box.filled-green-light .radio-label__indicator:before {
  top: 3px;
  left: 6px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  background: none;
  border-radius: 0;
}
.custom-radio-box.filled-green-light input:checked + .radio-label {
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-radio-box.filled-green-light input:checked + .radio-label .icon {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-radio-box.filled-green-light input:checked + .radio-label .radio-label__title,
.custom-radio-box.filled-green-light input:checked + .radio-label .radio-label__text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.custom-radio-box.filled-green-light input:checked + .radio-label .radio-label__indicator {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
}
.custom-radio-box.filled-green-light input:checked + .radio-label .radio-label__indicator::before {
  content: var(--tw-content);
  opacity: 1;
}
.manage-users-table {
  --mat-table-header-headline-tracking: normal;
  --mat-table-header-headline-font: "HarmonyOS Sans", sans-serif;
}
.manage-users-table .mdc-data-table__content .mat-mdc-cell {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.customized-password-input {
  height: 20px;
  text-indent: -14px;
  font-size: 50px;
  letter-spacing: -28px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.customized-password-input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.customized-password-input.show {
  min-height: 20px;
  width: 100%;
  border-style: none;
  font-size: 15px;
  font-weight: 400;
}
.invite-mates input.ng-invalid.ng-touched {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1));
}
.invite-mates input.ng-touched.ng-valid {
  background-color: transparent;
}
@media (min-width: 768px) {
  .popover-share-overlay {
    max-width: 191px;
  }
}
.cdk-overlay-pane.popover-panel-risk-score {
  min-width: 190px;
  width: 190px;
  max-width: 190px;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  max-height: 200px;
  overflow-y: auto;
}
.cdk-overlay-pane.popover-panel-risk-score.below.before .arrow {
  top: -5px;
}
.cdk-overlay-pane.popover-panel-risk-score.below.after .arrow {
  top: -5px;
}
.cdk-overlay-pane.popover-panel-risk-score.above.before .arrow {
  bottom: -5px;
}
.cdk-overlay-pane.popover-panel-risk-score.above.after .arrow {
  bottom: -5px;
}
.cdk-overlay-pane.below.before {
  transform: translate(65px, -50px);
}
@media (min-width: 768px) {
  .cdk-overlay-pane.below.before {
    transform: translate(65px, 15px);
  }
}
.cdk-overlay-pane.below.before .arrow {
  transform: translateX(50%) rotate(45deg);
  right: 50%;
  top: -6px;
}
.cdk-overlay-pane.below.after {
  transform: translate(-65px, -50px);
}
@media (min-width: 768px) {
  .cdk-overlay-pane.below.after {
    transform: translate(-65px, 15px);
  }
}
.cdk-overlay-pane.below.after .arrow {
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  top: -6px;
}
.cdk-overlay-pane.above.before {
  transform: translate(10px, -20px);
}
.cdk-overlay-pane.above.before .arrow {
  transform: translateX(50%) rotate(45deg);
  right: 50%;
  bottom: -6px;
}
.cdk-overlay-pane.above.after {
  transform: translate(-65px, -20px);
}
.cdk-overlay-pane.above.after .arrow {
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  bottom: -6px;
}
.cdk-overlay-pane .arrow {
  transform: rotate(45deg);
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  width: 25px;
  height: 25px;
}
.list-marked {
  list-style-type: none;
}
.list-marked li {
  position: relative;
  padding-left: 27px;
}
.list-marked li:before {
  position: absolute;
  left: 11px;
  top: 14px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.list-marked-md li:before {
  top: 16px;
  height: 6px;
  width: 6px;
}
.list-marked--xs li {
  padding-left: 10px;
}
.list-marked--xs li:before {
  left: 0px;
  top: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.list-marked--black li:before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.providers-list {
  margin-top: 0.5rem;
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 0.5rem;
}
.providers-list li {
  position: relative;
  padding-left: 14px;
  font-size: 10px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(152 152 160 / var(--tw-text-opacity, 1));
}
.providers-list li:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M1.5 3.82741L4.21203 6.68001L9.27002 1.5' stroke='%2350AF95' stroke-width='1.5'/%3E%3C/svg%3E");
  position: absolute;
  top: 0px;
  left: 2px;
  display: inline-block;
  height: 8px;
  width: 10px;
}
.policy-docs article ol {
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .policy-docs article ol {
    padding-left: 20px;
  }
}
.policy-docs article ol li {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.policy-docs article ul {
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .policy-docs article ul {
    padding-left: 20px;
  }
}
.policy-docs article ul li {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.policy-docs article p {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.policy-docs article h1,
.policy-docs article h2,
.policy-docs article h3,
.policy-docs article h4,
.policy-docs article h5,
.policy-docs article h6 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.policy-docs article h2,
.policy-docs article h3,
.policy-docs article h4,
.policy-docs article h5,
.policy-docs article h6 {
  font-size: 20px;
}
.policy-docs article a {
  --tw-text-opacity: 1;
  color: rgb(80 175 149 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.policy-docs article a:hover {
  text-decoration-line: underline;
}
.case {
  font-family: Inter, sans-serif;
  --mat-expansion-header-text-font: "Inter", sans-serif;
  --mat-expansion-container-text-font: "Inter", sans-serif;
  --mat-expansion-container-shape: 8px;
  --mat-expansion-container-text-color: #022D35;
}
.case.disabled.mat-expansion-panel {
  box-shadow: none !important;
}
.case.disabled.mat-expansion-panel .mat-expansion-panel-header {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
}
.case.disabled.mat-expansion-panel .mat-expansion-panel-header:before {
  position: absolute;
  right: 13px;
  left: auto;
  top: 50%;
  display: block;
  height: 0px;
  width: 0px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0px;
  border-style: solid;
  border-color: 0 2px 2px 0;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
  padding: 2.36px;
  --tw-content: "";
  content: var(--tw-content);
  border-width: 0 2px 2px 0;
}
.case.mat-expansion-panel-spacing {
  margin: 0 !important;
}
.case.mat-expansion-panel {
  --mat-expansion-header-indicator-color: #D1D1D1;
  --mat-expansion-header-text-weight: normal;
  box-shadow: none !important;
}
.case.mat-expansion-panel > .mat-expansion-panel-header {
  position: relative;
  height: auto;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
  padding-left: 10px;
  padding-right: 44px;
}
.case.mat-expansion-panel > .mat-expansion-panel-header.mat-expanded {
  height: auto;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.15);
}
.case.mat-expansion-panel > .mat-expansion-panel-header .mat-expansion-indicator {
  position: absolute;
  right: 13px;
  display: flex;
  transform-origin: 50% 100%;
}
.case.mat-expansion-panel > .mat-expansion-panel-header .mat-expansion-indicator:after {
  display: flex;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
  padding: 2.36px;
}
.case.mat-expansion-panel .mat-expansion-panel-body {
  background-color: rgb(179 192 194 / 0.17);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 12px;
}
.case.mat-expansion-panel.mat-expanded .mat-expansion-indicator {
  --mat-expansion-header-indicator-color: #022D35;
  right: 13px;
  top: 16px;
}
.case.mat-expansion-panel.mat-expanded .mat-expansion-indicator:after {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
}
.case-details {
  font-family: Inter, sans-serif;
  --mat-expansion-header-text-font: "Inter", sans-serif;
  --mat-expansion-container-text-font: "Inter", sans-serif;
  --mat-expansion-header-hover-state-layer-color: transparent;
  background: transparent !important;
}
.case-details .mat-expansion-panel:not(.mat-expansion-panel-spacing) {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.case-details.mat-expansion-panel {
  box-shadow: none !important;
  background-color: transparent;
}
.case-details.mat-expansion-panel.mat-expanded {
  background: #fff !important;
}
.case-details.mat-expansion-panel.mat-expanded .mat-expansion-panel-header {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.case-details.mat-expansion-panel .mat-expansion-panel-header {
  position: relative;
  height: auto;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.case-details.mat-expansion-panel .mat-expansion-panel-header:before {
  position: absolute;
  right: 0px;
  width: 6px;
  --tw-content: "";
  content: var(--tw-content);
}
.case-details.mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  height: auto;
}
.case-details.mat-expansion-panel .mat-expansion-panel-header.mat-expanded .mat-expansion-indicator:after {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
}
.case-details.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
  position: absolute;
  right: 12px;
  top: 14px;
  display: flex;
  width: 10px;
}
.case-details.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:after {
  display: flex;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
  padding: 2.36px;
}
.case-details.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator svg {
  display: none;
}
.case-details.mat-expansion-panel .mat-expansion-panel-body {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right-width: 1px;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0px;
  padding-bottom: 17px;
  font-size: 12px;
}
.case-expansion {
  font-family: Inter, sans-serif;
  --mat-expansion-header-text-font: "Inter", sans-serif;
  --mat-expansion-container-text-font: "Inter", sans-serif;
  --mat-expansion-header-hover-state-layer-color: transparent;
  --mat-expansion-container-shape: 0;
  --mat-expansion-container-background-color: transparent;
  background: transparent !important;
}
.case-expansion.mat-expansion-panel {
  box-shadow: none !important;
  background-color: transparent;
}
.case-expansion.mat-expansion-panel.mat-expanded {
  background: none !important;
}
.case-expansion.mat-expansion-panel.mat-expanded .mat-expansion-panel-header {
  --mat-expansion-container-text-color: #022D35;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-color: transparent;
}
.case-expansion.mat-expansion-panel .mat-expansion-panel-header {
  --mat-expansion-header-text-weight: normal;
  position: relative;
  height: auto;
  overflow: hidden;
  border-style: none;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 30px;
}
.case-expansion.mat-expansion-panel .mat-expansion-panel-header:before {
  position: absolute;
  right: 0px;
  width: 6px;
  --tw-content: "";
  content: var(--tw-content);
}
.case-expansion.mat-expansion-panel .mat-expansion-panel-header.mat-expanded {
  height: auto;
}
.case-expansion.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator {
  position: absolute;
  right: 2px;
  top: 11px;
  display: flex;
  width: 8px;
}
.case-expansion.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator svg {
  display: none;
}
.case-expansion.mat-expansion-panel .mat-expansion-panel-header .mat-expansion-indicator:after {
  display: flex;
  --tw-border-opacity: 1;
  border-color: rgb(144 162 165 / var(--tw-border-opacity, 1));
  padding: 2.36px;
  border-width: 0 1px 1px 0;
}
.case-expansion.mat-expansion-panel .mat-expansion-panel-body {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 1.5;
  color: rgb(2 45 53 / 0.7);
}
@keyframes pulse-yellow {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #F2C927;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes pulse-green {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #50AF95;
  }
  100% {
    background-color: transparent;
  }
}
.mini-scrollbar {
}
.mini-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.mini-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.mini-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(35, 69, 66, 0.3);
  border-radius: 5px;
}
.mini-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #3D5A97;
}
app-compare-instruction ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 17 17' width='17' height='17'%3E%3Cpath d='M6.29 14.706c-1.591-2.54-3.402-5.038-4.656-6.477 1.473-.407 3.336 1.151 4.656 1.981 2.421-2.658 7.766-6.637 10.12-6.197-4.133 2.155-7.673 7.458-10.12 10.691z' fill='%23fff'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
}
app-compare-details .radio-group-package .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__inner-circle {
  border-color: #022d35 !important;
}
app-compare-details .radio-group-package .mat-mdc-radio-button .mdc-radio {
  padding: 0;
  margin-bottom: 4px;
  width: 22px;
  height: 22px;
}
app-compare-details .radio-group-package .mat-mdc-radio-button .mdc-radio.mdc-radio--disabled .mdc-radio__outer-circle {
  border: none;
  opacity: 1 !important;
  background: rgba(2, 45, 53, 0.1);
}
app-compare-details .radio-group-package .mat-mdc-radio-button .mdc-radio__outer-circle {
  border-width: 1px;
  border-color: #022d35 !important;
}
app-compare-details .radio-group-package .mat-mdc-radio-button .mdc-radio__background {
  width: 22px;
  height: 22px;
}
app-compare-details .radio-group-package .mat-mdc-radio-button .mdc-radio__inner-circle {
  border-width: 11px;
}
app-compare-details .radio-group-package .mat-mdc-radio-button .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
  transform: scale(0.4545);
}
app-compare-details .radio-group-package .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:not([disabled]):not(:focus) ~ .mdc-radio__background::before {
  top: 50% !important;
  left: 50% !important;
  transform: scale(1) translate(-50%, -50%) !important;
  transition: none !important;
}
app-compare-details .radio-group-package .mat-mdc-radio-button .mdc-radio__native-control:focus + .mdc-radio__background::before {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}
app-compare-details .radio-group-package .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}
app-compare-details .radio-group-package .mat-mdc-radio-button .mdc-radio__native-control {
  width: 22px !important;
  height: 22px !important;
}
app-compare-details .radio-group-package .mdc-form-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
app-compare-details .radio-group-package .mdc-form-field .mdc-label {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #022d35;
  padding-left: 0;
  text-align: left;
}
app-compare-details .mat-mdc-slider .mdc-slider__track {
  border-radius: 3px;
}
app-compare-details .mat-mdc-slider .mdc-slider__track .mdc-slider__track--inactive {
  background: rgba(145, 164, 167, 0.2980392157) !important;
}
app-compare-details .mat-mdc-slider .mdc-slider__track .mdc-slider__track--active {
  background: rgba(145, 164, 167, 0.2980392157) !important;
}
app-compare-details .mat-mdc-slider .mdc-slider__track .mdc-slider__track--active .mdc-slider__track--active_fill {
  border: none;
  background: rgba(145, 164, 167, 0.2980392157) !important;
}
app-compare-details .mat-mdc-slider .mdc-slider__track .mdc-slider__tick-marks div {
  height: 3px;
  width: 3px;
  background: #778F8F;
}
app-compare-details .mat-mdc-slider .mdc-slider__thumb {
  width: 35px !important;
  height: 35px !important;
}
app-compare-details .mat-mdc-slider .mdc-slider__thumb-knob:after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  height: 6px;
  width: 1px;
  background: #9AABAE;
  transform: translate(-50%, -50%);
}
app-compare-details .mat-mdc-slider .mdc-slider__thumb-knob::before {
  content: "";
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
  height: 6px;
  width: 1px;
  background: #9AABAE;
  transform: translate(-50%, -50%);
}
app-upgrade-details th {
  margin: 0;
  padding: 0;
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__inner-circle {
  border-color: #022d35 !important;
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button .mdc-radio {
  padding: 0;
  margin-bottom: 4px;
  width: 22px;
  height: 22px;
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button .mdc-radio.mdc-radio--disabled .mdc-radio__outer-circle {
  border: none;
  opacity: 1 !important;
  background: rgba(2, 45, 53, 0.1);
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button .mdc-radio__outer-circle {
  border-width: 1px;
  border-color: #022d35 !important;
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button .mdc-radio__background {
  width: 22px;
  height: 22px;
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button .mdc-radio__inner-circle {
  border-width: 11px;
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
  transform: scale(0.4545);
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:not([disabled]):not(:focus) ~ .mdc-radio__background::before {
  top: 50% !important;
  left: 50% !important;
  transform: scale(1) translate(-50%, -50%) !important;
  transition: none !important;
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button .mdc-radio__native-control:focus + .mdc-radio__background::before {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}
app-upgrade-details .radio-group-package .mat-mdc-radio-button .mdc-radio__native-control {
  width: 22px !important;
  height: 22px !important;
}
app-upgrade-details .radio-group-package .mdc-form-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
app-upgrade-details .radio-group-package .mdc-form-field .mdc-label {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #022d35;
  padding-left: 0;
  text-align: left;
}
app-upgrade-details table input[type=number]::-webkit-outer-spin-button,
app-upgrade-details table input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
app-upgrade-details table input[type=number] {
  -moz-appearance: textfield;
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__inner-circle {
  border-color: #022d35 !important;
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button .mdc-radio {
  padding: 0;
  margin-bottom: 4px;
  width: 22px;
  height: 22px;
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button .mdc-radio.mdc-radio--disabled .mdc-radio__outer-circle {
  border: none;
  opacity: 1 !important;
  background: rgba(2, 45, 53, 0.1);
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button .mdc-radio__outer-circle {
  border-width: 1px;
  border-color: #022d35 !important;
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button .mdc-radio__background {
  width: 22px;
  height: 22px;
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button .mdc-radio__inner-circle {
  border-width: 11px;
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
  transform: scale(0.4545);
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button .mdc-radio:hover .mdc-radio__native-control:not([disabled]):not(:focus) ~ .mdc-radio__background::before {
  top: 50% !important;
  left: 50% !important;
  transform: scale(1) translate(-50%, -50%) !important;
  transition: none !important;
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button .mdc-radio__native-control:focus + .mdc-radio__background::before {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button.mat-mdc-radio-checked .mat-ripple-element {
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}
app-payment-plans-details .radio-group-package .mat-mdc-radio-button .mdc-radio__native-control {
  width: 22px !important;
  height: 22px !important;
}
app-payment-plans-details .radio-group-package .mdc-form-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
app-payment-plans-details .radio-group-package .mdc-form-field .mdc-label {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #022d35;
  padding-left: 0;
  text-align: left;
}
.no-backdrop .mat-drawer-backdrop {
  display: none !important;
}
.no-backdrop .mat-sidenav-backdrop {
  display: none !important;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
html,
body {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 247 / var(--tw-bg-opacity, 1));
  font-family: HarmonyOS Sans, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(50 49 66 / var(--tw-text-opacity, 1));
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.\!pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-\[19px\] {
  bottom: -19px;
}
.-bottom-\[2px\] {
  bottom: -2px;
}
.-left-\[160px\] {
  left: -160px;
}
.-right-\[10px\] {
  right: -10px;
}
.-right-\[19px\] {
  right: -19px;
}
.-right-\[28px\] {
  right: -28px;
}
.-right-\[2px\] {
  right: -2px;
}
.-right-\[40px\] {
  right: -40px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-24px\] {
  bottom: -24px;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.bottom-\[160px\] {
  bottom: 160px;
}
.bottom-\[170px\] {
  bottom: 170px;
}
.bottom-\[25px\] {
  bottom: 25px;
}
.bottom-\[28px\] {
  bottom: 28px;
}
.bottom-\[2px\] {
  bottom: 2px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.bottom-\[7px\] {
  bottom: 7px;
}
.bottom-\[8px\] {
  bottom: 8px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[-28px\] {
  left: -28px;
}
.left-\[-2px\] {
  left: -2px;
}
.left-\[12px\] {
  left: 12px;
}
.left-\[32px\] {
  left: 32px;
}
.left-\[33px\] {
  left: 33px;
}
.left-\[40px\] {
  left: 40px;
}
.left-\[80px\] {
  left: 80px;
}
.left-\[8px\] {
  left: 8px;
}
.left-\[9px\] {
  left: 9px;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.right-\[-19px\] {
  right: -19px;
}
.right-\[-2px\] {
  right: -2px;
}
.right-\[0\] {
  right: 0;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[13px\] {
  right: 13px;
}
.right-\[15px\] {
  right: 15px;
}
.right-\[18px\] {
  right: 18px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[33px\] {
  right: 33px;
}
.right-\[3px\] {
  right: 3px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-14px\] {
  top: -14px;
}
.top-\[0\] {
  top: 0;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[14px\] {
  top: 14px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[160px\] {
  top: 160px;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[24px\] {
  top: 24px;
}
.top-\[26px\] {
  top: 26px;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[38px\] {
  top: 38px;
}
.top-\[3px\] {
  top: 3px;
}
.top-\[40px\] {
  top: 40px;
}
.top-\[4px\] {
  top: 4px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[54px\] {
  top: 54px;
}
.top-\[5px\] {
  top: 5px;
}
.top-\[7px\] {
  top: 7px;
}
.top-\[8px\] {
  top: 8px;
}
.top-\[calc\(100\%\+8px\)\] {
  top: calc(100% + 8px);
}
.top-\[calc\(4px\+100\%\)\] {
  top: calc(4px + 100%);
}
.isolate {
  isolation: isolate;
}
.\!z-10 {
  z-index: 10 !important;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.m-auto {
  margin: auto;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-\[18px\] {
  margin-left: -18px;
  margin-right: -18px;
}
.-mx-\[7px\] {
  margin-left: -7px;
  margin-right: -7px;
}
.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[30px\] {
  margin-left: 30px;
  margin-right: 30px;
}
.mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-\[-12px\] {
  margin-top: -12px;
  margin-bottom: -12px;
}
.my-\[12px\] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-\[2px\] {
  margin-top: 2px;
  margin-bottom: 2px;
}
.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.\!mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!mb-5 {
  margin-bottom: 1.25rem !important;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.\!mb-\[0\] {
  margin-bottom: 0 !important;
}
.\!mb-\[11px\] {
  margin-bottom: 11px !important;
}
.\!mb-\[13px\] {
  margin-bottom: 13px !important;
}
.\!mb-\[18px\] {
  margin-bottom: 18px !important;
}
.\!mb-\[19px\] {
  margin-bottom: 19px !important;
}
.\!mb-\[6px\] {
  margin-bottom: 6px !important;
}
.\!mr-0 {
  margin-right: 0px !important;
}
.\!mr-\[7px\] {
  margin-right: 7px !important;
}
.\!mt-\[5px\] {
  margin-top: 5px !important;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-\[30px\] {
  margin-left: -30px;
}
.-mr-\[15px\] {
  margin-right: -15px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-\[11px\] {
  margin-top: -11px;
}
.-mt-\[15px\] {
  margin-top: -15px;
}
.-mt-\[30px\] {
  margin-top: -30px;
}
.-mt-\[4px\] {
  margin-top: -4px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[17px\] {
  margin-bottom: 17px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[27px\] {
  margin-bottom: 27px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mb-\[42px\] {
  margin-bottom: 42px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-\[85px\] {
  margin-bottom: 85px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[-1px\] {
  margin-left: -1px;
}
.ml-\[-2px\] {
  margin-left: -2px;
}
.ml-\[-30px\] {
  margin-left: -30px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[152px\] {
  margin-left: 152px;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.ml-\[1px\] {
  margin-left: 1px;
}
.ml-\[230px\] {
  margin-left: 230px;
}
.ml-\[24px\] {
  margin-left: 24px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[6px\] {
  margin-left: 6px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[-8px\] {
  margin-right: -8px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[1px\] {
  margin-right: 1px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mr-\[36px\] {
  margin-right: 36px;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[7px\] {
  margin-right: 7px;
}
.mr-\[80px\] {
  margin-right: 80px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-20px\] {
  margin-top: -20px;
}
.mt-\[-24px\] {
  margin-top: -24px;
}
.mt-\[-30px\] {
  margin-top: -30px;
}
.mt-\[-36px\] {
  margin-top: -36px;
}
.mt-\[-3px\] {
  margin-top: -3px;
}
.mt-\[-4px\] {
  margin-top: -4px;
}
.mt-\[-5px\] {
  margin-top: -5px;
}
.mt-\[-6px\] {
  margin-top: -6px;
}
.mt-\[105px\] {
  margin-top: 105px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[17px\] {
  margin-top: 17px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[33px\] {
  margin-top: 33px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[41px\] {
  margin-top: 41px;
}
.mt-\[42px\] {
  margin-top: 42px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-4 {
  height: 1rem !important;
}
.\!h-6 {
  height: 1.5rem !important;
}
.\!h-\[0px\] {
  height: 0px !important;
}
.\!h-\[10px\] {
  height: 10px !important;
}
.\!h-\[11px\] {
  height: 11px !important;
}
.\!h-\[12px\] {
  height: 12px !important;
}
.\!h-\[13px\] {
  height: 13px !important;
}
.\!h-\[14px\] {
  height: 14px !important;
}
.\!h-\[15px\] {
  height: 15px !important;
}
.\!h-\[16px\] {
  height: 16px !important;
}
.\!h-\[17px\] {
  height: 17px !important;
}
.\!h-\[18px\] {
  height: 18px !important;
}
.\!h-\[19px\] {
  height: 19px !important;
}
.\!h-\[20px\] {
  height: 20px !important;
}
.\!h-\[21px\] {
  height: 21px !important;
}
.\!h-\[22px\] {
  height: 22px !important;
}
.\!h-\[23px\] {
  height: 23px !important;
}
.\!h-\[24px\] {
  height: 24px !important;
}
.\!h-\[30px\] {
  height: 30px !important;
}
.\!h-\[38px\] {
  height: 38px !important;
}
.\!h-\[40px\] {
  height: 40px !important;
}
.\!h-\[44px\] {
  height: 44px !important;
}
.\!h-\[46px\] {
  height: 46px !important;
}
.\!h-\[54px\] {
  height: 54px !important;
}
.\!h-\[5px\] {
  height: 5px !important;
}
.\!h-\[60px\] {
  height: 60px !important;
}
.\!h-\[8px\] {
  height: 8px !important;
}
.\!h-\[90px\] {
  height: 90px !important;
}
.\!h-\[9px\] {
  height: 9px !important;
}
.\!h-auto {
  height: auto !important;
}
.\!h-full {
  height: 100% !important;
}
.h-0 {
  height: 0px;
}
.h-2 {
  height: 0.5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[102px\] {
  height: 102px;
}
.h-\[10px\] {
  height: 10px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[122px\] {
  height: 122px;
}
.h-\[128px\] {
  height: 128px;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[132px\] {
  height: 132px;
}
.h-\[133px\] {
  height: 133px;
}
.h-\[138px\] {
  height: 138px;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[207px\] {
  height: 207px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[224px\] {
  height: 224px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[540px\] {
  height: 540px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[57px\] {
  height: 57px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[69px\] {
  height: 69px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[773px\] {
  height: 773px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[94px\] {
  height: 94px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[calc\(100vh-60px\)\] {
  height: calc(100vh - 60px);
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-full {
  height: 100%;
}
.\!max-h-\[10px\] {
  max-height: 10px !important;
}
.\!max-h-\[11px\] {
  max-height: 11px !important;
}
.\!max-h-\[14px\] {
  max-height: 14px !important;
}
.\!max-h-\[16px\] {
  max-height: 16px !important;
}
.\!max-h-\[17px\] {
  max-height: 17px !important;
}
.\!max-h-\[18px\] {
  max-height: 18px !important;
}
.\!max-h-\[20px\] {
  max-height: 20px !important;
}
.\!max-h-\[21px\] {
  max-height: 21px !important;
}
.\!max-h-\[24px\] {
  max-height: 24px !important;
}
.\!max-h-\[25px\] {
  max-height: 25px !important;
}
.\!max-h-\[28px\] {
  max-height: 28px !important;
}
.\!max-h-\[40px\] {
  max-height: 40px !important;
}
.\!max-h-\[calc\(100vh-171px\)\] {
  max-height: calc(100vh - 171px) !important;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[10px\] {
  max-height: 10px;
}
.max-h-\[11px\] {
  max-height: 11px;
}
.max-h-\[126px\] {
  max-height: 126px;
}
.max-h-\[12px\] {
  max-height: 12px;
}
.max-h-\[13px\] {
  max-height: 13px;
}
.max-h-\[15\.29px\] {
  max-height: 15.29px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[18px\] {
  max-height: 18px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[20px\] {
  max-height: 20px;
}
.max-h-\[22px\] {
  max-height: 22px;
}
.max-h-\[24px\] {
  max-height: 24px;
}
.max-h-\[28px\] {
  max-height: 28px;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[316px\] {
  max-height: 316px;
}
.max-h-\[34px\] {
  max-height: 34px;
}
.max-h-\[40vh\] {
  max-height: 40vh;
}
.max-h-\[422px\] {
  max-height: 422px;
}
.max-h-\[42px\] {
  max-height: 42px;
}
.max-h-\[44px\] {
  max-height: 44px;
}
.max-h-\[450px\] {
  max-height: 450px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[6px\] {
  max-height: 6px;
}
.max-h-\[7px\] {
  max-height: 7px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-\[85px\] {
  max-height: 85px;
}
.max-h-\[8px\] {
  max-height: 8px;
}
.max-h-\[9px\] {
  max-height: 9px;
}
.max-h-\[calc\(100vh-265px\)\] {
  max-height: calc(100vh - 265px);
}
.max-h-none {
  max-height: none;
}
.\!min-h-\[12px\] {
  min-height: 12px !important;
}
.\!min-h-\[132px\] {
  min-height: 132px !important;
}
.\!min-h-\[21px\] {
  min-height: 21px !important;
}
.\!min-h-\[60px\] {
  min-height: 60px !important;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[112px\] {
  min-height: 112px;
}
.min-h-\[125px\] {
  min-height: 125px;
}
.min-h-\[126px\] {
  min-height: 126px;
}
.min-h-\[14px\] {
  min-height: 14px;
}
.min-h-\[15px\] {
  min-height: 15px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[177px\] {
  min-height: 177px;
}
.min-h-\[17px\] {
  min-height: 17px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[184px\] {
  min-height: 184px;
}
.min-h-\[18px\] {
  min-height: 18px;
}
.min-h-\[19px\] {
  min-height: 19px;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[215px\] {
  min-height: 215px;
}
.min-h-\[22px\] {
  min-height: 22px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[25px\] {
  min-height: 25px;
}
.min-h-\[26px\] {
  min-height: 26px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[28px\] {
  min-height: 28px;
}
.min-h-\[29px\] {
  min-height: 29px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[331px\] {
  min-height: 331px;
}
.min-h-\[33px\] {
  min-height: 33px;
}
.min-h-\[340px\] {
  min-height: 340px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[37px\] {
  min-height: 37px;
}
.min-h-\[383px\] {
  min-height: 383px;
}
.min-h-\[38px\] {
  min-height: 38px;
}
.min-h-\[39px\] {
  min-height: 39px;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.min-h-\[46px\] {
  min-height: 46px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[494px\] {
  min-height: 494px;
}
.min-h-\[495px\] {
  min-height: 495px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[51px\] {
  min-height: 51px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[540px\] {
  min-height: 540px;
}
.min-h-\[54px\] {
  min-height: 54px;
}
.min-h-\[55px\] {
  min-height: 55px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-\[608px\] {
  min-height: 608px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[63px\] {
  min-height: 63px;
}
.min-h-\[65px\] {
  min-height: 65px;
}
.min-h-\[76px\] {
  min-height: 76px;
}
.min-h-\[77px\] {
  min-height: 77px;
}
.min-h-\[84px\] {
  min-height: 84px;
}
.min-h-\[85px\] {
  min-height: 85px;
}
.min-h-\[calc\(100vh-54px\)\] {
  min-height: calc(100vh - 54px);
}
.min-h-\[calc\(100vh-84px\)\] {
  min-height: calc(100vh - 84px);
}
.min-h-dvh {
  min-height: 100dvh;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-4 {
  width: 1rem !important;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-\[0px\] {
  width: 0px !important;
}
.\!w-\[10px\] {
  width: 10px !important;
}
.\!w-\[11px\] {
  width: 11px !important;
}
.\!w-\[12px\] {
  width: 12px !important;
}
.\!w-\[13px\] {
  width: 13px !important;
}
.\!w-\[14px\] {
  width: 14px !important;
}
.\!w-\[15px\] {
  width: 15px !important;
}
.\!w-\[16px\] {
  width: 16px !important;
}
.\!w-\[170px\] {
  width: 170px !important;
}
.\!w-\[17px\] {
  width: 17px !important;
}
.\!w-\[18px\] {
  width: 18px !important;
}
.\!w-\[198px\] {
  width: 198px !important;
}
.\!w-\[19px\] {
  width: 19px !important;
}
.\!w-\[20px\] {
  width: 20px !important;
}
.\!w-\[21px\] {
  width: 21px !important;
}
.\!w-\[22px\] {
  width: 22px !important;
}
.\!w-\[23px\] {
  width: 23px !important;
}
.\!w-\[24px\] {
  width: 24px !important;
}
.\!w-\[28px\] {
  width: 28px !important;
}
.\!w-\[30px\] {
  width: 30px !important;
}
.\!w-\[37px\] {
  width: 37px !important;
}
.\!w-\[40px\] {
  width: 40px !important;
}
.\!w-\[44px\] {
  width: 44px !important;
}
.\!w-\[54px\] {
  width: 54px !important;
}
.\!w-\[6\.5px\] {
  width: 6.5px !important;
}
.\!w-\[60px\] {
  width: 60px !important;
}
.\!w-\[6px\] {
  width: 6px !important;
}
.\!w-\[8px\] {
  width: 8px !important;
}
.\!w-\[90px\] {
  width: 90px !important;
}
.\!w-\[9px\] {
  width: 9px !important;
}
.\!w-full {
  width: 100% !important;
}
.w-0 {
  width: 0px;
}
.w-1\/5 {
  width: 20%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[0\] {
  width: 0;
}
.w-\[101px\] {
  width: 101px;
}
.w-\[1024px\] {
  width: 1024px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[118px\] {
  width: 118px;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[122px\] {
  width: 122px;
}
.w-\[123px\] {
  width: 123px;
}
.w-\[124px\] {
  width: 124px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[127px\] {
  width: 127px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[129px\] {
  width: 129px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[1300px\] {
  width: 1300px;
}
.w-\[134px\] {
  width: 134px;
}
.w-\[135px\] {
  width: 135px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[14\.5\%\] {
  width: 14.5%;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[144px\] {
  width: 144px;
}
.w-\[147px\] {
  width: 147px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[151px\] {
  width: 151px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[153px\] {
  width: 153px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[157px\] {
  width: 157px;
}
.w-\[158px\] {
  width: 158px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[162px\] {
  width: 162px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[167px\] {
  width: 167px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[171px\] {
  width: 171px;
}
.w-\[174px\] {
  width: 174px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[194px\] {
  width: 194px;
}
.w-\[196px\] {
  width: 196px;
}
.w-\[198px\] {
  width: 198px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[205px\] {
  width: 205px;
}
.w-\[208px\] {
  width: 208px;
}
.w-\[209px\] {
  width: 209px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[211px\] {
  width: 211px;
}
.w-\[216px\] {
  width: 216px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[224px\] {
  width: 224px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[230px\] {
  width: 230px;
}
.w-\[234px\] {
  width: 234px;
}
.w-\[236px\] {
  width: 236px;
}
.w-\[24\%\] {
  width: 24%;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[287px\] {
  width: 287px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[301px\] {
  width: 301px;
}
.w-\[302px\] {
  width: 302px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[314px\] {
  width: 314px;
}
.w-\[337px\] {
  width: 337px;
}
.w-\[343px\] {
  width: 343px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[375px\] {
  width: 375px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[390px\] {
  width: 390px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[46\%\] {
  width: 46%;
}
.w-\[473px\] {
  width: 473px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[524px\] {
  width: 524px;
}
.w-\[54\%\] {
  width: 54%;
}
.w-\[54px\] {
  width: 54px;
}
.w-\[58\%\] {
  width: 58%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[67px\] {
  width: 67px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[71px\] {
  width: 71px;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[89px\] {
  width: 89px;
}
.w-\[8px\] {
  width: 8px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[91px\] {
  width: 91px;
}
.w-\[92px\] {
  width: 92px;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[97px\] {
  width: 97px;
}
.w-\[9px\] {
  width: 9px;
}
.w-\[calc\(100\%-100px\)\] {
  width: calc(100% - 100px);
}
.w-\[calc\(100\%-56px\)\] {
  width: calc(100% - 56px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.\!min-w-\[10px\] {
  min-width: 10px !important;
}
.\!min-w-\[1200px\] {
  min-width: 1200px !important;
}
.\!min-w-\[120px\] {
  min-width: 120px !important;
}
.\!min-w-\[12px\] {
  min-width: 12px !important;
}
.\!min-w-\[14px\] {
  min-width: 14px !important;
}
.\!min-w-\[15px\] {
  min-width: 15px !important;
}
.\!min-w-\[170px\] {
  min-width: 170px !important;
}
.\!min-w-\[198px\] {
  min-width: 198px !important;
}
.\!min-w-\[19px\] {
  min-width: 19px !important;
}
.\!min-w-\[20px\] {
  min-width: 20px !important;
}
.\!min-w-\[21px\] {
  min-width: 21px !important;
}
.\!min-w-\[22px\] {
  min-width: 22px !important;
}
.\!min-w-\[23px\] {
  min-width: 23px !important;
}
.\!min-w-\[24px\] {
  min-width: 24px !important;
}
.\!min-w-\[30px\] {
  min-width: 30px !important;
}
.\!min-w-\[32px\] {
  min-width: 32px !important;
}
.\!min-w-\[54px\] {
  min-width: 54px !important;
}
.\!min-w-\[8px\] {
  min-width: 8px !important;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[10\.365\%\] {
  min-width: 10.365%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[101px\] {
  min-width: 101px;
}
.min-w-\[1024px\] {
  min-width: 1024px;
}
.min-w-\[103px\] {
  min-width: 103px;
}
.min-w-\[104px\] {
  min-width: 104px;
}
.min-w-\[108px\] {
  min-width: 108px;
}
.min-w-\[110px\] {
  min-width: 110px;
}
.min-w-\[114px\] {
  min-width: 114px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[122px\] {
  min-width: 122px;
}
.min-w-\[123px\] {
  min-width: 123px;
}
.min-w-\[124px\] {
  min-width: 124px;
}
.min-w-\[127px\] {
  min-width: 127px;
}
.min-w-\[128px\] {
  min-width: 128px;
}
.min-w-\[129px\] {
  min-width: 129px;
}
.min-w-\[12px\] {
  min-width: 12px;
}
.min-w-\[13\.64\%\] {
  min-width: 13.64%;
}
.min-w-\[134px\] {
  min-width: 134px;
}
.min-w-\[135px\] {
  min-width: 135px;
}
.min-w-\[14\%\] {
  min-width: 14%;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[147px\] {
  min-width: 147px;
}
.min-w-\[14px\] {
  min-width: 14px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[152px\] {
  min-width: 152px;
}
.min-w-\[153px\] {
  min-width: 153px;
}
.min-w-\[155px\] {
  min-width: 155px;
}
.min-w-\[156px\] {
  min-width: 156px;
}
.min-w-\[157px\] {
  min-width: 157px;
}
.min-w-\[158px\] {
  min-width: 158px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[162px\] {
  min-width: 162px;
}
.min-w-\[165px\] {
  min-width: 165px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[170px\] {
  min-width: 170px;
}
.min-w-\[174px\] {
  min-width: 174px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[196px\] {
  min-width: 196px;
}
.min-w-\[19px\] {
  min-width: 19px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[208px\] {
  min-width: 208px;
}
.min-w-\[209px\] {
  min-width: 209px;
}
.min-w-\[22\.5\%\] {
  min-width: 22.5%;
}
.min-w-\[220px\] {
  min-width: 220px;
}
.min-w-\[224px\] {
  min-width: 224px;
}
.min-w-\[225px\] {
  min-width: 225px;
}
.min-w-\[22px\] {
  min-width: 22px;
}
.min-w-\[24px\] {
  min-width: 24px;
}
.min-w-\[260px\] {
  min-width: 260px;
}
.min-w-\[28\%\] {
  min-width: 28%;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.min-w-\[310px\] {
  min-width: 310px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[351px\] {
  min-width: 351px;
}
.min-w-\[35px\] {
  min-width: 35px;
}
.min-w-\[375px\] {
  min-width: 375px;
}
.min-w-\[38px\] {
  min-width: 38px;
}
.min-w-\[390px\] {
  min-width: 390px;
}
.min-w-\[45px\] {
  min-width: 45px;
}
.min-w-\[486px\] {
  min-width: 486px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.min-w-\[54px\] {
  min-width: 54px;
}
.min-w-\[56px\] {
  min-width: 56px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[66px\] {
  min-width: 66px;
}
.min-w-\[68px\] {
  min-width: 68px;
}
.min-w-\[71px\] {
  min-width: 71px;
}
.min-w-\[768px\] {
  min-width: 768px;
}
.min-w-\[84px\] {
  min-width: 84px;
}
.min-w-\[89px\] {
  min-width: 89px;
}
.min-w-\[8px\] {
  min-width: 8px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-\[91px\] {
  min-width: 91px;
}
.min-w-\[94px\] {
  min-width: 94px;
}
.min-w-\[97px\] {
  min-width: 97px;
}
.min-w-\[calc\(100\%-232px\)\] {
  min-width: calc(100% - 232px);
}
.min-w-\[max-content\] {
  min-width: max-content;
}
.min-w-fit {
  min-width: fit-content;
}
.\!max-w-\[109px\] {
  max-width: 109px !important;
}
.\!max-w-\[10px\] {
  max-width: 10px !important;
}
.\!max-w-\[11px\] {
  max-width: 11px !important;
}
.\!max-w-\[12px\] {
  max-width: 12px !important;
}
.\!max-w-\[14px\] {
  max-width: 14px !important;
}
.\!max-w-\[15px\] {
  max-width: 15px !important;
}
.\!max-w-\[16px\] {
  max-width: 16px !important;
}
.\!max-w-\[170px\] {
  max-width: 170px !important;
}
.\!max-w-\[198px\] {
  max-width: 198px !important;
}
.\!max-w-\[19px\] {
  max-width: 19px !important;
}
.\!max-w-\[20px\] {
  max-width: 20px !important;
}
.\!max-w-\[24px\] {
  max-width: 24px !important;
}
.\!max-w-\[25px\] {
  max-width: 25px !important;
}
.\!max-w-\[32px\] {
  max-width: 32px !important;
}
.\!max-w-\[420px\] {
  max-width: 420px !important;
}
.\!max-w-\[71px\] {
  max-width: 71px !important;
}
.\!max-w-\[7px\] {
  max-width: 7px !important;
}
.\!max-w-\[8px\] {
  max-width: 8px !important;
}
.\!max-w-\[95px\] {
  max-width: 95px !important;
}
.\!max-w-\[calc\(100\%-100px\)\] {
  max-width: calc(100% - 100px) !important;
}
.\!max-w-\[calc\(100\%-120px\)\] {
  max-width: calc(100% - 120px) !important;
}
.max-w-\[100\%-125px\] {
  max-width: 100%-125px;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[101px\] {
  max-width: 101px;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[102px\] {
  max-width: 102px;
}
.max-w-\[104px\] {
  max-width: 104px;
}
.max-w-\[10px\] {
  max-width: 10px;
}
.max-w-\[1123px\] {
  max-width: 1123px;
}
.max-w-\[115px\] {
  max-width: 115px;
}
.max-w-\[11px\] {
  max-width: 11px;
}
.max-w-\[122px\] {
  max-width: 122px;
}
.max-w-\[123px\] {
  max-width: 123px;
}
.max-w-\[124px\] {
  max-width: 124px;
}
.max-w-\[125px\] {
  max-width: 125px;
}
.max-w-\[127px\] {
  max-width: 127px;
}
.max-w-\[128px\] {
  max-width: 128px;
}
.max-w-\[129px\] {
  max-width: 129px;
}
.max-w-\[12px\] {
  max-width: 12px;
}
.max-w-\[1310px\] {
  max-width: 1310px;
}
.max-w-\[134px\] {
  max-width: 134px;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[138px\] {
  max-width: 138px;
}
.max-w-\[13px\] {
  max-width: 13px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[1410px\] {
  max-width: 1410px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[146px\] {
  max-width: 146px;
}
.max-w-\[147px\] {
  max-width: 147px;
}
.max-w-\[14px\] {
  max-width: 14px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[152px\] {
  max-width: 152px;
}
.max-w-\[153px\] {
  max-width: 153px;
}
.max-w-\[154px\] {
  max-width: 154px;
}
.max-w-\[155px\] {
  max-width: 155px;
}
.max-w-\[157px\] {
  max-width: 157px;
}
.max-w-\[158px\] {
  max-width: 158px;
}
.max-w-\[15px\] {
  max-width: 15px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[162px\] {
  max-width: 162px;
}
.max-w-\[165px\] {
  max-width: 165px;
}
.max-w-\[16px\] {
  max-width: 16px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[178px\] {
  max-width: 178px;
}
.max-w-\[17px\] {
  max-width: 17px;
}
.max-w-\[18\.77px\] {
  max-width: 18.77px;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[18px\] {
  max-width: 18px;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[199px\] {
  max-width: 199px;
}
.max-w-\[19px\] {
  max-width: 19px;
}
.max-w-\[208px\] {
  max-width: 208px;
}
.max-w-\[209px\] {
  max-width: 209px;
}
.max-w-\[20px\] {
  max-width: 20px;
}
.max-w-\[214px\] {
  max-width: 214px;
}
.max-w-\[215px\] {
  max-width: 215px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[224px\] {
  max-width: 224px;
}
.max-w-\[226px\] {
  max-width: 226px;
}
.max-w-\[227px\] {
  max-width: 227px;
}
.max-w-\[229px\] {
  max-width: 229px;
}
.max-w-\[22px\] {
  max-width: 22px;
}
.max-w-\[232px\] {
  max-width: 232px;
}
.max-w-\[235px\] {
  max-width: 235px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[24px\] {
  max-width: 24px;
}
.max-w-\[255px\] {
  max-width: 255px;
}
.max-w-\[262px\] {
  max-width: 262px;
}
.max-w-\[264px\] {
  max-width: 264px;
}
.max-w-\[265px\] {
  max-width: 265px;
}
.max-w-\[272px\] {
  max-width: 272px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[287px\] {
  max-width: 287px;
}
.max-w-\[28px\] {
  max-width: 28px;
}
.max-w-\[290px\] {
  max-width: 290px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[309px\] {
  max-width: 309px;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[33\%\] {
  max-width: 33%;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[33px\] {
  max-width: 33px;
}
.max-w-\[340px\] {
  max-width: 340px;
}
.max-w-\[34px\] {
  max-width: 34px;
}
.max-w-\[351px\] {
  max-width: 351px;
}
.max-w-\[370px\] {
  max-width: 370px;
}
.max-w-\[375px\] {
  max-width: 375px;
}
.max-w-\[37px\] {
  max-width: 37px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[386px\] {
  max-width: 386px;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[395px\] {
  max-width: 395px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[42px\] {
  max-width: 42px;
}
.max-w-\[44\.6\%\] {
  max-width: 44.6%;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[448px\] {
  max-width: 448px;
}
.max-w-\[44px\] {
  max-width: 44px;
}
.max-w-\[462px\] {
  max-width: 462px;
}
.max-w-\[490px\] {
  max-width: 490px;
}
.max-w-\[4px\] {
  max-width: 4px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[524px\] {
  max-width: 524px;
}
.max-w-\[530px\] {
  max-width: 530px;
}
.max-w-\[54px\] {
  max-width: 54px;
}
.max-w-\[55\.4\%\] {
  max-width: 55.4%;
}
.max-w-\[55px\] {
  max-width: 55px;
}
.max-w-\[572px\] {
  max-width: 572px;
}
.max-w-\[5px\] {
  max-width: 5px;
}
.max-w-\[608px\] {
  max-width: 608px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-\[66\%\] {
  max-width: 66%;
}
.max-w-\[66px\] {
  max-width: 66px;
}
.max-w-\[67px\] {
  max-width: 67px;
}
.max-w-\[6px\] {
  max-width: 6px;
}
.max-w-\[70px\] {
  max-width: 70px;
}
.max-w-\[755px\] {
  max-width: 755px;
}
.max-w-\[756px\] {
  max-width: 756px;
}
.max-w-\[7px\] {
  max-width: 7px;
}
.max-w-\[8\.4px\] {
  max-width: 8.4px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[859px\] {
  max-width: 859px;
}
.max-w-\[89px\] {
  max-width: 89px;
}
.max-w-\[8px\] {
  max-width: 8px;
}
.max-w-\[91px\] {
  max-width: 91px;
}
.max-w-\[97px\] {
  max-width: 97px;
}
.max-w-\[9px\] {
  max-width: 9px;
}
.max-w-\[calc\(100\%-120px\)\] {
  max-width: calc(100% - 120px);
}
.max-w-\[calc\(100\%-154px\)\] {
  max-width: calc(100% - 154px);
}
.max-w-\[calc\(100\%-160px\)\] {
  max-width: calc(100% - 160px);
}
.max-w-\[calc\(100vw-56px\)\] {
  max-width: calc(100vw - 56px);
}
.max-w-\[max-content\] {
  max-width: max-content;
}
.max-w-fit {
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: max-content;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-\[1\] {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.\!-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.\!-translate-y-1\/2 {
  --tw-translate-y: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-1px\] {
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[20px\] {
  --tw-translate-x: 20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-1px\] {
  --tw-translate-y: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-2px\] {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[16px\] {
  --tw-translate-y: 16px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[1px\] {
  --tw-translate-y: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[2px\] {
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[36px\] {
  --tw-translate-y: 36px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[180deg\] {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[-1\] {
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-95 {
  --tw-scale-x: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-move {
  cursor: move;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1fr_125px_125px_1fr\] {
  grid-template-columns: 1fr 125px 125px 1fr;
}
.grid-cols-\[320px_1fr\] {
  grid-template-columns: 320px 1fr;
}
.grid-cols-\[50\%_50\%\] {
  grid-template-columns: 50% 50%;
}
.grid-cols-\[92px_70px_50px_50px_47px\] {
  grid-template-columns: 92px 70px 50px 50px 47px;
}
.grid-cols-\[max-content_1fr\] {
  grid-template-columns: max-content 1fr;
}
.grid-rows-\[auto\] {
  grid-template-rows: auto;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-stretch {
  justify-content: stretch;
}
.\!gap-0 {
  gap: 0px !important;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[0\] {
  gap: 0;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[116px\] {
  gap: 116px;
}
.gap-\[11px\] {
  gap: 11px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[13px\] {
  gap: 13px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[1px\] {
  gap: 1px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[21px\] {
  gap: 21px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[3\.5px\] {
  gap: 3.5px;
}
.gap-\[36px\] {
  gap: 36px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[41px\] {
  gap: 41px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[58px\] {
  gap: 58px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.gap-x-2\.5 {
  column-gap: 0.625rem;
}
.gap-x-\[10px\] {
  column-gap: 10px;
}
.gap-x-\[2px\] {
  column-gap: 2px;
}
.gap-y-\[16px\] {
  row-gap: 16px;
}
.gap-y-\[5px\] {
  row-gap: 5px;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.\!overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.\!rounded-\[5px\] {
  border-radius: 5px !important;
}
.\!rounded-\[9px\] {
  border-radius: 9px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[13px\] {
  border-radius: 13px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[27px\] {
  border-radius: 27px;
}
.rounded-\[29px\] {
  border-radius: 29px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[34px\] {
  border-radius: 34px;
}
.rounded-\[35px\] {
  border-radius: 35px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[60px\] {
  border-radius: 60px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[9px\] {
  border-radius: 9px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-\[12px\] {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.rounded-b-\[16px\] {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-l-\[7px\] {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.rounded-l-\[8px\] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-r-\[4px\] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-r-\[8px\] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.rounded-t-\[4px\] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-t-\[8px\] {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-t-\[9px\] {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
}
.rounded-bl-\[0px\] {
  border-bottom-left-radius: 0px;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.rounded-bl-\[5px\] {
  border-bottom-left-radius: 5px;
}
.rounded-bl-\[7px\] {
  border-bottom-left-radius: 7px;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.rounded-br-\[7px\] {
  border-bottom-right-radius: 7px;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}
.rounded-tl-\[5px\] {
  border-top-left-radius: 5px;
}
.rounded-tl-\[7px\] {
  border-top-left-radius: 7px;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}
.rounded-tr-\[7px\] {
  border-top-right-radius: 7px;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.\!border-b-2 {
  border-bottom-width: 2px !important;
}
.\!border-t-0 {
  border-top-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-solid {
  border-style: solid !important;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-\[\#022D35\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#C93535\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1)) !important;
}
.\!border-aml-green-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1)) !important;
}
.\!border-aml-red-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#00000010\] {
  border-color: #00000010;
}
.border-\[\#0000001A\] {
  border-color: #0000001A;
}
.border-\[\#000000\]\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-\[\#0041E7\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 231 / var(--tw-border-opacity, 1));
}
.border-\[\#022D3514\] {
  border-color: #022D3514;
}
.border-\[\#022D3530\] {
  border-color: #022D3530;
}
.border-\[\#022D354D\] {
  border-color: #022D354D;
}
.border-\[\#022D3566\] {
  border-color: #022D3566;
}
.border-\[\#022D35\] {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
}
.border-\[\#022D35\]\/10 {
  border-color: rgb(2 45 53 / 0.1);
}
.border-\[\#022D35\]\/30 {
  border-color: rgb(2 45 53 / 0.3);
}
.border-\[\#23403D\] {
  --tw-border-opacity: 1;
  border-color: rgb(35 64 61 / var(--tw-border-opacity, 1));
}
.border-\[\#234542\]\/50 {
  border-color: rgb(35 69 66 / 0.5);
}
.border-\[\#2D67F7\] {
  --tw-border-opacity: 1;
  border-color: rgb(45 103 247 / var(--tw-border-opacity, 1));
}
.border-\[\#3231424D\] {
  border-color: #3231424D;
}
.border-\[\#3C6B8314\] {
  border-color: #3C6B8314;
}
.border-\[\#4E4E4E\]\/40 {
  border-color: rgb(78 78 78 / 0.4);
}
.border-\[\#50AF95\] {
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
}
.border-\[\#616F74\] {
  --tw-border-opacity: 1;
  border-color: rgb(97 111 116 / var(--tw-border-opacity, 1));
}
.border-\[\#778F8F\] {
  --tw-border-opacity: 1;
  border-color: rgb(119 143 143 / var(--tw-border-opacity, 1));
}
.border-\[\#90A2A5\] {
  --tw-border-opacity: 1;
  border-color: rgb(144 162 165 / var(--tw-border-opacity, 1));
}
.border-\[\#9AABAE\] {
  --tw-border-opacity: 1;
  border-color: rgb(154 171 174 / var(--tw-border-opacity, 1));
}
.border-\[\#B3C0C2\] {
  --tw-border-opacity: 1;
  border-color: rgb(179 192 194 / var(--tw-border-opacity, 1));
}
.border-\[\#BCD4D4\] {
  --tw-border-opacity: 1;
  border-color: rgb(188 212 212 / var(--tw-border-opacity, 1));
}
.border-\[\#C92F29\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 47 41 / var(--tw-border-opacity, 1));
}
.border-\[\#C9353566\] {
  border-color: #C9353566;
}
.border-\[\#C93535\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1));
}
.border-\[\#D8E1E1\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 225 225 / var(--tw-border-opacity, 1));
}
.border-\[\#D9E3E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 227 229 / var(--tw-border-opacity, 1));
}
.border-\[\#DFE5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#E4E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E5E5\]\/20 {
  border-color: rgb(229 229 229 / 0.2);
}
.border-\[\#E9EBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(233 235 235 / var(--tw-border-opacity, 1));
}
.border-\[\#F2F2F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity, 1));
}
.border-\[\#F2F4F5\]\/20 {
  border-color: rgb(242 244 245 / 0.2);
}
.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-\[\#FFFFFF\]\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-aml-gray-150 {
  --tw-border-opacity: 1;
  border-color: rgb(216 225 225 / var(--tw-border-opacity, 1));
}
.border-aml-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(35 69 66 / var(--tw-border-opacity, 1));
}
.border-aml-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
}
.border-aml-green-700\/20 {
  border-color: rgb(2 45 53 / 0.2);
}
.border-aml-green-75 {
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
}
.border-aml-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(201 53 53 / var(--tw-border-opacity, 1));
}
.border-aml-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(201 47 41 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.border-opacity-5 {
  --tw-border-opacity: 0.05;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.\!bg-\[\#1F4A52\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 74 82 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#50AF95\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#9AABAE\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(154 171 174 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#C93535\]\/\[0\.15\] {
  background-color: rgb(201 53 53 / 0.15) !important;
}
.\!bg-aml-green-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-aml-green-75 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#\#D1DEE1\] {
  background-color: ##D1DEE1;
}
.bg-\[\#00000010\] {
  background-color: #00000010;
}
.bg-\[\#022D3504\] {
  background-color: #022D3504;
}
.bg-\[\#022D3566\]\/10 {
  background-color: rgb(2 45 53 / 0.1);
}
.bg-\[\#022D35F5\] {
  background-color: #022D35F5;
}
.bg-\[\#022D35\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
}
.bg-\[\#022D35\]\/\[0\.07\] {
  background-color: rgb(2 45 53 / 0.07);
}
.bg-\[\#022D35\]\/\[0\.25\] {
  background-color: rgb(2 45 53 / 0.25);
}
.bg-\[\#073039\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 48 57 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0C6A99\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 106 153 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0D87A0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 135 160 / var(--tw-bg-opacity, 1));
}
.bg-\[\#10525E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 82 94 / var(--tw-bg-opacity, 1));
}
.bg-\[\#105E50\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 94 80 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1B4249\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 66 73 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1F4A52\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 74 82 / var(--tw-bg-opacity, 1));
}
.bg-\[\#23454233\] {
  background-color: #23454233;
}
.bg-\[\#234542\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 69 66 / var(--tw-bg-opacity, 1));
}
.bg-\[\#46D81A21\] {
  background-color: #46D81A21;
}
.bg-\[\#50AF95\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
}
.bg-\[\#688381\] {
  --tw-bg-opacity: 1;
  background-color: rgb(104 131 129 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6E707D80\] {
  background-color: #6E707D80;
}
.bg-\[\#6E707D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(110 112 125 / var(--tw-bg-opacity, 1));
}
.bg-\[\#778F8F1A\] {
  background-color: #778F8F1A;
}
.bg-\[\#778F8F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 143 143 / var(--tw-bg-opacity, 1));
}
.bg-\[\#87C05A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(135 192 90 / var(--tw-bg-opacity, 1));
}
.bg-\[\#90A2A5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(144 162 165 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9898A0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(152 152 160 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9AABAE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(154 171 174 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9AABAE\]\/30 {
  background-color: rgb(154 171 174 / 0.3);
}
.bg-\[\#B3C0C22B\] {
  background-color: #B3C0C22B;
}
.bg-\[\#B3C0C2\]\/\[0\.17\] {
  background-color: rgb(179 192 194 / 0.17);
}
.bg-\[\#B5E0DD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(181 224 221 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B8D1D6\]\/20 {
  background-color: rgb(184 209 214 / 0.2);
}
.bg-\[\#C1D2D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(193 210 214 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C92F29\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 47 41 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C93535\] {
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 53 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C93535\]\/30 {
  background-color: rgb(201 53 53 / 0.3);
}
.bg-\[\#C93535\]\/\[\.14\] {
  background-color: rgb(201 53 53 / .14);
}
.bg-\[\#C93535\]\/\[0\.15\] {
  background-color: rgb(201 53 53 / 0.15);
}
.bg-\[\#CFD6D6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 214 214 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D1DEE1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 222 225 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D3A500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 165 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D8E1E199\] {
  background-color: #D8E1E199;
}
.bg-\[\#D8E1E1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(216 225 225 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9D9D9\]\/30 {
  background-color: rgb(217 217 217 / 0.3);
}
.bg-\[\#DCE3E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 227 227 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DFE5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E3E3E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E4E5E566\] {
  background-color: #E4E5E566;
}
.bg-\[\#E4E5E5\]\/40 {
  background-color: rgb(228 229 229 / 0.4);
}
.bg-\[\#E5E5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E74949\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 73 73 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E7EDED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 237 237 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E7EEF0\]\/60 {
  background-color: rgb(231 238 240 / 0.6);
}
.bg-\[\#E8F3F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EA3D3D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 61 61 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBF2F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 242 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEAC2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 172 44 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEF0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFF1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F3F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F4F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F6F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F7F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFBB00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 187 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFCA10\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 16 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFCB10\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 16 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFD900\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFDEAB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 222 171 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE5E5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFFFFF33\] {
  background-color: #FFFFFF33;
}
.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c9353526\]\/\[0\.15\] {
  background-color: rgb(201 53 53 / 0.15);
}
.bg-\[\#eef0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(2\,45\,53\,0\.1\)\] {
  background-color: rgba(2, 45, 53, 0.1);
}
.bg-aml-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 241 / var(--tw-bg-opacity, 1));
}
.bg-aml-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity, 1));
}
.bg-aml-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 112 125 / var(--tw-bg-opacity, 1));
}
.bg-aml-green-125 {
  --tw-bg-opacity: 1;
  background-color: rgb(70 216 26 / var(--tw-bg-opacity, 1));
}
.bg-aml-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(35 69 66 / var(--tw-bg-opacity, 1));
}
.bg-aml-green-500\/10 {
  background-color: rgb(35 69 66 / 0.1);
}
.bg-aml-green-500\/20 {
  background-color: rgb(35 69 66 / 0.2);
}
.bg-aml-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(135 192 90 / var(--tw-bg-opacity, 1));
}
.bg-aml-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
}
.bg-aml-green-75 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
}
.bg-aml-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(135 192 90 / var(--tw-bg-opacity, 1));
}
.bg-aml-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 53 / var(--tw-bg-opacity, 1));
}
.bg-aml-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 47 41 / var(--tw-bg-opacity, 1));
}
.bg-aml-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 16 / var(--tw-bg-opacity, 1));
}
.bg-aml-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 0 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-\[0\.06\] {
  --tw-bg-opacity: 0.06;
}
.bg-opacity-\[64\%\] {
  --tw-bg-opacity: 64%;
}
.bg-opacity-\[8\%\] {
  --tw-bg-opacity: 8%;
}
.bg-button-report-gradient {
  background-image:
    linear-gradient(
      180deg,
      rgba(2, 45, 53, 0.00) 0%,
      rgba(2, 45, 53, 0.90) 33.16%);
}
.bg-deep-blue-gradient {
  background-image:
    linear-gradient(
      127deg,
      #075665 12.51%,
      #2C7380 105.92%);
}
.bg-green-linear-gradient {
  background-image:
    linear-gradient(
      125deg,
      #337563 13.5%,
      #289275 58.44%,
      #337563 96.2%);
}
.bg-horizontal-gradient-line {
  background-image:
    linear-gradient(
      90deg,
      rgba(129, 129, 130, 0) 0%,
      rgba(129, 129, 130, .34) 32.83%,
      rgba(129, 129, 130, .35) 74.79%,
      rgba(129, 129, 130, 0) 100%);
}
.bg-none {
  background-image: none;
}
.object-cover {
  object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-3\.5 {
  padding: 0.875rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[18px\] {
  padding: 18px;
}
.p-\[3px_7px_3px_7px\] {
  padding: 3px 7px 3px 7px;
}
.p-\[4px\] {
  padding: 4px;
}
.p-\[4px_10px_5px_8px\] {
  padding: 4px 10px 5px 8px;
}
.p-\[7px_9px_7px_9px\] {
  padding: 7px 9px 7px 9px;
}
.p-\[8px\] {
  padding: 8px;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[19px\] {
  padding-left: 19px;
  padding-right: 19px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18\.5px\] {
  padding-top: 18.5px;
  padding-bottom: 18.5px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}
.py-\[1px\] {
  padding-top: 1px;
  padding-bottom: 1px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[68px\] {
  padding-top: 68px;
  padding-bottom: 68px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8\.5px\] {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[108px\] {
  padding-bottom: 108px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[113px\] {
  padding-bottom: 113px;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[127px\] {
  padding-bottom: 127px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[160px\] {
  padding-bottom: 160px;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[1px\] {
  padding-bottom: 1px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[26px\] {
  padding-bottom: 26px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[29px\] {
  padding-bottom: 29px;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pb-\[4px\] {
  padding-bottom: 4px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pb-\[7px\] {
  padding-bottom: 7px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[10px\] {
  padding-left: 10px;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[1px\] {
  padding-left: 1px;
}
.pl-\[22px\] {
  padding-left: 22px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pl-\[32px\] {
  padding-left: 32px;
}
.pl-\[33px\] {
  padding-left: 33px;
}
.pl-\[36px\] {
  padding-left: 36px;
}
.pl-\[3px\] {
  padding-left: 3px;
}
.pl-\[43px\] {
  padding-left: 43px;
}
.pl-\[48px\] {
  padding-left: 48px;
}
.pl-\[4px\] {
  padding-left: 4px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[10px\] {
  padding-right: 10px;
}
.pr-\[11px\] {
  padding-right: 11px;
}
.pr-\[12px\] {
  padding-right: 12px;
}
.pr-\[14px\] {
  padding-right: 14px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pr-\[34px\] {
  padding-right: 34px;
}
.pr-\[3px\] {
  padding-right: 3px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pr-\[7px\] {
  padding-right: 7px;
}
.pr-\[80px\] {
  padding-right: 80px;
}
.pr-\[9px\] {
  padding-right: 9px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[18px\] {
  padding-top: 18px;
}
.pt-\[19px\] {
  padding-top: 19px;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[21px\] {
  padding-top: 21px;
}
.pt-\[22px\] {
  padding-top: 22px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[26px\] {
  padding-top: 26px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[33px\] {
  padding-top: 33px;
}
.pt-\[34px\] {
  padding-top: 34px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[4px\] {
  padding-top: 4px;
}
.pt-\[52px\] {
  padding-top: 52px;
}
.pt-\[55px\] {
  padding-top: 55px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.pt-\[88px\] {
  padding-top: 88px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.align-bottom {
  vertical-align: bottom;
}
.\!font-base {
  font-family: HarmonyOS Sans, sans-serif !important;
}
.font-\[\'Inter\'\] {
  font-family: "Inter";
}
.font-\[initial\] {
  font-family: initial;
}
.font-base {
  font-family: HarmonyOS Sans, sans-serif;
}
.font-inter {
  font-family: Inter, sans-serif;
}
.font-second {
  font-family: Inter, sans-serif;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.\!text-\[19px\] {
  font-size: 19px !important;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.\!text-\[24px\] {
  font-size: 24px !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}
.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[0\.8\] {
  line-height: 0.8;
}
.leading-\[1\.0625\] {
  line-height: 1.0625;
}
.leading-\[1\.0719\] {
  line-height: 1.0719;
}
.leading-\[1\.13\] {
  line-height: 1.13;
}
.leading-\[1\.14\] {
  line-height: 1.14;
}
.leading-\[1\.15\] {
  line-height: 1.15;
}
.leading-\[1\.167\] {
  line-height: 1.167;
}
.leading-\[1\.16\] {
  line-height: 1.16;
}
.leading-\[1\.1875\] {
  line-height: 1.1875;
}
.leading-\[1\.19\] {
  line-height: 1.19;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2085\] {
  line-height: 1.2085;
}
.leading-\[1\.24\] {
  line-height: 1.24;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.26\] {
  line-height: 1.26;
}
.leading-\[1\.27\] {
  line-height: 1.27;
}
.leading-\[1\.28\] {
  line-height: 1.28;
}
.leading-\[1\.2917\] {
  line-height: 1.2917;
}
.leading-\[1\.29\] {
  line-height: 1.29;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.31\] {
  line-height: 1.31;
}
.leading-\[1\.32\] {
  line-height: 1.32;
}
.leading-\[1\.3334\] {
  line-height: 1.3334;
}
.leading-\[1\.33\] {
  line-height: 1.33;
}
.leading-\[1\.34\] {
  line-height: 1.34;
}
.leading-\[1\.35\] {
  line-height: 1.35;
}
.leading-\[1\.38\] {
  line-height: 1.38;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.417\] {
  line-height: 1.417;
}
.leading-\[1\.4286\] {
  line-height: 1.4286;
}
.leading-\[1\.429\] {
  line-height: 1.429;
}
.leading-\[1\.43\] {
  line-height: 1.43;
}
.leading-\[1\.45\] {
  line-height: 1.45;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.539\] {
  line-height: 1.539;
}
.leading-\[1\.5417\] {
  line-height: 1.5417;
}
.leading-\[1\.56\] {
  line-height: 1.56;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.67\] {
  line-height: 1.67;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.leading-\[1\.75\] {
  line-height: 1.75;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.85\] {
  line-height: 1.85;
}
.leading-\[1\.8\] {
  line-height: 1.8;
}
.leading-\[1\.929\] {
  line-height: 1.929;
}
.leading-\[1\.9\] {
  line-height: 1.9;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[121\%\] {
  line-height: 121%;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[140\%\] {
  line-height: 140%;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[170\%\] {
  line-height: 170%;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[\] {
  line-height:;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[-0\.3px\] {
  letter-spacing: -0.3px;
}
.tracking-\[-0\.45px\] {
  letter-spacing: -0.45px;
}
.tracking-\[0\.020px\] {
  letter-spacing: 0.020px;
}
.tracking-\[0\.1px\] {
  letter-spacing: 0.1px;
}
.tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}
.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.\!text-\[\#008080CC\] {
  color: #008080CC !important;
}
.\!text-\[\#022D35\] {
  --tw-text-opacity: 1 !important;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#778F8F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(119 143 143 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#80969A\]\/70 {
  color: rgb(128 150 154 / 0.7) !important;
}
.\!text-\[\#C93535\] {
  --tw-text-opacity: 1 !important;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1)) !important;
}
.\!text-aml-green-500\/50 {
  color: rgb(35 69 66 / 0.5) !important;
}
.\!text-aml-red-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#001F3F\] {
  --tw-text-opacity: 1;
  color: rgb(0 31 63 / var(--tw-text-opacity, 1));
}
.text-\[\#0041E7\] {
  --tw-text-opacity: 1;
  color: rgb(0 65 231 / var(--tw-text-opacity, 1));
}
.text-\[\#022D3530\] {
  color: #022D3530;
}
.text-\[\#022D354D\] {
  color: #022D354D;
}
.text-\[\#022D3580\] {
  color: #022D3580;
}
.text-\[\#022D35\] {
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.text-\[\#022D35\]\/20 {
  color: rgb(2 45 53 / 0.2);
}
.text-\[\#022D35\]\/30 {
  color: rgb(2 45 53 / 0.3);
}
.text-\[\#022D35\]\/40 {
  color: rgb(2 45 53 / 0.4);
}
.text-\[\#022D35\]\/50 {
  color: rgb(2 45 53 / 0.5);
}
.text-\[\#022D35\]\/60 {
  color: rgb(2 45 53 / 0.6);
}
.text-\[\#022D35\]\/70 {
  color: rgb(2 45 53 / 0.7);
}
.text-\[\#022d358f\] {
  color: #022d358f;
}
.text-\[\#073039\] {
  --tw-text-opacity: 1;
  color: rgb(7 48 57 / var(--tw-text-opacity, 1));
}
.text-\[\#1F8484\] {
  --tw-text-opacity: 1;
  color: rgb(31 132 132 / var(--tw-text-opacity, 1));
}
.text-\[\#234542\] {
  --tw-text-opacity: 1;
  color: rgb(35 69 66 / var(--tw-text-opacity, 1));
}
.text-\[\#234542\]\/50 {
  color: rgb(35 69 66 / 0.5);
}
.text-\[\#2D2D2D\] {
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
}
.text-\[\#2D67F7\] {
  --tw-text-opacity: 1;
  color: rgb(45 103 247 / var(--tw-text-opacity, 1));
}
.text-\[\#323142\] {
  --tw-text-opacity: 1;
  color: rgb(50 49 66 / var(--tw-text-opacity, 1));
}
.text-\[\#323142\]\/40 {
  color: rgb(50 49 66 / 0.4);
}
.text-\[\#33BC09\] {
  --tw-text-opacity: 1;
  color: rgb(51 188 9 / var(--tw-text-opacity, 1));
}
.text-\[\#390A2A5\] {
  color: #390A2A5;
}
.text-\[\#45525B80\] {
  color: #45525B80;
}
.text-\[\#45525B\] {
  --tw-text-opacity: 1;
  color: rgb(69 82 91 / var(--tw-text-opacity, 1));
}
.text-\[\#45525B\]\/40 {
  color: rgb(69 82 91 / 0.4);
}
.text-\[\#50AF95\] {
  --tw-text-opacity: 1;
  color: rgb(80 175 149 / var(--tw-text-opacity, 1));
}
.text-\[\#556163\] {
  --tw-text-opacity: 1;
  color: rgb(85 97 99 / var(--tw-text-opacity, 1));
}
.text-\[\#567474\] {
  --tw-text-opacity: 1;
  color: rgb(86 116 116 / var(--tw-text-opacity, 1));
}
.text-\[\#567474\]\/70 {
  color: rgb(86 116 116 / 0.7);
}
.text-\[\#616F74\] {
  --tw-text-opacity: 1;
  color: rgb(97 111 116 / var(--tw-text-opacity, 1));
}
.text-\[\#6E707D\] {
  --tw-text-opacity: 1;
  color: rgb(110 112 125 / var(--tw-text-opacity, 1));
}
.text-\[\#6E707D\]\/60 {
  color: rgb(110 112 125 / 0.6);
}
.text-\[\#778F8F\] {
  --tw-text-opacity: 1;
  color: rgb(119 143 143 / var(--tw-text-opacity, 1));
}
.text-\[\#7A9095\] {
  --tw-text-opacity: 1;
  color: rgb(122 144 149 / var(--tw-text-opacity, 1));
}
.text-\[\#80969A\] {
  --tw-text-opacity: 1;
  color: rgb(128 150 154 / var(--tw-text-opacity, 1));
}
.text-\[\#80969A\]\/70 {
  color: rgb(128 150 154 / 0.7);
}
.text-\[\#869196\] {
  --tw-text-opacity: 1;
  color: rgb(134 145 150 / var(--tw-text-opacity, 1));
}
.text-\[\#8FA3A7\] {
  --tw-text-opacity: 1;
  color: rgb(143 163 167 / var(--tw-text-opacity, 1));
}
.text-\[\#90A2A5\] {
  --tw-text-opacity: 1;
  color: rgb(144 162 165 / var(--tw-text-opacity, 1));
}
.text-\[\#91A4A7\] {
  --tw-text-opacity: 1;
  color: rgb(145 164 167 / var(--tw-text-opacity, 1));
}
.text-\[\#94A3A6\] {
  --tw-text-opacity: 1;
  color: rgb(148 163 166 / var(--tw-text-opacity, 1));
}
.text-\[\#9898A0\] {
  --tw-text-opacity: 1;
  color: rgb(152 152 160 / var(--tw-text-opacity, 1));
}
.text-\[\#9AABAE\] {
  --tw-text-opacity: 1;
  color: rgb(154 171 174 / var(--tw-text-opacity, 1));
}
.text-\[\#9EA2A6\] {
  --tw-text-opacity: 1;
  color: rgb(158 162 166 / var(--tw-text-opacity, 1));
}
.text-\[\#9F9F9F\] {
  --tw-text-opacity: 1;
  color: rgb(159 159 159 / var(--tw-text-opacity, 1));
}
.text-\[\#A8BBBF\] {
  --tw-text-opacity: 1;
  color: rgb(168 187 191 / var(--tw-text-opacity, 1));
}
.text-\[\#ADADB3\] {
  --tw-text-opacity: 1;
  color: rgb(173 173 179 / var(--tw-text-opacity, 1));
}
.text-\[\#B3C0C2\] {
  --tw-text-opacity: 1;
  color: rgb(179 192 194 / var(--tw-text-opacity, 1));
}
.text-\[\#C92F29\] {
  --tw-text-opacity: 1;
  color: rgb(201 47 41 / var(--tw-text-opacity, 1));
}
.text-\[\#C93535\] {
  --tw-text-opacity: 1;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1));
}
.text-\[\#CCD2D9\] {
  --tw-text-opacity: 1;
  color: rgb(204 210 217 / var(--tw-text-opacity, 1));
}
.text-\[\#CFD6D6\] {
  --tw-text-opacity: 1;
  color: rgb(207 214 214 / var(--tw-text-opacity, 1));
}
.text-\[\#D3A500\] {
  --tw-text-opacity: 1;
  color: rgb(211 165 0 / var(--tw-text-opacity, 1));
}
.text-\[\#D3B613\] {
  --tw-text-opacity: 1;
  color: rgb(211 182 19 / var(--tw-text-opacity, 1));
}
.text-\[\#E74949\] {
  --tw-text-opacity: 1;
  color: rgb(231 73 73 / var(--tw-text-opacity, 1));
}
.text-\[\#FB0\] {
  --tw-text-opacity: 1;
  color: rgb(255 187 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFD900\] {
  --tw-text-opacity: 1;
  color: rgb(255 217 0 / var(--tw-text-opacity, 1));
}
.text-\[\#fff\]\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-aml-black-100 {
  --tw-text-opacity: 1;
  color: rgb(45 45 45 / var(--tw-text-opacity, 1));
}
.text-aml-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(50 49 66 / var(--tw-text-opacity, 1));
}
.text-aml-blue-900\/70 {
  color: rgb(50 49 66 / 0.7);
}
.text-aml-gray-350 {
  --tw-text-opacity: 1;
  color: rgb(148 163 166 / var(--tw-text-opacity, 1));
}
.text-aml-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(144 162 165 / var(--tw-text-opacity, 1));
}
.text-aml-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(110 112 125 / var(--tw-text-opacity, 1));
}
.text-aml-green-100 {
  --tw-text-opacity: 1;
  color: rgb(119 143 143 / var(--tw-text-opacity, 1));
}
.text-aml-green-500 {
  --tw-text-opacity: 1;
  color: rgb(35 69 66 / var(--tw-text-opacity, 1));
}
.text-aml-green-500\/20 {
  color: rgb(35 69 66 / 0.2);
}
.text-aml-green-500\/40 {
  color: rgb(35 69 66 / 0.4);
}
.text-aml-green-600 {
  --tw-text-opacity: 1;
  color: rgb(135 192 90 / var(--tw-text-opacity, 1));
}
.text-aml-green-700 {
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.text-aml-green-700\/20 {
  color: rgb(2 45 53 / 0.2);
}
.text-aml-green-700\/30 {
  color: rgb(2 45 53 / 0.3);
}
.text-aml-green-700\/40 {
  color: rgb(2 45 53 / 0.4);
}
.text-aml-green-700\/50 {
  color: rgb(2 45 53 / 0.5);
}
.text-aml-green-700\/60 {
  color: rgb(2 45 53 / 0.6);
}
.text-aml-green-700\/70 {
  color: rgb(2 45 53 / 0.7);
}
.text-aml-green-75 {
  --tw-text-opacity: 1;
  color: rgb(80 175 149 / var(--tw-text-opacity, 1));
}
.text-aml-red-100 {
  --tw-text-opacity: 1;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1));
}
.text-aml-red-800 {
  --tw-text-opacity: 1;
  color: rgb(201 47 41 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-inherit {
  color: inherit;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-aml-gray-350::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 166 / var(--tw-placeholder-opacity, 1));
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-\[0\.64\] {
  opacity: 0.64;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-1 {
  --tw-shadow: 0px 14px 34px 0px #24334817;
  --tw-shadow-colored: 0px 14px 34px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-3 {
  --tw-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 4px 34px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-4 {
  --tw-shadow: 0 4px 14px -4px rgba(66, 68, 90, 0.3);
  --tw-shadow-colored: 0 4px 14px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-5 {
  --tw-shadow: 1px 3px 4px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 1px 3px 4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-6 {
  --tw-shadow: 0px 3px 4px rgba(60, 107, 131, 0.25);
  --tw-shadow-colored: 0px 3px 4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-\[0px_19px_36\.1px_-4px_rgba\(61\,68\,77\,0\.30\)\] {
  --tw-shadow: 0px 19px 36.1px -4px rgba(61,68,77,0.30);
  --tw-shadow-colored: 0px 19px 36.1px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-table-row {
  --tw-shadow: 0px 2px 4px rgba(0, 53, 110, 0.15), 0px 1px 1px rgba(6, 35, 79, 0.1);
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color), 0px 1px 1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.\!duration-300 {
  transition-duration: 300ms !important;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.\!ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.marker\:text-\[\#fff\]\/70 *::marker {
  color: rgb(255 255 255 / 0.7);
}
.marker\:text-\[\#ffffff70\] *::marker {
  color: #ffffff70;
}
.marker\:text-\[\#fff\]\/70::marker {
  color: rgb(255 255 255 / 0.7);
}
.marker\:text-\[\#ffffff70\]::marker {
  color: #ffffff70;
}
.placeholder\:text-\[16px\]::placeholder {
  font-size: 16px;
}
.placeholder\:\!text-\[\#C93535\]::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1)) !important;
}
.placeholder\:text-\[\#022D3540\]::placeholder {
  color: #022D3540;
}
.placeholder\:text-\[\#778F8F\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 143 143 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#94A3A6\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 166 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#FB0\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 187 0 / var(--tw-text-opacity, 1));
}
.placeholder\:text-aml-blue-900\/30::placeholder {
  color: rgb(50 49 66 / 0.3);
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-3::before {
  content: var(--tw-content);
  left: -0.75rem;
}
.before\:-right-1::before {
  content: var(--tw-content);
  right: -0.25rem;
}
.before\:-top-\[18px\]::before {
  content: var(--tw-content);
  top: -18px;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:left-\[-17px\]::before {
  content: var(--tw-content);
  left: -17px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:top-\[24px\]::before {
  content: var(--tw-content);
  top: 24px;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:\!h-auto::before {
  content: var(--tw-content);
  height: auto !important;
}
.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}
.before\:h-\[23px\]::before {
  content: var(--tw-content);
  height: 23px;
}
.before\:h-\[5px\]::before {
  content: var(--tw-content);
  height: 5px;
}
.before\:w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:bg-\[\#4E4E4E\]\/40::before {
  content: var(--tw-content);
  background-color: rgb(78 78 78 / 0.4);
}
.before\:bg-aml-gray-150::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(216 225 225 / var(--tw-bg-opacity, 1));
}
.before\:bg-aml-green-500\/20::before {
  content: var(--tw-content);
  background-color: rgb(35 69 66 / 0.2);
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.before\:opacity-10::before {
  content: var(--tw-content);
  opacity: 0.1;
}
.before\:content-\[\'\'\]::before {
  --tw-content: "";
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-bottom-\[9px\]::after {
  content: var(--tw-content);
  bottom: -9px;
}
.after\:-right-\[6px\]::after {
  content: var(--tw-content);
  right: -6px;
}
.after\:-right-\[9px\]::after {
  content: var(--tw-content);
  right: -9px;
}
.after\:-top-\[9px\]::after {
  content: var(--tw-content);
  top: -9px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}
.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:bg-\[\#022D35\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
}
.after\:bg-aml-green-500\/20::after {
  content: var(--tw-content);
  background-color: rgb(35 69 66 / 0.2);
}
.after\:text-\[20px\]::after {
  content: var(--tw-content);
  font-size: 20px;
}
.after\:content-\[\'\:\'\]::after {
  --tw-content: ":";
  content: var(--tw-content);
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
}
.last\:border-r-0:last-child {
  border-right-width: 0px;
}
.last\:border-none:last-child {
  border-style: none;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.last\:after\:content-none:last-child::after {
  --tw-content: none;
  content: var(--tw-content);
}
.placeholder-shown\:font-base:placeholder-shown {
  font-family: HarmonyOS Sans, sans-serif;
}
.placeholder-shown\:text-\[15px\]:placeholder-shown {
  font-size: 15px;
}
.placeholder-shown\:font-normal:placeholder-shown {
  font-weight: 400;
}
.placeholder-shown\:leading-\[18px\]:placeholder-shown {
  line-height: 18px;
}
.placeholder-shown\:tracking-normal:placeholder-shown {
  letter-spacing: 0em;
}
.read-only\:opacity-30:read-only {
  opacity: 0.3;
}
.focus-within\:border-\[\#022D35\]:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(2 45 53 / var(--tw-border-opacity, 1));
}
.focus-within\:border-\[\#D8E1E1\]:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(216 225 225 / var(--tw-border-opacity, 1));
}
.focus-within\:shadow-4:focus-within {
  --tw-shadow: 0 4px 14px -4px rgba(66, 68, 90, 0.3);
  --tw-shadow-colored: 0 4px 14px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.hover\:border-\[\#50AF95\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 175 149 / var(--tw-border-opacity, 1));
}
.hover\:\!bg-\[rgba\(45\,103\,247\,0\.05\)\]:hover {
  background-color: rgba(45, 103, 247, 0.05) !important;
}
.hover\:\!bg-gray-50\/30:hover {
  background-color: rgb(249 250 251 / 0.3) !important;
}
.hover\:bg-\[\#022D35\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#0C6A99\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 106 153 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#0D87A0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 135 160 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#2CA181\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 161 129 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#2D67F7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 103 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#309176\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 145 118 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#50AF95\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 175 149 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#EFF1F1\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[rgba\(2\,45\,53\,0\.15\)\]:hover {
  background-color: rgba(2, 45, 53, 0.15);
}
.hover\:bg-aml-gray-500\/10:hover {
  background-color: rgb(110 112 125 / 0.1);
}
.hover\:bg-aml-green-500\/10:hover {
  background-color: rgb(35 69 66 / 0.1);
}
.hover\:bg-aml-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 53 / var(--tw-bg-opacity, 1));
}
.hover\:bg-aml-red-100\/80:hover {
  background-color: rgb(201 53 53 / 0.8);
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:fill-\[\#022D35\]:hover {
  fill: #022D35;
}
.hover\:text-\[\#022D35\]:hover {
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#50AF95\]:hover {
  --tw-text-opacity: 1;
  color: rgb(80 175 149 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-aml-green-100:hover {
  --tw-text-opacity: 1;
  color: rgb(119 143 143 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:bg-\[\#022D35\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 45 53 / var(--tw-bg-opacity, 1));
}
.focus\:bg-\[\#12916E\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(18 145 110 / var(--tw-bg-opacity, 1));
}
.focus\:\!text-\[\#C93535\]:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(201 53 53 / var(--tw-text-opacity, 1)) !important;
}
.focus\:text-\[\#022D35\]:focus {
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.focus\:text-\[\#fff\]:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:opacity-60:focus {
  opacity: 0.6;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:placeholder\:opacity-0:focus::placeholder {
  opacity: 0;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-\[\#022D35\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 45 53 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-\[\#50AF95\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 175 149 / var(--tw-ring-opacity, 1));
}
.active\:bg-\[\#268B6F\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(38 139 111 / var(--tw-bg-opacity, 1));
}
.active\:bg-\[rgba\(2\,45\,53\,0\.20\)\]:active {
  background-color: rgba(2, 45, 53, 0.20);
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:border:disabled {
  border-width: 1px;
}
.disabled\:border-solid:disabled {
  border-style: solid;
}
.disabled\:border-\[\#CCD5D7\]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(204 213 215 / var(--tw-border-opacity, 1));
}
.disabled\:border-aml-green-700\/30:disabled {
  border-color: rgb(2 45 53 / 0.3);
}
.disabled\:\!bg-white:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.disabled\:bg-\[\#CFD6D6\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(207 214 214 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-transparent:disabled {
  background-color: transparent;
}
.disabled\:bg-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-opacity-20:disabled {
  --tw-bg-opacity: 0.2;
}
.disabled\:pr-10:disabled {
  padding-right: 2.5rem;
}
.disabled\:\!text-aml-green-700:disabled {
  --tw-text-opacity: 1 !important;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1)) !important;
}
.disabled\:text-\[\#CCD5D7\]:disabled {
  --tw-text-opacity: 1;
  color: rgb(204 213 215 / var(--tw-text-opacity, 1));
}
.disabled\:text-aml-green-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(2 45 53 / var(--tw-text-opacity, 1));
}
.disabled\:text-opacity-40:disabled {
  --tw-text-opacity: 0.4;
}
.disabled\:opacity-0:disabled {
  opacity: 0;
}
.disabled\:opacity-20:disabled {
  opacity: 0.2;
}
.disabled\:opacity-30:disabled {
  opacity: 0.3;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.peer:checked ~ .peer-checked\:bg-\[\#23403D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 64 61 / var(--tw-bg-opacity, 1));
}
.peer:placeholder-shown ~ .peer-placeholder-shown\:text-\[\#94A3A6\] {
  --tw-text-opacity: 1;
  color: rgb(148 163 166 / var(--tw-text-opacity, 1));
}
.peer:focus-visible ~ .peer-focus-visible\:outline {
  outline-style: solid;
}
.peer:focus-visible ~ .peer-focus-visible\:outline-2 {
  outline-width: 2px;
}
.peer:focus-visible ~ .peer-focus-visible\:outline-offset-2 {
  outline-offset: 2px;
}
.peer:disabled ~ .peer-disabled\:flex {
  display: flex;
}
.peer:disabled ~ .peer-disabled\:hidden {
  display: none;
}
@media (min-width: 768px) {
  .md\:-left-\[210px\] {
    left: -210px;
  }
  .md\:-left-\[360px\] {
    left: -360px;
  }
  .md\:ml-\[156px\] {
    margin-left: 156px;
  }
  .md\:block {
    display: block;
  }
  .md\:grid {
    display: grid;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:max-h-\[42px\] {
    max-height: 42px;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-\[146px\] {
    width: 146px;
  }
  .md\:max-w-\[42px\] {
    max-width: 42px;
  }
  .md\:grid-cols-\[140px_140px_140px\] {
    grid-template-columns: 140px 140px 140px;
  }
  .md\:grid-cols-\[21\.46\%_17\.98\%_21\.91\%_15\.87\%_22\.78\%\] {
    grid-template-columns: 21.46% 17.98% 21.91% 15.87% 22.78%;
  }
  .md\:grid-cols-\[264px_1fr\] {
    grid-template-columns: 264px 1fr;
  }
  .md\:pt-\[40px\] {
    padding-top: 40px;
  }
  .md\:text-\[16px\] {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .lg\:-right-\[38px\] {
    right: -38px;
  }
  .lg\:-right-\[43px\] {
    right: -43px;
  }
  .lg\:bottom-\[10px\] {
    bottom: 10px;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:right-\[12px\] {
    right: 12px;
  }
  .lg\:top-\[12px\] {
    top: 12px;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .lg\:mx-\[16px\] {
    margin-left: 16px;
    margin-right: 16px;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:mt-\[12px\] {
    margin-top: 12px;
  }
  .lg\:mt-\[13px\] {
    margin-top: 13px;
  }
  .lg\:mt-\[17px\] {
    margin-top: 17px;
  }
  .lg\:mt-\[32px\] {
    margin-top: 32px;
  }
  .lg\:mt-\[48px\] {
    margin-top: 48px;
  }
  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[34px\] {
    height: 34px;
  }
  .lg\:h-\[356px\] {
    height: 356px;
  }
  .lg\:h-\[38px\] {
    height: 38px;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:\!max-h-\[20px\] {
    max-height: 20px !important;
  }
  .lg\:min-h-\[auto\] {
    min-height: auto;
  }
  .lg\:w-\[164px\] {
    width: 164px;
  }
  .lg\:w-\[1px\] {
    width: 1px;
  }
  .lg\:w-\[320px\] {
    width: 320px;
  }
  .lg\:w-\[34px\] {
    width: 34px;
  }
  .lg\:w-\[38px\] {
    width: 38px;
  }
  .lg\:w-\[572px\] {
    width: 572px;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:min-w-\[140px\] {
    min-width: 140px;
  }
  .lg\:min-w-\[176px\] {
    min-width: 176px;
  }
  .lg\:\!max-w-\[20px\] {
    max-width: 20px !important;
  }
  .lg\:max-w-\[129px\] {
    max-width: 129px;
  }
  .lg\:max-w-\[151px\] {
    max-width: 151px;
  }
  .lg\:max-w-\[182px\] {
    max-width: 182px;
  }
  .lg\:max-w-\[320px\] {
    max-width: 320px;
  }
  .lg\:max-w-\[572px\] {
    max-width: 572px;
  }
  .lg\:max-w-\[none\] {
    max-width: none;
  }
  .lg\:grow-0 {
    flex-grow: 0;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[12\.61\%_7\.23\%_12\.09\%_7\.54\%_11\.36\%_11\.47\%_13\.54\%_9\.71\%_13\.64\%\] {
    grid-template-columns: 12.61% 7.23% 12.09% 7.54% 11.36% 11.47% 13.54% 9.71% 13.64%;
  }
  .lg\:grid-cols-\[16\.12\%_20\.04\%_23\.06\%_17\.11\%_23\.67\%\] {
    grid-template-columns: 16.12% 20.04% 23.06% 17.11% 23.67%;
  }
  .lg\:grid-cols-\[172px_172px_172px\] {
    grid-template-columns: 172px 172px 172px;
  }
  .lg\:grid-cols-\[1fr_228px\] {
    grid-template-columns: 1fr 228px;
  }
  .lg\:grid-cols-\[395px_1fr\] {
    grid-template-columns: 395px 1fr;
  }
  .lg\:grid-cols-\[455px_460px\] {
    grid-template-columns: 455px 460px;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-2 {
    gap: 0.5rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-\[0\] {
    gap: 0;
  }
  .lg\:gap-\[12px\] {
    gap: 12px;
  }
  .lg\:gap-\[40px\] {
    gap: 40px;
  }
  .lg\:gap-\[9px\] {
    gap: 9px;
  }
  .lg\:rounded-bl-\[7px\] {
    border-bottom-left-radius: 7px;
  }
  .lg\:rounded-tr-\[0\] {
    border-top-right-radius: 0;
  }
  .lg\:bg-vertical-gradient-line {
    background-image:
      linear-gradient(
        180deg,
        rgba(129, 129, 130, 0) 0%,
        rgba(129, 129, 130, .34) 32.83%,
        rgba(129, 129, 130, .35) 74.79%,
        rgba(129, 129, 130, 0) 100%);
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-\[12px\] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .lg\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lg\:px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .lg\:px-\[8px\] {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .lg\:pb-\[117px\] {
    padding-bottom: 117px;
  }
  .lg\:pb-\[12px\] {
    padding-bottom: 12px;
  }
  .lg\:pb-\[22px\] {
    padding-bottom: 22px;
  }
  .lg\:pl-\[21px\] {
    padding-left: 21px;
  }
  .lg\:pr-\[17px\] {
    padding-right: 17px;
  }
  .lg\:pr-\[7px\] {
    padding-right: 7px;
  }
  .lg\:pt-\[20px\] {
    padding-top: 20px;
  }
  .lg\:pt-\[25px\] {
    padding-top: 25px;
  }
  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }
  .lg\:pt-\[41px\] {
    padding-top: 41px;
  }
  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }
  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }
  .lg\:pt-\[62px\] {
    padding-top: 62px;
  }
  .lg\:text-\[12px\] {
    font-size: 12px;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[24px\] {
    font-size: 24px;
  }
  .lg\:text-\[36px\] {
    font-size: 36px;
  }
  .lg\:text-\[37px\] {
    font-size: 37px;
  }
  .lg\:hover\:bg-\[\#D8E1E1\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(216 225 225 / var(--tw-bg-opacity, 1));
  }
}
@media (min-width: 1200px) {
  .xl\:-right-\[28px\] {
    right: -28px;
  }
  .xl\:bottom-0 {
    bottom: 0px;
  }
  .xl\:bottom-6 {
    bottom: 1.5rem;
  }
  .xl\:right-0 {
    right: 0px;
  }
  .xl\:right-\[-10px\] {
    right: -10px;
  }
  .xl\:right-\[34px\] {
    right: 34px;
  }
  .xl\:right-\[42px\] {
    right: 42px;
  }
  .xl\:top-2 {
    top: 0.5rem;
  }
  .xl\:top-\[50\%\] {
    top: 50%;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:mb-\[58px\] {
    margin-bottom: 58px;
  }
  .xl\:ml-0 {
    margin-left: 0px;
  }
  .xl\:ml-6 {
    margin-left: 1.5rem;
  }
  .xl\:ml-\[230px\] {
    margin-left: 230px;
  }
  .xl\:ml-\[272px\] {
    margin-left: 272px;
  }
  .xl\:ml-\[48px\] {
    margin-left: 48px;
  }
  .xl\:mr-2 {
    margin-right: 0.5rem;
  }
  .xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .xl\:mr-6 {
    margin-right: 1.5rem;
  }
  .xl\:mr-\[44px\] {
    margin-right: 44px;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .xl\:mt-\[-24px\] {
    margin-top: -24px;
  }
  .xl\:mt-\[16px\] {
    margin-top: 16px;
  }
  .xl\:mt-\[17px\] {
    margin-top: 17px;
  }
  .xl\:mt-\[18px\] {
    margin-top: 18px;
  }
  .xl\:mt-\[19px\] {
    margin-top: 19px;
  }
  .xl\:mt-\[24px\] {
    margin-top: 24px;
  }
  .xl\:block {
    display: block;
  }
  .xl\:inline {
    display: inline;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-6 {
    height: 1.5rem;
  }
  .xl\:h-8 {
    height: 2rem;
  }
  .xl\:h-\[132px\] {
    height: 132px;
  }
  .xl\:h-\[44px\] {
    height: 44px;
  }
  .xl\:h-\[92px\] {
    height: 92px;
  }
  .xl\:h-\[calc\(100vh-60px\)\] {
    height: calc(100vh - 60px);
  }
  .xl\:min-h-\[112px\] {
    min-height: 112px;
  }
  .xl\:min-h-\[120px\] {
    min-height: 120px;
  }
  .xl\:min-h-\[196px\] {
    min-height: 196px;
  }
  .xl\:min-h-\[auto\] {
    min-height: auto;
  }
  .xl\:min-h-\[calc\(100vh-68px\)\] {
    min-height: calc(100vh - 68px);
  }
  .xl\:w-6 {
    width: 1.5rem;
  }
  .xl\:w-8 {
    width: 2rem;
  }
  .xl\:w-\[162px\] {
    width: 162px;
  }
  .xl\:w-\[172px\] {
    width: 172px;
  }
  .xl\:w-\[19\%\] {
    width: 19%;
  }
  .xl\:w-\[22\%\] {
    width: 22%;
  }
  .xl\:w-\[220px\] {
    width: 220px;
  }
  .xl\:w-\[23\%\] {
    width: 23%;
  }
  .xl\:w-\[270px\] {
    width: 270px;
  }
  .xl\:w-\[44px\] {
    width: 44px;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:min-w-\[150px\] {
    min-width: 150px;
  }
  .xl\:min-w-\[calc\(100\%-352px\)\] {
    min-width: calc(100% - 352px);
  }
  .xl\:max-w-\[108px\] {
    max-width: 108px;
  }
  .xl\:max-w-\[184px\] {
    max-width: 184px;
  }
  .xl\:max-w-\[304px\] {
    max-width: 304px;
  }
  .xl\:max-w-\[44px\] {
    max-width: 44px;
  }
  .xl\:max-w-\[49\%\] {
    max-width: 49%;
  }
  .xl\:max-w-\[51\%\] {
    max-width: 51%;
  }
  .xl\:max-w-\[60px\] {
    max-width: 60px;
  }
  .xl\:max-w-none {
    max-width: none;
  }
  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .xl\:grid-cols-\[10\.53\%_10\.53\%_10\.53\%_10\.53\%_10\.53\%_10\.53\%_12\.75\%_10\.53\%_13\.54\%\] {
    grid-template-columns: 10.53% 10.53% 10.53% 10.53% 10.53% 10.53% 12.75% 10.53% 13.54%;
  }
  .xl\:grid-cols-\[1fr_max-content\] {
    grid-template-columns: 1fr max-content;
  }
  .xl\:grid-cols-\[200px_200px_200px\] {
    grid-template-columns: 200px 200px 200px;
  }
  .xl\:grid-cols-\[300px_1fr\] {
    grid-template-columns: 300px 1fr;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:gap-0 {
    gap: 0px;
  }
  .xl\:gap-2 {
    gap: 0.5rem;
  }
  .xl\:gap-3 {
    gap: 0.75rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-\[10px\] {
    gap: 10px;
  }
  .xl\:gap-\[12px\] {
    gap: 12px;
  }
  .xl\:gap-\[20px\] {
    gap: 20px;
  }
  .xl\:gap-\[2px\] {
    gap: 2px;
  }
  .xl\:gap-\[40px\] {
    gap: 40px;
  }
  .xl\:border-none {
    border-style: none;
  }
  .xl\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }
  .xl\:pb-0 {
    padding-bottom: 0px;
  }
  .xl\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .xl\:pb-\[127px\] {
    padding-bottom: 127px;
  }
  .xl\:pl-2 {
    padding-left: 0.5rem;
  }
  .xl\:pr-2 {
    padding-right: 0.5rem;
  }
  .xl\:pr-6 {
    padding-right: 1.5rem;
  }
  .xl\:pr-\[17px\] {
    padding-right: 17px;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:pt-\[18px\] {
    padding-top: 18px;
  }
  .xl\:pt-\[24px\] {
    padding-top: 24px;
  }
  .xl\:pt-\[30px\] {
    padding-top: 30px;
  }
  .xl\:pt-\[90px\] {
    padding-top: 90px;
  }
  .xl\:text-\[14px\] {
    font-size: 14px;
  }
  .xl\:text-\[15px\] {
    font-size: 15px;
  }
  .xl\:text-\[16px\] {
    font-size: 16px;
  }
  .xl\:text-\[18px\] {
    font-size: 18px;
  }
  .xl\:text-\[20px\] {
    font-size: 20px;
  }
  .xl\:text-\[24px\] {
    font-size: 24px;
  }
  .xl\:text-\[28px\] {
    font-size: 28px;
  }
  .xl\:text-\[40px\] {
    font-size: 40px;
  }
  .xl\:text-\[48px\] {
    font-size: 48px;
  }
  .xl\:font-light {
    font-weight: 300;
  }
  .xl\:leading-\[1\.0715\] {
    line-height: 1.0715;
  }
  .xl\:leading-\[1\.143\] {
    line-height: 1.143;
  }
  .xl\:leading-\[1\.25\] {
    line-height: 1.25;
  }
  .xl\:leading-\[1\.286\] {
    line-height: 1.286;
  }
  .xl\:leading-\[1\.3334\] {
    line-height: 1.3334;
  }
  .xl\:leading-\[1\.3575\] {
    line-height: 1.3575;
  }
  .xl\:before\:-left-6::before {
    content: var(--tw-content);
    left: -1.5rem;
  }
  .xl\:last\:border-r:last-child {
    border-right-width: 1px;
  }
}
@media (min-width: 1280px) {
  .xlx\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .xlx\:col-start-2 {
    grid-column-start: 2;
  }
  .xlx\:ml-\[270px\] {
    margin-left: 270px;
  }
  .xlx\:w-\[260px\] {
    width: 260px;
  }
  .xlx\:min-w-\[170px\] {
    min-width: 170px;
  }
  .xlx\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1400px) {
  .\32xl\:absolute {
    position: absolute;
  }
  .\32xl\:-left-\[100px\] {
    left: -100px;
  }
  .\32xl\:-left-\[190px\] {
    left: -190px;
  }
  .\32xl\:-left-\[70px\] {
    left: -70px;
  }
  .\32xl\:left-\[50\%\] {
    left: 50%;
  }
  .\32xl\:right-\[8px\] {
    right: 8px;
  }
  .\32xl\:right-auto {
    right: auto;
  }
  .\32xl\:top-\[50\%\] {
    top: 50%;
  }
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .\32xl\:ml-0 {
    margin-left: 0px;
  }
  .\32xl\:ml-\[272px\] {
    margin-left: 272px;
  }
  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .\32xl\:block {
    display: block;
  }
  .\32xl\:inline {
    display: inline;
  }
  .\32xl\:flex {
    display: flex;
  }
  .\32xl\:inline-flex {
    display: inline-flex;
  }
  .\32xl\:grid {
    display: grid;
  }
  .\32xl\:contents {
    display: contents;
  }
  .\32xl\:\!hidden {
    display: none !important;
  }
  .\32xl\:hidden {
    display: none;
  }
  .\32xl\:h-\[38px\] {
    height: 38px;
  }
  .\32xl\:w-\[16\.29\%\] {
    width: 16.29%;
  }
  .\32xl\:w-\[180px\] {
    width: 180px;
  }
  .\32xl\:w-\[20\.26\%\] {
    width: 20.26%;
  }
  .\32xl\:w-\[20\.49\%\] {
    width: 20.49%;
  }
  .\32xl\:w-\[21\.77\%\] {
    width: 21.77%;
  }
  .\32xl\:w-\[38px\] {
    width: 38px;
  }
  .\32xl\:w-\[455px\] {
    width: 455px;
  }
  .\32xl\:w-full {
    width: 100%;
  }
  .\32xl\:min-w-\[140px\] {
    min-width: 140px;
  }
  .\32xl\:min-w-\[153px\] {
    min-width: 153px;
  }
  .\32xl\:min-w-\[162px\] {
    min-width: 162px;
  }
  .\32xl\:min-w-\[183px\] {
    min-width: 183px;
  }
  .\32xl\:min-w-\[200px\] {
    min-width: 200px;
  }
  .\32xl\:min-w-\[218px\] {
    min-width: 218px;
  }
  .\32xl\:max-w-\[1410px\] {
    max-width: 1410px;
  }
  .\32xl\:max-w-\[190px\] {
    max-width: 190px;
  }
  .\32xl\:max-w-\[36\.74\%\] {
    max-width: 36.74%;
  }
  .\32xl\:max-w-\[46\%\] {
    max-width: 46%;
  }
  .\32xl\:max-w-\[54\%\] {
    max-width: 54%;
  }
  .\32xl\:max-w-\[63\.26\%\] {
    max-width: 63.26%;
  }
  .\32xl\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .\32xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .\32xl\:grid-cols-\[10\.96\%_21\.23\%_24\.57\%_18\.06\%_25\.18\%\] {
    grid-template-columns: 10.96% 21.23% 24.57% 18.06% 25.18%;
  }
  .\32xl\:grid-cols-\[11\.13\%_8\.51\%_10\.33\%_7\.01\%_9\.61\%_13\%_14\.89\%_10\.91\%_14\.61\%\] {
    grid-template-columns: 11.13% 8.51% 10.33% 7.01% 9.61% 13% 14.89% 10.91% 14.61%;
  }
  .\32xl\:grid-cols-\[220px_220px_220px\] {
    grid-template-columns: 220px 220px 220px;
  }
  .\32xl\:grid-cols-\[300px_1fr\] {
    grid-template-columns: 300px 1fr;
  }
  .\32xl\:grid-cols-\[700px_1fr\] {
    grid-template-columns: 700px 1fr;
  }
  .\32xl\:flex-row {
    flex-direction: row;
  }
  .\32xl\:gap-0 {
    gap: 0px;
  }
  .\32xl\:gap-\[24px\] {
    gap: 24px;
  }
  .\32xl\:gap-\[26px\] {
    gap: 26px;
  }
  .\32xl\:gap-\[60px\] {
    gap: 60px;
  }
  .\32xl\:gap-\[8px\] {
    gap: 8px;
  }
  .\32xl\:border {
    border-width: 1px;
  }
  .\32xl\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .\32xl\:px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .\32xl\:pl-\[16px\] {
    padding-left: 16px;
  }
  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }
  .\32xl\:pr-\[16px\] {
    padding-right: 16px;
  }
  .\32xl\:pr-\[343px\] {
    padding-right: 343px;
  }
  .\32xl\:text-\[14px\] {
    font-size: 14px;
  }
  .\32xl\:text-\[16px\] {
    font-size: 16px;
  }
  .\32xl\:text-\[22px\] {
    font-size: 22px;
  }
  .\32xl\:text-\[28px\] {
    font-size: 28px;
  }
  .\32xl\:text-\[49px\] {
    font-size: 49px;
  }
  .\32xl\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .\32xl\:before\:right-0::before {
    content: var(--tw-content);
    right: 0px;
  }
  .\32xl\:before\:top-\[50\%\]::before {
    content: var(--tw-content);
    top: 50%;
  }
  .\32xl\:before\:h-\[37px\]::before {
    content: var(--tw-content);
    height: 37px;
  }
  .\32xl\:before\:w-\[1px\]::before {
    content: var(--tw-content);
    width: 1px;
  }
  .\32xl\:before\:translate-y-\[-50\%\]::before {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .\32xl\:before\:bg-\[\#022D35\]\/20::before {
    content: var(--tw-content);
    background-color: rgb(2 45 53 / 0.2);
  }
  .\32xl\:before\:content-\[\'\'\]::before {
    --tw-content: "";
    content: var(--tw-content);
  }
}
@media (min-width: 1440px) {
  .\32xlx\:ml-0 {
    margin-left: 0px;
  }
  .\32xlx\:ml-\[-30px\] {
    margin-left: -30px;
  }
  .\32xlx\:block {
    display: block;
  }
  .\32xlx\:inline {
    display: inline;
  }
  .\32xlx\:hidden {
    display: none;
  }
  .\32xlx\:flex-row {
    flex-direction: row;
  }
  .\32xlx\:gap-\[24px\] {
    gap: 24px;
  }
}
@media (min-width: 1600px) {
  .\33xl\:-right-\[18px\] {
    right: -18px;
  }
  .\33xl\:bottom-5 {
    bottom: 1.25rem;
  }
  .\33xl\:right-\[47px\] {
    right: 47px;
  }
  .\33xl\:top-0 {
    top: 0px;
  }
  .\33xl\:ml-\[34px\] {
    margin-left: 34px;
  }
  .\33xl\:ml-\[360px\] {
    margin-left: 360px;
  }
  .\33xl\:mr-\[48px\] {
    margin-right: 48px;
  }
  .\33xl\:h-\[112px\] {
    height: 112px;
  }
  .\33xl\:w-full {
    width: 100%;
  }
  .\33xl\:min-w-\[230px\] {
    min-width: 230px;
  }
  .\33xl\:min-w-\[calc\(100\%-440px\)\] {
    min-width: calc(100% - 440px);
  }
  .\33xl\:min-w-min {
    min-width: min-content;
  }
  .\33xl\:max-w-\[195px\] {
    max-width: 195px;
  }
  .\33xl\:max-w-\[197px\] {
    max-width: 197px;
  }
  .\33xl\:max-w-\[31\.24\%\] {
    max-width: 31.24%;
  }
  .\33xl\:max-w-\[49\%\] {
    max-width: 49%;
  }
  .\33xl\:max-w-\[51\%\] {
    max-width: 51%;
  }
  .\33xl\:max-w-\[72\.15\%\] {
    max-width: 72.15%;
  }
  .\33xl\:grid-cols-\[11\.13\%_7\.51\%_10\.33\%_7\.01\%_9\.61\%_13\%_14\.89\%_10\.91\%_15\.61\%\] {
    grid-template-columns: 11.13% 7.51% 10.33% 7.01% 9.61% 13% 14.89% 10.91% 15.61%;
  }
  .\33xl\:grid-cols-\[14\.71\%_20\.38\%_23\.42\%_17\.44\%_24\.05\%\] {
    grid-template-columns: 14.71% 20.38% 23.42% 17.44% 24.05%;
  }
  .\33xl\:gap-\[36px\] {
    gap: 36px;
  }
  .\33xl\:gap-x-\[12px\] {
    column-gap: 12px;
  }
  .\33xl\:border-none {
    border-style: none;
  }
  .\33xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .\33xl\:px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }
  .\33xl\:pr-\[48px\] {
    padding-right: 48px;
  }
  .\33xl\:text-\[32px\] {
    font-size: 32px;
  }
  .\33xl\:before\:-left-\[48px\]::before {
    content: var(--tw-content);
    left: -48px;
  }
}
@media (min-width: 1920px) {
  .\34xl\:ml-\[332px\] {
    margin-left: 332px;
  }
  .\34xl\:h-\[41px\] {
    height: 41px;
  }
  .\34xl\:w-\[128px\] {
    width: 128px;
  }
  .\34xl\:w-\[180px\] {
    width: 180px;
  }
  .\34xl\:w-\[190px\] {
    width: 190px;
  }
  .\34xl\:w-\[199px\] {
    width: 199px;
  }
  .\34xl\:w-\[215px\] {
    width: 215px;
  }
  .\34xl\:w-\[390px\] {
    width: 390px;
  }
  .\34xl\:w-\[41px\] {
    width: 41px;
  }
  .\34xl\:w-\[500px\] {
    width: 500px;
  }
  .\34xl\:min-w-\[276px\] {
    min-width: 276px;
  }
  .\34xl\:max-w-\[17\.5\%\] {
    max-width: 17.5%;
  }
  .\34xl\:max-w-\[390px\] {
    max-width: 390px;
  }
  .\34xl\:max-w-\[82\.5\%\] {
    max-width: 82.5%;
  }
  .\34xl\:grid-cols-\[9\.11\%_8\.52\%_10\.6\%_8\.52\%_9\.82\%_12\.82\%_14\.5\%_10\.93\%_15\.18\%\] {
    grid-template-columns: 9.11% 8.52% 10.6% 8.52% 9.82% 12.82% 14.5% 10.93% 15.18%;
  }
  .\34xl\:flex-row {
    flex-direction: row;
  }
}
.\[\&\>div\]\:flex-1 > div {
  flex: 1 1 0%;
}
.\[\&\>div\]\:border-t > div {
  border-top-width: 1px;
}
.\[\&\>div\]\:border-solid > div {
  border-style: solid;
}
.\[\&\>div\]\:border-\[\#E4E5E5\] > div {
  --tw-border-opacity: 1;
  border-color: rgb(228 229 229 / var(--tw-border-opacity, 1));
}
@media (min-width: 1024px) {
  .\[\&\>div\]\:lg\:border-t-\[0px\] > div {
    border-top-width: 0px;
  }
}
.\[\&\>li\>span\]\:font-bold > li > span {
  font-weight: 700;
}
.\[\&\>li\>span\]\:text-white > li > span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&\>li\]\:flex > li {
  display: flex;
}
.\[\&\>li\]\:min-h-\[24px\] > li {
  min-height: 24px;
}
.\[\&\>li\]\:justify-between > li {
  justify-content: space-between;
}
.\[\&\>li\]\:border-b > li {
  border-bottom-width: 1px;
}
.\[\&\>li\]\:border-solid > li {
  border-style: solid;
}
.\[\&\>li\]\:border-\[\#E5E5E5\] > li {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.\[\&\>li\]\:pb-\[3px\] > li {
  padding-bottom: 3px;
}
.\[\&\>li\]\:pt-\[1px\] > li {
  padding-top: 1px;
}
.first\:\[\&\>li\]\:border-t > li:first-child {
  border-top-width: 1px;
}
.first\:\[\&\>li\]\:border-solid > li:first-child {
  border-style: solid;
}
.first\:\[\&\>li\]\:border-t-\[\#E5E5E5\] > li:first-child {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.\[\&\>span\]\:px-\[10px\] > span {
  padding-left: 10px;
  padding-right: 10px;
}
.\[\&\>span\]\:text-\[12px\] > span {
  font-size: 12px;
}
.\[\&\>span\]\:leading-\[1\] > span {
  line-height: 1;
}
.\[\&\>span\]\:text-aml-blue-900\/80 > span {
  color: rgb(50 49 66 / 0.8);
}
.\[\&\>span\]\:text-aml-green-700\/40 > span {
  color: rgb(2 45 53 / 0.4);
}
.\[\&\>td\]\:px-\[10px\] > td {
  padding-left: 10px;
  padding-right: 10px;
}
.\[\&\>td\]\:py-1 > td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.first\:\[\&\>td\]\:pl-\[22px\] > td:first-child {
  padding-left: 22px;
}
.\[\&\>th\]\:h-\[30px\] > th {
  height: 30px;
}
.\[\&\>th\]\:\!border-none > th {
  border-style: none !important;
}
.\[\&\>th\]\:\!bg-\[\#E4E5E5\] > th {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 229 229 / var(--tw-bg-opacity, 1)) !important;
}
.\[\&\>th\]\:\!bg-aml-gray-250\/40 > th {
  background-color: rgb(228 229 229 / 0.4) !important;
}
.\[\&\>th\]\:\!bg-opacity-40 > th {
  --tw-bg-opacity: 0.4 !important;
}
.\[\&\>th\]\:px-\[10px\] > th {
  padding-left: 10px;
  padding-right: 10px;
}
.\[\&\>th\]\:font-normal > th {
  font-weight: 400;
}
.\[\&\>th\]\:text-aml-green-700\/40 > th {
  color: rgb(2 45 53 / 0.4);
}
.first\:\[\&\>th\]\:rounded-l-\[7px\] > th:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.first\:\[\&\>th\]\:pl-\[22px\] > th:first-child {
  padding-left: 22px;
}
.last\:\[\&\>th\]\:rounded-r-\[7px\] > th:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.\[\&_td\]\:overflow-hidden td {
  overflow: hidden;
}
.\[\&_td\]\:text-ellipsis td {
  text-overflow: ellipsis;
}
.\[\&_td\]\:bg-\[\#F4F5F5\] td {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 245 / var(--tw-bg-opacity, 1));
}
.\[\&_td\]\:px-2\.5 td {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.\[\&_th\]\:overflow-hidden th {
  overflow: hidden;
}
.\[\&_th\]\:text-ellipsis th {
  text-overflow: ellipsis;
}
.\[\&_th\]\:px-2\.5 th {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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