/* src/styles.scss */
*,
::after,
::before {
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
  overflow: auto;
  background-color: var(--body-background-color);
}
body {
  margin: 0;
  font-family: var(--body-font-family);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
code,
kbd,
pre,
samp {
  font-family: var(--code-font-family);
}
code {
  padding: 0.125rem 0.25rem;
  font-size: 80%;
  word-break: break-word;
  background-color: var(--code-background-color);
  border: 1px solid var(--code-border-color);
  border-radius: 0.25rem;
}
a {
  color: var(--link-color);
}
a:hover {
  color: var(--link-hover-color);
}
@media (width <= 720px) {
  .hide-small {
    display: none !important;
  }
  .show-small {
    display: block !important;
  }
}
.mat-button-loading .mdc-button__label,
.mat-button-loading .mat-icon {
  visibility: hidden;
}
.mat-button-loading .mat-mdc-progress-spinner {
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}
html {
  --body-font-family:
    "Roboto",
    "Helvetica Neue Light",
    "Helvetica Neue",
    Helvetica,
    Arial,
    "Lucida Grande",
    sans-serif;
  --code-font-family: "Roboto Mono", monospace;
  --gutter: 1rem;
  --sidenav-width: 15rem;
  --sidenav-collapsed-width: 4rem;
}
html {
  --mat-app-background-color: #faf9fd;
  --mat-app-text-color: #1a1b1f;
  --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-ripple-color: color-mix(in srgb, #1a1b1f 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-option-label-text-color: #1a1b1f;
  --mat-option-selected-state-label-text-color: #3e4759;
  --mat-option-selected-state-layer-color: #dae2f9;
  --mat-optgroup-label-text-color: #44474e;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #faf9fd;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #005cbb;
  --mat-pseudo-checkbox-full-unselected-icon-color: #44474e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #005cbb;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-card-elevated-container-shape: 12px;
  --mat-card-filled-container-shape: 12px;
  --mat-card-outlined-container-shape: 12px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: #f4f3f6;
  --mat-card-elevated-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);
  --mat-card-filled-container-color: #e3e2e6;
  --mat-card-filled-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-outlined-container-color: #faf9fd;
  --mat-card-outlined-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-outlined-outline-color: #c4c6d0;
  --mat-card-subtitle-text-color: #1a1b1f;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
  --mat-progress-bar-active-indicator-color: #005cbb;
  --mat-progress-bar-track-color: #e0e2ec;
  --mat-tooltip-container-color: #2f3033;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #f2f0f4;
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-line-height: 1rem;
  --mat-tooltip-supporting-text-size: 0.75rem;
  --mat-tooltip-supporting-text-tracking: 0.025rem;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #44474e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #44474e;
  --mat-form-field-filled-caret-color: #005cbb;
  --mat-form-field-filled-container-color: #e0e2ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #005cbb;
  --mat-form-field-filled-focus-label-text-color: #005cbb;
  --mat-form-field-filled-hover-active-indicator-color: #1a1b1f;
  --mat-form-field-filled-hover-label-text-color: #44474e;
  --mat-form-field-filled-input-text-color: #1a1b1f;
  --mat-form-field-filled-input-text-placeholder-color: #44474e;
  --mat-form-field-filled-label-text-color: #44474e;
  --mat-form-field-focus-select-arrow-color: #005cbb;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #44474e;
  --mat-form-field-outlined-caret-color: #005cbb;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #005cbb;
  --mat-form-field-outlined-focus-outline-color: #005cbb;
  --mat-form-field-outlined-hover-label-text-color: #1a1b1f;
  --mat-form-field-outlined-hover-outline-color: #1a1b1f;
  --mat-form-field-outlined-input-text-color: #1a1b1f;
  --mat-form-field-outlined-input-text-placeholder-color: #44474e;
  --mat-form-field-outlined-label-text-color: #44474e;
  --mat-form-field-outlined-outline-color: #74777f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #1a1b1f;
  --mat-form-field-trailing-icon-color: #44474e;
  --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;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-select-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);
  --mat-select-panel-background-color: #efedf0;
  --mat-select-enabled-trigger-text-color: #1a1b1f;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-placeholder-text-color: #44474e;
  --mat-select-enabled-arrow-color: #44474e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-focused-arrow-color: #005cbb;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-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);
  --mat-autocomplete-background-color: #efedf0;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-container-shape: 28px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-container-color: #faf9fd;
  --mat-dialog-subhead-color: #1a1b1f;
  --mat-dialog-supporting-text-color: #44474e;
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 2rem;
  --mat-dialog-subhead-size: 1.5rem;
  --mat-dialog-subhead-tracking: 0;
  --mat-dialog-subhead-weight: 400;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 1.25rem;
  --mat-dialog-supporting-text-size: 0.875rem;
  --mat-dialog-supporting-text-tracking: 0.016rem;
  --mat-dialog-supporting-text-weight: 400;
  --mat-chip-container-shape-radius: 8px;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-elevated-container-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-outline-width: 1px;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-with-avatar-avatar-shape-radius: 24px;
  --mat-chip-with-avatar-avatar-size: 24px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mat-chip-with-icon-disabled-icon-opacity: 0.38;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-elevated-selected-container-color: #dae2f9;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-focus-outline-color: #44474e;
  --mat-chip-focus-state-layer-color: #44474e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #44474e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #44474e;
  --mat-chip-outline-color: #74777f;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-selected-focus-state-layer-color: #3e4759;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #3e4759;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #3e4759;
  --mat-chip-selected-trailing-action-state-layer-color: #3e4759;
  --mat-chip-selected-trailing-icon-color: #3e4759;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #44474e;
  --mat-chip-with-icon-disabled-icon-color: #1a1b1f;
  --mat-chip-with-icon-icon-color: #44474e;
  --mat-chip-with-icon-selected-icon-color: #3e4759;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-with-trailing-icon-trailing-icon-color: #44474e;
  --mat-chip-container-height: 32px;
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 1.25rem;
  --mat-chip-label-text-size: 0.875rem;
  --mat-chip-label-text-tracking: 0.006rem;
  --mat-chip-label-text-weight: 500;
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 2px;
  --mat-slide-toggle-handle-shape: 9999px;
  --mat-slide-toggle-hidden-track-opacity: 0;
  --mat-slide-toggle-hidden-track-transition: opacity 75ms;
  --mat-slide-toggle-pressed-handle-size: 28px;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-selected-handle-size: 24px;
  --mat-slide-toggle-selected-icon-size: 16px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 2px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-track-height: 32px;
  --mat-slide-toggle-track-outline-width: 2px;
  --mat-slide-toggle-track-shape: 9999px;
  --mat-slide-toggle-track-width: 52px;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;
  --mat-slide-toggle-unselected-handle-size: 16px;
  --mat-slide-toggle-unselected-icon-size: 16px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: opacity 75ms;
  --mat-slide-toggle-with-icon-handle-size: 24px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-disabled-label-text-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-handle-color: #faf9fd;
  --mat-slide-toggle-disabled-selected-icon-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-track-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-handle-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1a1b1f;
  --mat-slide-toggle-label-text-color: #1a1b1f;
  --mat-slide-toggle-selected-focus-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-focus-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #005cbb;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-hover-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #005cbb;
  --mat-slide-toggle-selected-icon-color: #00458f;
  --mat-slide-toggle-selected-pressed-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #005cbb;
  --mat-slide-toggle-selected-track-color: #005cbb;
  --mat-slide-toggle-track-outline-color: #74777f;
  --mat-slide-toggle-unselected-focus-handle-color: #44474e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-handle-color: #74777f;
  --mat-slide-toggle-unselected-hover-handle-color: #44474e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #44474e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-touch-target-display: block;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-tracking: 0.016rem;
  --mat-slide-toggle-label-text-weight: 400;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-touch-target-size: 48px;
  --mat-radio-checked-ripple-color: #005cbb;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #005cbb;
  --mat-radio-selected-hover-icon-color: #005cbb;
  --mat-radio-selected-icon-color: #005cbb;
  --mat-radio-selected-pressed-icon-color: #005cbb;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-icon-color: #44474e;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-active-track-height: 4px;
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.38;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-active-track-color: #005cbb;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1a1b1f;
  --mat-slider-disabled-handle-color: #1a1b1f;
  --mat-slider-disabled-inactive-track-color: #1a1b1f;
  --mat-slider-focus-handle-color: #005cbb;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #005cbb 20%, transparent);
  --mat-slider-handle-color: #005cbb;
  --mat-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-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #005cbb;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #005cbb 5%, transparent);
  --mat-slider-inactive-track-color: #e0e2ec;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #005cbb;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #005cbb;
  --mat-slider-with-overlap-handle-outline-color: #ffffff;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #1a1b1f;
  --mat-slider-with-tick-marks-inactive-container-color: #44474e;
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-line-height: 1rem;
  --mat-slider-label-label-text-size: 0.75rem;
  --mat-slider-label-label-text-tracking: 0.031rem;
  --mat-slider-label-label-text-weight: 500;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #e0e2ec;
  --mat-menu-item-label-text-color: #1a1b1f;
  --mat-menu-item-icon-color: #44474e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-menu-container-color: #efedf0;
  --mat-menu-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);
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-list-active-indicator-color: #dae2f9;
  --mat-list-active-indicator-shape: 9999px;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-disabled-label-text-color: #1a1b1f;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1a1b1f;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1a1b1f;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-color: #1a1b1f;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-color: #1a1b1f;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1a1b1f;
  --mat-list-list-item-leading-avatar-color: #d7e3ff;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #44474e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #005cbb;
  --mat-list-list-item-supporting-text-color: #44474e;
  --mat-list-list-item-trailing-icon-color: #44474e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #44474e;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 1.5rem;
  --mat-list-list-item-label-text-size: 1rem;
  --mat-list-list-item-label-text-tracking: 0.031rem;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 1.25rem;
  --mat-list-list-item-supporting-text-size: 0.875rem;
  --mat-list-list-item-supporting-text-tracking: 0.016rem;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mat-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mat-list-list-item-trailing-supporting-text-weight: 500;
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
  --mat-paginator-container-text-color: #1a1b1f;
  --mat-paginator-container-background-color: #faf9fd;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-paginator-enabled-icon-color: #44474e;
  --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: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-tab-divider-height: 1px;
  --mat-tab-active-focus-indicator-color: #005cbb;
  --mat-tab-active-focus-label-text-color: #1a1b1f;
  --mat-tab-active-hover-indicator-color: #005cbb;
  --mat-tab-active-hover-label-text-color: #1a1b1f;
  --mat-tab-active-indicator-color: #005cbb;
  --mat-tab-active-label-text-color: #1a1b1f;
  --mat-tab-active-ripple-color: #1a1b1f;
  --mat-tab-divider-color: #e0e2ec;
  --mat-tab-inactive-focus-label-text-color: #1a1b1f;
  --mat-tab-inactive-hover-label-text-color: #1a1b1f;
  --mat-tab-inactive-label-text-color: #1a1b1f;
  --mat-tab-inactive-ripple-color: #1a1b1f;
  --mat-tab-pagination-icon-color: #1a1b1f;
  --mat-tab-disabled-ripple-color: #44474e;
  --mat-tab-container-height: 48px;
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-line-height: 1.25rem;
  --mat-tab-label-text-size: 0.875rem;
  --mat-tab-label-text-tracking: 0.006rem;
  --mat-tab-label-text-weight: 500;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #005cbb;
  --mat-checkbox-selected-focus-state-layer-color: #005cbb;
  --mat-checkbox-selected-hover-icon-color: #005cbb;
  --mat-checkbox-selected-hover-state-layer-color: #005cbb;
  --mat-checkbox-selected-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-icon-color: #005cbb;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #005cbb;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-button-filled-container-shape: 9999px;
  --mat-button-filled-horizontal-padding: 24px;
  --mat-button-filled-icon-offset: -8px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 9999px;
  --mat-button-outlined-horizontal-padding: 24px;
  --mat-button-outlined-icon-offset: -8px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-shape: 9999px;
  --mat-button-protected-horizontal-padding: 24px;
  --mat-button-protected-icon-offset: -8px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 9999px;
  --mat-button-text-horizontal-padding: 12px;
  --mat-button-text-icon-offset: -4px;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 16px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 9999px;
  --mat-button-tonal-horizontal-padding: 24px;
  --mat-button-tonal-icon-offset: -8px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: #005cbb;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #44474e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #44474e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #005cbb;
  --mat-button-outlined-outline-color: #74777f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-outlined-state-layer-color: #005cbb;
  --mat-button-protected-container-color: #faf9fd;
  --mat-button-protected-container-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);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-protected-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);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #44474e;
  --mat-button-protected-focus-container-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);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #005cbb;
  --mat-button-protected-pressed-container-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);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-protected-state-layer-color: #005cbb;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #44474e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #005cbb;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-button-text-state-layer-color: #005cbb;
  --mat-button-tonal-container-color: #dae2f9;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #44474e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #3e4759;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #3e4759 12%, transparent);
  --mat-button-tonal-state-layer-color: #3e4759;
  --mat-button-filled-touch-target-display: block;
  --mat-button-filled-container-height: 40px;
  --mat-button-outlined-container-height: 40px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-touch-target-display: block;
  --mat-button-protected-container-height: 40px;
  --mat-button-text-touch-target-display: block;
  --mat-button-text-container-height: 40px;
  --mat-button-tonal-container-height: 40px;
  --mat-button-tonal-touch-target-display: block;
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 0.875rem;
  --mat-button-filled-label-text-tracking: 0.006rem;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 0.875rem;
  --mat-button-outlined-label-text-tracking: 0.006rem;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 0.875rem;
  --mat-button-protected-label-text-tracking: 0.006rem;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 0.875rem;
  --mat-button-text-label-text-tracking: 0.006rem;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 0.875rem;
  --mat-button-tonal-label-text-tracking: 0.006rem;
  --mat-button-tonal-label-text-weight: 500;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 9999px;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #44474e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #44474e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #44474e 12%, transparent);
  --mat-icon-button-state-layer-color: #44474e;
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 40px;
  --mat-fab-container-shape: 16px;
  --mat-fab-extended-container-height: 56px;
  --mat-fab-extended-container-shape: 16px;
  --mat-fab-small-container-shape: 12px;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-container-color: #d7e3ff;
  --mat-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);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-extended-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);
  --mat-fab-extended-focus-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);
  --mat-fab-extended-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);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-fab-focus-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);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #00458f;
  --mat-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);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-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);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-container-color: #d7e3ff;
  --mat-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);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-small-focus-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);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #00458f;
  --mat-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);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-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);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #00458f 12%, transparent);
  --mat-fab-small-state-layer-color: #00458f;
  --mat-fab-state-layer-color: #00458f;
  --mat-fab-touch-target-display: block;
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 0.875rem;
  --mat-fab-extended-label-text-tracking: 0.006rem;
  --mat-fab-extended-label-text-weight: 500;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-button-color: #abc7ff;
  --mat-snack-bar-container-color: #2f3033;
  --mat-snack-bar-supporting-text-color: #f2f0f4;
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 1.25rem;
  --mat-snack-bar-supporting-text-size: 0.875rem;
  --mat-snack-bar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #faf9fd;
  --mat-table-header-headline-color: #1a1b1f;
  --mat-table-row-item-label-text-color: #1a1b1f;
  --mat-table-row-item-outline-color: #74777f;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-active-indicator-color: #005cbb;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
  --mat-badge-large-size-line-height: 16px;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-bottom-sheet-container-text-color: #1a1b1f;
  --mat-bottom-sheet-container-background-color: #f4f3f6;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-button-toggle-shape: 28px;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-toggle-divider-color: #74777f;
  --mat-button-toggle-selected-state-background-color: #dae2f9;
  --mat-button-toggle-selected-state-text-color: #3e4759;
  --mat-button-toggle-state-layer-color: #1a1b1f;
  --mat-button-toggle-text-color: #1a1b1f;
  --mat-button-toggle-height: 40px;
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 1.25rem;
  --mat-button-toggle-label-text-size: 0.875rem;
  --mat-button-toggle-label-text-tracking: 0.006rem;
  --mat-button-toggle-label-text-weight: 500;
  --mat-datepicker-calendar-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);
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-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);
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #d7e3ff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #005cbb;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #005cbb;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #005cbb;
  --mat-datepicker-toggle-icon-color: #44474e;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-divider-width: 1px;
  --mat-divider-color: #c4c6d0;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-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);
  --mat-expansion-actions-divider-color: #74777f;
  --mat-expansion-container-background-color: #faf9fd;
  --mat-expansion-container-text-color: #1a1b1f;
  --mat-expansion-header-description-color: #44474e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-expansion-header-indicator-color: #44474e;
  --mat-expansion-header-text-color: #1a1b1f;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-header-text-weight: 500;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-sidenav-container-background-color: #faf9fd;
  --mat-sidenav-container-text-color: #44474e;
  --mat-sidenav-content-background-color: #faf9fd;
  --mat-sidenav-content-text-color: #1a1b1f;
  --mat-sidenav-scrim-color: color-mix(in srgb, #2d3038 40%, transparent);
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-container-color: #faf9fd;
  --mat-stepper-header-done-state-icon-background-color: #005cbb;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-stepper-header-icon-background-color: #44474e;
  --mat-stepper-header-icon-foreground-color: #faf9fd;
  --mat-stepper-header-label-text-color: #44474e;
  --mat-stepper-header-optional-label-text-color: #44474e;
  --mat-stepper-header-selected-state-icon-background-color: #005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #44474e;
  --mat-stepper-line-color: #74777f;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #1a1b1f;
  --mat-toolbar-container-background-color: #faf9fd;
  --mat-toolbar-container-text-color: #1a1b1f;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-tree-container-background-color: #faf9fd;
  --mat-tree-node-text-color: #1a1b1f;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-background-color: #efedf0;
  --mat-timepicker-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);
  --mtx-alert-container-shape: 8px;
  --mtx-alert-outline-color: #c4c6d0;
  --mtx-alert-background-color: #efedf0;
  --mtx-alert-text-color: #1a1b1f;
  --mtx-alert-info-outline-color: light-dark(#abc7ff, #005cbb);
  --mtx-alert-info-background-color: light-dark(#d7e3ff, #002f65);
  --mtx-alert-info-text-color: light-dark(#002f65, #d7e3ff);
  --mtx-alert-success-outline-color: light-dark(#02e600, #026e00);
  --mtx-alert-success-background-color: light-dark(#cbffb8, #013a00);
  --mtx-alert-success-text-color: light-dark(#013a00, #cbffb8);
  --mtx-alert-warning-outline-color: light-dark(#cdcd00, #626200);
  --mtx-alert-warning-background-color: light-dark(#fffeac, #323200);
  --mtx-alert-warning-text-color: light-dark(#323200, #fffeac);
  --mtx-alert-danger-outline-color: light-dark(#ffb4a8, #c00100);
  --mtx-alert-danger-background-color: light-dark(#ffdad4, #690100);
  --mtx-alert-danger-text-color: light-dark(#690100, #ffdad4);
  --mtx-colorpicker-toggle-active-state-icon-color: #44474e;
  --mtx-colorpicker-toggle-icon-color: #44474e;
  --mtx-datetimepicker-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);
  --mtx-datetimepicker-container-touch-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);
  --mtx-datetimepicker-container-shape: 16px;
  --mtx-datetimepicker-container-touch-shape: 28px;
  --mtx-datetimepicker-selector-container-shape: 8px;
  --mtx-datetimepicker-calendar-header-background-color: transparent;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: #ffffff;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #005cbb;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-datetimepicker-toggle-active-state-icon-color: #44474e;
  --mtx-datetimepicker-toggle-icon-color: #44474e;
  --mtx-datetimepicker-calendar-body-label-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-body-week-number-text-color: #565e71;
  --mtx-datetimepicker-calendar-header-text-color: #44474e;
  --mtx-datetimepicker-calendar-header-divider-color: #c4c6d0;
  --mtx-datetimepicker-calendar-table-header-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-date-today-outline-color: #005cbb;
  --mtx-datetimepicker-calendar-date-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-container-background-color: #e9e7eb;
  --mtx-datetimepicker-container-text-color: #1a1b1f;
  --mtx-datetimepicker-clock-dial-background-color: #e3e2e6;
  --mtx-datetimepicker-clock-cell-text-color: #1a1b1f;
  --mtx-datetimepicker-clock-cell-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #005cbb;
  --mtx-datetimepicker-clock-hand-background-color: #005cbb;
  --mtx-datetimepicker-time-input-active-state-text-color: #00458f;
  --mtx-datetimepicker-time-input-active-state-background-color: #d7e3ff;
  --mtx-datetimepicker-time-input-focus-state-outline-color: #005cbb;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: #00458f;
  --mtx-datetimepicker-time-input-text-color: #1a1b1f;
  --mtx-datetimepicker-time-input-background-color: #e3e2e6;
  --mtx-datetimepicker-time-input-focus-state-background-color: #d7e3ff;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #ba1a1a;
  --mtx-datetimepicker-time-ampm-text-color: #1a1b1f;
  --mtx-datetimepicker-time-ampm-outline-color: #74777f;
  --mtx-datetimepicker-time-ampm-selected-state-text-color: #0000ef;
  --mtx-datetimepicker-time-ampm-selected-state-background-color: #e0e0ff;
  --mtx-datetimepicker-calendar-text-font: Roboto, sans-serif;
  --mtx-datetimepicker-calendar-text-size: 0.875rem;
  --mtx-datetimepicker-calendar-body-label-text-size: 0.875rem;
  --mtx-datetimepicker-calendar-body-label-text-weight: 500;
  --mtx-datetimepicker-calendar-period-button-text-size: 0.875rem;
  --mtx-datetimepicker-calendar-period-button-text-weight: 500;
  --mtx-datetimepicker-clock-text-size: 0.875rem;
  --mtx-drawer-container-shape: 16px;
  --mtx-drawer-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);
  --mtx-drawer-container-background-color: #faf9fd;
  --mtx-drawer-container-text-color: #44474e;
  --mtx-grid-container-shape: 12px;
  --mtx-grid-table-cell-min-width: 80px;
  --mtx-grid-outline-color: #c4c6d0;
  --mtx-grid-column-menu-text-color: #44474e;
  --mtx-grid-column-menu-divider-color: #c4c6d0;
  --mtx-grid-table-footer-background-color: #efedf0;
  --mtx-grid-table-row-striped-background-color: #efedf0;
  --mtx-grid-table-row-hover-background-color: #dae2f9;
  --mtx-grid-table-row-selected-background-color: #dae2f9;
  --mtx-grid-table-row-selected-hover-background-color: #d7e3ff;
  --mtx-grid-table-cell-selected-outline-color: #005cbb;
  --mtx-grid-resizable-handle-active-background-color: #005cbb;
  --mtx-grid-resizable-handle-hover-background-color: #005cbb;
  --mtx-grid-resizable-handle-disabled-background-color: #c4c6d0;
  --mtx-grid-row-expand-button-size: 40px;
  --mtx-loader-backdrop-background-color: color-mix(in srgb, #faf9fd 75%, transparent);
  --mtx-popover-container-shape: 4px;
  --mtx-popover-base-elevation-level: 2;
  --mtx-popover-outline-color: #efedf0;
  --mtx-popover-background-color: #efedf0;
  --mtx-popover-text-color: #1a1b1f;
  --mtx-progress-container-shape: 4px;
  --mtx-progress-text-size: 0.75rem;
  --mtx-progress-track-color: #efedf0;
  --mtx-progress-indicator-color: #c4c6d0;
  --mtx-progress-text-color: #1a1b1f;
  --mtx-progress-info-indicator-color: #5a64ff;
  --mtx-progress-info-text-color: white;
  --mtx-progress-success-indicator-color: #038b00;
  --mtx-progress-success-text-color: white;
  --mtx-progress-warning-indicator-color: #bc5d00;
  --mtx-progress-warning-text-color: white;
  --mtx-progress-danger-indicator-color: #ef0000;
  --mtx-progress-danger-text-color: white;
  --mtx-select-container-shape: 4px;
  --mtx-select-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);
  --mtx-select-container-text-color: #1a1b1f;
  --mtx-select-placeholder-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-disabled-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-multiple-value-background-color: transparent;
  --mtx-select-multiple-value-outline-color: #74777f;
  --mtx-select-multiple-value-disabled-outline-color: color-mix(in srgb, #74777f 38%, transparent);
  --mtx-select-multiple-value-icon-hover-background-color: #c4c6d0;
  --mtx-select-clear-icon-color: #1a1b1f;
  --mtx-select-clear-icon-hover-color: #ba1a1a;
  --mtx-select-enabled-arrow-color: #1a1b1f;
  --mtx-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-invalid-arrow-color: #ba1a1a;
  --mtx-select-panel-background-color: #efedf0;
  --mtx-select-panel-divider-color: #74777f;
  --mtx-select-optgroup-label-text-color: #1a1b1f;
  --mtx-select-option-label-text-color: #1a1b1f;
  --mtx-select-option-selected-state-background-color: #dae2f9;
  --mtx-select-option-selected-state-text-color: #1a1b1f;
  --mtx-select-option-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-select-option-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-split-gutter-background-color: #c4c6d0;
  --mtx-split-gutter-hover-state-background-color: #005cbb;
  --mtx-tooltip-container-shape: 4px;
  --mtx-tooltip-supporting-text-line-height: 1rem;
  --mtx-tooltip-container-color: #2f3033;
  --mtx-tooltip-supporting-text-color: #f2f0f4;
  --mtx-tooltip-supporting-text-font: Roboto, sans-serif;
  --mtx-tooltip-supporting-text-size: 0.75rem;
  --mtx-tooltip-supporting-text-tracking: 0.025rem;
  --mtx-tooltip-supporting-text-weight: 400;
  --body-background-color: #efedf0;
  --link-color: #005cbb;
  --link-hover-color: rgb(0, 66.9090909091, 136);
  --code-border-color: rgba(62, 71, 89, 0.08);
  --code-background-color: rgba(62, 71, 89, 0.04);
  --header-background-color: rgba(239, 237, 240, 0.8);
  --user-panel-background-color: #efedf0;
  --user-panel-hover-background-color: #e0e2ec;
  --sidemenu-heading-hover-background-color: #e3e2e6;
  --sidemenu-active-heading-text-color: #005cbb;
  --sidemenu-active-heading-background-color: #d7e3ff;
  --sidemenu-active-heading-hover-background-color: #d7e3ff;
  --sidemenu-expanded-background-color: #efedf0;
  --topmenu-text-color: #1a1b1f;
  --topmenu-background-color: rgba(239, 237, 240, 0.8);
  --topmenu-item-active-background-color: #d7e3ff;
  --topmenu-dropdown-item-active-text-color: #005cbb;
  --toast-info-background-color: #0074e9;
  --toast-success-background-color: #03a800;
  --toast-warning-background-color: #e37100;
  --toast-error-background-color: #ef0000;
}
html .mat-primary {
  --mat-stepper-container-color: #faf9fd;
  --mat-stepper-header-done-state-icon-background-color: #005cbb;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #005cbb;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-stepper-header-icon-background-color: #44474e;
  --mat-stepper-header-icon-foreground-color: #faf9fd;
  --mat-stepper-header-label-text-color: #44474e;
  --mat-stepper-header-optional-label-text-color: #44474e;
  --mat-stepper-header-selected-state-icon-background-color: #005cbb;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #44474e;
  --mat-stepper-line-color: #74777f;
}
html .mat-primary.mat-icon {
  --mat-icon-color: #005cbb;
}
html .mat-primary.mat-mdc-tab-group,
html .mat-primary.mat-mdc-tab-nav-bar {
  --mat-tab-active-focus-indicator-color: #005cbb;
  --mat-tab-active-focus-label-text-color: #1a1b1f;
  --mat-tab-active-hover-indicator-color: #005cbb;
  --mat-tab-active-hover-label-text-color: #1a1b1f;
  --mat-tab-active-indicator-color: #005cbb;
  --mat-tab-active-label-text-color: #1a1b1f;
  --mat-tab-active-ripple-color: #1a1b1f;
  --mat-tab-divider-color: #e0e2ec;
  --mat-tab-inactive-focus-label-text-color: #1a1b1f;
  --mat-tab-inactive-hover-label-text-color: #1a1b1f;
  --mat-tab-inactive-label-text-color: #1a1b1f;
  --mat-tab-inactive-ripple-color: #1a1b1f;
  --mat-tab-pagination-icon-color: #1a1b1f;
  --mat-tab-disabled-ripple-color: #44474e;
}
html .mat-primary.mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-label-text-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-handle-color: #faf9fd;
  --mat-slide-toggle-disabled-selected-icon-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-track-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-handle-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1a1b1f;
  --mat-slide-toggle-label-text-color: #1a1b1f;
  --mat-slide-toggle-selected-focus-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-focus-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #005cbb;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-hover-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #005cbb;
  --mat-slide-toggle-selected-icon-color: #00458f;
  --mat-slide-toggle-selected-pressed-handle-color: #d7e3ff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #005cbb;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #005cbb;
  --mat-slide-toggle-selected-track-color: #005cbb;
  --mat-slide-toggle-track-outline-color: #74777f;
  --mat-slide-toggle-unselected-focus-handle-color: #44474e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-handle-color: #74777f;
  --mat-slide-toggle-unselected-hover-handle-color: #44474e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #44474e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-track-color: #e0e2ec;
}
html .mat-primary.mat-datepicker-content {
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #d7e3ff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #005cbb;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #005cbb;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #005cbb;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #005cbb;
  --mat-datepicker-toggle-icon-color: #44474e;
}
html .mat-primary.mat-mdc-button-base {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #005cbb;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #005cbb;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #005cbb 12%, transparent);
  --mat-icon-button-state-layer-color: #005cbb;
}
html .mat-badge {
  --mat-badge-background-color: #005cbb;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #005cbb 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
}
html .mat-accent {
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-option-label-text-color: #1a1b1f;
  --mat-option-selected-state-label-text-color: #0000ef;
  --mat-option-selected-state-layer-color: #e0e0ff;
}
html .mat-accent {
  --mat-progress-spinner-active-indicator-color: #343dff;
}
html .mat-accent {
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #faf9fd;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #343dff;
  --mat-pseudo-checkbox-full-unselected-icon-color: #44474e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #343dff;
}
html .mat-accent {
  --mat-stepper-container-color: #faf9fd;
  --mat-stepper-header-done-state-icon-background-color: #343dff;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #343dff;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-stepper-header-icon-background-color: #44474e;
  --mat-stepper-header-icon-foreground-color: #faf9fd;
  --mat-stepper-header-label-text-color: #44474e;
  --mat-stepper-header-optional-label-text-color: #44474e;
  --mat-stepper-header-selected-state-icon-background-color: #343dff;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #44474e;
  --mat-stepper-line-color: #74777f;
}
html .mat-accent.mat-icon {
  --mat-icon-color: #343dff;
}
html .mat-accent.mat-mdc-checkbox {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #343dff;
  --mat-checkbox-selected-focus-state-layer-color: #343dff;
  --mat-checkbox-selected-hover-icon-color: #343dff;
  --mat-checkbox-selected-hover-state-layer-color: #343dff;
  --mat-checkbox-selected-icon-color: #343dff;
  --mat-checkbox-selected-pressed-icon-color: #343dff;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #343dff;
}
html .mat-accent.mat-mdc-slider {
  --mat-slider-active-track-color: #343dff;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1a1b1f;
  --mat-slider-disabled-handle-color: #1a1b1f;
  --mat-slider-disabled-inactive-track-color: #1a1b1f;
  --mat-slider-focus-handle-color: #343dff;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #343dff 20%, transparent);
  --mat-slider-handle-color: #343dff;
  --mat-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-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #343dff;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #343dff 5%, transparent);
  --mat-slider-inactive-track-color: #e0e2ec;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #343dff;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #343dff;
  --mat-slider-with-overlap-handle-outline-color: #ffffff;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #1a1b1f;
  --mat-slider-with-tick-marks-inactive-container-color: #44474e;
}
html .mat-accent.mat-mdc-tab-group,
html .mat-accent.mat-mdc-tab-nav-bar {
  --mat-tab-active-focus-indicator-color: #343dff;
  --mat-tab-active-focus-label-text-color: #1a1b1f;
  --mat-tab-active-hover-indicator-color: #343dff;
  --mat-tab-active-hover-label-text-color: #1a1b1f;
  --mat-tab-active-indicator-color: #343dff;
  --mat-tab-active-label-text-color: #1a1b1f;
  --mat-tab-active-ripple-color: #1a1b1f;
  --mat-tab-divider-color: #e0e2ec;
  --mat-tab-inactive-focus-label-text-color: #1a1b1f;
  --mat-tab-inactive-hover-label-text-color: #1a1b1f;
  --mat-tab-inactive-label-text-color: #1a1b1f;
  --mat-tab-inactive-ripple-color: #1a1b1f;
  --mat-tab-pagination-icon-color: #1a1b1f;
  --mat-tab-disabled-ripple-color: #44474e;
}
html .mat-accent.mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-label-text-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-handle-color: #faf9fd;
  --mat-slide-toggle-disabled-selected-icon-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-track-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-handle-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1a1b1f;
  --mat-slide-toggle-label-text-color: #1a1b1f;
  --mat-slide-toggle-selected-focus-handle-color: #e0e0ff;
  --mat-slide-toggle-selected-focus-state-layer-color: #343dff;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #343dff;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #e0e0ff;
  --mat-slide-toggle-selected-hover-state-layer-color: #343dff;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #343dff;
  --mat-slide-toggle-selected-icon-color: #0000ef;
  --mat-slide-toggle-selected-pressed-handle-color: #e0e0ff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #343dff;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #343dff;
  --mat-slide-toggle-selected-track-color: #343dff;
  --mat-slide-toggle-track-outline-color: #74777f;
  --mat-slide-toggle-unselected-focus-handle-color: #44474e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-handle-color: #74777f;
  --mat-slide-toggle-unselected-hover-handle-color: #44474e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #44474e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-track-color: #e0e2ec;
}
html .mat-accent.mat-mdc-form-field {
  --mat-select-panel-background-color: #efedf0;
  --mat-select-enabled-trigger-text-color: #1a1b1f;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-placeholder-text-color: #44474e;
  --mat-select-enabled-arrow-color: #44474e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-focused-arrow-color: #343dff;
  --mat-select-invalid-arrow-color: #ba1a1a;
}
html .mat-accent.mat-mdc-radio-button {
  --mat-radio-checked-ripple-color: #343dff;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #343dff;
  --mat-radio-selected-hover-icon-color: #343dff;
  --mat-radio-selected-icon-color: #343dff;
  --mat-radio-selected-pressed-icon-color: #343dff;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
}
html .mat-accent.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #343dff;
  --mat-progress-bar-track-color: #e0e2ec;
}
html .mat-accent.mat-mdc-form-field {
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #44474e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #44474e;
  --mat-form-field-filled-caret-color: #343dff;
  --mat-form-field-filled-container-color: #e0e2ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #343dff;
  --mat-form-field-filled-focus-label-text-color: #343dff;
  --mat-form-field-filled-hover-active-indicator-color: #1a1b1f;
  --mat-form-field-filled-hover-label-text-color: #44474e;
  --mat-form-field-filled-input-text-color: #1a1b1f;
  --mat-form-field-filled-input-text-placeholder-color: #44474e;
  --mat-form-field-filled-label-text-color: #44474e;
  --mat-form-field-focus-select-arrow-color: #343dff;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #44474e;
  --mat-form-field-outlined-caret-color: #343dff;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #343dff;
  --mat-form-field-outlined-focus-outline-color: #343dff;
  --mat-form-field-outlined-hover-label-text-color: #1a1b1f;
  --mat-form-field-outlined-hover-outline-color: #1a1b1f;
  --mat-form-field-outlined-input-text-color: #1a1b1f;
  --mat-form-field-outlined-input-text-placeholder-color: #44474e;
  --mat-form-field-outlined-label-text-color: #44474e;
  --mat-form-field-outlined-outline-color: #74777f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #1a1b1f;
  --mat-form-field-trailing-icon-color: #44474e;
}
html .mat-accent.mat-datepicker-content {
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #e0e0ff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #343dff;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #343dff;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #343dff;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #343dff;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #343dff;
  --mat-datepicker-toggle-icon-color: #44474e;
}
html .mat-accent.mat-mdc-button-base {
  --mat-button-filled-container-color: #343dff;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #44474e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #44474e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #343dff;
  --mat-button-outlined-outline-color: #74777f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #343dff 12%, transparent);
  --mat-button-outlined-state-layer-color: #343dff;
  --mat-button-protected-container-color: #faf9fd;
  --mat-button-protected-container-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);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-protected-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);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #44474e;
  --mat-button-protected-focus-container-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);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #343dff;
  --mat-button-protected-pressed-container-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);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #343dff 12%, transparent);
  --mat-button-protected-state-layer-color: #343dff;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #44474e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #343dff;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #343dff 12%, transparent);
  --mat-button-text-state-layer-color: #343dff;
  --mat-button-tonal-container-color: #e0e0ff;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #44474e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #0000ef;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #0000ef 12%, transparent);
  --mat-button-tonal-state-layer-color: #0000ef;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #343dff;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #343dff;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #343dff 12%, transparent);
  --mat-icon-button-state-layer-color: #343dff;
}
html .mat-accent.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-elevated-selected-container-color: #e0e0ff;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-focus-outline-color: #44474e;
  --mat-chip-focus-state-layer-color: #44474e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #44474e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #44474e;
  --mat-chip-outline-color: #74777f;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-selected-focus-state-layer-color: #0000ef;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #0000ef;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #0000ef;
  --mat-chip-selected-trailing-action-state-layer-color: #0000ef;
  --mat-chip-selected-trailing-icon-color: #0000ef;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #44474e;
  --mat-chip-with-icon-disabled-icon-color: #1a1b1f;
  --mat-chip-with-icon-icon-color: #44474e;
  --mat-chip-with-icon-selected-icon-color: #0000ef;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-with-trailing-icon-trailing-icon-color: #44474e;
}
html .mat-accent .mdc-list-item__start,
html .mat-accent .mdc-list-item__end {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #343dff;
  --mat-checkbox-selected-focus-state-layer-color: #343dff;
  --mat-checkbox-selected-hover-icon-color: #343dff;
  --mat-checkbox-selected-hover-state-layer-color: #343dff;
  --mat-checkbox-selected-icon-color: #343dff;
  --mat-checkbox-selected-pressed-icon-color: #343dff;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #343dff;
  --mat-radio-checked-ripple-color: #343dff;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #343dff;
  --mat-radio-selected-hover-icon-color: #343dff;
  --mat-radio-selected-icon-color: #343dff;
  --mat-radio-selected-pressed-icon-color: #343dff;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
}
html .mat-accent.mat-mdc-fab,
html .mat-accent.mat-mdc-mini-fab {
  --mat-fab-container-color: #e0e0ff;
  --mat-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);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-extended-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);
  --mat-fab-extended-focus-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);
  --mat-fab-extended-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);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-fab-focus-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);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #0000ef;
  --mat-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);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-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);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #0000ef 12%, transparent);
  --mat-fab-small-container-color: #e0e0ff;
  --mat-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);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-fab-small-focus-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);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #0000ef;
  --mat-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);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-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);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #0000ef 12%, transparent);
  --mat-fab-small-state-layer-color: #0000ef;
  --mat-fab-state-layer-color: #0000ef;
}
html .mat-badge-accent {
  --mat-badge-background-color: #343dff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #343dff 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
}
html .mat-warn {
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-option-label-text-color: #1a1b1f;
  --mat-option-selected-state-label-text-color: #93000a;
  --mat-option-selected-state-layer-color: #ffdad6;
}
html .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ba1a1a;
}
html .mat-warn {
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #faf9fd;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #ba1a1a;
  --mat-pseudo-checkbox-full-unselected-icon-color: #44474e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ba1a1a;
}
html .mat-warn {
  --mat-stepper-container-color: #faf9fd;
  --mat-stepper-header-done-state-icon-background-color: #ba1a1a;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #ba1a1a;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-stepper-header-icon-background-color: #44474e;
  --mat-stepper-header-icon-foreground-color: #faf9fd;
  --mat-stepper-header-label-text-color: #44474e;
  --mat-stepper-header-optional-label-text-color: #44474e;
  --mat-stepper-header-selected-state-icon-background-color: #ba1a1a;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #44474e;
  --mat-stepper-line-color: #74777f;
}
html .mat-warn.mat-icon {
  --mat-icon-color: #ba1a1a;
}
html .mat-warn.mat-mdc-checkbox {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #ba1a1a;
  --mat-checkbox-selected-focus-state-layer-color: #ba1a1a;
  --mat-checkbox-selected-hover-icon-color: #ba1a1a;
  --mat-checkbox-selected-hover-state-layer-color: #ba1a1a;
  --mat-checkbox-selected-icon-color: #ba1a1a;
  --mat-checkbox-selected-pressed-icon-color: #ba1a1a;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #ba1a1a;
}
html .mat-warn.mat-mdc-slider {
  --mat-slider-active-track-color: #ba1a1a;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1a1b1f;
  --mat-slider-disabled-handle-color: #1a1b1f;
  --mat-slider-disabled-inactive-track-color: #1a1b1f;
  --mat-slider-focus-handle-color: #ba1a1a;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ba1a1a 20%, transparent);
  --mat-slider-handle-color: #ba1a1a;
  --mat-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-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #ba1a1a;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ba1a1a 5%, transparent);
  --mat-slider-inactive-track-color: #e0e2ec;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #ba1a1a;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #ba1a1a;
  --mat-slider-with-overlap-handle-outline-color: #ffffff;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #1a1b1f;
  --mat-slider-with-tick-marks-inactive-container-color: #44474e;
}
html .mat-warn.mat-mdc-tab-group,
html .mat-warn.mat-mdc-tab-nav-bar {
  --mat-tab-active-focus-indicator-color: #ba1a1a;
  --mat-tab-active-focus-label-text-color: #1a1b1f;
  --mat-tab-active-hover-indicator-color: #ba1a1a;
  --mat-tab-active-hover-label-text-color: #1a1b1f;
  --mat-tab-active-indicator-color: #ba1a1a;
  --mat-tab-active-label-text-color: #1a1b1f;
  --mat-tab-active-ripple-color: #1a1b1f;
  --mat-tab-divider-color: #e0e2ec;
  --mat-tab-inactive-focus-label-text-color: #1a1b1f;
  --mat-tab-inactive-hover-label-text-color: #1a1b1f;
  --mat-tab-inactive-label-text-color: #1a1b1f;
  --mat-tab-inactive-ripple-color: #1a1b1f;
  --mat-tab-pagination-icon-color: #1a1b1f;
  --mat-tab-disabled-ripple-color: #44474e;
}
html .mat-warn.mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-label-text-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-handle-color: #faf9fd;
  --mat-slide-toggle-disabled-selected-icon-color: #1a1b1f;
  --mat-slide-toggle-disabled-selected-track-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-handle-color: #1a1b1f;
  --mat-slide-toggle-disabled-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-color: #e0e2ec;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1a1b1f;
  --mat-slide-toggle-label-text-color: #1a1b1f;
  --mat-slide-toggle-selected-focus-handle-color: #ffdad6;
  --mat-slide-toggle-selected-focus-state-layer-color: #ba1a1a;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #ba1a1a;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #ffdad6;
  --mat-slide-toggle-selected-hover-state-layer-color: #ba1a1a;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #ba1a1a;
  --mat-slide-toggle-selected-icon-color: #93000a;
  --mat-slide-toggle-selected-pressed-handle-color: #ffdad6;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ba1a1a;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #ba1a1a;
  --mat-slide-toggle-selected-track-color: #ba1a1a;
  --mat-slide-toggle-track-outline-color: #74777f;
  --mat-slide-toggle-unselected-focus-handle-color: #44474e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-handle-color: #74777f;
  --mat-slide-toggle-unselected-hover-handle-color: #44474e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-icon-color: #e0e2ec;
  --mat-slide-toggle-unselected-pressed-handle-color: #44474e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1a1b1f;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e2ec;
  --mat-slide-toggle-unselected-track-color: #e0e2ec;
}
html .mat-warn.mat-mdc-form-field {
  --mat-select-panel-background-color: #efedf0;
  --mat-select-enabled-trigger-text-color: #1a1b1f;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-placeholder-text-color: #44474e;
  --mat-select-enabled-arrow-color: #44474e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-select-focused-arrow-color: #ba1a1a;
  --mat-select-invalid-arrow-color: #ba1a1a;
}
html .mat-warn.mat-mdc-radio-button {
  --mat-radio-checked-ripple-color: #ba1a1a;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #ba1a1a;
  --mat-radio-selected-hover-icon-color: #ba1a1a;
  --mat-radio-selected-icon-color: #ba1a1a;
  --mat-radio-selected-pressed-icon-color: #ba1a1a;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
}
html .mat-warn.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #ba1a1a;
  --mat-progress-bar-track-color: #e0e2ec;
}
html .mat-warn.mat-mdc-form-field {
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #44474e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #44474e;
  --mat-form-field-filled-caret-color: #ba1a1a;
  --mat-form-field-filled-container-color: #e0e2ec;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-hover-active-indicator-color: #1a1b1f;
  --mat-form-field-filled-hover-label-text-color: #44474e;
  --mat-form-field-filled-input-text-color: #1a1b1f;
  --mat-form-field-filled-input-text-placeholder-color: #44474e;
  --mat-form-field-filled-label-text-color: #44474e;
  --mat-form-field-focus-select-arrow-color: #ba1a1a;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #44474e;
  --mat-form-field-outlined-caret-color: #ba1a1a;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-hover-label-text-color: #1a1b1f;
  --mat-form-field-outlined-hover-outline-color: #1a1b1f;
  --mat-form-field-outlined-input-text-color: #1a1b1f;
  --mat-form-field-outlined-input-text-placeholder-color: #44474e;
  --mat-form-field-outlined-label-text-color: #44474e;
  --mat-form-field-outlined-outline-color: #74777f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-form-field-select-option-text-color: #1a1b1f;
  --mat-form-field-state-layer-color: #1a1b1f;
  --mat-form-field-trailing-icon-color: #44474e;
}
html .mat-warn.mat-datepicker-content {
  --mat-datepicker-calendar-body-label-text-color: #1a1b1f;
  --mat-datepicker-calendar-container-background-color: #e9e7eb;
  --mat-datepicker-calendar-container-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #e0e0ff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #565e71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #dae2f9;
  --mat-datepicker-calendar-date-in-range-state-background-color: #ffdad6;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #ba1a1a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #ba1a1a;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1a1b1f;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #ba1a1a;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ba1a1a;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #44474e;
  --mat-datepicker-calendar-navigation-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-icon-color: #44474e;
  --mat-datepicker-calendar-period-button-text-color: #44474e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1a1b1f;
  --mat-datepicker-toggle-active-state-icon-color: #ba1a1a;
  --mat-datepicker-toggle-icon-color: #44474e;
}
html .mat-warn.mat-mdc-button-base {
  --mat-button-filled-container-color: #ba1a1a;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #44474e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #44474e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #ba1a1a;
  --mat-button-outlined-outline-color: #74777f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);
  --mat-button-outlined-state-layer-color: #ba1a1a;
  --mat-button-protected-container-color: #faf9fd;
  --mat-button-protected-container-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);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-protected-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);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #44474e;
  --mat-button-protected-focus-container-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);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #ba1a1a;
  --mat-button-protected-pressed-container-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);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);
  --mat-button-protected-state-layer-color: #ba1a1a;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #44474e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #ba1a1a;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);
  --mat-button-text-state-layer-color: #ba1a1a;
  --mat-button-tonal-container-color: #ffdad6;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #44474e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #93000a;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #93000a 12%, transparent);
  --mat-button-tonal-state-layer-color: #93000a;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #ba1a1a;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #ba1a1a;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ba1a1a 12%, transparent);
  --mat-icon-button-state-layer-color: #ba1a1a;
}
html .mat-warn.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-elevated-selected-container-color: #ffdad6;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mat-chip-focus-outline-color: #44474e;
  --mat-chip-focus-state-layer-color: #44474e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #44474e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #44474e;
  --mat-chip-outline-color: #74777f;
  --mat-chip-selected-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-selected-focus-state-layer-color: #93000a;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #93000a;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #93000a;
  --mat-chip-selected-trailing-action-state-layer-color: #93000a;
  --mat-chip-selected-trailing-icon-color: #93000a;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #44474e;
  --mat-chip-with-icon-disabled-icon-color: #1a1b1f;
  --mat-chip-with-icon-icon-color: #44474e;
  --mat-chip-with-icon-selected-icon-color: #93000a;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1a1b1f;
  --mat-chip-with-trailing-icon-trailing-icon-color: #44474e;
}
html .mat-warn .mdc-list-item__start,
html .mat-warn .mdc-list-item__end {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #faf9fd;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-checkbox-label-text-color: #1a1b1f;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #ba1a1a;
  --mat-checkbox-selected-focus-state-layer-color: #ba1a1a;
  --mat-checkbox-selected-hover-icon-color: #ba1a1a;
  --mat-checkbox-selected-hover-state-layer-color: #ba1a1a;
  --mat-checkbox-selected-icon-color: #ba1a1a;
  --mat-checkbox-selected-pressed-icon-color: #ba1a1a;
  --mat-checkbox-selected-pressed-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-focus-icon-color: #1a1b1f;
  --mat-checkbox-unselected-focus-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-hover-icon-color: #1a1b1f;
  --mat-checkbox-unselected-hover-state-layer-color: #1a1b1f;
  --mat-checkbox-unselected-icon-color: #44474e;
  --mat-checkbox-unselected-pressed-state-layer-color: #ba1a1a;
  --mat-radio-checked-ripple-color: #ba1a1a;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1a1b1f;
  --mat-radio-disabled-unselected-icon-color: #1a1b1f;
  --mat-radio-label-text-color: #1a1b1f;
  --mat-radio-ripple-color: #1a1b1f;
  --mat-radio-selected-focus-icon-color: #ba1a1a;
  --mat-radio-selected-hover-icon-color: #ba1a1a;
  --mat-radio-selected-icon-color: #ba1a1a;
  --mat-radio-selected-pressed-icon-color: #ba1a1a;
  --mat-radio-unselected-focus-icon-color: #1a1b1f;
  --mat-radio-unselected-hover-icon-color: #1a1b1f;
  --mat-radio-unselected-pressed-icon-color: #1a1b1f;
}
html .mat-badge-warn {
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
}
html .mat-primary.mtx-split-gutter {
  --mtx-split-gutter-background-color: #c4c6d0;
  --mtx-split-gutter-hover-state-background-color: #005cbb;
}
html .mat-primary.mtx-datetimepicker-content {
  --mtx-datetimepicker-calendar-header-background-color: transparent;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: #ffffff;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #005cbb;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: #005cbb;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-datetimepicker-toggle-active-state-icon-color: #44474e;
  --mtx-datetimepicker-toggle-icon-color: #44474e;
  --mtx-datetimepicker-calendar-body-label-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-body-week-number-text-color: #565e71;
  --mtx-datetimepicker-calendar-header-text-color: #44474e;
  --mtx-datetimepicker-calendar-header-divider-color: #c4c6d0;
  --mtx-datetimepicker-calendar-table-header-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-date-today-outline-color: #005cbb;
  --mtx-datetimepicker-calendar-date-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-container-background-color: #e9e7eb;
  --mtx-datetimepicker-container-text-color: #1a1b1f;
  --mtx-datetimepicker-clock-dial-background-color: #e3e2e6;
  --mtx-datetimepicker-clock-cell-text-color: #1a1b1f;
  --mtx-datetimepicker-clock-cell-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #005cbb;
  --mtx-datetimepicker-clock-hand-background-color: #005cbb;
  --mtx-datetimepicker-time-input-active-state-text-color: #00458f;
  --mtx-datetimepicker-time-input-active-state-background-color: #d7e3ff;
  --mtx-datetimepicker-time-input-focus-state-outline-color: #005cbb;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: #00458f;
  --mtx-datetimepicker-time-input-text-color: #1a1b1f;
  --mtx-datetimepicker-time-input-background-color: #e3e2e6;
  --mtx-datetimepicker-time-input-focus-state-background-color: #d7e3ff;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #ba1a1a;
  --mtx-datetimepicker-time-ampm-text-color: #1a1b1f;
  --mtx-datetimepicker-time-ampm-outline-color: #74777f;
  --mtx-datetimepicker-time-ampm-selected-state-text-color: #0000ef;
  --mtx-datetimepicker-time-ampm-selected-state-background-color: #e0e0ff;
}
html .mat-primary.ng-dropdown-panel {
  --mtx-select-container-text-color: #1a1b1f;
  --mtx-select-placeholder-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-disabled-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-multiple-value-background-color: transparent;
  --mtx-select-multiple-value-outline-color: #74777f;
  --mtx-select-multiple-value-disabled-outline-color: color-mix(in srgb, #74777f 38%, transparent);
  --mtx-select-multiple-value-icon-hover-background-color: #c4c6d0;
  --mtx-select-clear-icon-color: #1a1b1f;
  --mtx-select-clear-icon-hover-color: #ba1a1a;
  --mtx-select-enabled-arrow-color: #1a1b1f;
  --mtx-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-invalid-arrow-color: #ba1a1a;
  --mtx-select-panel-background-color: #efedf0;
  --mtx-select-panel-divider-color: #74777f;
  --mtx-select-optgroup-label-text-color: #1a1b1f;
  --mtx-select-option-label-text-color: #1a1b1f;
  --mtx-select-option-selected-state-background-color: #dae2f9;
  --mtx-select-option-selected-state-text-color: #1a1b1f;
  --mtx-select-option-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-select-option-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
}
html .mat-accent.mtx-split-gutter {
  --mtx-split-gutter-background-color: #c4c6d0;
  --mtx-split-gutter-hover-state-background-color: #343dff;
}
html .mat-accent.mtx-datetimepicker-content {
  --mtx-datetimepicker-calendar-header-background-color: transparent;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: #ffffff;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #343dff;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: #343dff;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-datetimepicker-toggle-active-state-icon-color: #44474e;
  --mtx-datetimepicker-toggle-icon-color: #44474e;
  --mtx-datetimepicker-calendar-body-label-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-body-week-number-text-color: #565e71;
  --mtx-datetimepicker-calendar-header-text-color: #44474e;
  --mtx-datetimepicker-calendar-header-divider-color: #c4c6d0;
  --mtx-datetimepicker-calendar-table-header-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-date-today-outline-color: #343dff;
  --mtx-datetimepicker-calendar-date-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-container-background-color: #e9e7eb;
  --mtx-datetimepicker-container-text-color: #1a1b1f;
  --mtx-datetimepicker-clock-dial-background-color: #e3e2e6;
  --mtx-datetimepicker-clock-cell-text-color: #1a1b1f;
  --mtx-datetimepicker-clock-cell-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #343dff;
  --mtx-datetimepicker-clock-hand-background-color: #343dff;
  --mtx-datetimepicker-time-input-active-state-text-color: #0000ef;
  --mtx-datetimepicker-time-input-active-state-background-color: #e0e0ff;
  --mtx-datetimepicker-time-input-focus-state-outline-color: #343dff;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: #0000ef;
  --mtx-datetimepicker-time-input-text-color: #1a1b1f;
  --mtx-datetimepicker-time-input-background-color: #e3e2e6;
  --mtx-datetimepicker-time-input-focus-state-background-color: #e0e0ff;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #ba1a1a;
  --mtx-datetimepicker-time-ampm-text-color: #1a1b1f;
  --mtx-datetimepicker-time-ampm-outline-color: #74777f;
  --mtx-datetimepicker-time-ampm-selected-state-text-color: #0000ef;
  --mtx-datetimepicker-time-ampm-selected-state-background-color: #e0e0ff;
}
html .mat-accent.ng-dropdown-panel {
  --mtx-select-container-text-color: #1a1b1f;
  --mtx-select-placeholder-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-disabled-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-multiple-value-background-color: transparent;
  --mtx-select-multiple-value-outline-color: #74777f;
  --mtx-select-multiple-value-disabled-outline-color: color-mix(in srgb, #74777f 38%, transparent);
  --mtx-select-multiple-value-icon-hover-background-color: #c4c6d0;
  --mtx-select-clear-icon-color: #1a1b1f;
  --mtx-select-clear-icon-hover-color: #ba1a1a;
  --mtx-select-enabled-arrow-color: #1a1b1f;
  --mtx-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-invalid-arrow-color: #ba1a1a;
  --mtx-select-panel-background-color: #efedf0;
  --mtx-select-panel-divider-color: #74777f;
  --mtx-select-optgroup-label-text-color: #1a1b1f;
  --mtx-select-option-label-text-color: #1a1b1f;
  --mtx-select-option-selected-state-background-color: #e0e0ff;
  --mtx-select-option-selected-state-text-color: #1a1b1f;
  --mtx-select-option-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-select-option-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
}
html .mat-warn.mtx-split-gutter {
  --mtx-split-gutter-background-color: #c4c6d0;
  --mtx-split-gutter-hover-state-background-color: #ba1a1a;
}
html .mat-warn.mtx-datetimepicker-content {
  --mtx-datetimepicker-calendar-header-background-color: transparent;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: #ffffff;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #ba1a1a;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: #ba1a1a;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1a1b1f 12%, transparent);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-datetimepicker-toggle-active-state-icon-color: #44474e;
  --mtx-datetimepicker-toggle-icon-color: #44474e;
  --mtx-datetimepicker-calendar-body-label-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-body-week-number-text-color: #565e71;
  --mtx-datetimepicker-calendar-header-text-color: #44474e;
  --mtx-datetimepicker-calendar-header-divider-color: #c4c6d0;
  --mtx-datetimepicker-calendar-table-header-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-date-today-outline-color: #ba1a1a;
  --mtx-datetimepicker-calendar-date-text-color: #1a1b1f;
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-container-background-color: #e9e7eb;
  --mtx-datetimepicker-container-text-color: #1a1b1f;
  --mtx-datetimepicker-clock-dial-background-color: #e3e2e6;
  --mtx-datetimepicker-clock-cell-text-color: #1a1b1f;
  --mtx-datetimepicker-clock-cell-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #ba1a1a;
  --mtx-datetimepicker-clock-hand-background-color: #ba1a1a;
  --mtx-datetimepicker-time-input-active-state-text-color: #93000a;
  --mtx-datetimepicker-time-input-active-state-background-color: #ffdad6;
  --mtx-datetimepicker-time-input-focus-state-outline-color: #ba1a1a;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: #93000a;
  --mtx-datetimepicker-time-input-text-color: #1a1b1f;
  --mtx-datetimepicker-time-input-background-color: #e3e2e6;
  --mtx-datetimepicker-time-input-focus-state-background-color: #ffdad6;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #ba1a1a;
  --mtx-datetimepicker-time-ampm-text-color: #1a1b1f;
  --mtx-datetimepicker-time-ampm-outline-color: #74777f;
  --mtx-datetimepicker-time-ampm-selected-state-text-color: #0000ef;
  --mtx-datetimepicker-time-ampm-selected-state-background-color: #e0e0ff;
}
html .mat-warn.ng-dropdown-panel {
  --mtx-select-container-text-color: #1a1b1f;
  --mtx-select-placeholder-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-disabled-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-multiple-value-background-color: transparent;
  --mtx-select-multiple-value-outline-color: #74777f;
  --mtx-select-multiple-value-disabled-outline-color: color-mix(in srgb, #74777f 38%, transparent);
  --mtx-select-multiple-value-icon-hover-background-color: #c4c6d0;
  --mtx-select-clear-icon-color: #1a1b1f;
  --mtx-select-clear-icon-hover-color: #ba1a1a;
  --mtx-select-enabled-arrow-color: #1a1b1f;
  --mtx-select-disabled-arrow-color: color-mix(in srgb, #1a1b1f 38%, transparent);
  --mtx-select-invalid-arrow-color: #ba1a1a;
  --mtx-select-panel-background-color: #efedf0;
  --mtx-select-panel-divider-color: #74777f;
  --mtx-select-optgroup-label-text-color: #1a1b1f;
  --mtx-select-option-label-text-color: #1a1b1f;
  --mtx-select-option-selected-state-background-color: #ffdad6;
  --mtx-select-option-selected-state-text-color: #1a1b1f;
  --mtx-select-option-hover-state-background-color: color-mix(in srgb, #1a1b1f 8%, transparent);
  --mtx-select-option-disabled-state-text-color: color-mix(in srgb, #1a1b1f 38%, transparent);
}
.theme-dark {
  color-scheme: dark;
  --mat-app-background-color: #101414;
  --mat-app-text-color: #e0e3e2;
  --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-ripple-color: color-mix(in srgb, #e0e3e2 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-option-label-text-color: #e0e3e2;
  --mat-option-selected-state-label-text-color: #cce8e7;
  --mat-option-selected-state-layer-color: #324b4b;
  --mat-optgroup-label-text-color: #dae5e4;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #101414;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #003737;
  --mat-pseudo-checkbox-full-selected-icon-color: #00dddd;
  --mat-pseudo-checkbox-full-unselected-icon-color: #dae5e4;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #00dddd;
  --mat-card-elevated-container-color: #191c1c;
  --mat-card-elevated-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);
  --mat-card-filled-container-color: #313635;
  --mat-card-filled-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-outlined-container-color: #101414;
  --mat-card-outlined-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-outlined-outline-color: #3f4948;
  --mat-card-subtitle-text-color: #e0e3e2;
  --mat-progress-bar-active-indicator-color: #00dddd;
  --mat-progress-bar-track-color: #3f4948;
  --mat-tooltip-container-color: #e0e3e2;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #2d3131;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #dae5e4;
  --mat-form-field-error-focus-trailing-icon-color: #ffb4ab;
  --mat-form-field-error-hover-trailing-icon-color: #ffdad6;
  --mat-form-field-error-text-color: #ffb4ab;
  --mat-form-field-error-trailing-icon-color: #ffb4ab;
  --mat-form-field-filled-active-indicator-color: #dae5e4;
  --mat-form-field-filled-caret-color: #00dddd;
  --mat-form-field-filled-container-color: #3f4948;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e0e3e2 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ffb4ab;
  --mat-form-field-filled-error-caret-color: #ffb4ab;
  --mat-form-field-filled-error-focus-active-indicator-color: #ffb4ab;
  --mat-form-field-filled-error-focus-label-text-color: #ffb4ab;
  --mat-form-field-filled-error-hover-active-indicator-color: #ffdad6;
  --mat-form-field-filled-error-hover-label-text-color: #ffdad6;
  --mat-form-field-filled-error-label-text-color: #ffb4ab;
  --mat-form-field-filled-focus-active-indicator-color: #00dddd;
  --mat-form-field-filled-focus-label-text-color: #00dddd;
  --mat-form-field-filled-hover-active-indicator-color: #e0e3e2;
  --mat-form-field-filled-hover-label-text-color: #dae5e4;
  --mat-form-field-filled-input-text-color: #e0e3e2;
  --mat-form-field-filled-input-text-placeholder-color: #dae5e4;
  --mat-form-field-filled-label-text-color: #dae5e4;
  --mat-form-field-focus-select-arrow-color: #00dddd;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #dae5e4;
  --mat-form-field-outlined-caret-color: #00dddd;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ffb4ab;
  --mat-form-field-outlined-error-focus-label-text-color: #ffb4ab;
  --mat-form-field-outlined-error-focus-outline-color: #ffb4ab;
  --mat-form-field-outlined-error-hover-label-text-color: #ffdad6;
  --mat-form-field-outlined-error-hover-outline-color: #ffdad6;
  --mat-form-field-outlined-error-label-text-color: #ffb4ab;
  --mat-form-field-outlined-error-outline-color: #ffb4ab;
  --mat-form-field-outlined-focus-label-text-color: #00dddd;
  --mat-form-field-outlined-focus-outline-color: #00dddd;
  --mat-form-field-outlined-hover-label-text-color: #e0e3e2;
  --mat-form-field-outlined-hover-outline-color: #e0e3e2;
  --mat-form-field-outlined-input-text-color: #e0e3e2;
  --mat-form-field-outlined-input-text-placeholder-color: #dae5e4;
  --mat-form-field-outlined-label-text-color: #dae5e4;
  --mat-form-field-outlined-outline-color: #889392;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #191c1c 38%, transparent);
  --mat-form-field-select-option-text-color: #191c1c;
  --mat-form-field-state-layer-color: #e0e3e2;
  --mat-form-field-trailing-icon-color: #dae5e4;
  --mat-select-panel-background-color: #1c2020;
  --mat-select-enabled-trigger-text-color: #e0e3e2;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-select-placeholder-text-color: #dae5e4;
  --mat-select-enabled-arrow-color: #dae5e4;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-select-focused-arrow-color: #00dddd;
  --mat-select-invalid-arrow-color: #ffb4ab;
  --mat-autocomplete-background-color: #1c2020;
  --mat-dialog-container-color: #101414;
  --mat-dialog-subhead-color: #e0e3e2;
  --mat-dialog-supporting-text-color: #dae5e4;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-chip-elevated-selected-container-color: #324b4b;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-chip-focus-outline-color: #dae5e4;
  --mat-chip-focus-state-layer-color: #dae5e4;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #dae5e4;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #dae5e4;
  --mat-chip-outline-color: #889392;
  --mat-chip-selected-disabled-trailing-icon-color: #e0e3e2;
  --mat-chip-selected-focus-state-layer-color: #cce8e7;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #cce8e7;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #cce8e7;
  --mat-chip-selected-trailing-action-state-layer-color: #cce8e7;
  --mat-chip-selected-trailing-icon-color: #cce8e7;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #dae5e4;
  --mat-chip-with-icon-disabled-icon-color: #e0e3e2;
  --mat-chip-with-icon-icon-color: #dae5e4;
  --mat-chip-with-icon-selected-icon-color: #cce8e7;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e0e3e2;
  --mat-chip-with-trailing-icon-trailing-icon-color: #dae5e4;
  --mat-slide-toggle-disabled-label-text-color: #e0e3e2;
  --mat-slide-toggle-disabled-selected-handle-color: #101414;
  --mat-slide-toggle-disabled-selected-icon-color: #e0e3e2;
  --mat-slide-toggle-disabled-selected-track-color: #e0e3e2;
  --mat-slide-toggle-disabled-unselected-handle-color: #e0e3e2;
  --mat-slide-toggle-disabled-unselected-icon-color: #3f4948;
  --mat-slide-toggle-disabled-unselected-track-color: #3f4948;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #e0e3e2;
  --mat-slide-toggle-label-text-color: #e0e3e2;
  --mat-slide-toggle-selected-focus-handle-color: #004f4f;
  --mat-slide-toggle-selected-focus-state-layer-color: #00dddd;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #00dddd;
  --mat-slide-toggle-selected-handle-color: #003737;
  --mat-slide-toggle-selected-hover-handle-color: #004f4f;
  --mat-slide-toggle-selected-hover-state-layer-color: #00dddd;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #00dddd;
  --mat-slide-toggle-selected-icon-color: #00fbfb;
  --mat-slide-toggle-selected-pressed-handle-color: #004f4f;
  --mat-slide-toggle-selected-pressed-state-layer-color: #00dddd;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #00dddd;
  --mat-slide-toggle-selected-track-color: #00dddd;
  --mat-slide-toggle-track-outline-color: #889392;
  --mat-slide-toggle-unselected-focus-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-focus-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #3f4948;
  --mat-slide-toggle-unselected-handle-color: #889392;
  --mat-slide-toggle-unselected-hover-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-hover-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #3f4948;
  --mat-slide-toggle-unselected-icon-color: #3f4948;
  --mat-slide-toggle-unselected-pressed-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #3f4948;
  --mat-slide-toggle-unselected-track-color: #3f4948;
  --mat-radio-checked-ripple-color: #00dddd;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e0e3e2;
  --mat-radio-disabled-unselected-icon-color: #e0e3e2;
  --mat-radio-label-text-color: #e0e3e2;
  --mat-radio-ripple-color: #e0e3e2;
  --mat-radio-selected-focus-icon-color: #00dddd;
  --mat-radio-selected-hover-icon-color: #00dddd;
  --mat-radio-selected-icon-color: #00dddd;
  --mat-radio-selected-pressed-icon-color: #00dddd;
  --mat-radio-unselected-focus-icon-color: #e0e3e2;
  --mat-radio-unselected-hover-icon-color: #e0e3e2;
  --mat-radio-unselected-icon-color: #dae5e4;
  --mat-radio-unselected-pressed-icon-color: #e0e3e2;
  --mat-slider-active-track-color: #00dddd;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #e0e3e2;
  --mat-slider-disabled-handle-color: #e0e3e2;
  --mat-slider-disabled-inactive-track-color: #e0e3e2;
  --mat-slider-focus-handle-color: #00dddd;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #00dddd 20%, transparent);
  --mat-slider-handle-color: #00dddd;
  --mat-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-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #00dddd;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #00dddd 5%, transparent);
  --mat-slider-inactive-track-color: #3f4948;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #00dddd;
  --mat-slider-label-label-text-color: #003737;
  --mat-slider-ripple-color: #00dddd;
  --mat-slider-with-overlap-handle-outline-color: #003737;
  --mat-slider-with-tick-marks-active-container-color: #003737;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #e0e3e2;
  --mat-slider-with-tick-marks-inactive-container-color: #dae5e4;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #3f4948;
  --mat-menu-item-label-text-color: #e0e3e2;
  --mat-menu-item-icon-color: #dae5e4;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-menu-container-color: #1c2020;
  --mat-menu-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);
  --mat-list-active-indicator-color: #324b4b;
  --mat-list-active-indicator-shape: 9999px;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-disabled-label-text-color: #e0e3e2;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #e0e3e2;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #e0e3e2;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #e0e3e2;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #e0e3e2;
  --mat-list-list-item-focus-state-layer-color: #e0e3e2;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #e0e3e2;
  --mat-list-list-item-hover-state-layer-color: #e0e3e2;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #e0e3e2;
  --mat-list-list-item-leading-avatar-color: #004f4f;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #dae5e4;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #00dddd;
  --mat-list-list-item-supporting-text-color: #dae5e4;
  --mat-list-list-item-trailing-icon-color: #dae5e4;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #dae5e4;
  --mat-paginator-container-text-color: #e0e3e2;
  --mat-paginator-container-background-color: #101414;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-paginator-enabled-icon-color: #dae5e4;
  --mat-tab-active-focus-indicator-color: #00dddd;
  --mat-tab-active-focus-label-text-color: #e0e3e2;
  --mat-tab-active-hover-indicator-color: #00dddd;
  --mat-tab-active-hover-label-text-color: #e0e3e2;
  --mat-tab-active-indicator-color: #00dddd;
  --mat-tab-active-label-text-color: #e0e3e2;
  --mat-tab-active-ripple-color: #e0e3e2;
  --mat-tab-divider-color: #3f4948;
  --mat-tab-inactive-focus-label-text-color: #e0e3e2;
  --mat-tab-inactive-hover-label-text-color: #e0e3e2;
  --mat-tab-inactive-label-text-color: #e0e3e2;
  --mat-tab-inactive-ripple-color: #e0e3e2;
  --mat-tab-pagination-icon-color: #e0e3e2;
  --mat-tab-disabled-ripple-color: #dae5e4;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #101414;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-label-text-color: #e0e3e2;
  --mat-checkbox-selected-checkmark-color: #003737;
  --mat-checkbox-selected-focus-icon-color: #00dddd;
  --mat-checkbox-selected-focus-state-layer-color: #00dddd;
  --mat-checkbox-selected-hover-icon-color: #00dddd;
  --mat-checkbox-selected-hover-state-layer-color: #00dddd;
  --mat-checkbox-selected-icon-color: #00dddd;
  --mat-checkbox-selected-pressed-icon-color: #00dddd;
  --mat-checkbox-selected-pressed-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-focus-icon-color: #e0e3e2;
  --mat-checkbox-unselected-focus-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-hover-icon-color: #e0e3e2;
  --mat-checkbox-unselected-hover-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-icon-color: #dae5e4;
  --mat-checkbox-unselected-pressed-state-layer-color: #00dddd;
  --mat-button-filled-container-color: #00dddd;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #dae5e4;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #003737;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #003737 12%, transparent);
  --mat-button-filled-state-layer-color: #003737;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #dae5e4;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #00dddd;
  --mat-button-outlined-outline-color: #889392;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #00dddd 12%, transparent);
  --mat-button-outlined-state-layer-color: #00dddd;
  --mat-button-protected-container-color: #101414;
  --mat-button-protected-container-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);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-protected-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);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #dae5e4;
  --mat-button-protected-focus-container-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);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #00dddd;
  --mat-button-protected-pressed-container-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);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #00dddd 12%, transparent);
  --mat-button-protected-state-layer-color: #00dddd;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #dae5e4;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #00dddd;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #00dddd 12%, transparent);
  --mat-button-text-state-layer-color: #00dddd;
  --mat-button-tonal-container-color: #324b4b;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #dae5e4;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #cce8e7;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #cce8e7 12%, transparent);
  --mat-button-tonal-state-layer-color: #cce8e7;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #dae5e4;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #dae5e4;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #dae5e4 12%, transparent);
  --mat-icon-button-state-layer-color: #dae5e4;
  --mat-fab-container-color: #004f4f;
  --mat-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);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-fab-extended-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);
  --mat-fab-extended-focus-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);
  --mat-fab-extended-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);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-fab-focus-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);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #00fbfb;
  --mat-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);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-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);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #00fbfb 12%, transparent);
  --mat-fab-small-container-color: #004f4f;
  --mat-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);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-fab-small-focus-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);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #00fbfb;
  --mat-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);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-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);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #00fbfb 12%, transparent);
  --mat-fab-small-state-layer-color: #00fbfb;
  --mat-fab-state-layer-color: #00fbfb;
  --mat-snack-bar-button-color: #006a6a;
  --mat-snack-bar-container-color: #e0e3e2;
  --mat-snack-bar-supporting-text-color: #2d3131;
  --mat-table-background-color: #101414;
  --mat-table-header-headline-color: #e0e3e2;
  --mat-table-row-item-label-text-color: #e0e3e2;
  --mat-table-row-item-outline-color: #889392;
  --mat-progress-spinner-active-indicator-color: #00dddd;
  --mat-badge-background-color: #ffb4ab;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ffb4ab 38%, transparent);
  --mat-badge-disabled-state-text-color: #690005;
  --mat-badge-text-color: #690005;
  --mat-bottom-sheet-container-text-color: #e0e3e2;
  --mat-bottom-sheet-container-background-color: #191c1c;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-toggle-divider-color: #889392;
  --mat-button-toggle-selected-state-background-color: #324b4b;
  --mat-button-toggle-selected-state-text-color: #cce8e7;
  --mat-button-toggle-state-layer-color: #e0e3e2;
  --mat-button-toggle-text-color: #e0e3e2;
  --mat-datepicker-calendar-body-label-text-color: #e0e3e2;
  --mat-datepicker-calendar-container-background-color: #272b2a;
  --mat-datepicker-calendar-container-text-color: #e0e3e2;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #723600;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #b0cccb;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #324b4b;
  --mat-datepicker-calendar-date-in-range-state-background-color: #004f4f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #00dddd;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #00dddd;
  --mat-datepicker-calendar-date-selected-state-text-color: #003737;
  --mat-datepicker-calendar-date-text-color: #e0e3e2;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #00dddd;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #00dddd;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #dae5e4;
  --mat-datepicker-calendar-navigation-button-icon-color: #dae5e4;
  --mat-datepicker-calendar-period-button-icon-color: #dae5e4;
  --mat-datepicker-calendar-period-button-text-color: #dae5e4;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-range-input-separator-color: #e0e3e2;
  --mat-datepicker-toggle-active-state-icon-color: #00dddd;
  --mat-datepicker-toggle-icon-color: #dae5e4;
  --mat-divider-color: #3f4948;
  --mat-expansion-actions-divider-color: #889392;
  --mat-expansion-container-background-color: #101414;
  --mat-expansion-container-text-color: #e0e3e2;
  --mat-expansion-header-description-color: #dae5e4;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-expansion-header-indicator-color: #dae5e4;
  --mat-expansion-header-text-color: #e0e3e2;
  --mat-icon-color: inherit;
  --mat-sidenav-container-background-color: #101414;
  --mat-sidenav-container-text-color: #dae5e4;
  --mat-sidenav-content-background-color: #101414;
  --mat-sidenav-content-text-color: #e0e3e2;
  --mat-sidenav-scrim-color: color-mix(in srgb, #293232 40%, transparent);
  --mat-stepper-container-color: #101414;
  --mat-stepper-header-done-state-icon-background-color: #00dddd;
  --mat-stepper-header-done-state-icon-foreground-color: #003737;
  --mat-stepper-header-edit-state-icon-background-color: #00dddd;
  --mat-stepper-header-edit-state-icon-foreground-color: #003737;
  --mat-stepper-header-error-state-icon-foreground-color: #ffb4ab;
  --mat-stepper-header-error-state-label-text-color: #ffb4ab;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-stepper-header-icon-background-color: #dae5e4;
  --mat-stepper-header-icon-foreground-color: #101414;
  --mat-stepper-header-label-text-color: #dae5e4;
  --mat-stepper-header-optional-label-text-color: #dae5e4;
  --mat-stepper-header-selected-state-icon-background-color: #00dddd;
  --mat-stepper-header-selected-state-icon-foreground-color: #003737;
  --mat-stepper-header-selected-state-label-text-color: #dae5e4;
  --mat-stepper-line-color: #889392;
  --mat-sort-arrow-color: #e0e3e2;
  --mat-toolbar-container-background-color: #101414;
  --mat-toolbar-container-text-color: #e0e3e2;
  --mat-tree-container-background-color: #101414;
  --mat-tree-node-text-color: #e0e3e2;
  --mat-timepicker-container-background-color: #1c2020;
  --mat-timepicker-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);
  --mtx-alert-container-shape: 8px;
  --mtx-alert-outline-color: #3f4948;
  --mtx-alert-background-color: #1c2020;
  --mtx-alert-text-color: #e0e3e2;
  --mtx-alert-info-outline-color: light-dark(#abc7ff, #005cbb);
  --mtx-alert-info-background-color: light-dark(#d7e3ff, #002f65);
  --mtx-alert-info-text-color: light-dark(#002f65, #d7e3ff);
  --mtx-alert-success-outline-color: light-dark(#02e600, #026e00);
  --mtx-alert-success-background-color: light-dark(#cbffb8, #013a00);
  --mtx-alert-success-text-color: light-dark(#013a00, #cbffb8);
  --mtx-alert-warning-outline-color: light-dark(#cdcd00, #626200);
  --mtx-alert-warning-background-color: light-dark(#fffeac, #323200);
  --mtx-alert-warning-text-color: light-dark(#323200, #fffeac);
  --mtx-alert-danger-outline-color: light-dark(#ffb4a8, #c00100);
  --mtx-alert-danger-background-color: light-dark(#ffdad4, #690100);
  --mtx-alert-danger-text-color: light-dark(#690100, #ffdad4);
  --mtx-colorpicker-toggle-active-state-icon-color: #dae5e4;
  --mtx-colorpicker-toggle-icon-color: #dae5e4;
  --mtx-datetimepicker-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);
  --mtx-datetimepicker-container-touch-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);
  --mtx-datetimepicker-container-shape: 16px;
  --mtx-datetimepicker-container-touch-shape: 28px;
  --mtx-datetimepicker-selector-container-shape: 8px;
  --mtx-datetimepicker-calendar-header-background-color: transparent;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: #003737;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #00dddd;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: #00dddd;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-datetimepicker-toggle-active-state-icon-color: #dae5e4;
  --mtx-datetimepicker-toggle-icon-color: #dae5e4;
  --mtx-datetimepicker-calendar-body-label-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-body-week-number-text-color: #b0cccb;
  --mtx-datetimepicker-calendar-header-text-color: #dae5e4;
  --mtx-datetimepicker-calendar-header-divider-color: #3f4948;
  --mtx-datetimepicker-calendar-table-header-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-date-today-outline-color: #00dddd;
  --mtx-datetimepicker-calendar-date-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-container-background-color: #272b2a;
  --mtx-datetimepicker-container-text-color: #e0e3e2;
  --mtx-datetimepicker-clock-dial-background-color: #313635;
  --mtx-datetimepicker-clock-cell-text-color: #e0e3e2;
  --mtx-datetimepicker-clock-cell-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #00dddd;
  --mtx-datetimepicker-clock-hand-background-color: #00dddd;
  --mtx-datetimepicker-time-input-active-state-text-color: #00fbfb;
  --mtx-datetimepicker-time-input-active-state-background-color: #004f4f;
  --mtx-datetimepicker-time-input-focus-state-outline-color: #00dddd;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: #00fbfb;
  --mtx-datetimepicker-time-input-text-color: #e0e3e2;
  --mtx-datetimepicker-time-input-background-color: #313635;
  --mtx-datetimepicker-time-input-focus-state-background-color: #004f4f;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #ffb4ab;
  --mtx-datetimepicker-time-ampm-text-color: #e0e3e2;
  --mtx-datetimepicker-time-ampm-outline-color: #889392;
  --mtx-datetimepicker-time-ampm-selected-state-text-color: #ffdcc7;
  --mtx-datetimepicker-time-ampm-selected-state-background-color: #723600;
  --mtx-datetimepicker-calendar-text-font: Roboto, sans-serif;
  --mtx-datetimepicker-calendar-text-size: 0.875rem;
  --mtx-datetimepicker-calendar-body-label-text-size: 0.875rem;
  --mtx-datetimepicker-calendar-body-label-text-weight: 500;
  --mtx-datetimepicker-calendar-period-button-text-size: 0.875rem;
  --mtx-datetimepicker-calendar-period-button-text-weight: 500;
  --mtx-datetimepicker-clock-text-size: 0.875rem;
  --mtx-drawer-container-shape: 16px;
  --mtx-drawer-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);
  --mtx-drawer-container-background-color: #101414;
  --mtx-drawer-container-text-color: #dae5e4;
  --mtx-grid-container-shape: 12px;
  --mtx-grid-table-cell-min-width: 80px;
  --mtx-grid-outline-color: #3f4948;
  --mtx-grid-column-menu-text-color: #dae5e4;
  --mtx-grid-column-menu-divider-color: #3f4948;
  --mtx-grid-table-footer-background-color: #1c2020;
  --mtx-grid-table-row-striped-background-color: #1c2020;
  --mtx-grid-table-row-hover-background-color: #324b4b;
  --mtx-grid-table-row-selected-background-color: #324b4b;
  --mtx-grid-table-row-selected-hover-background-color: #004f4f;
  --mtx-grid-table-cell-selected-outline-color: #00dddd;
  --mtx-grid-resizable-handle-active-background-color: #00dddd;
  --mtx-grid-resizable-handle-hover-background-color: #00dddd;
  --mtx-grid-resizable-handle-disabled-background-color: #3f4948;
  --mtx-grid-row-expand-button-size: 40px;
  --mtx-loader-backdrop-background-color: color-mix(in srgb, #101414 75%, transparent);
  --mtx-popover-container-shape: 4px;
  --mtx-popover-base-elevation-level: 2;
  --mtx-popover-outline-color: #1c2020;
  --mtx-popover-background-color: #1c2020;
  --mtx-popover-text-color: #e0e3e2;
  --mtx-progress-container-shape: 4px;
  --mtx-progress-text-size: 0.75rem;
  --mtx-progress-track-color: #1c2020;
  --mtx-progress-indicator-color: #3f4948;
  --mtx-progress-text-color: #e0e3e2;
  --mtx-progress-info-indicator-color: #5a64ff;
  --mtx-progress-info-text-color: white;
  --mtx-progress-success-indicator-color: #038b00;
  --mtx-progress-success-text-color: white;
  --mtx-progress-warning-indicator-color: #bc5d00;
  --mtx-progress-warning-text-color: white;
  --mtx-progress-danger-indicator-color: #ef0000;
  --mtx-progress-danger-text-color: white;
  --mtx-select-container-shape: 4px;
  --mtx-select-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);
  --mtx-select-container-text-color: #e0e3e2;
  --mtx-select-placeholder-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-disabled-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-multiple-value-background-color: transparent;
  --mtx-select-multiple-value-outline-color: #889392;
  --mtx-select-multiple-value-disabled-outline-color: color-mix(in srgb, #889392 38%, transparent);
  --mtx-select-multiple-value-icon-hover-background-color: #3f4948;
  --mtx-select-clear-icon-color: #e0e3e2;
  --mtx-select-clear-icon-hover-color: #ffb4ab;
  --mtx-select-enabled-arrow-color: #e0e3e2;
  --mtx-select-disabled-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-invalid-arrow-color: #ffb4ab;
  --mtx-select-panel-background-color: #1c2020;
  --mtx-select-panel-divider-color: #889392;
  --mtx-select-optgroup-label-text-color: #e0e3e2;
  --mtx-select-option-label-text-color: #e0e3e2;
  --mtx-select-option-selected-state-background-color: #324b4b;
  --mtx-select-option-selected-state-text-color: #e0e3e2;
  --mtx-select-option-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-select-option-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-split-gutter-background-color: #3f4948;
  --mtx-split-gutter-hover-state-background-color: #00dddd;
  --mtx-tooltip-container-shape: 4px;
  --mtx-tooltip-supporting-text-line-height: 1rem;
  --mtx-tooltip-container-color: #e0e3e2;
  --mtx-tooltip-supporting-text-color: #2d3131;
  --mtx-tooltip-supporting-text-font: Roboto, sans-serif;
  --mtx-tooltip-supporting-text-size: 0.75rem;
  --mtx-tooltip-supporting-text-tracking: 0.025rem;
  --mtx-tooltip-supporting-text-weight: 400;
  --body-background-color: #272b2a;
  --link-color: #00dddd;
  --link-hover-color: #00aaaa;
  --code-border-color: rgba(204, 232, 231, 0.08);
  --code-background-color: rgba(204, 232, 231, 0.04);
  --header-background-color: rgba(39, 43, 42, 0.8);
  --user-panel-background-color: #272b2a;
  --user-panel-hover-background-color: #3f4948;
  --sidemenu-heading-hover-background-color: #313635;
  --sidemenu-active-heading-text-color: #00dddd;
  --sidemenu-active-heading-background-color: #004f4f;
  --sidemenu-active-heading-hover-background-color: #004f4f;
  --sidemenu-expanded-background-color: #272b2a;
  --topmenu-text-color: #e0e3e2;
  --topmenu-background-color: rgba(39, 43, 42, 0.8);
  --topmenu-item-active-background-color: #004f4f;
  --topmenu-dropdown-item-active-text-color: #00dddd;
  --toast-info-background-color: #00458f;
  --toast-success-background-color: #026e00;
  --toast-warning-background-color: #964900;
  --toast-error-background-color: #930100;
}
.theme-dark .mat-primary {
  --mat-stepper-container-color: #101414;
  --mat-stepper-header-done-state-icon-background-color: #00dddd;
  --mat-stepper-header-done-state-icon-foreground-color: #003737;
  --mat-stepper-header-edit-state-icon-background-color: #00dddd;
  --mat-stepper-header-edit-state-icon-foreground-color: #003737;
  --mat-stepper-header-error-state-icon-foreground-color: #ffb4ab;
  --mat-stepper-header-error-state-label-text-color: #ffb4ab;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-stepper-header-icon-background-color: #dae5e4;
  --mat-stepper-header-icon-foreground-color: #101414;
  --mat-stepper-header-label-text-color: #dae5e4;
  --mat-stepper-header-optional-label-text-color: #dae5e4;
  --mat-stepper-header-selected-state-icon-background-color: #00dddd;
  --mat-stepper-header-selected-state-icon-foreground-color: #003737;
  --mat-stepper-header-selected-state-label-text-color: #dae5e4;
  --mat-stepper-line-color: #889392;
}
.theme-dark .mat-primary.mat-icon {
  --mat-icon-color: #00dddd;
}
.theme-dark .mat-primary.mat-mdc-tab-group,
.theme-dark .mat-primary.mat-mdc-tab-nav-bar {
  --mat-tab-active-focus-indicator-color: #00dddd;
  --mat-tab-active-focus-label-text-color: #e0e3e2;
  --mat-tab-active-hover-indicator-color: #00dddd;
  --mat-tab-active-hover-label-text-color: #e0e3e2;
  --mat-tab-active-indicator-color: #00dddd;
  --mat-tab-active-label-text-color: #e0e3e2;
  --mat-tab-active-ripple-color: #e0e3e2;
  --mat-tab-divider-color: #3f4948;
  --mat-tab-inactive-focus-label-text-color: #e0e3e2;
  --mat-tab-inactive-hover-label-text-color: #e0e3e2;
  --mat-tab-inactive-label-text-color: #e0e3e2;
  --mat-tab-inactive-ripple-color: #e0e3e2;
  --mat-tab-pagination-icon-color: #e0e3e2;
  --mat-tab-disabled-ripple-color: #dae5e4;
}
.theme-dark .mat-primary.mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-label-text-color: #e0e3e2;
  --mat-slide-toggle-disabled-selected-handle-color: #101414;
  --mat-slide-toggle-disabled-selected-icon-color: #e0e3e2;
  --mat-slide-toggle-disabled-selected-track-color: #e0e3e2;
  --mat-slide-toggle-disabled-unselected-handle-color: #e0e3e2;
  --mat-slide-toggle-disabled-unselected-icon-color: #3f4948;
  --mat-slide-toggle-disabled-unselected-track-color: #3f4948;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #e0e3e2;
  --mat-slide-toggle-label-text-color: #e0e3e2;
  --mat-slide-toggle-selected-focus-handle-color: #004f4f;
  --mat-slide-toggle-selected-focus-state-layer-color: #00dddd;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #00dddd;
  --mat-slide-toggle-selected-handle-color: #003737;
  --mat-slide-toggle-selected-hover-handle-color: #004f4f;
  --mat-slide-toggle-selected-hover-state-layer-color: #00dddd;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #00dddd;
  --mat-slide-toggle-selected-icon-color: #00fbfb;
  --mat-slide-toggle-selected-pressed-handle-color: #004f4f;
  --mat-slide-toggle-selected-pressed-state-layer-color: #00dddd;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #00dddd;
  --mat-slide-toggle-selected-track-color: #00dddd;
  --mat-slide-toggle-track-outline-color: #889392;
  --mat-slide-toggle-unselected-focus-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-focus-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #3f4948;
  --mat-slide-toggle-unselected-handle-color: #889392;
  --mat-slide-toggle-unselected-hover-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-hover-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #3f4948;
  --mat-slide-toggle-unselected-icon-color: #3f4948;
  --mat-slide-toggle-unselected-pressed-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #3f4948;
  --mat-slide-toggle-unselected-track-color: #3f4948;
}
.theme-dark .mat-primary.mat-datepicker-content {
  --mat-datepicker-calendar-body-label-text-color: #e0e3e2;
  --mat-datepicker-calendar-container-background-color: #272b2a;
  --mat-datepicker-calendar-container-text-color: #e0e3e2;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #723600;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #b0cccb;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #324b4b;
  --mat-datepicker-calendar-date-in-range-state-background-color: #004f4f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #00dddd;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #00dddd;
  --mat-datepicker-calendar-date-selected-state-text-color: #003737;
  --mat-datepicker-calendar-date-text-color: #e0e3e2;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #00dddd;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #00dddd;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #dae5e4;
  --mat-datepicker-calendar-navigation-button-icon-color: #dae5e4;
  --mat-datepicker-calendar-period-button-icon-color: #dae5e4;
  --mat-datepicker-calendar-period-button-text-color: #dae5e4;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-range-input-separator-color: #e0e3e2;
  --mat-datepicker-toggle-active-state-icon-color: #00dddd;
  --mat-datepicker-toggle-icon-color: #dae5e4;
}
.theme-dark .mat-primary.mat-mdc-button-base {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #00dddd;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #00dddd;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #00dddd 12%, transparent);
  --mat-icon-button-state-layer-color: #00dddd;
}
.theme-dark .mat-badge {
  --mat-badge-background-color: #00dddd;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #00dddd 38%, transparent);
  --mat-badge-disabled-state-text-color: #003737;
  --mat-badge-text-color: #003737;
}
.theme-dark .mat-accent {
  --mat-option-focus-state-layer-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-option-label-text-color: #e0e3e2;
  --mat-option-selected-state-label-text-color: #ffdcc7;
  --mat-option-selected-state-layer-color: #723600;
}
.theme-dark .mat-accent {
  --mat-progress-spinner-active-indicator-color: #ffb787;
}
.theme-dark .mat-accent {
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #101414;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #502400;
  --mat-pseudo-checkbox-full-selected-icon-color: #ffb787;
  --mat-pseudo-checkbox-full-unselected-icon-color: #dae5e4;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffb787;
}
.theme-dark .mat-accent {
  --mat-stepper-container-color: #101414;
  --mat-stepper-header-done-state-icon-background-color: #ffb787;
  --mat-stepper-header-done-state-icon-foreground-color: #502400;
  --mat-stepper-header-edit-state-icon-background-color: #ffb787;
  --mat-stepper-header-edit-state-icon-foreground-color: #502400;
  --mat-stepper-header-error-state-icon-foreground-color: #ffb4ab;
  --mat-stepper-header-error-state-label-text-color: #ffb4ab;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-stepper-header-icon-background-color: #dae5e4;
  --mat-stepper-header-icon-foreground-color: #101414;
  --mat-stepper-header-label-text-color: #dae5e4;
  --mat-stepper-header-optional-label-text-color: #dae5e4;
  --mat-stepper-header-selected-state-icon-background-color: #ffb787;
  --mat-stepper-header-selected-state-icon-foreground-color: #502400;
  --mat-stepper-header-selected-state-label-text-color: #dae5e4;
  --mat-stepper-line-color: #889392;
}
.theme-dark .mat-accent.mat-icon {
  --mat-icon-color: #ffb787;
}
.theme-dark .mat-accent.mat-mdc-checkbox {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #101414;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-label-text-color: #e0e3e2;
  --mat-checkbox-selected-checkmark-color: #502400;
  --mat-checkbox-selected-focus-icon-color: #ffb787;
  --mat-checkbox-selected-focus-state-layer-color: #ffb787;
  --mat-checkbox-selected-hover-icon-color: #ffb787;
  --mat-checkbox-selected-hover-state-layer-color: #ffb787;
  --mat-checkbox-selected-icon-color: #ffb787;
  --mat-checkbox-selected-pressed-icon-color: #ffb787;
  --mat-checkbox-selected-pressed-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-focus-icon-color: #e0e3e2;
  --mat-checkbox-unselected-focus-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-hover-icon-color: #e0e3e2;
  --mat-checkbox-unselected-hover-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-icon-color: #dae5e4;
  --mat-checkbox-unselected-pressed-state-layer-color: #ffb787;
}
.theme-dark .mat-accent.mat-mdc-slider {
  --mat-slider-active-track-color: #ffb787;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #e0e3e2;
  --mat-slider-disabled-handle-color: #e0e3e2;
  --mat-slider-disabled-inactive-track-color: #e0e3e2;
  --mat-slider-focus-handle-color: #ffb787;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ffb787 20%, transparent);
  --mat-slider-handle-color: #ffb787;
  --mat-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-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #ffb787;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ffb787 5%, transparent);
  --mat-slider-inactive-track-color: #3f4948;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #ffb787;
  --mat-slider-label-label-text-color: #502400;
  --mat-slider-ripple-color: #ffb787;
  --mat-slider-with-overlap-handle-outline-color: #502400;
  --mat-slider-with-tick-marks-active-container-color: #502400;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #e0e3e2;
  --mat-slider-with-tick-marks-inactive-container-color: #dae5e4;
}
.theme-dark .mat-accent.mat-mdc-tab-group,
.theme-dark .mat-accent.mat-mdc-tab-nav-bar {
  --mat-tab-active-focus-indicator-color: #ffb787;
  --mat-tab-active-focus-label-text-color: #e0e3e2;
  --mat-tab-active-hover-indicator-color: #ffb787;
  --mat-tab-active-hover-label-text-color: #e0e3e2;
  --mat-tab-active-indicator-color: #ffb787;
  --mat-tab-active-label-text-color: #e0e3e2;
  --mat-tab-active-ripple-color: #e0e3e2;
  --mat-tab-divider-color: #3f4948;
  --mat-tab-inactive-focus-label-text-color: #e0e3e2;
  --mat-tab-inactive-hover-label-text-color: #e0e3e2;
  --mat-tab-inactive-label-text-color: #e0e3e2;
  --mat-tab-inactive-ripple-color: #e0e3e2;
  --mat-tab-pagination-icon-color: #e0e3e2;
  --mat-tab-disabled-ripple-color: #dae5e4;
}
.theme-dark .mat-accent.mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-label-text-color: #e0e3e2;
  --mat-slide-toggle-disabled-selected-handle-color: #101414;
  --mat-slide-toggle-disabled-selected-icon-color: #e0e3e2;
  --mat-slide-toggle-disabled-selected-track-color: #e0e3e2;
  --mat-slide-toggle-disabled-unselected-handle-color: #e0e3e2;
  --mat-slide-toggle-disabled-unselected-icon-color: #3f4948;
  --mat-slide-toggle-disabled-unselected-track-color: #3f4948;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #e0e3e2;
  --mat-slide-toggle-label-text-color: #e0e3e2;
  --mat-slide-toggle-selected-focus-handle-color: #723600;
  --mat-slide-toggle-selected-focus-state-layer-color: #ffb787;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #ffb787;
  --mat-slide-toggle-selected-handle-color: #502400;
  --mat-slide-toggle-selected-hover-handle-color: #723600;
  --mat-slide-toggle-selected-hover-state-layer-color: #ffb787;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #ffb787;
  --mat-slide-toggle-selected-icon-color: #ffdcc7;
  --mat-slide-toggle-selected-pressed-handle-color: #723600;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ffb787;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #ffb787;
  --mat-slide-toggle-selected-track-color: #ffb787;
  --mat-slide-toggle-track-outline-color: #889392;
  --mat-slide-toggle-unselected-focus-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-focus-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #3f4948;
  --mat-slide-toggle-unselected-handle-color: #889392;
  --mat-slide-toggle-unselected-hover-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-hover-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #3f4948;
  --mat-slide-toggle-unselected-icon-color: #3f4948;
  --mat-slide-toggle-unselected-pressed-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #3f4948;
  --mat-slide-toggle-unselected-track-color: #3f4948;
}
.theme-dark .mat-accent.mat-mdc-form-field {
  --mat-select-panel-background-color: #1c2020;
  --mat-select-enabled-trigger-text-color: #e0e3e2;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-select-placeholder-text-color: #dae5e4;
  --mat-select-enabled-arrow-color: #dae5e4;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-select-focused-arrow-color: #ffb787;
  --mat-select-invalid-arrow-color: #ffb4ab;
}
.theme-dark .mat-accent.mat-mdc-radio-button {
  --mat-radio-checked-ripple-color: #ffb787;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e0e3e2;
  --mat-radio-disabled-unselected-icon-color: #e0e3e2;
  --mat-radio-label-text-color: #e0e3e2;
  --mat-radio-ripple-color: #e0e3e2;
  --mat-radio-selected-focus-icon-color: #ffb787;
  --mat-radio-selected-hover-icon-color: #ffb787;
  --mat-radio-selected-icon-color: #ffb787;
  --mat-radio-selected-pressed-icon-color: #ffb787;
  --mat-radio-unselected-focus-icon-color: #e0e3e2;
  --mat-radio-unselected-hover-icon-color: #e0e3e2;
  --mat-radio-unselected-pressed-icon-color: #e0e3e2;
}
.theme-dark .mat-accent.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #ffb787;
  --mat-progress-bar-track-color: #3f4948;
}
.theme-dark .mat-accent.mat-mdc-form-field {
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #dae5e4;
  --mat-form-field-error-focus-trailing-icon-color: #ffb4ab;
  --mat-form-field-error-hover-trailing-icon-color: #ffdad6;
  --mat-form-field-error-text-color: #ffb4ab;
  --mat-form-field-error-trailing-icon-color: #ffb4ab;
  --mat-form-field-filled-active-indicator-color: #dae5e4;
  --mat-form-field-filled-caret-color: #ffb787;
  --mat-form-field-filled-container-color: #3f4948;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e0e3e2 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ffb4ab;
  --mat-form-field-filled-error-caret-color: #ffb4ab;
  --mat-form-field-filled-error-focus-active-indicator-color: #ffb4ab;
  --mat-form-field-filled-error-focus-label-text-color: #ffb4ab;
  --mat-form-field-filled-error-hover-active-indicator-color: #ffdad6;
  --mat-form-field-filled-error-hover-label-text-color: #ffdad6;
  --mat-form-field-filled-error-label-text-color: #ffb4ab;
  --mat-form-field-filled-focus-active-indicator-color: #ffb787;
  --mat-form-field-filled-focus-label-text-color: #ffb787;
  --mat-form-field-filled-hover-active-indicator-color: #e0e3e2;
  --mat-form-field-filled-hover-label-text-color: #dae5e4;
  --mat-form-field-filled-input-text-color: #e0e3e2;
  --mat-form-field-filled-input-text-placeholder-color: #dae5e4;
  --mat-form-field-filled-label-text-color: #dae5e4;
  --mat-form-field-focus-select-arrow-color: #ffb787;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #dae5e4;
  --mat-form-field-outlined-caret-color: #ffb787;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ffb4ab;
  --mat-form-field-outlined-error-focus-label-text-color: #ffb4ab;
  --mat-form-field-outlined-error-focus-outline-color: #ffb4ab;
  --mat-form-field-outlined-error-hover-label-text-color: #ffdad6;
  --mat-form-field-outlined-error-hover-outline-color: #ffdad6;
  --mat-form-field-outlined-error-label-text-color: #ffb4ab;
  --mat-form-field-outlined-error-outline-color: #ffb4ab;
  --mat-form-field-outlined-focus-label-text-color: #ffb787;
  --mat-form-field-outlined-focus-outline-color: #ffb787;
  --mat-form-field-outlined-hover-label-text-color: #e0e3e2;
  --mat-form-field-outlined-hover-outline-color: #e0e3e2;
  --mat-form-field-outlined-input-text-color: #e0e3e2;
  --mat-form-field-outlined-input-text-placeholder-color: #dae5e4;
  --mat-form-field-outlined-label-text-color: #dae5e4;
  --mat-form-field-outlined-outline-color: #889392;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #191c1c 38%, transparent);
  --mat-form-field-select-option-text-color: #191c1c;
  --mat-form-field-state-layer-color: #e0e3e2;
  --mat-form-field-trailing-icon-color: #dae5e4;
}
.theme-dark .mat-accent.mat-datepicker-content {
  --mat-datepicker-calendar-body-label-text-color: #e0e3e2;
  --mat-datepicker-calendar-container-background-color: #272b2a;
  --mat-datepicker-calendar-container-text-color: #e0e3e2;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #723600;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #b0cccb;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #324b4b;
  --mat-datepicker-calendar-date-in-range-state-background-color: #723600;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #ffb787;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #ffb787;
  --mat-datepicker-calendar-date-selected-state-text-color: #502400;
  --mat-datepicker-calendar-date-text-color: #e0e3e2;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #ffb787;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ffb787;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #dae5e4;
  --mat-datepicker-calendar-navigation-button-icon-color: #dae5e4;
  --mat-datepicker-calendar-period-button-icon-color: #dae5e4;
  --mat-datepicker-calendar-period-button-text-color: #dae5e4;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-range-input-separator-color: #e0e3e2;
  --mat-datepicker-toggle-active-state-icon-color: #ffb787;
  --mat-datepicker-toggle-icon-color: #dae5e4;
}
.theme-dark .mat-accent.mat-mdc-button-base {
  --mat-button-filled-container-color: #ffb787;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #dae5e4;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #502400;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #502400 12%, transparent);
  --mat-button-filled-state-layer-color: #502400;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #dae5e4;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #ffb787;
  --mat-button-outlined-outline-color: #889392;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ffb787 12%, transparent);
  --mat-button-outlined-state-layer-color: #ffb787;
  --mat-button-protected-container-color: #101414;
  --mat-button-protected-container-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);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-protected-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);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #dae5e4;
  --mat-button-protected-focus-container-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);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #ffb787;
  --mat-button-protected-pressed-container-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);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ffb787 12%, transparent);
  --mat-button-protected-state-layer-color: #ffb787;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #dae5e4;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #ffb787;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #ffb787 12%, transparent);
  --mat-button-text-state-layer-color: #ffb787;
  --mat-button-tonal-container-color: #723600;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #dae5e4;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #ffdcc7;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #ffdcc7 12%, transparent);
  --mat-button-tonal-state-layer-color: #ffdcc7;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #ffb787;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #ffb787;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ffb787 12%, transparent);
  --mat-icon-button-state-layer-color: #ffb787;
}
.theme-dark .mat-accent.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-chip-elevated-selected-container-color: #723600;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-chip-focus-outline-color: #dae5e4;
  --mat-chip-focus-state-layer-color: #dae5e4;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #dae5e4;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #dae5e4;
  --mat-chip-outline-color: #889392;
  --mat-chip-selected-disabled-trailing-icon-color: #e0e3e2;
  --mat-chip-selected-focus-state-layer-color: #ffdcc7;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #ffdcc7;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #ffdcc7;
  --mat-chip-selected-trailing-action-state-layer-color: #ffdcc7;
  --mat-chip-selected-trailing-icon-color: #ffdcc7;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #dae5e4;
  --mat-chip-with-icon-disabled-icon-color: #e0e3e2;
  --mat-chip-with-icon-icon-color: #dae5e4;
  --mat-chip-with-icon-selected-icon-color: #ffdcc7;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e0e3e2;
  --mat-chip-with-trailing-icon-trailing-icon-color: #dae5e4;
}
.theme-dark .mat-accent .mdc-list-item__start,
.theme-dark .mat-accent .mdc-list-item__end {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #101414;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-label-text-color: #e0e3e2;
  --mat-checkbox-selected-checkmark-color: #502400;
  --mat-checkbox-selected-focus-icon-color: #ffb787;
  --mat-checkbox-selected-focus-state-layer-color: #ffb787;
  --mat-checkbox-selected-hover-icon-color: #ffb787;
  --mat-checkbox-selected-hover-state-layer-color: #ffb787;
  --mat-checkbox-selected-icon-color: #ffb787;
  --mat-checkbox-selected-pressed-icon-color: #ffb787;
  --mat-checkbox-selected-pressed-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-focus-icon-color: #e0e3e2;
  --mat-checkbox-unselected-focus-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-hover-icon-color: #e0e3e2;
  --mat-checkbox-unselected-hover-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-icon-color: #dae5e4;
  --mat-checkbox-unselected-pressed-state-layer-color: #ffb787;
  --mat-radio-checked-ripple-color: #ffb787;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e0e3e2;
  --mat-radio-disabled-unselected-icon-color: #e0e3e2;
  --mat-radio-label-text-color: #e0e3e2;
  --mat-radio-ripple-color: #e0e3e2;
  --mat-radio-selected-focus-icon-color: #ffb787;
  --mat-radio-selected-hover-icon-color: #ffb787;
  --mat-radio-selected-icon-color: #ffb787;
  --mat-radio-selected-pressed-icon-color: #ffb787;
  --mat-radio-unselected-focus-icon-color: #e0e3e2;
  --mat-radio-unselected-hover-icon-color: #e0e3e2;
  --mat-radio-unselected-pressed-icon-color: #e0e3e2;
}
.theme-dark .mat-accent.mat-mdc-fab,
.theme-dark .mat-accent.mat-mdc-mini-fab {
  --mat-fab-container-color: #723600;
  --mat-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);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-fab-extended-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);
  --mat-fab-extended-focus-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);
  --mat-fab-extended-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);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-fab-focus-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);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #ffdcc7;
  --mat-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);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-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);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #ffdcc7 12%, transparent);
  --mat-fab-small-container-color: #723600;
  --mat-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);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-fab-small-focus-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);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #ffdcc7;
  --mat-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);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-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);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #ffdcc7 12%, transparent);
  --mat-fab-small-state-layer-color: #ffdcc7;
  --mat-fab-state-layer-color: #ffdcc7;
}
.theme-dark .mat-badge-accent {
  --mat-badge-background-color: #ffb787;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ffb787 38%, transparent);
  --mat-badge-disabled-state-text-color: #502400;
  --mat-badge-text-color: #502400;
}
.theme-dark .mat-warn {
  --mat-option-focus-state-layer-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-option-label-text-color: #e0e3e2;
  --mat-option-selected-state-label-text-color: #ffdad6;
  --mat-option-selected-state-layer-color: #93000a;
}
.theme-dark .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ffb4ab;
}
.theme-dark .mat-warn {
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #101414;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #690005;
  --mat-pseudo-checkbox-full-selected-icon-color: #ffb4ab;
  --mat-pseudo-checkbox-full-unselected-icon-color: #dae5e4;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ffb4ab;
}
.theme-dark .mat-warn {
  --mat-stepper-container-color: #101414;
  --mat-stepper-header-done-state-icon-background-color: #ffb4ab;
  --mat-stepper-header-done-state-icon-foreground-color: #690005;
  --mat-stepper-header-edit-state-icon-background-color: #ffb4ab;
  --mat-stepper-header-edit-state-icon-foreground-color: #690005;
  --mat-stepper-header-error-state-icon-foreground-color: #ffb4ab;
  --mat-stepper-header-error-state-label-text-color: #ffb4ab;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-stepper-header-icon-background-color: #dae5e4;
  --mat-stepper-header-icon-foreground-color: #101414;
  --mat-stepper-header-label-text-color: #dae5e4;
  --mat-stepper-header-optional-label-text-color: #dae5e4;
  --mat-stepper-header-selected-state-icon-background-color: #ffb4ab;
  --mat-stepper-header-selected-state-icon-foreground-color: #690005;
  --mat-stepper-header-selected-state-label-text-color: #dae5e4;
  --mat-stepper-line-color: #889392;
}
.theme-dark .mat-warn.mat-icon {
  --mat-icon-color: #ffb4ab;
}
.theme-dark .mat-warn.mat-mdc-checkbox {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #101414;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-label-text-color: #e0e3e2;
  --mat-checkbox-selected-checkmark-color: #690005;
  --mat-checkbox-selected-focus-icon-color: #ffb4ab;
  --mat-checkbox-selected-focus-state-layer-color: #ffb4ab;
  --mat-checkbox-selected-hover-icon-color: #ffb4ab;
  --mat-checkbox-selected-hover-state-layer-color: #ffb4ab;
  --mat-checkbox-selected-icon-color: #ffb4ab;
  --mat-checkbox-selected-pressed-icon-color: #ffb4ab;
  --mat-checkbox-selected-pressed-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-focus-icon-color: #e0e3e2;
  --mat-checkbox-unselected-focus-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-hover-icon-color: #e0e3e2;
  --mat-checkbox-unselected-hover-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-icon-color: #dae5e4;
  --mat-checkbox-unselected-pressed-state-layer-color: #ffb4ab;
}
.theme-dark .mat-warn.mat-mdc-slider {
  --mat-slider-active-track-color: #ffb4ab;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #e0e3e2;
  --mat-slider-disabled-handle-color: #e0e3e2;
  --mat-slider-disabled-inactive-track-color: #e0e3e2;
  --mat-slider-focus-handle-color: #ffb4ab;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ffb4ab 20%, transparent);
  --mat-slider-handle-color: #ffb4ab;
  --mat-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-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #ffb4ab;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ffb4ab 5%, transparent);
  --mat-slider-inactive-track-color: #3f4948;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #ffb4ab;
  --mat-slider-label-label-text-color: #690005;
  --mat-slider-ripple-color: #ffb4ab;
  --mat-slider-with-overlap-handle-outline-color: #690005;
  --mat-slider-with-tick-marks-active-container-color: #690005;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #e0e3e2;
  --mat-slider-with-tick-marks-inactive-container-color: #dae5e4;
}
.theme-dark .mat-warn.mat-mdc-tab-group,
.theme-dark .mat-warn.mat-mdc-tab-nav-bar {
  --mat-tab-active-focus-indicator-color: #ffb4ab;
  --mat-tab-active-focus-label-text-color: #e0e3e2;
  --mat-tab-active-hover-indicator-color: #ffb4ab;
  --mat-tab-active-hover-label-text-color: #e0e3e2;
  --mat-tab-active-indicator-color: #ffb4ab;
  --mat-tab-active-label-text-color: #e0e3e2;
  --mat-tab-active-ripple-color: #e0e3e2;
  --mat-tab-divider-color: #3f4948;
  --mat-tab-inactive-focus-label-text-color: #e0e3e2;
  --mat-tab-inactive-hover-label-text-color: #e0e3e2;
  --mat-tab-inactive-label-text-color: #e0e3e2;
  --mat-tab-inactive-ripple-color: #e0e3e2;
  --mat-tab-pagination-icon-color: #e0e3e2;
  --mat-tab-disabled-ripple-color: #dae5e4;
}
.theme-dark .mat-warn.mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-label-text-color: #e0e3e2;
  --mat-slide-toggle-disabled-selected-handle-color: #101414;
  --mat-slide-toggle-disabled-selected-icon-color: #e0e3e2;
  --mat-slide-toggle-disabled-selected-track-color: #e0e3e2;
  --mat-slide-toggle-disabled-unselected-handle-color: #e0e3e2;
  --mat-slide-toggle-disabled-unselected-icon-color: #3f4948;
  --mat-slide-toggle-disabled-unselected-track-color: #3f4948;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #e0e3e2;
  --mat-slide-toggle-label-text-color: #e0e3e2;
  --mat-slide-toggle-selected-focus-handle-color: #93000a;
  --mat-slide-toggle-selected-focus-state-layer-color: #ffb4ab;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #ffb4ab;
  --mat-slide-toggle-selected-handle-color: #690005;
  --mat-slide-toggle-selected-hover-handle-color: #93000a;
  --mat-slide-toggle-selected-hover-state-layer-color: #ffb4ab;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #ffb4ab;
  --mat-slide-toggle-selected-icon-color: #ffdad6;
  --mat-slide-toggle-selected-pressed-handle-color: #93000a;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ffb4ab;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #ffb4ab;
  --mat-slide-toggle-selected-track-color: #ffb4ab;
  --mat-slide-toggle-track-outline-color: #889392;
  --mat-slide-toggle-unselected-focus-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-focus-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #3f4948;
  --mat-slide-toggle-unselected-handle-color: #889392;
  --mat-slide-toggle-unselected-hover-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-hover-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #3f4948;
  --mat-slide-toggle-unselected-icon-color: #3f4948;
  --mat-slide-toggle-unselected-pressed-handle-color: #dae5e4;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #e0e3e2;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #3f4948;
  --mat-slide-toggle-unselected-track-color: #3f4948;
}
.theme-dark .mat-warn.mat-mdc-form-field {
  --mat-select-panel-background-color: #1c2020;
  --mat-select-enabled-trigger-text-color: #e0e3e2;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-select-placeholder-text-color: #dae5e4;
  --mat-select-enabled-arrow-color: #dae5e4;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-select-focused-arrow-color: #ffb4ab;
  --mat-select-invalid-arrow-color: #ffb4ab;
}
.theme-dark .mat-warn.mat-mdc-radio-button {
  --mat-radio-checked-ripple-color: #ffb4ab;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e0e3e2;
  --mat-radio-disabled-unselected-icon-color: #e0e3e2;
  --mat-radio-label-text-color: #e0e3e2;
  --mat-radio-ripple-color: #e0e3e2;
  --mat-radio-selected-focus-icon-color: #ffb4ab;
  --mat-radio-selected-hover-icon-color: #ffb4ab;
  --mat-radio-selected-icon-color: #ffb4ab;
  --mat-radio-selected-pressed-icon-color: #ffb4ab;
  --mat-radio-unselected-focus-icon-color: #e0e3e2;
  --mat-radio-unselected-hover-icon-color: #e0e3e2;
  --mat-radio-unselected-pressed-icon-color: #e0e3e2;
}
.theme-dark .mat-warn.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #ffb4ab;
  --mat-progress-bar-track-color: #3f4948;
}
.theme-dark .mat-warn.mat-mdc-form-field {
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #dae5e4;
  --mat-form-field-error-focus-trailing-icon-color: #ffb4ab;
  --mat-form-field-error-hover-trailing-icon-color: #ffdad6;
  --mat-form-field-error-text-color: #ffb4ab;
  --mat-form-field-error-trailing-icon-color: #ffb4ab;
  --mat-form-field-filled-active-indicator-color: #dae5e4;
  --mat-form-field-filled-caret-color: #ffb4ab;
  --mat-form-field-filled-container-color: #3f4948;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #e0e3e2 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ffb4ab;
  --mat-form-field-filled-error-caret-color: #ffb4ab;
  --mat-form-field-filled-error-focus-active-indicator-color: #ffb4ab;
  --mat-form-field-filled-error-focus-label-text-color: #ffb4ab;
  --mat-form-field-filled-error-hover-active-indicator-color: #ffdad6;
  --mat-form-field-filled-error-hover-label-text-color: #ffdad6;
  --mat-form-field-filled-error-label-text-color: #ffb4ab;
  --mat-form-field-filled-focus-active-indicator-color: #ffb4ab;
  --mat-form-field-filled-focus-label-text-color: #ffb4ab;
  --mat-form-field-filled-hover-active-indicator-color: #e0e3e2;
  --mat-form-field-filled-hover-label-text-color: #dae5e4;
  --mat-form-field-filled-input-text-color: #e0e3e2;
  --mat-form-field-filled-input-text-placeholder-color: #dae5e4;
  --mat-form-field-filled-label-text-color: #dae5e4;
  --mat-form-field-focus-select-arrow-color: #ffb4ab;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #dae5e4;
  --mat-form-field-outlined-caret-color: #ffb4ab;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ffb4ab;
  --mat-form-field-outlined-error-focus-label-text-color: #ffb4ab;
  --mat-form-field-outlined-error-focus-outline-color: #ffb4ab;
  --mat-form-field-outlined-error-hover-label-text-color: #ffdad6;
  --mat-form-field-outlined-error-hover-outline-color: #ffdad6;
  --mat-form-field-outlined-error-label-text-color: #ffb4ab;
  --mat-form-field-outlined-error-outline-color: #ffb4ab;
  --mat-form-field-outlined-focus-label-text-color: #ffb4ab;
  --mat-form-field-outlined-focus-outline-color: #ffb4ab;
  --mat-form-field-outlined-hover-label-text-color: #e0e3e2;
  --mat-form-field-outlined-hover-outline-color: #e0e3e2;
  --mat-form-field-outlined-input-text-color: #e0e3e2;
  --mat-form-field-outlined-input-text-placeholder-color: #dae5e4;
  --mat-form-field-outlined-label-text-color: #dae5e4;
  --mat-form-field-outlined-outline-color: #889392;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #191c1c 38%, transparent);
  --mat-form-field-select-option-text-color: #191c1c;
  --mat-form-field-state-layer-color: #e0e3e2;
  --mat-form-field-trailing-icon-color: #dae5e4;
}
.theme-dark .mat-warn.mat-datepicker-content {
  --mat-datepicker-calendar-body-label-text-color: #e0e3e2;
  --mat-datepicker-calendar-container-background-color: #272b2a;
  --mat-datepicker-calendar-container-text-color: #e0e3e2;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #723600;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #b0cccb;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #324b4b;
  --mat-datepicker-calendar-date-in-range-state-background-color: #93000a;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #ffb4ab;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #ffb4ab;
  --mat-datepicker-calendar-date-selected-state-text-color: #690005;
  --mat-datepicker-calendar-date-text-color: #e0e3e2;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #ffb4ab;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #ffb4ab;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #dae5e4;
  --mat-datepicker-calendar-navigation-button-icon-color: #dae5e4;
  --mat-datepicker-calendar-period-button-icon-color: #dae5e4;
  --mat-datepicker-calendar-period-button-text-color: #dae5e4;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-datepicker-range-input-separator-color: #e0e3e2;
  --mat-datepicker-toggle-active-state-icon-color: #ffb4ab;
  --mat-datepicker-toggle-icon-color: #dae5e4;
}
.theme-dark .mat-warn.mat-mdc-button-base {
  --mat-button-filled-container-color: #ffb4ab;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #dae5e4;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #690005;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #690005 12%, transparent);
  --mat-button-filled-state-layer-color: #690005;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #dae5e4;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #ffb4ab;
  --mat-button-outlined-outline-color: #889392;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ffb4ab 12%, transparent);
  --mat-button-outlined-state-layer-color: #ffb4ab;
  --mat-button-protected-container-color: #101414;
  --mat-button-protected-container-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);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-protected-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);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #dae5e4;
  --mat-button-protected-focus-container-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);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #ffb4ab;
  --mat-button-protected-pressed-container-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);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #ffb4ab 12%, transparent);
  --mat-button-protected-state-layer-color: #ffb4ab;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #dae5e4;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #ffb4ab;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #ffb4ab 12%, transparent);
  --mat-button-text-state-layer-color: #ffb4ab;
  --mat-button-tonal-container-color: #93000a;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #dae5e4;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #ffdad6;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #ffdad6 12%, transparent);
  --mat-button-tonal-state-layer-color: #ffdad6;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #ffb4ab;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #ffb4ab;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ffb4ab 12%, transparent);
  --mat-icon-button-state-layer-color: #ffb4ab;
}
.theme-dark .mat-warn.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-chip-elevated-selected-container-color: #93000a;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mat-chip-focus-outline-color: #dae5e4;
  --mat-chip-focus-state-layer-color: #dae5e4;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #dae5e4;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #dae5e4;
  --mat-chip-outline-color: #889392;
  --mat-chip-selected-disabled-trailing-icon-color: #e0e3e2;
  --mat-chip-selected-focus-state-layer-color: #ffdad6;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #ffdad6;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #ffdad6;
  --mat-chip-selected-trailing-action-state-layer-color: #ffdad6;
  --mat-chip-selected-trailing-icon-color: #ffdad6;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #dae5e4;
  --mat-chip-with-icon-disabled-icon-color: #e0e3e2;
  --mat-chip-with-icon-icon-color: #dae5e4;
  --mat-chip-with-icon-selected-icon-color: #ffdad6;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #e0e3e2;
  --mat-chip-with-trailing-icon-trailing-icon-color: #dae5e4;
}
.theme-dark .mat-warn .mdc-list-item__start,
.theme-dark .mat-warn .mdc-list-item__end {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #101414;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-checkbox-label-text-color: #e0e3e2;
  --mat-checkbox-selected-checkmark-color: #690005;
  --mat-checkbox-selected-focus-icon-color: #ffb4ab;
  --mat-checkbox-selected-focus-state-layer-color: #ffb4ab;
  --mat-checkbox-selected-hover-icon-color: #ffb4ab;
  --mat-checkbox-selected-hover-state-layer-color: #ffb4ab;
  --mat-checkbox-selected-icon-color: #ffb4ab;
  --mat-checkbox-selected-pressed-icon-color: #ffb4ab;
  --mat-checkbox-selected-pressed-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-focus-icon-color: #e0e3e2;
  --mat-checkbox-unselected-focus-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-hover-icon-color: #e0e3e2;
  --mat-checkbox-unselected-hover-state-layer-color: #e0e3e2;
  --mat-checkbox-unselected-icon-color: #dae5e4;
  --mat-checkbox-unselected-pressed-state-layer-color: #ffb4ab;
  --mat-radio-checked-ripple-color: #ffb4ab;
  --mat-radio-disabled-label-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #e0e3e2;
  --mat-radio-disabled-unselected-icon-color: #e0e3e2;
  --mat-radio-label-text-color: #e0e3e2;
  --mat-radio-ripple-color: #e0e3e2;
  --mat-radio-selected-focus-icon-color: #ffb4ab;
  --mat-radio-selected-hover-icon-color: #ffb4ab;
  --mat-radio-selected-icon-color: #ffb4ab;
  --mat-radio-selected-pressed-icon-color: #ffb4ab;
  --mat-radio-unselected-focus-icon-color: #e0e3e2;
  --mat-radio-unselected-hover-icon-color: #e0e3e2;
  --mat-radio-unselected-pressed-icon-color: #e0e3e2;
}
.theme-dark .mat-badge-warn {
  --mat-badge-background-color: #ffb4ab;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ffb4ab 38%, transparent);
  --mat-badge-disabled-state-text-color: #690005;
  --mat-badge-text-color: #690005;
}
.theme-dark .mat-primary.mtx-split-gutter {
  --mtx-split-gutter-background-color: #3f4948;
  --mtx-split-gutter-hover-state-background-color: #00dddd;
}
.theme-dark .mat-primary.mtx-datetimepicker-content {
  --mtx-datetimepicker-calendar-header-background-color: transparent;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: #003737;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #00dddd;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: #00dddd;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-datetimepicker-toggle-active-state-icon-color: #dae5e4;
  --mtx-datetimepicker-toggle-icon-color: #dae5e4;
  --mtx-datetimepicker-calendar-body-label-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-body-week-number-text-color: #b0cccb;
  --mtx-datetimepicker-calendar-header-text-color: #dae5e4;
  --mtx-datetimepicker-calendar-header-divider-color: #3f4948;
  --mtx-datetimepicker-calendar-table-header-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-date-today-outline-color: #00dddd;
  --mtx-datetimepicker-calendar-date-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-container-background-color: #272b2a;
  --mtx-datetimepicker-container-text-color: #e0e3e2;
  --mtx-datetimepicker-clock-dial-background-color: #313635;
  --mtx-datetimepicker-clock-cell-text-color: #e0e3e2;
  --mtx-datetimepicker-clock-cell-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #00dddd;
  --mtx-datetimepicker-clock-hand-background-color: #00dddd;
  --mtx-datetimepicker-time-input-active-state-text-color: #00fbfb;
  --mtx-datetimepicker-time-input-active-state-background-color: #004f4f;
  --mtx-datetimepicker-time-input-focus-state-outline-color: #00dddd;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: #00fbfb;
  --mtx-datetimepicker-time-input-text-color: #e0e3e2;
  --mtx-datetimepicker-time-input-background-color: #313635;
  --mtx-datetimepicker-time-input-focus-state-background-color: #004f4f;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #ffb4ab;
  --mtx-datetimepicker-time-ampm-text-color: #e0e3e2;
  --mtx-datetimepicker-time-ampm-outline-color: #889392;
  --mtx-datetimepicker-time-ampm-selected-state-text-color: #ffdcc7;
  --mtx-datetimepicker-time-ampm-selected-state-background-color: #723600;
}
.theme-dark .mat-primary.ng-dropdown-panel {
  --mtx-select-container-text-color: #e0e3e2;
  --mtx-select-placeholder-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-disabled-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-multiple-value-background-color: transparent;
  --mtx-select-multiple-value-outline-color: #889392;
  --mtx-select-multiple-value-disabled-outline-color: color-mix(in srgb, #889392 38%, transparent);
  --mtx-select-multiple-value-icon-hover-background-color: #3f4948;
  --mtx-select-clear-icon-color: #e0e3e2;
  --mtx-select-clear-icon-hover-color: #ffb4ab;
  --mtx-select-enabled-arrow-color: #e0e3e2;
  --mtx-select-disabled-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-invalid-arrow-color: #ffb4ab;
  --mtx-select-panel-background-color: #1c2020;
  --mtx-select-panel-divider-color: #889392;
  --mtx-select-optgroup-label-text-color: #e0e3e2;
  --mtx-select-option-label-text-color: #e0e3e2;
  --mtx-select-option-selected-state-background-color: #324b4b;
  --mtx-select-option-selected-state-text-color: #e0e3e2;
  --mtx-select-option-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-select-option-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
}
.theme-dark .mat-accent.mtx-split-gutter {
  --mtx-split-gutter-background-color: #3f4948;
  --mtx-split-gutter-hover-state-background-color: #ffb787;
}
.theme-dark .mat-accent.mtx-datetimepicker-content {
  --mtx-datetimepicker-calendar-header-background-color: transparent;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: #502400;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #ffb787;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: #ffb787;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-datetimepicker-toggle-active-state-icon-color: #dae5e4;
  --mtx-datetimepicker-toggle-icon-color: #dae5e4;
  --mtx-datetimepicker-calendar-body-label-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-body-week-number-text-color: #b0cccb;
  --mtx-datetimepicker-calendar-header-text-color: #dae5e4;
  --mtx-datetimepicker-calendar-header-divider-color: #3f4948;
  --mtx-datetimepicker-calendar-table-header-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-date-today-outline-color: #ffb787;
  --mtx-datetimepicker-calendar-date-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-container-background-color: #272b2a;
  --mtx-datetimepicker-container-text-color: #e0e3e2;
  --mtx-datetimepicker-clock-dial-background-color: #313635;
  --mtx-datetimepicker-clock-cell-text-color: #e0e3e2;
  --mtx-datetimepicker-clock-cell-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #ffb787;
  --mtx-datetimepicker-clock-hand-background-color: #ffb787;
  --mtx-datetimepicker-time-input-active-state-text-color: #ffdcc7;
  --mtx-datetimepicker-time-input-active-state-background-color: #723600;
  --mtx-datetimepicker-time-input-focus-state-outline-color: #ffb787;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: #ffdcc7;
  --mtx-datetimepicker-time-input-text-color: #e0e3e2;
  --mtx-datetimepicker-time-input-background-color: #313635;
  --mtx-datetimepicker-time-input-focus-state-background-color: #723600;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #ffb4ab;
  --mtx-datetimepicker-time-ampm-text-color: #e0e3e2;
  --mtx-datetimepicker-time-ampm-outline-color: #889392;
  --mtx-datetimepicker-time-ampm-selected-state-text-color: #ffdcc7;
  --mtx-datetimepicker-time-ampm-selected-state-background-color: #723600;
}
.theme-dark .mat-accent.ng-dropdown-panel {
  --mtx-select-container-text-color: #e0e3e2;
  --mtx-select-placeholder-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-disabled-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-multiple-value-background-color: transparent;
  --mtx-select-multiple-value-outline-color: #889392;
  --mtx-select-multiple-value-disabled-outline-color: color-mix(in srgb, #889392 38%, transparent);
  --mtx-select-multiple-value-icon-hover-background-color: #3f4948;
  --mtx-select-clear-icon-color: #e0e3e2;
  --mtx-select-clear-icon-hover-color: #ffb4ab;
  --mtx-select-enabled-arrow-color: #e0e3e2;
  --mtx-select-disabled-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-invalid-arrow-color: #ffb4ab;
  --mtx-select-panel-background-color: #1c2020;
  --mtx-select-panel-divider-color: #889392;
  --mtx-select-optgroup-label-text-color: #e0e3e2;
  --mtx-select-option-label-text-color: #e0e3e2;
  --mtx-select-option-selected-state-background-color: #723600;
  --mtx-select-option-selected-state-text-color: #e0e3e2;
  --mtx-select-option-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-select-option-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
}
.theme-dark .mat-warn.mtx-split-gutter {
  --mtx-split-gutter-background-color: #3f4948;
  --mtx-split-gutter-hover-state-background-color: #ffb4ab;
}
.theme-dark .mat-warn.mtx-datetimepicker-content {
  --mtx-datetimepicker-calendar-header-background-color: transparent;
  --mtx-datetimepicker-calendar-date-selected-state-text-color: #690005;
  --mtx-datetimepicker-calendar-date-selected-state-background-color: #ffb4ab;
  --mtx-datetimepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-calendar-date-today-selected-state-outline-color: #ffb4ab;
  --mtx-datetimepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #e0e3e2 12%, transparent);
  --mtx-datetimepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-datetimepicker-toggle-active-state-icon-color: #dae5e4;
  --mtx-datetimepicker-toggle-icon-color: #dae5e4;
  --mtx-datetimepicker-calendar-body-label-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-body-week-number-text-color: #b0cccb;
  --mtx-datetimepicker-calendar-header-text-color: #dae5e4;
  --mtx-datetimepicker-calendar-header-divider-color: #3f4948;
  --mtx-datetimepicker-calendar-table-header-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-date-today-outline-color: #ffb4ab;
  --mtx-datetimepicker-calendar-date-text-color: #e0e3e2;
  --mtx-datetimepicker-calendar-date-outline-color: transparent;
  --mtx-datetimepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-container-background-color: #272b2a;
  --mtx-datetimepicker-container-text-color: #e0e3e2;
  --mtx-datetimepicker-clock-dial-background-color: #313635;
  --mtx-datetimepicker-clock-cell-text-color: #e0e3e2;
  --mtx-datetimepicker-clock-cell-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-datetimepicker-clock-cell-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-datetimepicker-clock-cell-selected-state-background-color: #ffb4ab;
  --mtx-datetimepicker-clock-hand-background-color: #ffb4ab;
  --mtx-datetimepicker-time-input-active-state-text-color: #ffdad6;
  --mtx-datetimepicker-time-input-active-state-background-color: #93000a;
  --mtx-datetimepicker-time-input-focus-state-outline-color: #ffb4ab;
  --mtx-datetimepicker-time-input-focus-state-placeholder-text-color: #ffdad6;
  --mtx-datetimepicker-time-input-text-color: #e0e3e2;
  --mtx-datetimepicker-time-input-background-color: #313635;
  --mtx-datetimepicker-time-input-focus-state-background-color: #93000a;
  --mtx-datetimepicker-time-input-warn-state-outline-color: #ffb4ab;
  --mtx-datetimepicker-time-ampm-text-color: #e0e3e2;
  --mtx-datetimepicker-time-ampm-outline-color: #889392;
  --mtx-datetimepicker-time-ampm-selected-state-text-color: #ffdcc7;
  --mtx-datetimepicker-time-ampm-selected-state-background-color: #723600;
}
.theme-dark .mat-warn.ng-dropdown-panel {
  --mtx-select-container-text-color: #e0e3e2;
  --mtx-select-placeholder-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-disabled-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-multiple-value-background-color: transparent;
  --mtx-select-multiple-value-outline-color: #889392;
  --mtx-select-multiple-value-disabled-outline-color: color-mix(in srgb, #889392 38%, transparent);
  --mtx-select-multiple-value-icon-hover-background-color: #3f4948;
  --mtx-select-clear-icon-color: #e0e3e2;
  --mtx-select-clear-icon-hover-color: #ffb4ab;
  --mtx-select-enabled-arrow-color: #e0e3e2;
  --mtx-select-disabled-arrow-color: color-mix(in srgb, #e0e3e2 38%, transparent);
  --mtx-select-invalid-arrow-color: #ffb4ab;
  --mtx-select-panel-background-color: #1c2020;
  --mtx-select-panel-divider-color: #889392;
  --mtx-select-optgroup-label-text-color: #e0e3e2;
  --mtx-select-option-label-text-color: #e0e3e2;
  --mtx-select-option-selected-state-background-color: #93000a;
  --mtx-select-option-selected-state-text-color: #e0e3e2;
  --mtx-select-option-hover-state-background-color: color-mix(in srgb, #e0e3e2 8%, transparent);
  --mtx-select-option-disabled-state-text-color: color-mix(in srgb, #e0e3e2 38%, transparent);
}
.text-red-0 {
  color: #000000 !important;
}
.text-red-10 {
  color: #410000 !important;
}
.text-red-20 {
  color: #690100 !important;
}
.text-red-25 {
  color: #7e0100 !important;
}
.text-red-30 {
  color: #930100 !important;
}
.text-red-35 {
  color: #a90100 !important;
}
.text-red-40 {
  color: #c00100 !important;
}
.text-red-50 {
  color: #ef0000 !important;
}
.text-red-60 {
  color: #ff5540 !important;
}
.text-red-70 {
  color: #ff8a78 !important;
}
.text-red-80 {
  color: #ffb4a8 !important;
}
.text-red-90 {
  color: #ffdad4 !important;
}
.text-red-95 {
  color: #ffedea !important;
}
.text-red-98 {
  color: #fff8f6 !important;
}
.text-red-99 {
  color: #fffbff !important;
}
.text-red-100 {
  color: #ffffff !important;
}
.text-green-0 {
  color: #000000 !important;
}
.text-green-10 {
  color: #002200 !important;
}
.text-green-20 {
  color: #013a00 !important;
}
.text-green-25 {
  color: #014600 !important;
}
.text-green-30 {
  color: #015300 !important;
}
.text-green-35 {
  color: #026100 !important;
}
.text-green-40 {
  color: #026e00 !important;
}
.text-green-50 {
  color: #038b00 !important;
}
.text-green-60 {
  color: #03a800 !important;
}
.text-green-70 {
  color: #03c700 !important;
}
.text-green-80 {
  color: #02e600 !important;
}
.text-green-90 {
  color: #77ff61 !important;
}
.text-green-95 {
  color: #cbffb8 !important;
}
.text-green-98 {
  color: #edffe1 !important;
}
.text-green-99 {
  color: #f7ffee !important;
}
.text-green-100 {
  color: #ffffff !important;
}
.text-blue-0 {
  color: #000000 !important;
}
.text-blue-10 {
  color: #00006e !important;
}
.text-blue-20 {
  color: #0001ac !important;
}
.text-blue-25 {
  color: #0001cd !important;
}
.text-blue-30 {
  color: #0000ef !important;
}
.text-blue-35 {
  color: #1a21ff !important;
}
.text-blue-40 {
  color: #343dff !important;
}
.text-blue-50 {
  color: #5a64ff !important;
}
.text-blue-60 {
  color: #7c84ff !important;
}
.text-blue-70 {
  color: #9da3ff !important;
}
.text-blue-80 {
  color: #bec2ff !important;
}
.text-blue-90 {
  color: #e0e0ff !important;
}
.text-blue-95 {
  color: #f1efff !important;
}
.text-blue-98 {
  color: #fbf8ff !important;
}
.text-blue-99 {
  color: #fffbff !important;
}
.text-blue-100 {
  color: #ffffff !important;
}
.text-yellow-0 {
  color: #000000 !important;
}
.text-yellow-10 {
  color: #1d1d00 !important;
}
.text-yellow-20 {
  color: #323200 !important;
}
.text-yellow-25 {
  color: #3e3e00 !important;
}
.text-yellow-30 {
  color: #494900 !important;
}
.text-yellow-35 {
  color: #555500 !important;
}
.text-yellow-40 {
  color: #626200 !important;
}
.text-yellow-50 {
  color: #7b7b00 !important;
}
.text-yellow-60 {
  color: #969600 !important;
}
.text-yellow-70 {
  color: #b1b100 !important;
}
.text-yellow-80 {
  color: #cdcd00 !important;
}
.text-yellow-90 {
  color: #eaea00 !important;
}
.text-yellow-95 {
  color: #f9f900 !important;
}
.text-yellow-98 {
  color: #fffeac !important;
}
.text-yellow-99 {
  color: #fffbff !important;
}
.text-yellow-100 {
  color: #ffffff !important;
}
.text-cyan-0 {
  color: #000000 !important;
}
.text-cyan-10 {
  color: #002020 !important;
}
.text-cyan-20 {
  color: #003737 !important;
}
.text-cyan-25 {
  color: #004343 !important;
}
.text-cyan-30 {
  color: #004f4f !important;
}
.text-cyan-35 {
  color: #005c5c !important;
}
.text-cyan-40 {
  color: #006a6a !important;
}
.text-cyan-50 {
  color: #008585 !important;
}
.text-cyan-60 {
  color: #00a1a1 !important;
}
.text-cyan-70 {
  color: #00bebe !important;
}
.text-cyan-80 {
  color: #00dddd !important;
}
.text-cyan-90 {
  color: #00fbfb !important;
}
.text-cyan-95 {
  color: #adfffe !important;
}
.text-cyan-98 {
  color: #e2fffe !important;
}
.text-cyan-99 {
  color: #f1fffe !important;
}
.text-cyan-100 {
  color: #ffffff !important;
}
.text-magenta-0 {
  color: #000000 !important;
}
.text-magenta-10 {
  color: #380038 !important;
}
.text-magenta-20 {
  color: #5b005b !important;
}
.text-magenta-25 {
  color: #6e006e !important;
}
.text-magenta-30 {
  color: #810081 !important;
}
.text-magenta-35 {
  color: #950094 !important;
}
.text-magenta-40 {
  color: #a900a9 !important;
}
.text-magenta-50 {
  color: #d200d2 !important;
}
.text-magenta-60 {
  color: #fe00fe !important;
}
.text-magenta-70 {
  color: #ff76f6 !important;
}
.text-magenta-80 {
  color: #ffabf3 !important;
}
.text-magenta-90 {
  color: #ffd7f5 !important;
}
.text-magenta-95 {
  color: #ffebf8 !important;
}
.text-magenta-98 {
  color: #fff7f9 !important;
}
.text-magenta-99 {
  color: #fffbff !important;
}
.text-magenta-100 {
  color: #ffffff !important;
}
.text-orange-0 {
  color: #000000 !important;
}
.text-orange-10 {
  color: #311300 !important;
}
.text-orange-20 {
  color: #502400 !important;
}
.text-orange-25 {
  color: #612d00 !important;
}
.text-orange-30 {
  color: #723600 !important;
}
.text-orange-35 {
  color: #843f00 !important;
}
.text-orange-40 {
  color: #964900 !important;
}
.text-orange-50 {
  color: #bc5d00 !important;
}
.text-orange-60 {
  color: #e37100 !important;
}
.text-orange-70 {
  color: #ff8e36 !important;
}
.text-orange-80 {
  color: #ffb787 !important;
}
.text-orange-90 {
  color: #ffdcc7 !important;
}
.text-orange-95 {
  color: #ffede4 !important;
}
.text-orange-98 {
  color: #fff8f5 !important;
}
.text-orange-99 {
  color: #fffbff !important;
}
.text-orange-100 {
  color: #ffffff !important;
}
.text-chartreuse-0 {
  color: #000000 !important;
}
.text-chartreuse-10 {
  color: #0b2000 !important;
}
.text-chartreuse-20 {
  color: #173800 !important;
}
.text-chartreuse-25 {
  color: #1e4400 !important;
}
.text-chartreuse-30 {
  color: #245100 !important;
}
.text-chartreuse-35 {
  color: #2b5e00 !important;
}
.text-chartreuse-40 {
  color: #326b00 !important;
}
.text-chartreuse-50 {
  color: #418700 !important;
}
.text-chartreuse-60 {
  color: #50a400 !important;
}
.text-chartreuse-70 {
  color: #60c100 !important;
}
.text-chartreuse-80 {
  color: #70e000 !important;
}
.text-chartreuse-90 {
  color: #82ff10 !important;
}
.text-chartreuse-95 {
  color: #cfffa9 !important;
}
.text-chartreuse-98 {
  color: #eeffdc !important;
}
.text-chartreuse-99 {
  color: #f8ffeb !important;
}
.text-chartreuse-100 {
  color: #ffffff !important;
}
.text-spring-green-0 {
  color: #000000 !important;
}
.text-spring-green-10 {
  color: #00210b !important;
}
.text-spring-green-20 {
  color: #003917 !important;
}
.text-spring-green-25 {
  color: #00461e !important;
}
.text-spring-green-30 {
  color: #005225 !important;
}
.text-spring-green-35 {
  color: #00602c !important;
}
.text-spring-green-40 {
  color: #006d33 !important;
}
.text-spring-green-50 {
  color: #008942 !important;
}
.text-spring-green-60 {
  color: #00a751 !important;
}
.text-spring-green-70 {
  color: #00c561 !important;
}
.text-spring-green-80 {
  color: #00e472 !important;
}
.text-spring-green-90 {
  color: #63ff94 !important;
}
.text-spring-green-95 {
  color: #c4ffcb !important;
}
.text-spring-green-98 {
  color: #eaffe9 !important;
}
.text-spring-green-99 {
  color: #f5fff2 !important;
}
.text-spring-green-100 {
  color: #ffffff !important;
}
.text-azure-0 {
  color: #000000 !important;
}
.text-azure-10 {
  color: #001b3f !important;
}
.text-azure-20 {
  color: #002f65 !important;
}
.text-azure-25 {
  color: #003a7a !important;
}
.text-azure-30 {
  color: #00458f !important;
}
.text-azure-35 {
  color: #0050a5 !important;
}
.text-azure-40 {
  color: #005cbb !important;
}
.text-azure-50 {
  color: #0074e9 !important;
}
.text-azure-60 {
  color: #438fff !important;
}
.text-azure-70 {
  color: #7cabff !important;
}
.text-azure-80 {
  color: #abc7ff !important;
}
.text-azure-90 {
  color: #d7e3ff !important;
}
.text-azure-95 {
  color: #ecf0ff !important;
}
.text-azure-98 {
  color: #f9f9ff !important;
}
.text-azure-99 {
  color: #fdfbff !important;
}
.text-azure-100 {
  color: #ffffff !important;
}
.text-violet-0 {
  color: #000000 !important;
}
.text-violet-10 {
  color: #270057 !important;
}
.text-violet-20 {
  color: #42008a !important;
}
.text-violet-25 {
  color: #5000a4 !important;
}
.text-violet-30 {
  color: #5f00c0 !important;
}
.text-violet-35 {
  color: #6e00dc !important;
}
.text-violet-40 {
  color: #7d00fa !important;
}
.text-violet-50 {
  color: #944aff !important;
}
.text-violet-60 {
  color: #a974ff !important;
}
.text-violet-70 {
  color: #bf98ff !important;
}
.text-violet-80 {
  color: #d5baff !important;
}
.text-violet-90 {
  color: #ecdcff !important;
}
.text-violet-95 {
  color: #f7edff !important;
}
.text-violet-98 {
  color: #fef7ff !important;
}
.text-violet-99 {
  color: #fffbff !important;
}
.text-violet-100 {
  color: #ffffff !important;
}
.text-rose-0 {
  color: #000000 !important;
}
.text-rose-10 {
  color: #3f001b !important;
}
.text-rose-20 {
  color: #65002f !important;
}
.text-rose-25 {
  color: #7a003a !important;
}
.text-rose-30 {
  color: #8f0045 !important;
}
.text-rose-35 {
  color: #a40050 !important;
}
.text-rose-40 {
  color: #ba005c !important;
}
.text-rose-50 {
  color: #e80074 !important;
}
.text-rose-60 {
  color: #ff4a8e !important;
}
.text-rose-70 {
  color: #ff84a9 !important;
}
.text-rose-80 {
  color: #ffb1c5 !important;
}
.text-rose-90 {
  color: #ffd9e1 !important;
}
.text-rose-95 {
  color: #ffecef !important;
}
.text-rose-98 {
  color: #fff8f8 !important;
}
.text-rose-99 {
  color: #fffbff !important;
}
.text-rose-100 {
  color: #ffffff !important;
}
.text-white {
  color: white !important;
}
.text-black {
  color: black !important;
}
.text-light {
  color: rgba(255, 255, 255, 0.87) !important;
}
.text-dark {
  color: rgba(0, 0, 0, 0.87) !important;
}
.bg-red-0 {
  background-color: #000000 !important;
}
.bg-red-10 {
  background-color: #410000 !important;
}
.bg-red-20 {
  background-color: #690100 !important;
}
.bg-red-25 {
  background-color: #7e0100 !important;
}
.bg-red-30 {
  background-color: #930100 !important;
}
.bg-red-35 {
  background-color: #a90100 !important;
}
.bg-red-40 {
  background-color: #c00100 !important;
}
.bg-red-50 {
  background-color: #ef0000 !important;
}
.bg-red-60 {
  background-color: #ff5540 !important;
}
.bg-red-70 {
  background-color: #ff8a78 !important;
}
.bg-red-80 {
  background-color: #ffb4a8 !important;
}
.bg-red-90 {
  background-color: #ffdad4 !important;
}
.bg-red-95 {
  background-color: #ffedea !important;
}
.bg-red-98 {
  background-color: #fff8f6 !important;
}
.bg-red-99 {
  background-color: #fffbff !important;
}
.bg-red-100 {
  background-color: #ffffff !important;
}
.bg-green-0 {
  background-color: #000000 !important;
}
.bg-green-10 {
  background-color: #002200 !important;
}
.bg-green-20 {
  background-color: #013a00 !important;
}
.bg-green-25 {
  background-color: #014600 !important;
}
.bg-green-30 {
  background-color: #015300 !important;
}
.bg-green-35 {
  background-color: #026100 !important;
}
.bg-green-40 {
  background-color: #026e00 !important;
}
.bg-green-50 {
  background-color: #038b00 !important;
}
.bg-green-60 {
  background-color: #03a800 !important;
}
.bg-green-70 {
  background-color: #03c700 !important;
}
.bg-green-80 {
  background-color: #02e600 !important;
}
.bg-green-90 {
  background-color: #77ff61 !important;
}
.bg-green-95 {
  background-color: #cbffb8 !important;
}
.bg-green-98 {
  background-color: #edffe1 !important;
}
.bg-green-99 {
  background-color: #f7ffee !important;
}
.bg-green-100 {
  background-color: #ffffff !important;
}
.bg-blue-0 {
  background-color: #000000 !important;
}
.bg-blue-10 {
  background-color: #00006e !important;
}
.bg-blue-20 {
  background-color: #0001ac !important;
}
.bg-blue-25 {
  background-color: #0001cd !important;
}
.bg-blue-30 {
  background-color: #0000ef !important;
}
.bg-blue-35 {
  background-color: #1a21ff !important;
}
.bg-blue-40 {
  background-color: #343dff !important;
}
.bg-blue-50 {
  background-color: #5a64ff !important;
}
.bg-blue-60 {
  background-color: #7c84ff !important;
}
.bg-blue-70 {
  background-color: #9da3ff !important;
}
.bg-blue-80 {
  background-color: #bec2ff !important;
}
.bg-blue-90 {
  background-color: #e0e0ff !important;
}
.bg-blue-95 {
  background-color: #f1efff !important;
}
.bg-blue-98 {
  background-color: #fbf8ff !important;
}
.bg-blue-99 {
  background-color: #fffbff !important;
}
.bg-blue-100 {
  background-color: #ffffff !important;
}
.bg-yellow-0 {
  background-color: #000000 !important;
}
.bg-yellow-10 {
  background-color: #1d1d00 !important;
}
.bg-yellow-20 {
  background-color: #323200 !important;
}
.bg-yellow-25 {
  background-color: #3e3e00 !important;
}
.bg-yellow-30 {
  background-color: #494900 !important;
}
.bg-yellow-35 {
  background-color: #555500 !important;
}
.bg-yellow-40 {
  background-color: #626200 !important;
}
.bg-yellow-50 {
  background-color: #7b7b00 !important;
}
.bg-yellow-60 {
  background-color: #969600 !important;
}
.bg-yellow-70 {
  background-color: #b1b100 !important;
}
.bg-yellow-80 {
  background-color: #cdcd00 !important;
}
.bg-yellow-90 {
  background-color: #eaea00 !important;
}
.bg-yellow-95 {
  background-color: #f9f900 !important;
}
.bg-yellow-98 {
  background-color: #fffeac !important;
}
.bg-yellow-99 {
  background-color: #fffbff !important;
}
.bg-yellow-100 {
  background-color: #ffffff !important;
}
.bg-cyan-0 {
  background-color: #000000 !important;
}
.bg-cyan-10 {
  background-color: #002020 !important;
}
.bg-cyan-20 {
  background-color: #003737 !important;
}
.bg-cyan-25 {
  background-color: #004343 !important;
}
.bg-cyan-30 {
  background-color: #004f4f !important;
}
.bg-cyan-35 {
  background-color: #005c5c !important;
}
.bg-cyan-40 {
  background-color: #006a6a !important;
}
.bg-cyan-50 {
  background-color: #008585 !important;
}
.bg-cyan-60 {
  background-color: #00a1a1 !important;
}
.bg-cyan-70 {
  background-color: #00bebe !important;
}
.bg-cyan-80 {
  background-color: #00dddd !important;
}
.bg-cyan-90 {
  background-color: #00fbfb !important;
}
.bg-cyan-95 {
  background-color: #adfffe !important;
}
.bg-cyan-98 {
  background-color: #e2fffe !important;
}
.bg-cyan-99 {
  background-color: #f1fffe !important;
}
.bg-cyan-100 {
  background-color: #ffffff !important;
}
.bg-magenta-0 {
  background-color: #000000 !important;
}
.bg-magenta-10 {
  background-color: #380038 !important;
}
.bg-magenta-20 {
  background-color: #5b005b !important;
}
.bg-magenta-25 {
  background-color: #6e006e !important;
}
.bg-magenta-30 {
  background-color: #810081 !important;
}
.bg-magenta-35 {
  background-color: #950094 !important;
}
.bg-magenta-40 {
  background-color: #a900a9 !important;
}
.bg-magenta-50 {
  background-color: #d200d2 !important;
}
.bg-magenta-60 {
  background-color: #fe00fe !important;
}
.bg-magenta-70 {
  background-color: #ff76f6 !important;
}
.bg-magenta-80 {
  background-color: #ffabf3 !important;
}
.bg-magenta-90 {
  background-color: #ffd7f5 !important;
}
.bg-magenta-95 {
  background-color: #ffebf8 !important;
}
.bg-magenta-98 {
  background-color: #fff7f9 !important;
}
.bg-magenta-99 {
  background-color: #fffbff !important;
}
.bg-magenta-100 {
  background-color: #ffffff !important;
}
.bg-orange-0 {
  background-color: #000000 !important;
}
.bg-orange-10 {
  background-color: #311300 !important;
}
.bg-orange-20 {
  background-color: #502400 !important;
}
.bg-orange-25 {
  background-color: #612d00 !important;
}
.bg-orange-30 {
  background-color: #723600 !important;
}
.bg-orange-35 {
  background-color: #843f00 !important;
}
.bg-orange-40 {
  background-color: #964900 !important;
}
.bg-orange-50 {
  background-color: #bc5d00 !important;
}
.bg-orange-60 {
  background-color: #e37100 !important;
}
.bg-orange-70 {
  background-color: #ff8e36 !important;
}
.bg-orange-80 {
  background-color: #ffb787 !important;
}
.bg-orange-90 {
  background-color: #ffdcc7 !important;
}
.bg-orange-95 {
  background-color: #ffede4 !important;
}
.bg-orange-98 {
  background-color: #fff8f5 !important;
}
.bg-orange-99 {
  background-color: #fffbff !important;
}
.bg-orange-100 {
  background-color: #ffffff !important;
}
.bg-chartreuse-0 {
  background-color: #000000 !important;
}
.bg-chartreuse-10 {
  background-color: #0b2000 !important;
}
.bg-chartreuse-20 {
  background-color: #173800 !important;
}
.bg-chartreuse-25 {
  background-color: #1e4400 !important;
}
.bg-chartreuse-30 {
  background-color: #245100 !important;
}
.bg-chartreuse-35 {
  background-color: #2b5e00 !important;
}
.bg-chartreuse-40 {
  background-color: #326b00 !important;
}
.bg-chartreuse-50 {
  background-color: #418700 !important;
}
.bg-chartreuse-60 {
  background-color: #50a400 !important;
}
.bg-chartreuse-70 {
  background-color: #60c100 !important;
}
.bg-chartreuse-80 {
  background-color: #70e000 !important;
}
.bg-chartreuse-90 {
  background-color: #82ff10 !important;
}
.bg-chartreuse-95 {
  background-color: #cfffa9 !important;
}
.bg-chartreuse-98 {
  background-color: #eeffdc !important;
}
.bg-chartreuse-99 {
  background-color: #f8ffeb !important;
}
.bg-chartreuse-100 {
  background-color: #ffffff !important;
}
.bg-spring-green-0 {
  background-color: #000000 !important;
}
.bg-spring-green-10 {
  background-color: #00210b !important;
}
.bg-spring-green-20 {
  background-color: #003917 !important;
}
.bg-spring-green-25 {
  background-color: #00461e !important;
}
.bg-spring-green-30 {
  background-color: #005225 !important;
}
.bg-spring-green-35 {
  background-color: #00602c !important;
}
.bg-spring-green-40 {
  background-color: #006d33 !important;
}
.bg-spring-green-50 {
  background-color: #008942 !important;
}
.bg-spring-green-60 {
  background-color: #00a751 !important;
}
.bg-spring-green-70 {
  background-color: #00c561 !important;
}
.bg-spring-green-80 {
  background-color: #00e472 !important;
}
.bg-spring-green-90 {
  background-color: #63ff94 !important;
}
.bg-spring-green-95 {
  background-color: #c4ffcb !important;
}
.bg-spring-green-98 {
  background-color: #eaffe9 !important;
}
.bg-spring-green-99 {
  background-color: #f5fff2 !important;
}
.bg-spring-green-100 {
  background-color: #ffffff !important;
}
.bg-azure-0 {
  background-color: #000000 !important;
}
.bg-azure-10 {
  background-color: #001b3f !important;
}
.bg-azure-20 {
  background-color: #002f65 !important;
}
.bg-azure-25 {
  background-color: #003a7a !important;
}
.bg-azure-30 {
  background-color: #00458f !important;
}
.bg-azure-35 {
  background-color: #0050a5 !important;
}
.bg-azure-40 {
  background-color: #005cbb !important;
}
.bg-azure-50 {
  background-color: #0074e9 !important;
}
.bg-azure-60 {
  background-color: #438fff !important;
}
.bg-azure-70 {
  background-color: #7cabff !important;
}
.bg-azure-80 {
  background-color: #abc7ff !important;
}
.bg-azure-90 {
  background-color: #d7e3ff !important;
}
.bg-azure-95 {
  background-color: #ecf0ff !important;
}
.bg-azure-98 {
  background-color: #f9f9ff !important;
}
.bg-azure-99 {
  background-color: #fdfbff !important;
}
.bg-azure-100 {
  background-color: #ffffff !important;
}
.bg-violet-0 {
  background-color: #000000 !important;
}
.bg-violet-10 {
  background-color: #270057 !important;
}
.bg-violet-20 {
  background-color: #42008a !important;
}
.bg-violet-25 {
  background-color: #5000a4 !important;
}
.bg-violet-30 {
  background-color: #5f00c0 !important;
}
.bg-violet-35 {
  background-color: #6e00dc !important;
}
.bg-violet-40 {
  background-color: #7d00fa !important;
}
.bg-violet-50 {
  background-color: #944aff !important;
}
.bg-violet-60 {
  background-color: #a974ff !important;
}
.bg-violet-70 {
  background-color: #bf98ff !important;
}
.bg-violet-80 {
  background-color: #d5baff !important;
}
.bg-violet-90 {
  background-color: #ecdcff !important;
}
.bg-violet-95 {
  background-color: #f7edff !important;
}
.bg-violet-98 {
  background-color: #fef7ff !important;
}
.bg-violet-99 {
  background-color: #fffbff !important;
}
.bg-violet-100 {
  background-color: #ffffff !important;
}
.bg-rose-0 {
  background-color: #000000 !important;
}
.bg-rose-10 {
  background-color: #3f001b !important;
}
.bg-rose-20 {
  background-color: #65002f !important;
}
.bg-rose-25 {
  background-color: #7a003a !important;
}
.bg-rose-30 {
  background-color: #8f0045 !important;
}
.bg-rose-35 {
  background-color: #a40050 !important;
}
.bg-rose-40 {
  background-color: #ba005c !important;
}
.bg-rose-50 {
  background-color: #e80074 !important;
}
.bg-rose-60 {
  background-color: #ff4a8e !important;
}
.bg-rose-70 {
  background-color: #ff84a9 !important;
}
.bg-rose-80 {
  background-color: #ffb1c5 !important;
}
.bg-rose-90 {
  background-color: #ffd9e1 !important;
}
.bg-rose-95 {
  background-color: #ffecef !important;
}
.bg-rose-98 {
  background-color: #fff8f8 !important;
}
.bg-rose-99 {
  background-color: #fffbff !important;
}
.bg-rose-100 {
  background-color: #ffffff !important;
}
.bg-white {
  background-color: white !important;
}
.bg-black {
  background-color: black !important;
}
.bg-light {
  background-color: rgba(255, 255, 255, 0.87) !important;
}
.bg-dark {
  background-color: rgba(0, 0, 0, 0.87) !important;
}
.border-red-0 {
  border-color: #000000 !important;
}
.border-red-10 {
  border-color: #410000 !important;
}
.border-red-20 {
  border-color: #690100 !important;
}
.border-red-25 {
  border-color: #7e0100 !important;
}
.border-red-30 {
  border-color: #930100 !important;
}
.border-red-35 {
  border-color: #a90100 !important;
}
.border-red-40 {
  border-color: #c00100 !important;
}
.border-red-50 {
  border-color: #ef0000 !important;
}
.border-red-60 {
  border-color: #ff5540 !important;
}
.border-red-70 {
  border-color: #ff8a78 !important;
}
.border-red-80 {
  border-color: #ffb4a8 !important;
}
.border-red-90 {
  border-color: #ffdad4 !important;
}
.border-red-95 {
  border-color: #ffedea !important;
}
.border-red-98 {
  border-color: #fff8f6 !important;
}
.border-red-99 {
  border-color: #fffbff !important;
}
.border-red-100 {
  border-color: #ffffff !important;
}
.border-green-0 {
  border-color: #000000 !important;
}
.border-green-10 {
  border-color: #002200 !important;
}
.border-green-20 {
  border-color: #013a00 !important;
}
.border-green-25 {
  border-color: #014600 !important;
}
.border-green-30 {
  border-color: #015300 !important;
}
.border-green-35 {
  border-color: #026100 !important;
}
.border-green-40 {
  border-color: #026e00 !important;
}
.border-green-50 {
  border-color: #038b00 !important;
}
.border-green-60 {
  border-color: #03a800 !important;
}
.border-green-70 {
  border-color: #03c700 !important;
}
.border-green-80 {
  border-color: #02e600 !important;
}
.border-green-90 {
  border-color: #77ff61 !important;
}
.border-green-95 {
  border-color: #cbffb8 !important;
}
.border-green-98 {
  border-color: #edffe1 !important;
}
.border-green-99 {
  border-color: #f7ffee !important;
}
.border-green-100 {
  border-color: #ffffff !important;
}
.border-blue-0 {
  border-color: #000000 !important;
}
.border-blue-10 {
  border-color: #00006e !important;
}
.border-blue-20 {
  border-color: #0001ac !important;
}
.border-blue-25 {
  border-color: #0001cd !important;
}
.border-blue-30 {
  border-color: #0000ef !important;
}
.border-blue-35 {
  border-color: #1a21ff !important;
}
.border-blue-40 {
  border-color: #343dff !important;
}
.border-blue-50 {
  border-color: #5a64ff !important;
}
.border-blue-60 {
  border-color: #7c84ff !important;
}
.border-blue-70 {
  border-color: #9da3ff !important;
}
.border-blue-80 {
  border-color: #bec2ff !important;
}
.border-blue-90 {
  border-color: #e0e0ff !important;
}
.border-blue-95 {
  border-color: #f1efff !important;
}
.border-blue-98 {
  border-color: #fbf8ff !important;
}
.border-blue-99 {
  border-color: #fffbff !important;
}
.border-blue-100 {
  border-color: #ffffff !important;
}
.border-yellow-0 {
  border-color: #000000 !important;
}
.border-yellow-10 {
  border-color: #1d1d00 !important;
}
.border-yellow-20 {
  border-color: #323200 !important;
}
.border-yellow-25 {
  border-color: #3e3e00 !important;
}
.border-yellow-30 {
  border-color: #494900 !important;
}
.border-yellow-35 {
  border-color: #555500 !important;
}
.border-yellow-40 {
  border-color: #626200 !important;
}
.border-yellow-50 {
  border-color: #7b7b00 !important;
}
.border-yellow-60 {
  border-color: #969600 !important;
}
.border-yellow-70 {
  border-color: #b1b100 !important;
}
.border-yellow-80 {
  border-color: #cdcd00 !important;
}
.border-yellow-90 {
  border-color: #eaea00 !important;
}
.border-yellow-95 {
  border-color: #f9f900 !important;
}
.border-yellow-98 {
  border-color: #fffeac !important;
}
.border-yellow-99 {
  border-color: #fffbff !important;
}
.border-yellow-100 {
  border-color: #ffffff !important;
}
.border-cyan-0 {
  border-color: #000000 !important;
}
.border-cyan-10 {
  border-color: #002020 !important;
}
.border-cyan-20 {
  border-color: #003737 !important;
}
.border-cyan-25 {
  border-color: #004343 !important;
}
.border-cyan-30 {
  border-color: #004f4f !important;
}
.border-cyan-35 {
  border-color: #005c5c !important;
}
.border-cyan-40 {
  border-color: #006a6a !important;
}
.border-cyan-50 {
  border-color: #008585 !important;
}
.border-cyan-60 {
  border-color: #00a1a1 !important;
}
.border-cyan-70 {
  border-color: #00bebe !important;
}
.border-cyan-80 {
  border-color: #00dddd !important;
}
.border-cyan-90 {
  border-color: #00fbfb !important;
}
.border-cyan-95 {
  border-color: #adfffe !important;
}
.border-cyan-98 {
  border-color: #e2fffe !important;
}
.border-cyan-99 {
  border-color: #f1fffe !important;
}
.border-cyan-100 {
  border-color: #ffffff !important;
}
.border-magenta-0 {
  border-color: #000000 !important;
}
.border-magenta-10 {
  border-color: #380038 !important;
}
.border-magenta-20 {
  border-color: #5b005b !important;
}
.border-magenta-25 {
  border-color: #6e006e !important;
}
.border-magenta-30 {
  border-color: #810081 !important;
}
.border-magenta-35 {
  border-color: #950094 !important;
}
.border-magenta-40 {
  border-color: #a900a9 !important;
}
.border-magenta-50 {
  border-color: #d200d2 !important;
}
.border-magenta-60 {
  border-color: #fe00fe !important;
}
.border-magenta-70 {
  border-color: #ff76f6 !important;
}
.border-magenta-80 {
  border-color: #ffabf3 !important;
}
.border-magenta-90 {
  border-color: #ffd7f5 !important;
}
.border-magenta-95 {
  border-color: #ffebf8 !important;
}
.border-magenta-98 {
  border-color: #fff7f9 !important;
}
.border-magenta-99 {
  border-color: #fffbff !important;
}
.border-magenta-100 {
  border-color: #ffffff !important;
}
.border-orange-0 {
  border-color: #000000 !important;
}
.border-orange-10 {
  border-color: #311300 !important;
}
.border-orange-20 {
  border-color: #502400 !important;
}
.border-orange-25 {
  border-color: #612d00 !important;
}
.border-orange-30 {
  border-color: #723600 !important;
}
.border-orange-35 {
  border-color: #843f00 !important;
}
.border-orange-40 {
  border-color: #964900 !important;
}
.border-orange-50 {
  border-color: #bc5d00 !important;
}
.border-orange-60 {
  border-color: #e37100 !important;
}
.border-orange-70 {
  border-color: #ff8e36 !important;
}
.border-orange-80 {
  border-color: #ffb787 !important;
}
.border-orange-90 {
  border-color: #ffdcc7 !important;
}
.border-orange-95 {
  border-color: #ffede4 !important;
}
.border-orange-98 {
  border-color: #fff8f5 !important;
}
.border-orange-99 {
  border-color: #fffbff !important;
}
.border-orange-100 {
  border-color: #ffffff !important;
}
.border-chartreuse-0 {
  border-color: #000000 !important;
}
.border-chartreuse-10 {
  border-color: #0b2000 !important;
}
.border-chartreuse-20 {
  border-color: #173800 !important;
}
.border-chartreuse-25 {
  border-color: #1e4400 !important;
}
.border-chartreuse-30 {
  border-color: #245100 !important;
}
.border-chartreuse-35 {
  border-color: #2b5e00 !important;
}
.border-chartreuse-40 {
  border-color: #326b00 !important;
}
.border-chartreuse-50 {
  border-color: #418700 !important;
}
.border-chartreuse-60 {
  border-color: #50a400 !important;
}
.border-chartreuse-70 {
  border-color: #60c100 !important;
}
.border-chartreuse-80 {
  border-color: #70e000 !important;
}
.border-chartreuse-90 {
  border-color: #82ff10 !important;
}
.border-chartreuse-95 {
  border-color: #cfffa9 !important;
}
.border-chartreuse-98 {
  border-color: #eeffdc !important;
}
.border-chartreuse-99 {
  border-color: #f8ffeb !important;
}
.border-chartreuse-100 {
  border-color: #ffffff !important;
}
.border-spring-green-0 {
  border-color: #000000 !important;
}
.border-spring-green-10 {
  border-color: #00210b !important;
}
.border-spring-green-20 {
  border-color: #003917 !important;
}
.border-spring-green-25 {
  border-color: #00461e !important;
}
.border-spring-green-30 {
  border-color: #005225 !important;
}
.border-spring-green-35 {
  border-color: #00602c !important;
}
.border-spring-green-40 {
  border-color: #006d33 !important;
}
.border-spring-green-50 {
  border-color: #008942 !important;
}
.border-spring-green-60 {
  border-color: #00a751 !important;
}
.border-spring-green-70 {
  border-color: #00c561 !important;
}
.border-spring-green-80 {
  border-color: #00e472 !important;
}
.border-spring-green-90 {
  border-color: #63ff94 !important;
}
.border-spring-green-95 {
  border-color: #c4ffcb !important;
}
.border-spring-green-98 {
  border-color: #eaffe9 !important;
}
.border-spring-green-99 {
  border-color: #f5fff2 !important;
}
.border-spring-green-100 {
  border-color: #ffffff !important;
}
.border-azure-0 {
  border-color: #000000 !important;
}
.border-azure-10 {
  border-color: #001b3f !important;
}
.border-azure-20 {
  border-color: #002f65 !important;
}
.border-azure-25 {
  border-color: #003a7a !important;
}
.border-azure-30 {
  border-color: #00458f !important;
}
.border-azure-35 {
  border-color: #0050a5 !important;
}
.border-azure-40 {
  border-color: #005cbb !important;
}
.border-azure-50 {
  border-color: #0074e9 !important;
}
.border-azure-60 {
  border-color: #438fff !important;
}
.border-azure-70 {
  border-color: #7cabff !important;
}
.border-azure-80 {
  border-color: #abc7ff !important;
}
.border-azure-90 {
  border-color: #d7e3ff !important;
}
.border-azure-95 {
  border-color: #ecf0ff !important;
}
.border-azure-98 {
  border-color: #f9f9ff !important;
}
.border-azure-99 {
  border-color: #fdfbff !important;
}
.border-azure-100 {
  border-color: #ffffff !important;
}
.border-violet-0 {
  border-color: #000000 !important;
}
.border-violet-10 {
  border-color: #270057 !important;
}
.border-violet-20 {
  border-color: #42008a !important;
}
.border-violet-25 {
  border-color: #5000a4 !important;
}
.border-violet-30 {
  border-color: #5f00c0 !important;
}
.border-violet-35 {
  border-color: #6e00dc !important;
}
.border-violet-40 {
  border-color: #7d00fa !important;
}
.border-violet-50 {
  border-color: #944aff !important;
}
.border-violet-60 {
  border-color: #a974ff !important;
}
.border-violet-70 {
  border-color: #bf98ff !important;
}
.border-violet-80 {
  border-color: #d5baff !important;
}
.border-violet-90 {
  border-color: #ecdcff !important;
}
.border-violet-95 {
  border-color: #f7edff !important;
}
.border-violet-98 {
  border-color: #fef7ff !important;
}
.border-violet-99 {
  border-color: #fffbff !important;
}
.border-violet-100 {
  border-color: #ffffff !important;
}
.border-rose-0 {
  border-color: #000000 !important;
}
.border-rose-10 {
  border-color: #3f001b !important;
}
.border-rose-20 {
  border-color: #65002f !important;
}
.border-rose-25 {
  border-color: #7a003a !important;
}
.border-rose-30 {
  border-color: #8f0045 !important;
}
.border-rose-35 {
  border-color: #a40050 !important;
}
.border-rose-40 {
  border-color: #ba005c !important;
}
.border-rose-50 {
  border-color: #e80074 !important;
}
.border-rose-60 {
  border-color: #ff4a8e !important;
}
.border-rose-70 {
  border-color: #ff84a9 !important;
}
.border-rose-80 {
  border-color: #ffb1c5 !important;
}
.border-rose-90 {
  border-color: #ffd9e1 !important;
}
.border-rose-95 {
  border-color: #ffecef !important;
}
.border-rose-98 {
  border-color: #fff8f8 !important;
}
.border-rose-99 {
  border-color: #fffbff !important;
}
.border-rose-100 {
  border-color: #ffffff !important;
}
.border-white {
  border-color: white !important;
}
.border-black {
  border-color: black !important;
}
.border-light {
  border-color: rgba(255, 255, 255, 0.87) !important;
}
.border-dark {
  border-color: rgba(0, 0, 0, 0.87) !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.offset-3 {
  margin-left: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.offset-6 {
  margin-left: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.offset-9 {
  margin-left: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.offset-12 {
  margin-left: 100%;
}
@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1920px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
.static {
  position: static !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-col-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.w-0 {
  width: 0 !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-full {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-0 {
  height: 0 !important;
}
.h-20 {
  height: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-40 {
  height: 40% !important;
}
.h-50 {
  height: 50% !important;
}
.h-60 {
  height: 60% !important;
}
.h-75 {
  height: 75% !important;
}
.h-80 {
  height: 80% !important;
}
.h-full {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.m-0 {
  margin: 0 !important;
}
.m-2 {
  margin: 0.125rem !important;
}
.m-4 {
  margin: 0.25rem !important;
}
.m-8 {
  margin: 0.5rem !important;
}
.m-12 {
  margin: 0.75rem !important;
}
.m-16 {
  margin: 1rem !important;
}
.m-24 {
  margin: 1.5rem !important;
}
.m-32 {
  margin: 2rem !important;
}
.m-48 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.m-x-2 {
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}
.m-x-4 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.m-x-8 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.m-x-12 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.m-x-16 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.m-x-24 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.m-x-32 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.m-x-48 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-y-2 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}
.m-y-4 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.m-y-8 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.m-y-12 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.m-y-16 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-y-24 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-y-32 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.m-y-48 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-2 {
  margin-top: 0.125rem !important;
}
.m-t-4 {
  margin-top: 0.25rem !important;
}
.m-t-8 {
  margin-top: 0.5rem !important;
}
.m-t-12 {
  margin-top: 0.75rem !important;
}
.m-t-16 {
  margin-top: 1rem !important;
}
.m-t-24 {
  margin-top: 1.5rem !important;
}
.m-t-32 {
  margin-top: 2rem !important;
}
.m-t-48 {
  margin-top: 3rem !important;
}
.m-t-auto {
  margin-top: auto !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-r-2 {
  margin-right: 0.125rem !important;
}
.m-r-4 {
  margin-right: 0.25rem !important;
}
.m-r-8 {
  margin-right: 0.5rem !important;
}
.m-r-12 {
  margin-right: 0.75rem !important;
}
.m-r-16 {
  margin-right: 1rem !important;
}
.m-r-24 {
  margin-right: 1.5rem !important;
}
.m-r-32 {
  margin-right: 2rem !important;
}
.m-r-48 {
  margin-right: 3rem !important;
}
.m-r-auto {
  margin-right: auto !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-2 {
  margin-bottom: 0.125rem !important;
}
.m-b-4 {
  margin-bottom: 0.25rem !important;
}
.m-b-8 {
  margin-bottom: 0.5rem !important;
}
.m-b-12 {
  margin-bottom: 0.75rem !important;
}
.m-b-16 {
  margin-bottom: 1rem !important;
}
.m-b-24 {
  margin-bottom: 1.5rem !important;
}
.m-b-32 {
  margin-bottom: 2rem !important;
}
.m-b-48 {
  margin-bottom: 3rem !important;
}
.m-b-auto {
  margin-bottom: auto !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-l-2 {
  margin-left: 0.125rem !important;
}
.m-l-4 {
  margin-left: 0.25rem !important;
}
.m-l-8 {
  margin-left: 0.5rem !important;
}
.m-l-12 {
  margin-left: 0.75rem !important;
}
.m-l-16 {
  margin-left: 1rem !important;
}
.m-l-24 {
  margin-left: 1.5rem !important;
}
.m-l-32 {
  margin-left: 2rem !important;
}
.m-l-48 {
  margin-left: 3rem !important;
}
.m-l-auto {
  margin-left: auto !important;
}
.m--2 {
  margin: -0.125rem !important;
}
.m--4 {
  margin: -0.25rem !important;
}
.m--8 {
  margin: -0.5rem !important;
}
.m--12 {
  margin: -0.75rem !important;
}
.m--16 {
  margin: -1rem !important;
}
.m--24 {
  margin: -1.5rem !important;
}
.m--32 {
  margin: -2rem !important;
}
.m--48 {
  margin: -3rem !important;
}
.m-x--2 {
  margin-left: -0.125rem !important;
  margin-right: -0.125rem !important;
}
.m-x--4 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.m-x--8 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.m-x--12 {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.m-x--16 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.m-x--24 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.m-x--32 {
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}
.m-x--48 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.m-y--2 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important;
}
.m-y--4 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.m-y--8 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.m-y--12 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}
.m-y--16 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.m-y--24 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.m-y--32 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.m-y--48 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.m-t--2 {
  margin-top: -0.125rem !important;
}
.m-t--4 {
  margin-top: -0.25rem !important;
}
.m-t--8 {
  margin-top: -0.5rem !important;
}
.m-t--12 {
  margin-top: -0.75rem !important;
}
.m-t--16 {
  margin-top: -1rem !important;
}
.m-t--24 {
  margin-top: -1.5rem !important;
}
.m-t--32 {
  margin-top: -2rem !important;
}
.m-t--48 {
  margin-top: -3rem !important;
}
.m-r--2 {
  margin-right: -0.125rem !important;
}
.m-r--4 {
  margin-right: -0.25rem !important;
}
.m-r--8 {
  margin-right: -0.5rem !important;
}
.m-r--12 {
  margin-right: -0.75rem !important;
}
.m-r--16 {
  margin-right: -1rem !important;
}
.m-r--24 {
  margin-right: -1.5rem !important;
}
.m-r--32 {
  margin-right: -2rem !important;
}
.m-r--48 {
  margin-right: -3rem !important;
}
.m-b--2 {
  margin-bottom: -0.125rem !important;
}
.m-b--4 {
  margin-bottom: -0.25rem !important;
}
.m-b--8 {
  margin-bottom: -0.5rem !important;
}
.m-b--12 {
  margin-bottom: -0.75rem !important;
}
.m-b--16 {
  margin-bottom: -1rem !important;
}
.m-b--24 {
  margin-bottom: -1.5rem !important;
}
.m-b--32 {
  margin-bottom: -2rem !important;
}
.m-b--48 {
  margin-bottom: -3rem !important;
}
.m-l--2 {
  margin-left: -0.125rem !important;
}
.m-l--4 {
  margin-left: -0.25rem !important;
}
.m-l--8 {
  margin-left: -0.5rem !important;
}
.m-l--12 {
  margin-left: -0.75rem !important;
}
.m-l--16 {
  margin-left: -1rem !important;
}
.m-l--24 {
  margin-left: -1.5rem !important;
}
.m-l--32 {
  margin-left: -2rem !important;
}
.m-l--48 {
  margin-left: -3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-2 {
  padding: 0.125rem !important;
}
.p-4 {
  padding: 0.25rem !important;
}
.p-8 {
  padding: 0.5rem !important;
}
.p-12 {
  padding: 0.75rem !important;
}
.p-16 {
  padding: 1rem !important;
}
.p-24 {
  padding: 1.5rem !important;
}
.p-32 {
  padding: 2rem !important;
}
.p-48 {
  padding: 3rem !important;
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-x-2 {
  padding-left: 0.125rem !important;
  padding-right: 0.125rem !important;
}
.p-x-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.p-x-8 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.p-x-12 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.p-x-16 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-x-24 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.p-x-32 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.p-x-48 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-y-2 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.p-y-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-y-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-y-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.p-y-16 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-y-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-y-32 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.p-y-48 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-2 {
  padding-top: 0.125rem !important;
}
.p-t-4 {
  padding-top: 0.25rem !important;
}
.p-t-8 {
  padding-top: 0.5rem !important;
}
.p-t-12 {
  padding-top: 0.75rem !important;
}
.p-t-16 {
  padding-top: 1rem !important;
}
.p-t-24 {
  padding-top: 1.5rem !important;
}
.p-t-32 {
  padding-top: 2rem !important;
}
.p-t-48 {
  padding-top: 3rem !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-r-2 {
  padding-right: 0.125rem !important;
}
.p-r-4 {
  padding-right: 0.25rem !important;
}
.p-r-8 {
  padding-right: 0.5rem !important;
}
.p-r-12 {
  padding-right: 0.75rem !important;
}
.p-r-16 {
  padding-right: 1rem !important;
}
.p-r-24 {
  padding-right: 1.5rem !important;
}
.p-r-32 {
  padding-right: 2rem !important;
}
.p-r-48 {
  padding-right: 3rem !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-2 {
  padding-bottom: 0.125rem !important;
}
.p-b-4 {
  padding-bottom: 0.25rem !important;
}
.p-b-8 {
  padding-bottom: 0.5rem !important;
}
.p-b-12 {
  padding-bottom: 0.75rem !important;
}
.p-b-16 {
  padding-bottom: 1rem !important;
}
.p-b-24 {
  padding-bottom: 1.5rem !important;
}
.p-b-32 {
  padding-bottom: 2rem !important;
}
.p-b-48 {
  padding-bottom: 3rem !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-l-2 {
  padding-left: 0.125rem !important;
}
.p-l-4 {
  padding-left: 0.25rem !important;
}
.p-l-8 {
  padding-left: 0.5rem !important;
}
.p-l-12 {
  padding-left: 0.75rem !important;
}
.p-l-16 {
  padding-left: 1rem !important;
}
.p-l-24 {
  padding-left: 1.5rem !important;
}
.p-l-32 {
  padding-left: 2rem !important;
}
.p-l-48 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-2 {
  gap: 0.125rem !important;
}
.gap-4 {
  gap: 0.25rem !important;
}
.gap-8 {
  gap: 0.5rem !important;
}
.gap-12 {
  gap: 0.75rem !important;
}
.gap-16 {
  gap: 1rem !important;
}
.gap-24 {
  gap: 1.5rem !important;
}
.gap-32 {
  gap: 2rem !important;
}
.gap-48 {
  gap: 3rem !important;
}
.b-0 {
  border: 0 !important;
}
.b-1 {
  border: 1px solid var(--mat-divider-color) !important;
}
.b-2 {
  border: 2px solid var(--mat-divider-color) !important;
}
.b-4 {
  border: 4px solid var(--mat-divider-color) !important;
}
.b-8 {
  border: 8px solid var(--mat-divider-color) !important;
}
.b-t-0 {
  border-top: 0 !important;
}
.b-t-1 {
  border-top: 1px solid var(--mat-divider-color) !important;
}
.b-t-2 {
  border-top: 2px solid var(--mat-divider-color) !important;
}
.b-t-4 {
  border-top: 4px solid var(--mat-divider-color) !important;
}
.b-t-8 {
  border-top: 8px solid var(--mat-divider-color) !important;
}
.b-b-0 {
  border-bottom: 0 !important;
}
.b-b-1 {
  border-bottom: 1px solid var(--mat-divider-color) !important;
}
.b-b-2 {
  border-bottom: 2px solid var(--mat-divider-color) !important;
}
.b-b-4 {
  border-bottom: 4px solid var(--mat-divider-color) !important;
}
.b-b-8 {
  border-bottom: 8px solid var(--mat-divider-color) !important;
}
.b-l-0 {
  border-left: 0 !important;
}
.b-l-1 {
  border-left: 1px solid var(--mat-divider-color) !important;
}
.b-l-2 {
  border-left: 2px solid var(--mat-divider-color) !important;
}
.b-l-4 {
  border-left: 4px solid var(--mat-divider-color) !important;
}
.b-l-8 {
  border-left: 8px solid var(--mat-divider-color) !important;
}
.b-r-0 {
  border-right: 0 !important;
}
.b-r-1 {
  border-right: 1px solid var(--mat-divider-color) !important;
}
.b-r-2 {
  border-right: 2px solid var(--mat-divider-color) !important;
}
.b-r-4 {
  border-right: 4px solid var(--mat-divider-color) !important;
}
.b-r-8 {
  border-right: 8px solid var(--mat-divider-color) !important;
}
.b-y-0 {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.b-y-1 {
  border-top: 1px solid var(--mat-divider-color) !important;
  border-bottom: 1px solid var(--mat-divider-color) !important;
}
.b-y-2 {
  border-top: 2px solid var(--mat-divider-color) !important;
  border-bottom: 2px solid var(--mat-divider-color) !important;
}
.b-y-4 {
  border-top: 4px solid var(--mat-divider-color) !important;
  border-bottom: 4px solid var(--mat-divider-color) !important;
}
.b-y-8 {
  border-top: 8px solid var(--mat-divider-color) !important;
  border-bottom: 8px solid var(--mat-divider-color) !important;
}
.b-x-0 {
  border-left: 0 !important;
  border-right: 0 !important;
}
.b-x-1 {
  border-left: 1px solid var(--mat-divider-color) !important;
  border-right: 1px solid var(--mat-divider-color) !important;
}
.b-x-2 {
  border-left: 2px solid var(--mat-divider-color) !important;
  border-right: 2px solid var(--mat-divider-color) !important;
}
.b-x-4 {
  border-left: 4px solid var(--mat-divider-color) !important;
  border-right: 4px solid var(--mat-divider-color) !important;
}
.b-x-8 {
  border-left: 8px solid var(--mat-divider-color) !important;
  border-right: 8px solid var(--mat-divider-color) !important;
}
.border-0 {
  border-width: 0 !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-8 {
  border-width: 8px !important;
}
.border-t-0 {
  border-top-width: 0 !important;
}
.border-t-1 {
  border-top-width: 1px !important;
}
.border-t-2 {
  border-top-width: 2px !important;
}
.border-t-4 {
  border-top-width: 4px !important;
}
.border-t-8 {
  border-top-width: 8px !important;
}
.border-b-0 {
  border-bottom-width: 0 !important;
}
.border-b-1 {
  border-bottom-width: 1px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-b-4 {
  border-bottom-width: 4px !important;
}
.border-b-8 {
  border-bottom-width: 8px !important;
}
.border-l-0 {
  border-left-width: 0 !important;
}
.border-l-1 {
  border-left-width: 1px !important;
}
.border-l-2 {
  border-left-width: 2px !important;
}
.border-l-4 {
  border-left-width: 4px !important;
}
.border-l-8 {
  border-left-width: 8px !important;
}
.border-r-0 {
  border-right-width: 0 !important;
}
.border-r-1 {
  border-right-width: 1px !important;
}
.border-r-2 {
  border-right-width: 2px !important;
}
.border-r-4 {
  border-right-width: 4px !important;
}
.border-r-8 {
  border-right-width: 8px !important;
}
.border-y-0 {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}
.border-y-1 {
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
.border-y-2 {
  border-top-width: 2px !important;
  border-bottom-width: 2px !important;
}
.border-y-4 {
  border-top-width: 4px !important;
  border-bottom-width: 4px !important;
}
.border-y-8 {
  border-top-width: 8px !important;
  border-bottom-width: 8px !important;
}
.border-x-0 {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.border-x-1 {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
}
.border-x-2 {
  border-left-width: 2px !important;
  border-right-width: 2px !important;
}
.border-x-4 {
  border-left-width: 4px !important;
  border-right-width: 4px !important;
}
.border-x-8 {
  border-left-width: 8px !important;
  border-right-width: 8px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-double {
  border-style: double !important;
}
.border-hidden {
  border-style: hidden !important;
}
.border-none {
  border-style: none !important;
}
.border-t-solid {
  border-top-style: solid !important;
}
.border-t-dashed {
  border-top-style: dashed !important;
}
.border-t-dotted {
  border-top-style: dotted !important;
}
.border-t-double {
  border-top-style: double !important;
}
.border-t-hidden {
  border-top-style: hidden !important;
}
.border-t-none {
  border-top-style: none !important;
}
.border-b-solid {
  border-bottom-style: solid !important;
}
.border-b-dashed {
  border-bottom-style: dashed !important;
}
.border-b-dotted {
  border-bottom-style: dotted !important;
}
.border-b-double {
  border-bottom-style: double !important;
}
.border-b-hidden {
  border-bottom-style: hidden !important;
}
.border-b-none {
  border-bottom-style: none !important;
}
.border-l-solid {
  border-left-style: solid !important;
}
.border-l-dashed {
  border-left-style: dashed !important;
}
.border-l-dotted {
  border-left-style: dotted !important;
}
.border-l-double {
  border-left-style: double !important;
}
.border-l-hidden {
  border-left-style: hidden !important;
}
.border-l-none {
  border-left-style: none !important;
}
.border-r-solid {
  border-right-style: solid !important;
}
.border-r-dashed {
  border-right-style: dashed !important;
}
.border-r-dotted {
  border-right-style: dotted !important;
}
.border-r-double {
  border-right-style: double !important;
}
.border-r-hidden {
  border-right-style: hidden !important;
}
.border-r-none {
  border-right-style: none !important;
}
.border-y-solid {
  border-top-style: solid !important;
  border-bottom-style: solid !important;
}
.border-y-dashed {
  border-top-style: dashed !important;
  border-bottom-style: dashed !important;
}
.border-y-dotted {
  border-top-style: dotted !important;
  border-bottom-style: dotted !important;
}
.border-y-double {
  border-top-style: double !important;
  border-bottom-style: double !important;
}
.border-y-hidden {
  border-top-style: hidden !important;
  border-bottom-style: hidden !important;
}
.border-y-none {
  border-top-style: none !important;
  border-bottom-style: none !important;
}
.border-x-solid {
  border-left-style: solid !important;
  border-right-style: solid !important;
}
.border-x-dashed {
  border-left-style: dashed !important;
  border-right-style: dashed !important;
}
.border-x-dotted {
  border-left-style: dotted !important;
  border-right-style: dotted !important;
}
.border-x-double {
  border-left-style: double !important;
  border-right-style: double !important;
}
.border-x-hidden {
  border-left-style: hidden !important;
  border-right-style: hidden !important;
}
.border-x-none {
  border-left-style: none !important;
  border-right-style: none !important;
}
.r-0 {
  border-radius: 0 !important;
}
.r-4 {
  border-radius: 0.25rem !important;
}
.r-8 {
  border-radius: 0.5rem !important;
}
.r-12 {
  border-radius: 0.75rem !important;
}
.r-16 {
  border-radius: 1rem !important;
}
.r-full {
  border-radius: 9999px !important;
}
.r-t-l-0 {
  border-top-left-radius: 0 !important;
}
.r-t-l-4 {
  border-top-left-radius: 0.25rem !important;
}
.r-t-l-8 {
  border-top-left-radius: 0.5rem !important;
}
.r-t-l-12 {
  border-top-left-radius: 0.75rem !important;
}
.r-t-l-16 {
  border-top-left-radius: 1rem !important;
}
.r-t-l-full {
  border-top-left-radius: 9999px !important;
}
.r-t-r-0 {
  border-top-right-radius: 0 !important;
}
.r-t-r-4 {
  border-top-right-radius: 0.25rem !important;
}
.r-t-r-8 {
  border-top-right-radius: 0.5rem !important;
}
.r-t-r-12 {
  border-top-right-radius: 0.75rem !important;
}
.r-t-r-16 {
  border-top-right-radius: 1rem !important;
}
.r-t-r-full {
  border-top-right-radius: 9999px !important;
}
.r-b-r-0 {
  border-bottom-right-radius: 0 !important;
}
.r-b-r-4 {
  border-bottom-right-radius: 0.25rem !important;
}
.r-b-r-8 {
  border-bottom-right-radius: 0.5rem !important;
}
.r-b-r-12 {
  border-bottom-right-radius: 0.75rem !important;
}
.r-b-r-16 {
  border-bottom-right-radius: 1rem !important;
}
.r-b-r-full {
  border-bottom-right-radius: 9999px !important;
}
.r-b-l-0 {
  border-bottom-left-radius: 0 !important;
}
.r-b-l-4 {
  border-bottom-left-radius: 0.25rem !important;
}
.r-b-l-8 {
  border-bottom-left-radius: 0.5rem !important;
}
.r-b-l-12 {
  border-bottom-left-radius: 0.75rem !important;
}
.r-b-l-16 {
  border-bottom-left-radius: 1rem !important;
}
.r-b-l-full {
  border-bottom-left-radius: 9999px !important;
}
.r-t-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.r-t-4 {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.r-t-8 {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}
.r-t-12 {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.r-t-16 {
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}
.r-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}
.r-b-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.r-b-4 {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.r-b-8 {
  border-bottom-left-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.r-b-12 {
  border-bottom-left-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.r-b-16 {
  border-bottom-left-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.r-b-full {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.r-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.r-l-4 {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.r-l-8 {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}
.r-l-12 {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
.r-l-16 {
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
.r-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}
.r-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.r-r-4 {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.r-r-8 {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}
.r-r-12 {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
.r-r-16 {
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}
.r-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
.f-s-0 {
  font-size: 0 !important;
}
.f-s-10 {
  font-size: 0.625rem !important;
}
.f-s-12 {
  font-size: 0.75rem !important;
}
.f-s-14 {
  font-size: 0.875rem !important;
}
.f-s-16 {
  font-size: 1rem !important;
}
.f-s-18 {
  font-size: 1.125rem !important;
}
.f-s-20 {
  font-size: 1.25rem !important;
}
.f-w-100 {
  font-weight: 100 !important;
}
.f-w-200 {
  font-weight: 200 !important;
}
.f-w-300 {
  font-weight: 300 !important;
}
.f-w-400 {
  font-weight: 400 !important;
}
.f-w-500 {
  font-weight: 500 !important;
}
.f-w-600 {
  font-weight: 600 !important;
}
.f-w-700 {
  font-weight: 700 !important;
}
.f-w-800 {
  font-weight: 800 !important;
}
.f-w-900 {
  font-weight: 900 !important;
}
.font-italic {
  font-style: italic !important;
}
.font-normal {
  font-style: normal !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.text-none {
  text-decoration: none !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-line-through {
  text-decoration: line-through !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-ellipsis {
  text-overflow: ellipsis !important;
}
.text-reset {
  color: inherit !important;
}
.text-current {
  color: currentColor !important;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-text {
  cursor: text !important;
}
.cursor-move {
  cursor: move !important;
}
.cursor-copy {
  cursor: copy !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.object-contain {
  object-fit: contain !important;
}
.object-cover {
  object-fit: cover !important;
}
.object-fill {
  object-fit: fill !important;
}
.object-none {
  object-fit: none !important;
}
.object-scale-down {
  object-fit: scale-down !important;
}
.object-top {
  object-position: top !important;
}
.object-bottom {
  object-position: bottom !important;
}
.object-center {
  object-position: center !important;
}
.object-left {
  object-position: left !important;
}
.object-left-top {
  object-position: left top !important;
}
.object-left-bottom {
  object-position: left bottom !important;
}
.object-right {
  object-position: right !important;
}
.object-right-top {
  object-position: right top !important;
}
.object-right-bottom {
  object-position: right bottom !important;
}
formly-wrapper-mat-form-field .mat-mdc-form-field {
  width: 100%;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.toast-container .ngx-toastr {
  min-height: 3rem;
  padding: 0.875rem 1rem;
  color: #fff;
  background-color: #333;
  background-position: 1rem center;
  background-size: 1rem;
  border-radius: 0.5rem;
  box-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.toast-container .ngx-toastr:hover {
  box-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.toast-container .toast-success,
.toast-container .toast-info,
.toast-container .toast-warning,
.toast-container .toast-error {
  padding-left: 3rem;
  color: #fff;
}
.toast-container .toast-info {
  background-color: var(--toast-info-background-color);
}
.toast-container .toast-success {
  background-color: var(--toast-success-background-color);
}
.toast-container .toast-warning {
  background-color: var(--toast-warning-background-color);
}
.toast-container .toast-error {
  background-color: var(--toast-error-background-color);
}
.toast-container .toast-close-button {
  top: -0.5rem;
  right: -0.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.toast-container .toast-close-button:hover {
  color: inherit;
  opacity: 0.6;
}
.photoviewer-modal {
  position: absolute;
  z-index: 1090;
  width: 320px;
  height: 320px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.3);
  outline: none;
}
.photoviewer-modal:focus-visible {
  outline: thick solid rgba(0, 0, 0, 0.2);
}
.photoviewer-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.photoviewer-maximized {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}
.photoviewer-maximized.photoviewer-modal {
  border-width: 0;
  border-radius: 0;
}
.photoviewer-maximized .photoviewer-header {
  border-radius: 0;
}
.photoviewer-maximized .photoviewer-resizable-handle {
  display: none;
}
.photoviewer-button {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  background: none;
  border-width: 0;
  color: inherit;
  cursor: pointer;
  outline: none;
}
.photoviewer-button:hover {
  color: #111;
}
.photoviewer-button:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.photoviewer-button svg {
  display: inline-block;
  font-size: inherit;
  width: 1em;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.photoviewer-header {
  position: relative;
  z-index: 2;
  height: 30px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.photoviewer-header .photoviewer-toolbar {
  float: right;
}
[dir=rtl] .photoviewer-header .photoviewer-toolbar {
  float: left;
}
.photoviewer-header .photoviewer-button {
  height: 30px;
}
.photoviewer-header .photoviewer-button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.photoviewer-header .photoviewer-button-close:hover {
  color: #fff;
  background-color: #ff4545;
}
.photoviewer-title {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.photoviewer-stage {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  background-color: #fff;
  overflow: hidden;
}
.photoviewer-image {
  position: absolute;
  display: inline-block;
  min-width: auto;
  max-width: none;
}
.photoviewer-footer {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 40px;
  text-align: center;
}
.photoviewer-align-center {
  text-align: center;
}
.photoviewer-align-center::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}
.photoviewer-align-center .photoviewer-image {
  position: static;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.photoviewer-image-error {
  display: none;
}
.photoviewer-error-msg {
  vertical-align: middle;
}
[dir=rtl] .photoviewer-button-prev,
[dir=rtl] .photoviewer-button-next {
  transform: rotate(180deg);
}
.photoviewer-resizable-handle {
  position: absolute;
  z-index: 10;
}
.photoviewer-resizable-handle-e {
  top: 0;
  right: -5px;
  bottom: 0;
  left: auto;
  width: 10px;
  cursor: e-resize;
}
.photoviewer-resizable-handle-s {
  top: auto;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 10px;
  cursor: s-resize;
}
.photoviewer-resizable-handle-w {
  top: 0;
  right: auto;
  bottom: 0;
  left: -5px;
  width: 10px;
  cursor: w-resize;
}
.photoviewer-resizable-handle-n {
  top: -5px;
  right: 0;
  bottom: auto;
  left: 0;
  height: 10px;
  cursor: n-resize;
}
.photoviewer-resizable-handle-se {
  top: auto;
  right: -5px;
  bottom: -5px;
  left: auto;
  width: 10px;
  height: 10px;
  cursor: se-resize;
}
.photoviewer-resizable-handle-sw {
  top: auto;
  right: auto;
  bottom: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  cursor: sw-resize;
}
.photoviewer-resizable-handle-nw {
  top: -5px;
  right: auto;
  bottom: auto;
  left: -5px;
  width: 10px;
  height: 10px;
  cursor: nw-resize;
}
.photoviewer-resizable-handle-ne {
  top: -5px;
  right: -5px;
  bottom: auto;
  left: auto;
  width: 10px;
  height: 10px;
  cursor: ne-resize;
}
.photoviewer-modal:fullscreen {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: black;
  border-width: 0;
  border-radius: 0;
}
.photoviewer-modal:fullscreen .photoviewer-header,
.photoviewer-modal:fullscreen .photoviewer-footer,
.photoviewer-modal:fullscreen .photoviewer-resizable-handle {
  display: none;
}
.photoviewer-modal:fullscreen .photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-width: 0;
  background-color: transparent;
}
.is-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.is-grabbing {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.photoviewer-loader {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 2;
  text-align: center;
  color: #333;
}
.photoviewer-loader::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.5) rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  vertical-align: middle;
  animation: photoviewerLoading 1s infinite linear;
}
.photoviewer-loader::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  overflow: hidden;
}
@keyframes photoviewerLoading {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
mat-card {
  margin-bottom: var(--gutter);
}
mat-card-header + mat-card-content {
  margin-top: var(--gutter);
}
.form-field-full .mat-mdc-form-field {
  width: 100%;
}
body,
.mat-typography {
  font-family: "Poppins", sans-serif;
}
body .mat-mdc-card,
.mat-typography .mat-mdc-card {
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px;
}
body .mat-mdc-card .mat-mdc-card-title,
.mat-typography .mat-mdc-card .mat-mdc-card-title {
  font-size: 26px;
  font-weight: 500;
}
body .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
body .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
body .mdc-checkbox:hover .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
body .mdc-checkbox:hover .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background,
.mat-typography .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mat-typography .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mat-typography .mdc-checkbox:hover .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mat-typography .mdc-checkbox:hover .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
  background-color: #df1e2b !important;
  border-color: #df1e2b !important;
}
body mat-icon,
.mat-typography mat-icon {
  font-family: "Material Icons" !important;
}
body .mdc-switch__track::after,
.mat-typography .mdc-switch__track::after {
  background-image:
    linear-gradient(
      to left,
      #df1e2b,
      #d1093e,
      #c0064d,
      #aa1358,
      #931e5e);
}
body .mdc-switch:enabled:active .mdc-switch__track::after,
body .mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after,
body .mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after,
.mat-typography .mdc-switch:enabled:active .mdc-switch__track::after,
.mat-typography .mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after,
.mat-typography .mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after {
  background-image:
    linear-gradient(
      to left,
      #df1e2b,
      #d1093e,
      #c0064d,
      #aa1358,
      #931e5e);
}
body .mdc-switch--selected .mdc-switch__icon,
.mat-typography .mdc-switch--selected .mdc-switch__icon {
  fill: #df1e2b;
}
body .mat-mdc-table th,
.mat-typography .mat-mdc-table th {
  font-weight: 700;
}
body .mat-mdc-table.mat-table-hover .mat-mdc-row:hover,
.mat-typography .mat-mdc-table.mat-table-hover .mat-mdc-row:hover {
  background-color: rgba(158, 24, 91, 0.0196078431) !important;
}
body .mdc-icon-button__ripple,
.mat-typography .mdc-icon-button__ripple {
  display: none;
}
body .mdc-linear-progress__bar-inner,
.mat-typography .mdc-linear-progress__bar-inner {
  border-color: #d1093e !important;
}
body div.mat-mdc-select-panel,
.mat-typography div.mat-mdc-select-panel {
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
body .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple),
.mat-typography .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: rgba(223, 29, 44, 0.12);
}
body .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after,
.mat-typography .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  color: #df1e2b;
}
body .mat-datepicker-content,
.mat-typography .mat-datepicker-content {
  background-color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
body .mat-datepicker-content .mat-calendar-body-selected,
.mat-typography .mat-datepicker-content .mat-calendar-body-selected {
  background-color: #df1e2b;
  box-shadow: none;
}
body .mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-typography .mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #df1e2b;
}
body .mtx-grid .mat-table-sticky-right,
.mat-typography .mtx-grid .mat-table-sticky-right {
  background-color: #fdfbff;
}
body .mat-table-container::-webkit-scrollbar-track,
.mat-typography .mat-table-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.096);
  border-radius: 10px;
  background-color: #F5F5F5;
  margin-bottom: 10px;
}
body .mat-table-container::-webkit-scrollbar,
.mat-typography .mat-table-container::-webkit-scrollbar {
  width: 10px;
  height: 6px;
  background-color: #F5F5F5;
}
body .mat-table-container::-webkit-scrollbar-thumb,
.mat-typography .mat-table-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(112, 109, 109, 0.11);
  background-color: rgba(44, 44, 44, 0.2588235294);
}
body .mat-mdc-paginator-container,
.mat-typography .mat-mdc-paginator-container {
  padding: 10px;
}
body .dashbaord_tab .mat-mdc-tab .mdc-tab-indicator__content--underline,
.mat-typography .dashbaord_tab .mat-mdc-tab .mdc-tab-indicator__content--underline {
  border-color: #da1632 !important;
}
@media screen and (max-width: 576px) {
  body .mat-table-sticky-right,
  .mat-typography .mat-table-sticky-right {
    position: initial !important;
  }
}
.common_table_top_serch_box {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .common_table_top_serch_box {
    flex-direction: column;
    align-items: flex-end;
  }
  .common_table_top_serch_box mat-form-field {
    width: 100%;
  }
}
.imageTable {
  width: calc(100% - 32px);
  margin: 16px;
}
.language-tab-body {
  width: calc(100% - 32px);
  margin: 16px;
}
.common_primary_btn {
  background-image:
    linear-gradient(
      to left,
      #df1e2b,
      #d1093e,
      #c0064d,
      #aa1358,
      #931e5e);
  color: #fff;
  padding: 8px 30px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  min-width: 130px;
}
.common_primary_btn:hover {
  background-image:
    linear-gradient(
      to right,
      #df1e2b,
      #d1093e,
      #c0064d,
      #aa1358,
      #931e5e);
}
.common_secondary_btn {
  padding: 7px 30px;
  border-radius: 20px;
  border: 1px solid #df1e2b;
  color: #df1e2b;
  background-color: transparent;
  cursor: pointer;
  min-width: 130px;
}
.upload-btn {
  box-shadow: none;
  background-color: transparent;
  padding: 8px 30px;
  border-radius: 20px;
  border: 1px dashed #df1e2b;
  color: #df1e2b;
  font-weight: 500;
  cursor: pointer;
}
.upload-btn:hover {
  background-image:
    linear-gradient(
      to left,
      #df1e2b,
      #d1093e,
      #c0064d,
      #aa1358,
      #931e5e);
  color: #fff;
}
.mdc-text-field--filled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.5215686275) !important;
  font-weight: 500;
  font-size: 14px !important;
}
.mat-mdc-form-field {
  display: flex;
}
.cdk-overlay-connected-position-bounding-box .div.mat-mdc-select-panel .mat-mdc-option {
  background-color: rgba(131, 131, 131, 0.12) !important;
}
.mat-form-field-hide-placeholder .mat-mdc-select-placeholder {
  font-size: 4px;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: #aa1358 !important;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-floating-label {
  color: #aa1358 !important;
}
.mat-mdc-form-field-error-wrapper {
  padding: 0;
}
.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
  width: 100%;
  padding: 0 !important;
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper {
    width: 100%;
  }
}
.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-select-arrow {
  height: 18px;
}
.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-select-arrow svg {
  top: 75%;
}
.mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-focus-overlay {
  background-color: transparent !important;
}
.mat-mdc-form-field-infix {
  padding-bottom: 0 !important;
  min-height: 0;
  height: auto;
}
.mat-dropdon-search-option .mat-mdc-form-field-subscript-wrapper {
  min-height: initial;
}
.mat-dropdon-search-option .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mat-mdc-notch-piece {
  border-color: #931e5e;
}
.mat-dropdon-search-option mat-pseudo-checkbox {
  display: none;
}
.no-data-option mat-pseudo-checkbox,
.mat-dropdon-search-option mat-pseudo-checkbox {
  display: none;
}
.common_tabs {
  margin-top: 50px;
}
.common_tabs .mat-mdc-tab {
  padding: 10px 30px;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.common_tabs .mat-mdc-tab:active {
  background-image:
    linear-gradient(
      to left,
      #df1e2b,
      #d1093e,
      #c0064d,
      #aa1358,
      #931e5e);
  border: none;
  color: #fff;
  cursor: pointer;
}
.common_tabs .mat-mdc-tab.mdc-tab--active:hover .mdc-tab-indicator__content--underline,
.common_tabs .mat-mdc-tab.mdc-tab--active:focus .mdc-tab-indicator__content--underline {
  border-color: transparent;
}
.common_tabs .mat-mdc-tab-header {
  margin-bottom: 30px;
  max-width: 97.5%;
  width: 100%;
  margin: 0 auto;
}
.common_tabs .mat-mdc-tab-label-container {
  border-bottom-color: transparent;
}
.common_tabs .mdc-tab__text-label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.common_tabs .mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label {
  color: #fff;
}
.common_tabs .mat-mdc-tab.mdc-tab--active:focus .mdc-tab__text-label {
  color: #fff;
}
.common_tabs .mat-mdc-tab .mdc-tab-indicator__content--underline {
  border-color: initial;
}
.common_tabs .mat-mdc-tab-labels {
  border: 0;
  background-color: #efedf1;
  border-radius: 30px;
}
.common_tabs .mat-mdc-tab-labels .mat-mdc-tab {
  height: auto;
  color: transparent;
  background-color: #efedf1;
  text-transform: uppercase;
}
.common_tabs .mat-mdc-tab-labels .mdc-tab--active {
  background-image:
    linear-gradient(
      to left,
      #df1e2b,
      #d1093e,
      #c0064d,
      #aa1358,
      #931e5e);
}
.common_tabs .mat-mdc-tab-labels .mdc-tab--active .mdc-tab__text-label {
  color: #fff;
}
.common_tabs .mat-mdc-tab-labels .mdc-tab--active .mdc-tab-indicator__content--underline {
  background-image: initial;
  border-color: initial;
}
.mat-error {
  display: block;
  font-family: var(--mat-form-field-subscript-text-font);
  font-size: var(--mat-form-field-subscript-text-size);
  font-weight: var(--mat-form-field-subscript-text-weight);
  line-height: var(--mat-form-field-subscript-text-line-height);
  color: var(--mat-form-field-error-text-color);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
}
.mat-mdc-form-field-hint-wrapper,
.mat-mdc-form-field-error-wrapper {
  padding: 0% !important;
}
.mat-tab-body {
  padding: 0 16px;
  width: 100%;
}
.image-preview-section {
  height: 100px;
  width: 100px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 3px;
  margin-top: 10px;
}
.image-preview-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-preview-section .clear-button-image {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.image-preview-section .clear-button-image mat-icon {
  height: 16px;
  width: 16px;
}
.add-image-popup {
  height: 90%;
}
.cursor {
  cursor: pointer;
}
.search-box {
  height: 36px !important;
}
.search-box .mat-mdc-text-field-wrapper {
  height: 36px !important;
}
.search-box .mat-mdc-form-field-infix {
  min-height: 36px !important;
}
.search-box .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-top: 7px !important;
  padding-bottom: 0 !important;
}
.search-box .mat-mdc-form-field-icon-suffix > .mat-icon {
  padding: 6px !important;
}
.mat-dropdon-search-option {
  background-color: #fff !important;
}
.mat-dropdon-search-option span {
  width: 100%;
}
mtx-grid-cell span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.long-text-hide mtx-grid-cell span {
  word-break: break-all;
}
.theme-dark .active-lang {
  background-color: #5a5858 !important;
}
.theme-dark .angular-editor-toolbar .angular-editor-toolbar-set .angular-editor-button {
  background-color: #6b6b6b !important;
  border: 1px solid #8a8a8a !important;
}
.theme-dark .ae-font .ae-picker-label {
  background-color: #6b6b6b !important;
  border: 1px solid #8a8a8a !important;
}
.theme-dark .ae-font .ae-picker-label::before {
  background: #6b6b6b !important;
}
.theme-dark .angular-editor-toolbar {
  background-color: #6b6b6b !important;
  border: 1px solid #8a8a8a !important;
}
.theme-dark .angular-editor .angular-editor-wrapper .angular-editor-textarea {
  border: 1px solid #8a8a8a !important;
}
.theme-dark .readonly_input .mat-mdc-text-field-wrapper {
  background-color: #5a5858;
}
.theme-dark .mat-mdc-raised-button:not(:disabled) {
  background-color: #5a5858;
}
.mtx-grid .mat-mdc-table .mat-mdc-cell.selected {
  box-shadow: none !important;
}
.custon-action-button mat-icon {
  height: 20px;
  width: 20px;
}
.mat-mdc-form-field-subscript-wrapper {
  min-height: 21px;
}
.without-subscript .mat-mdc-form-field-subscript-wrapper {
  min-height: auto;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.common_button_group_box {
  justify-content: end;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 390px) {
  .common_button_group_box {
    justify-content: center;
    flex-direction: column-reverse !important;
  }
  .common_button_group_box .common_secondary_btn {
    width: 100%;
  }
  .common_button_group_box .common_primary_btn {
    width: 100%;
  }
}
.large-image-preview {
  position: relative;
  height: 252px;
  width: 252px;
}
.large-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.large-image-preview .close_btn_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
  right: 10px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate {
  background-color: #df1e2b !important;
  border-color: #df1e2b !important;
}
@font-face {
  font-family: "Now";
  src: url("./media/Now-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Nourd";
  src: url("./media/Nourd-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gotham";
  src: url("./media/Gotham-Book.ttf") format("truetype");
}
.tox .tox-statusbar {
  display: none !important;
}
.common_table_top_serch_box mat-form-field {
  width: 500px !important;
}

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