@charset "UTF-8";

/* src/styles/themes/_theme.scss */
:export {
  yllwYellowPrimary: #ffcc00;
  yllwYellowLight: #ffdd33;
  yllwYellowLighter: #ffeeaa;
  yllwBackground: #fafafa;
  yllwSurface: #ffffff;
  yllwSurfaceVariant: #f5f5f5;
}
html {
  --mat-app-background-color: #ffffff;
  --mat-app-text-color: #1c1b1e;
  --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, #1c1b1e 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-option-label-text-color: #1c1b1e;
  --mat-option-selected-state-label-text-color: #4a4458;
  --mat-option-selected-state-layer-color: #e8def8;
  --mat-optgroup-label-text-color: #9e9e9e;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #645600;
  --mat-pseudo-checkbox-full-unselected-icon-color: #9e9e9e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #645600;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font:
    GDGrio,
    Arial,
    sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-font:
    GDGrio,
    Arial,
    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: #ffffff;
  --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: #e6e1e6;
  --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: #ffffff;
  --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: #cac4cf;
  --mat-card-subtitle-text-color: #1c1b1e;
  --mat-card-subtitle-text-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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: #645600;
  --mat-progress-bar-track-color: #f5f5f5;
  --mat-tooltip-container-color: #313033;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #f4eff4;
  --mat-tooltip-supporting-text-font:
    GDGrio,
    Arial,
    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, #1c1b1e 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #9e9e9e;
  --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: #9e9e9e;
  --mat-form-field-filled-caret-color: #645600;
  --mat-form-field-filled-container-color: #f5f5f5;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1c1b1e 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1c1b1e 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: #645600;
  --mat-form-field-filled-focus-label-text-color: #645600;
  --mat-form-field-filled-hover-active-indicator-color: #1c1b1e;
  --mat-form-field-filled-hover-label-text-color: #9e9e9e;
  --mat-form-field-filled-input-text-color: #1c1b1e;
  --mat-form-field-filled-input-text-placeholder-color: #9e9e9e;
  --mat-form-field-filled-label-text-color: #9e9e9e;
  --mat-form-field-focus-select-arrow-color: #645600;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #9e9e9e;
  --mat-form-field-outlined-caret-color: #645600;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1c1b1e 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: #645600;
  --mat-form-field-outlined-focus-outline-color: #645600;
  --mat-form-field-outlined-hover-label-text-color: #1c1b1e;
  --mat-form-field-outlined-hover-outline-color: #1c1b1e;
  --mat-form-field-outlined-input-text-color: #1c1b1e;
  --mat-form-field-outlined-input-text-placeholder-color: #9e9e9e;
  --mat-form-field-outlined-label-text-color: #9e9e9e;
  --mat-form-field-outlined-outline-color: #7a757f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-select-option-text-color: #1c1b1e;
  --mat-form-field-state-layer-color: #1c1b1e;
  --mat-form-field-trailing-icon-color: #9e9e9e;
  --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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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: #ffffff;
  --mat-select-enabled-trigger-text-color: #1c1b1e;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-select-placeholder-text-color: #9e9e9e;
  --mat-select-enabled-arrow-color: #9e9e9e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-select-focused-arrow-color: #645600;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font:
    GDGrio,
    Arial,
    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: #ffffff;
  --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: #ffffff;
  --mat-dialog-subhead-color: #1c1b1e;
  --mat-dialog-supporting-text-color: #9e9e9e;
  --mat-dialog-subhead-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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, #1c1b1e 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-chip-elevated-selected-container-color: #e8def8;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-chip-focus-outline-color: #9e9e9e;
  --mat-chip-focus-state-layer-color: #9e9e9e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #9e9e9e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #9e9e9e;
  --mat-chip-outline-color: #7a757f;
  --mat-chip-selected-disabled-trailing-icon-color: #1c1b1e;
  --mat-chip-selected-focus-state-layer-color: #4a4458;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #4a4458;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #4a4458;
  --mat-chip-selected-trailing-action-state-layer-color: #4a4458;
  --mat-chip-selected-trailing-icon-color: #4a4458;
  --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: #9e9e9e;
  --mat-chip-with-icon-disabled-icon-color: #1c1b1e;
  --mat-chip-with-icon-icon-color: #9e9e9e;
  --mat-chip-with-icon-selected-icon-color: #4a4458;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1c1b1e;
  --mat-chip-with-trailing-icon-trailing-icon-color: #9e9e9e;
  --mat-chip-container-height: 32px;
  --mat-chip-label-text-font:
    GDGrio,
    Arial,
    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: #1c1b1e;
  --mat-slide-toggle-disabled-selected-handle-color: #ffffff;
  --mat-slide-toggle-disabled-selected-icon-color: #1c1b1e;
  --mat-slide-toggle-disabled-selected-track-color: #1c1b1e;
  --mat-slide-toggle-disabled-unselected-handle-color: #1c1b1e;
  --mat-slide-toggle-disabled-unselected-icon-color: #f5f5f5;
  --mat-slide-toggle-disabled-unselected-track-color: #f5f5f5;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1c1b1e;
  --mat-slide-toggle-label-text-color: #1c1b1e;
  --mat-slide-toggle-selected-focus-handle-color: #f0d300;
  --mat-slide-toggle-selected-focus-state-layer-color: #645600;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #645600;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #f0d300;
  --mat-slide-toggle-selected-hover-state-layer-color: #645600;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #645600;
  --mat-slide-toggle-selected-icon-color: #4a3f00;
  --mat-slide-toggle-selected-pressed-handle-color: #f0d300;
  --mat-slide-toggle-selected-pressed-state-layer-color: #645600;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #645600;
  --mat-slide-toggle-selected-track-color: #645600;
  --mat-slide-toggle-track-outline-color: #7a757f;
  --mat-slide-toggle-unselected-focus-handle-color: #9e9e9e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1c1b1e;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #f5f5f5;
  --mat-slide-toggle-unselected-handle-color: #7a757f;
  --mat-slide-toggle-unselected-hover-handle-color: #9e9e9e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1c1b1e;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #f5f5f5;
  --mat-slide-toggle-unselected-icon-color: #f5f5f5;
  --mat-slide-toggle-unselected-pressed-handle-color: #9e9e9e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1c1b1e;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #f5f5f5;
  --mat-slide-toggle-unselected-track-color: #f5f5f5;
  --mat-slide-toggle-touch-target-display: block;
  --mat-slide-toggle-label-text-font:
    GDGrio,
    Arial,
    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: #645600;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1c1b1e;
  --mat-radio-disabled-unselected-icon-color: #1c1b1e;
  --mat-radio-label-text-color: #1c1b1e;
  --mat-radio-ripple-color: #1c1b1e;
  --mat-radio-selected-focus-icon-color: #645600;
  --mat-radio-selected-hover-icon-color: #645600;
  --mat-radio-selected-icon-color: #645600;
  --mat-radio-selected-pressed-icon-color: #645600;
  --mat-radio-unselected-focus-icon-color: #1c1b1e;
  --mat-radio-unselected-hover-icon-color: #1c1b1e;
  --mat-radio-unselected-icon-color: #9e9e9e;
  --mat-radio-unselected-pressed-icon-color: #1c1b1e;
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-label-text-font:
    GDGrio,
    Arial,
    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-value-indicator-transform-origin: 0 28px;
  --mat-slider-active-track-color: #645600;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1c1b1e;
  --mat-slider-disabled-handle-color: #1c1b1e;
  --mat-slider-disabled-inactive-track-color: #1c1b1e;
  --mat-slider-focus-handle-color: #645600;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #645600 20%, transparent);
  --mat-slider-handle-color: #645600;
  --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: #645600;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #645600 5%, transparent);
  --mat-slider-inactive-track-color: #f5f5f5;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #645600;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #645600;
  --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: #1c1b1e;
  --mat-slider-with-tick-marks-inactive-container-color: #9e9e9e;
  --mat-slider-label-label-text-font:
    GDGrio,
    Arial,
    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: #f5f5f5;
  --mat-menu-item-label-text-color: #1c1b1e;
  --mat-menu-item-icon-color: #9e9e9e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-menu-container-color: #ffffff;
  --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:
    GDGrio,
    Arial,
    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: #e8def8;
  --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: #1c1b1e;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1c1b1e;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1c1b1e;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1c1b1e;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1c1b1e;
  --mat-list-list-item-focus-state-layer-color: #1c1b1e;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1c1b1e;
  --mat-list-list-item-hover-state-layer-color: #1c1b1e;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1c1b1e;
  --mat-list-list-item-leading-avatar-color: #f0d300;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #9e9e9e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #645600;
  --mat-list-list-item-supporting-text-color: #9e9e9e;
  --mat-list-list-item-trailing-icon-color: #9e9e9e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #9e9e9e;
  --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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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: #1c1b1e;
  --mat-paginator-container-background-color: #ffffff;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-paginator-enabled-icon-color: #9e9e9e;
  --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:
    GDGrio,
    Arial,
    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: #645600;
  --mat-tab-active-focus-label-text-color: #1c1b1e;
  --mat-tab-active-hover-indicator-color: #645600;
  --mat-tab-active-hover-label-text-color: #1c1b1e;
  --mat-tab-active-indicator-color: #645600;
  --mat-tab-active-label-text-color: #1c1b1e;
  --mat-tab-active-ripple-color: #1c1b1e;
  --mat-tab-divider-color: #f5f5f5;
  --mat-tab-inactive-focus-label-text-color: #1c1b1e;
  --mat-tab-inactive-hover-label-text-color: #1c1b1e;
  --mat-tab-inactive-label-text-color: #1c1b1e;
  --mat-tab-inactive-ripple-color: #1c1b1e;
  --mat-tab-pagination-icon-color: #1c1b1e;
  --mat-tab-disabled-ripple-color: #9e9e9e;
  --mat-tab-container-height: 48px;
  --mat-tab-label-text-font:
    GDGrio,
    Arial,
    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, #1c1b1e 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #ffffff;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-checkbox-label-text-color: #1c1b1e;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #645600;
  --mat-checkbox-selected-focus-state-layer-color: #645600;
  --mat-checkbox-selected-hover-icon-color: #645600;
  --mat-checkbox-selected-hover-state-layer-color: #645600;
  --mat-checkbox-selected-icon-color: #645600;
  --mat-checkbox-selected-pressed-icon-color: #645600;
  --mat-checkbox-selected-pressed-state-layer-color: #1c1b1e;
  --mat-checkbox-unselected-focus-icon-color: #1c1b1e;
  --mat-checkbox-unselected-focus-state-layer-color: #1c1b1e;
  --mat-checkbox-unselected-hover-icon-color: #1c1b1e;
  --mat-checkbox-unselected-hover-state-layer-color: #1c1b1e;
  --mat-checkbox-unselected-icon-color: #9e9e9e;
  --mat-checkbox-unselected-pressed-state-layer-color: #645600;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-checkbox-label-text-font:
    GDGrio,
    Arial,
    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: #645600;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #9e9e9e;
  --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, #1c1b1e 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #9e9e9e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #645600;
  --mat-button-outlined-outline-color: #7a757f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #645600 12%, transparent);
  --mat-button-outlined-state-layer-color: #645600;
  --mat-button-protected-container-color: #ffffff;
  --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, #1c1b1e 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, #1c1b1e 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #9e9e9e;
  --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: #645600;
  --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, #645600 12%, transparent);
  --mat-button-protected-state-layer-color: #645600;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #9e9e9e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #645600;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #645600 12%, transparent);
  --mat-button-text-state-layer-color: #645600;
  --mat-button-tonal-container-color: #e8def8;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #9e9e9e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #4a4458;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #4a4458 12%, transparent);
  --mat-button-tonal-state-layer-color: #4a4458;
  --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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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, #1c1b1e 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #9e9e9e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #9e9e9e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #9e9e9e 12%, transparent);
  --mat-icon-button-state-layer-color: #9e9e9e;
  --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: #f0d300;
  --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, #1c1b1e 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1c1b1e 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: #4a3f00;
  --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, #4a3f00 12%, transparent);
  --mat-fab-small-container-color: #f0d300;
  --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, #1c1b1e 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1c1b1e 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: #4a3f00;
  --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, #4a3f00 12%, transparent);
  --mat-fab-small-state-layer-color: #4a3f00;
  --mat-fab-state-layer-color: #4a3f00;
  --mat-fab-touch-target-display: block;
  --mat-fab-extended-label-text-font:
    GDGrio,
    Arial,
    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: #d4b800;
  --mat-snack-bar-container-color: #313033;
  --mat-snack-bar-supporting-text-color: #f4eff4;
  --mat-snack-bar-supporting-text-font:
    GDGrio,
    Arial,
    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: #ffffff;
  --mat-table-header-headline-color: #1c1b1e;
  --mat-table-row-item-label-text-color: #1c1b1e;
  --mat-table-row-item-outline-color: #7a757f;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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: #645600;
  --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:
    GDGrio,
    Arial,
    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: #1c1b1e;
  --mat-bottom-sheet-container-background-color: #ffffff;
  --mat-bottom-sheet-container-text-font:
    GDGrio,
    Arial,
    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, #1c1b1e 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-toggle-divider-color: #7a757f;
  --mat-button-toggle-selected-state-background-color: #e8def8;
  --mat-button-toggle-selected-state-text-color: #4a4458;
  --mat-button-toggle-state-layer-color: #1c1b1e;
  --mat-button-toggle-text-color: #1c1b1e;
  --mat-button-toggle-height: 40px;
  --mat-button-toggle-label-text-font:
    GDGrio,
    Arial,
    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: #1c1b1e;
  --mat-datepicker-calendar-container-background-color: #ece7eb;
  --mat-datepicker-calendar-container-text-color: #1c1b1e;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffd9e3;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #625b71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #e8def8;
  --mat-datepicker-calendar-date-in-range-state-background-color: #f0d300;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #645600;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #645600;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1c1b1e;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #645600;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #645600;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #9e9e9e;
  --mat-datepicker-calendar-navigation-button-icon-color: #9e9e9e;
  --mat-datepicker-calendar-period-button-icon-color: #9e9e9e;
  --mat-datepicker-calendar-period-button-text-color: #9e9e9e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1c1b1e;
  --mat-datepicker-toggle-active-state-icon-color: #645600;
  --mat-datepicker-toggle-icon-color: #9e9e9e;
  --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:
    GDGrio,
    Arial,
    sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-divider-width: 1px;
  --mat-divider-color: #cac4cf;
  --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: #7a757f;
  --mat-expansion-container-background-color: #ffffff;
  --mat-expansion-container-text-color: #1c1b1e;
  --mat-expansion-header-description-color: #9e9e9e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-expansion-header-indicator-color: #9e9e9e;
  --mat-expansion-header-text-color: #1c1b1e;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-text-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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 GDGrio,
    Arial,
    sans-serif;
  --mat-grid-list-tile-header-secondary-text-size:
    400 0.875rem / 1.25rem GDGrio,
    Arial,
    sans-serif;
  --mat-grid-list-tile-footer-primary-text-size:
    400 1rem / 1.5rem GDGrio,
    Arial,
    sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size:
    400 0.875rem / 1.25rem GDGrio,
    Arial,
    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: #ffffff;
  --mat-sidenav-container-text-color: #9e9e9e;
  --mat-sidenav-content-background-color: #ffffff;
  --mat-sidenav-content-text-color: #1c1b1e;
  --mat-sidenav-scrim-color: color-mix(in srgb, #322f38 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: #ffffff;
  --mat-stepper-header-done-state-icon-background-color: #645600;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #645600;
  --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, #1c1b1e 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-stepper-header-icon-background-color: #9e9e9e;
  --mat-stepper-header-icon-foreground-color: #ffffff;
  --mat-stepper-header-label-text-color: #9e9e9e;
  --mat-stepper-header-optional-label-text-color: #9e9e9e;
  --mat-stepper-header-selected-state-icon-background-color: #645600;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #9e9e9e;
  --mat-stepper-line-color: #7a757f;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font:
    GDGrio,
    Arial,
    sans-serif;
  --mat-stepper-header-label-text-font:
    GDGrio,
    Arial,
    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: #1c1b1e;
  --mat-toolbar-container-background-color: #ffffff;
  --mat-toolbar-container-text-color: #1c1b1e;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font:
    GDGrio,
    Arial,
    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: #ffffff;
  --mat-tree-node-text-color: #1c1b1e;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font:
    GDGrio,
    Arial,
    sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-background-color: #ffffff;
  --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);
  --yllw-yellow-primary: #ffcc00;
  --yllw-yellow-light: #ffdd33;
  --yllw-yellow-lighter: #ffeeaa;
  --yllw-background: #fafafa;
  --yllw-surface: #ffffff;
  --yllw-surface-variant: #f5f5f5;
}
html .mat-display-large,
html .mat-typography .mat-display-large,
html .mat-typography h1 {
  font:
    400 3.562rem / 4rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: -0.016rem;
  margin: 0 0 0.5em;
}
html .mat-display-medium,
html .mat-typography .mat-display-medium,
html .mat-typography h2 {
  font:
    400 2.812rem / 3.25rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-display-small,
html .mat-typography .mat-display-small,
html .mat-typography h3 {
  font:
    400 2.25rem / 2.75rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-headline-large,
html .mat-typography .mat-headline-large,
html .mat-typography h4 {
  font:
    400 2rem / 2.5rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-headline-medium,
html .mat-typography .mat-headline-medium,
html .mat-typography h5 {
  font:
    400 1.75rem / 2.25rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-headline-small,
html .mat-typography .mat-headline-small,
html .mat-typography h6 {
  font:
    400 1.5rem / 2rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0;
  margin: 0 0 0.5em;
}
html .mat-title-large,
html .mat-typography .mat-title-large {
  font:
    400 1.375rem / 1.75rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0;
}
html .mat-title-medium,
html .mat-typography .mat-title-medium {
  font:
    500 1rem / 1.5rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0.009rem;
}
html .mat-title-small,
html .mat-typography .mat-title-small {
  font:
    500 0.875rem / 1.25rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0.006rem;
}
html .mat-body-large,
html .mat-typography .mat-body-large,
html .mat-typography {
  font:
    400 1rem / 1.5rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0.031rem;
}
html .mat-body-large p,
html .mat-typography .mat-body-large p,
html .mat-typography p {
  margin: 0 0 0.75em;
}
html .mat-body-medium,
html .mat-typography .mat-body-medium {
  font:
    400 0.875rem / 1.25rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0.016rem;
}
html .mat-body-small,
html .mat-typography .mat-body-small {
  font:
    400 0.75rem / 1rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0.025rem;
}
html .mat-label-large,
html .mat-typography .mat-label-large {
  font:
    500 0.875rem / 1.25rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0.006rem;
}
html .mat-label-medium,
html .mat-typography .mat-label-medium {
  font:
    500 0.75rem / 1rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0.031rem;
}
html .mat-label-small,
html .mat-typography .mat-label-small {
  font:
    500 0.688rem / 1rem "GDGrio",
    Arial,
    sans-serif;
  letter-spacing: 0.031rem;
}
html {
  --mdc-chip-outline-color: transparent;
  --mdc-chip-label-font-size: 12px;
  --mdc-chip-label-text-size: 12px;
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-label-text-color: black;
  --mdc-chip-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: uppercase;
  --mdc-protected-button-label-text-color: #333333;
  --mdc-protected-button-container-color: var(--yllw-yellow-primary);
  --mdc-protected-button-container-shape: 8px;
  --mdc-protected-button-hover-state-layer-color: var(--yllw-yellow-light);
  --mdc-text-button-label-text-transform: uppercase;
  --mdc-text-button-container-shape: 8px;
  --mdc-text-button-label-text-color: #333333;
  --mdc-text-button-hover-state-layer-color: var(--yllw-yellow-lighter);
  --mdc-fab-small-container-shape: 8px;
  --mat-fab-small-foreground-color: #333333;
  --mdc-fab-small-container-color: var(--yllw-yellow-primary);
  --mat-card-title-text-size: 16px;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-color: #6c6c6c;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-container-color: var(--yllw-surface);
  --mdc-elevated-card-container-elevation: 0 2px 8px rgba(0, 0, 0, 0.1);
  --mat-form-field-container-text-line-height: normal;
  --mat-form-field-focus-overlay-color: var(--yllw-yellow-lighter);
  --mat-form-field-filled-with-label-container-color: var(--yllw-surface-variant);
  --mat-form-field-outlined-label-text-populated-color: #333333;
  --mat-form-field-outlined-label-text-focus-color: #333333;
  --mat-dialog-container-max-width: 900px !important;
  --mat-dialog-container-color: var(--yllw-surface);
  --mat-dialog-container-elevation: 0 8px 24px rgba(0, 0, 0, 0.15);
  --mat-option-selected-state-label-text-color: #333333;
  --mat-option-hover-state-layer-color: var(--yllw-yellow-lighter);
  --mat-option-selected-state-layer-color: var(--yllw-yellow-light);
  --mat-snack-bar-button-color: #333333;
  --mdc-snackbar-container-color: var(--yllw-yellow-light);
  --mdc-snackbar-supporting-text-color: #333333;
}
html .mat-mdc-table .mat-mdc-button,
html .mat-mdc-table .mat-mdc-raised-button,
html .mat-mdc-table .mat-mdc-unelevated-button,
html .mat-mdc-table .mat-mdc-outlined-button {
  background-color: transparent !important;
  color: #333333 !important;
}
html .mat-mdc-table .mat-mdc-button:hover,
html .mat-mdc-table .mat-mdc-raised-button:hover,
html .mat-mdc-table .mat-mdc-unelevated-button:hover,
html .mat-mdc-table .mat-mdc-outlined-button:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
html .mat-mdc-table .mat-mdc-button.mat-mdc-raised-button,
html .mat-mdc-table .mat-mdc-raised-button.mat-mdc-raised-button,
html .mat-mdc-table .mat-mdc-unelevated-button.mat-mdc-raised-button,
html .mat-mdc-table .mat-mdc-outlined-button.mat-mdc-raised-button {
  background-color: #333333 !important;
  color: white !important;
}
html .mat-mdc-table .mat-mdc-button.mat-mdc-raised-button:hover,
html .mat-mdc-table .mat-mdc-raised-button.mat-mdc-raised-button:hover,
html .mat-mdc-table .mat-mdc-unelevated-button.mat-mdc-raised-button:hover,
html .mat-mdc-table .mat-mdc-outlined-button.mat-mdc-raised-button:hover {
  background-color: #555555 !important;
}
html .wand-icon-button,
html button.wand-icon-button {
  background-color: transparent !important;
  color: #666 !important;
  min-width: auto !important;
  padding: 8px !important;
  border: none !important;
}
html .wand-icon-button:hover,
html button.wand-icon-button:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #333 !important;
}
html .wand-icon-button mat-icon,
html button.wand-icon-button mat-icon {
  color: #666 !important;
}
html .wand-icon-button mat-icon:hover,
html button.wand-icon-button mat-icon:hover {
  color: #333 !important;
}
html mat-icon[role=button],
html mat-icon.clickable-wand {
  color: #666 !important;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
}
html mat-icon[role=button]:hover,
html mat-icon.clickable-wand:hover {
  color: #333 !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
html .change-button-with-padding {
  padding: 12px 24px !important;
  margin: 8px !important;
}
html mat-card mat-card-actions {
  justify-content: flex-end !important;
  padding-right: 16px !important;
}

/* src/styles/index.scss */
:export {
  yllwYellowPrimary: #ffcc00;
  yllwYellowLight: #ffdd33;
  yllwYellowLighter: #ffeeaa;
  yllwBackground: #fafafa;
  yllwSurface: #ffffff;
  yllwSurfaceVariant: #f5f5f5;
}
:root {
  --yllw-yellow-primary: #ffcc00;
  --yllw-yellow-light: #ffdd33;
  --yllw-yellow-lighter: #ffeeaa;
  --yllw-yellow-dark: #e6b800;
  --yllw-background: #fafafa;
  --yllw-surface: #ffffff;
  --yllw-surface-variant: #f5f5f5;
  --yllw-border-color: #e0e0e0;
  --yllw-text-primary: #333333;
  --yllw-text-secondary: #333333;
  --yllw-text-accent: #333333;
  --yllw-shadow-1: 0 1px 3px rgba(0, 0, 0, 0.1);
  --yllw-shadow-2: 0 2px 4px rgba(0, 0, 0, 0.1);
  --yllw-shadow-3: 0 2px 8px rgba(0, 0, 0, 0.1);
  --yllw-shadow-4: 0 8px 24px rgba(0, 0, 0, 0.15);
  --yllw-border-radius-small: 4px;
  --yllw-border-radius-medium: 8px;
  --yllw-border-radius-large: 12px;
  --yllw-border-radius-xlarge: 16px;
}
.yllw-bg-primary {
  background-color: var(--yllw-yellow-primary) !important;
}
.yllw-bg-light {
  background-color: var(--yllw-yellow-light) !important;
}
.yllw-bg-lighter {
  background-color: var(--yllw-yellow-lighter) !important;
}
.yllw-bg-surface {
  background-color: var(--yllw-surface) !important;
}
.yllw-bg-variant {
  background-color: var(--yllw-surface-variant) !important;
}
.yllw-text-primary {
  color: var(--yllw-text-primary) !important;
}
.yllw-text-secondary {
  color: var(--yllw-text-secondary) !important;
}
.yllw-text-accent {
  color: var(--yllw-text-accent) !important;
}
.yllw-border {
  border: 1px solid var(--yllw-border-color) !important;
}
.yllw-border-yellow {
  border: 1px solid var(--yllw-yellow-primary) !important;
}
.yllw-shadow-1 {
  box-shadow: var(--yllw-shadow-1) !important;
}
.yllw-shadow-2 {
  box-shadow: var(--yllw-shadow-2) !important;
}
.yllw-shadow-3 {
  box-shadow: var(--yllw-shadow-3) !important;
}
.yllw-shadow-4 {
  box-shadow: var(--yllw-shadow-4) !important;
}
.yllw-radius-small {
  border-radius: var(--yllw-border-radius-small) !important;
}
.yllw-radius-medium {
  border-radius: var(--yllw-border-radius-medium) !important;
}
.yllw-radius-large {
  border-radius: var(--yllw-border-radius-large) !important;
}
.yllw-radius-xlarge {
  border-radius: var(--yllw-border-radius-xlarge) !important;
}
.yllw-transition-fast {
  transition: all 0.15s ease !important;
}
.yllw-transition-normal {
  transition: all 0.2s ease !important;
}
.yllw-transition-slow {
  transition: all 0.3s ease !important;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-flex {
  display: flex !important;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-grow-1 {
  flex-grow: 1;
}
.float-right {
  float: right;
}
.v-hidden {
  visibility: hidden;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-flex-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.w-1-3 {
  width: 33.3333333333%;
}
.w-1-2 {
  width: 50%;
}
.w-2-3 {
  width: 66.6666666667%;
}
.w-2-5 {
  width: 40%;
}
.w-3-5 {
  width: 60%;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.border-box {
  box-sizing: border-box;
}
.border-radius-0 {
  border-radius: 0px !important;
}
.text-align-left {
  text-align: left !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-right {
  text-align: right !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.draggable:hover {
  cursor: move;
}
.no-select {
  -webkit-user-select: none;
  user-select: none;
}
.clickable:hover {
  cursor: pointer;
}
.uppercase {
  text-transform: uppercase;
}
.core-error-icon {
  color: red;
}
.core-warning-icon {
  color: orange;
}
.core-info-icon {
  color: rgb(0, 0, 0);
}
.core-success-icon {
  color: rgb(32, 167, 83);
}
.core-icon-click {
  cursor: pointer;
}
.core-default-icon {
  color: rgba(173, 173, 173, 0.448);
}
.en-header-image-avatar {
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/GB.svg);
  background-size: cover;
}
.en-header-image-option-select {
  margin-top: 10px;
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/GB.svg);
}
.fi-header-image-toolbar {
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/FI.svg);
  width: 20px !important;
  height: 15px !important;
}
.fi-header-image-avatar {
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/FI.svg);
  background-size: cover;
}
.fi-header-image-option-select {
  margin-top: 10px;
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/FI.svg);
}
.sv-header-image-toolbar,
.se-header-image-toolbar {
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/SE.svg);
  width: 20px !important;
  height: 15px !important;
}
.sv-header-image-avatar,
.se-header-image-avatar {
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/SE.svg);
  background-size: cover;
}
.sv-header-image-option-select,
.se-header-image-option-select {
  margin-top: 10px;
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/SE.svg);
}
.no-header-image-toolbar {
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/NO.svg);
  width: 20px !important;
  height: 15px !important;
}
.no-header-image-avatar {
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/NO.svg);
  background-size: cover;
}
.no-header-image-option-select {
  margin-top: 10px;
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/NO.svg);
}
.da-header-image-toolbar,
.dk-header-image-toolbar {
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/DK.svg);
  width: 20px !important;
  height: 15px !important;
}
.da-header-image-avatar,
.dk-header-image-avatar {
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/DK.svg);
  background-size: cover;
}
.da-header-image-option-select,
.dk-header-image-option-select {
  margin-top: 10px;
  background-image: url(http://purecatamphetamine.github.io/country-flag-icons/3x2/DK.svg);
}
.currency-suffix,
.percentage-suffix,
.unit-suffix {
  font-size: 14px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 15px;
}
.currency-suffix .vat-suffix,
.percentage-suffix .vat-suffix,
.unit-suffix .vat-suffix {
  font-size: 12px;
  font-style: italic;
}
.max-length-suffix {
  font-style: italic;
  font-size: 12px !important;
  padding-right: 10px;
}
.card-action-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 24px;
  margin-top: auto;
  gap: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.mat-card .card-action-buttons {
  position: absolute;
  bottom: 16px;
  right: 24px;
  left: auto;
  padding: 0;
  margin: 0;
}
.mat-card.has-action-buttons {
  position: relative;
  padding-bottom: 80px;
}
.action-buttons-bottom-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e0e0e0;
}
.mat-mdc-button {
  text-transform: uppercase !important;
  border-radius: 8px !important;
  letter-spacing: 0.5px !important;
  color: #000000 !important;
  font-weight: 500 !important;
}
.mat-mdc-button.mat-primary {
  background-color: var(--yllw-yellow-primary) !important;
}
.mat-mdc-button.mat-primary:hover:not(:disabled) {
  background-color: var(--yllw-yellow-light) !important;
  box-shadow: var(--yllw-shadow-2) !important;
}
.mat-mdc-button.mat-primary:active:not(:disabled) {
  background-color: var(--yllw-yellow-dark) !important;
  box-shadow: var(--yllw-shadow-1) !important;
}
.mat-mdc-button.mat-accent {
  background-color: transparent;
  color: var(--yllw-yellow-primary);
  border: 1px solid var(--yllw-yellow-primary);
}
.mat-mdc-button.mat-accent:hover:not(:disabled) {
  background-color: var(--yllw-yellow-lighter);
  color: var(--yllw-text-primary);
}
.mat-mdc-raised-button {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
  letter-spacing: 0.5px !important;
  box-shadow: var(--yllw-shadow-2) !important;
}
.mat-mdc-raised-button.mat-primary {
  background-color: var(--yllw-yellow-primary) !important;
  color: var(--yllw-text-primary) !important;
}
.mat-mdc-raised-button.mat-primary:hover:not(:disabled) {
  background-color: var(--yllw-yellow-lighter) !important;
  box-shadow: var(--yllw-shadow-3) !important;
}
.mat-mdc-raised-button.mat-primary:active:not(:disabled) {
  background-color: var(--yllw-yellow-primary) !important;
  box-shadow: var(--yllw-shadow-1) !important;
}
.mat-mdc-raised-button.mat-accent {
  background-color: var(--yllw-surface);
  color: var(--yllw-yellow-primary);
  border: 1px solid var(--yllw-yellow-primary);
}
.mat-mdc-raised-button.mat-accent:hover:not(:disabled) {
  background-color: var(--yllw-yellow-lighter);
  color: var(--yllw-text-primary);
  box-shadow: var(--yllw-shadow-3);
}
.mat-mdc-unelevated-button {
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 8px;
  letter-spacing: 0.5px;
}
.mat-mdc-unelevated-button.mat-primary {
  background-color: var(--yllw-yellow-primary);
  color: var(--yllw-text-primary);
}
.mat-mdc-unelevated-button.mat-primary:hover:not(:disabled) {
  background-color: var(--yllw-yellow-light);
  box-shadow: var(--yllw-shadow-2);
}
.mat-mdc-stroked-button {
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 8px;
  letter-spacing: 0.5px;
  border: 1px solid var(--yllw-yellow-primary);
  color: var(--yllw-yellow-primary);
}
.mat-mdc-stroked-button:hover:not(:disabled) {
  background-color: var(--yllw-yellow-lighter);
  border-color: var(--yllw-yellow-light);
  color: var(--yllw-text-primary);
}
.mat-mdc-stroked-button.mat-primary {
  border-color: var(--yllw-yellow-primary);
  color: var(--yllw-yellow-primary);
}
.mat-mdc-fab {
  background-color: var(--yllw-yellow-primary) !important;
  color: var(--yllw-text-primary) !important;
  box-shadow: var(--yllw-shadow-3) !important;
  text-transform: uppercase !important;
}
.mat-mdc-fab:hover:not(:disabled) {
  background-color: var(--yllw-yellow-lighter);
  box-shadow: var(--yllw-shadow-4) !important;
}
.mat-mdc-fab.mat-accent {
  background-color: var(--yllw-yellow-primary) !important;
}
.mat-mdc-mini-fab {
  background-color: var(--yllw-yellow-primary);
  color: var(--yllw-text-primary) !important;
  box-shadow: var(--yllw-shadow-2) !important;
}
.mat-mdc-mini-fab:hover:not(:disabled) {
  background-color: var(--yllw-yellow-light) !important;
  box-shadow: var(--yllw-shadow-3) !important;
}
.mat-mdc-icon-button {
  color: var(--yllw-text-secondary) !important;
  border-radius: 8px !important;
}
.mat-mdc-icon-button.mat-primary {
  color: var(--yllw-yellow-primary) !important;
}
.mat-mdc-icon-button.mat-primary:hover:not(:disabled) {
  background-color: var(--yllw-yellow-lighter) !important;
}
.mat-mdc-icon-button:hover:not(:disabled) {
  background-color: var(--yllw-surface-variant) !important;
}
.mat-mdc-button:disabled,
.mat-mdc-raised-button:disabled,
.mat-mdc-unelevated-button:disabled,
.mat-mdc-stroked-button:disabled,
.mat-mdc-fab:disabled,
.mat-mdc-mini-fab:disabled {
  background-color: var(--yllw-surface-variant) !important;
  color: var(--yllw-text-secondary) !important;
  border-color: var(--yllw-border-color) !important;
  box-shadow: none !important;
  opacity: 0.6;
}
.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-handle-color: var(--yllw-yellow-primary);
  --mdc-switch-selected-track-color: var(--yllw-yellow-light);
  --mdc-switch-selected-pressed-handle-color: var(--yllw-yellow-light);
  --mdc-switch-selected-focus-handle-color: var(--yllw-yellow-primary);
  --mdc-switch-selected-hover-handle-color: var(--yllw-yellow-light);
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-handle-color: var(--yllw-yellow-primary);
  --mdc-switch-selected-track-color: var(--yllw-yellow-light);
  --mdc-switch-selected-pressed-handle-color: var(--yllw-yellow-light);
  --mdc-switch-selected-focus-handle-color: var(--yllw-yellow-primary);
  --mdc-switch-selected-hover-handle-color: var(--yllw-yellow-light);
}
.mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__handle::after {
  background-color: var(--yllw-yellow-primary);
}
.mat-mdc-slide-toggle .mdc-switch--selected .mdc-switch__track::after {
  background-color: var(--yllw-yellow-light);
  opacity: 0.8;
}
.mat-mdc-slide-toggle .mdc-switch:focus .mdc-switch__handle::after {
  box-shadow: 0 0 0 8px var(--yllw-yellow-lighter);
}
.mat-mdc-slide-toggle .mdc-switch:hover .mdc-switch--selected .mdc-switch__handle::after {
  background-color: var(--yllw-yellow-light);
}
.p-button {
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 8px;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
}
.p-button.p-button-primary {
  background-color: var(--yllw-yellow-primary);
  border-color: var(--yllw-yellow-primary);
  color: var(--yllw-text-primary);
}
.p-button.p-button-primary:hover:not(:disabled) {
  background-color: var(--yllw-yellow-light);
  border-color: var(--yllw-yellow-light);
  box-shadow: var(--yllw-shadow-2);
}
.p-button.p-button-primary:active:not(:disabled) {
  background-color: var(--yllw-yellow-primary);
  border-color: var(--yllw-yellow-primary);
  box-shadow: var(--yllw-shadow-1);
}
.p-button.p-button-primary:focus:not(:disabled) {
  box-shadow: 0 0 0 2px var(--yllw-yellow-lighter);
}
.p-button.p-button-secondary {
  background-color: transparent;
  border-color: var(--yllw-yellow-primary);
  color: var(--yllw-yellow-primary);
}
.p-button.p-button-secondary:hover:not(:disabled) {
  background-color: var(--yllw-yellow-lighter);
  border-color: var(--yllw-yellow-light);
  color: var(--yllw-text-primary);
}
.p-button.p-button-outlined {
  background-color: transparent;
  border-color: var(--yllw-yellow-primary);
  color: var(--yllw-yellow-primary);
}
.p-button.p-button-outlined:hover:not(:disabled) {
  background-color: var(--yllw-yellow-lighter);
  border-color: var(--yllw-yellow-light);
  color: var(--yllw-text-primary);
}
.p-button.p-button-text {
  background-color: transparent;
  border-color: transparent;
  color: var(--yllw-yellow-primary);
}
.p-button.p-button-text:hover:not(:disabled) {
  background-color: var(--yllw-yellow-lighter);
  color: var(--yllw-text-primary);
}
.p-button.p-button-success:focus:not(:disabled),
.p-button.p-button-info:focus:not(:disabled),
.p-button.p-button-warning:focus:not(:disabled),
.p-button.p-button-help:focus:not(:disabled) {
  box-shadow: 0 0 0 2px var(--yllw-yellow-lighter);
}
.p-button:disabled {
  background-color: var(--yllw-surface-variant) !important;
  border-color: var(--yllw-border-color) !important;
  color: var(--yllw-text-secondary) !important;
  opacity: 0.6;
}
.p-button-link {
  color: var(--yllw-yellow-primary);
  text-decoration: none;
}
.p-button-link:hover:not(:disabled) {
  color: var(--yllw-text-primary);
  background-color: var(--yllw-yellow-lighter);
  text-decoration: none;
}
.p-button-link:focus:not(:disabled) {
  box-shadow: 0 0 0 2px var(--yllw-yellow-lighter);
}
.p-togglebutton.p-highlight {
  background-color: var(--yllw-yellow-primary);
  border-color: var(--yllw-yellow-primary);
  color: var(--yllw-text-primary);
}
.p-togglebutton.p-highlight:hover:not(:disabled) {
  background-color: var(--yllw-yellow-light);
  border-color: var(--yllw-yellow-light);
}
.p-togglebutton:focus {
  box-shadow: 0 0 0 2px var(--yllw-yellow-lighter);
}
.mat-mdc-tab-group.mat-primary .mat-mdc-tab-labels {
  background-color: var(--yllw-surface);
}
.mat-mdc-tab-group.mat-primary .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  color: #333333;
  font-weight: 600;
}
.mat-mdc-tab-group.mat-primary .mat-mdc-tab.mdc-tab--active .mdc-tab-indicator__content--underline {
  border-color: var(--yllw-yellow-primary);
  border-width: 3px;
}
.mat-mdc-tab-group.mat-primary .mat-mdc-tab:hover:not(.mdc-tab--active) .mdc-tab__text-label {
  color: #666666;
}
.mat-mdc-tab-group.mat-primary .mat-mdc-tab:focus {
  background-color: var(--yllw-yellow-lighter);
}
.mat-mdc-chip.mat-mdc-chip-selected.mat-primary {
  background-color: var(--yllw-yellow-primary);
  color: #000000;
}
.mat-mdc-chip.mat-mdc-chip-selected.mat-primary:hover {
  background-color: var(--yllw-yellow-light);
}
.mat-mdc-chip.mat-primary:not(.mat-mdc-chip-selected) {
  color: #333333;
  border-color: var(--yllw-yellow-primary);
}
.mat-mdc-chip.mat-primary:not(.mat-mdc-chip-selected):hover {
  background-color: var(--yllw-yellow-lighter);
  color: #000000;
}
.mat-mdc-progress-bar.mat-primary {
  --mdc-linear-progress-active-indicator-color: var(--yllw-yellow-primary);
  --mdc-linear-progress-track-color: var(--yllw-yellow-lighter);
}
.mat-mdc-progress-spinner.mat-primary {
  --mdc-circular-progress-active-indicator-color: var(--yllw-yellow-primary);
}
.mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: var(--yllw-yellow-primary);
  --mdc-slider-focus-handle-color: var(--yllw-yellow-light);
  --mdc-slider-hover-handle-color: var(--yllw-yellow-light);
  --mdc-slider-active-track-color: var(--yllw-yellow-primary);
  --mdc-slider-inactive-track-color: var(--yllw-yellow-lighter);
}
.mat-stepper-horizontal .mat-step-header.cdk-keyboard-focused,
.mat-stepper-horizontal .mat-step-header.cdk-program-focused,
.mat-stepper-horizontal .mat-step-header:hover:not([aria-disabled]),
.mat-stepper-horizontal .mat-step-header:hover[aria-disabled=false],
.mat-stepper-vertical .mat-step-header.cdk-keyboard-focused,
.mat-stepper-vertical .mat-step-header.cdk-program-focused,
.mat-stepper-vertical .mat-step-header:hover:not([aria-disabled]),
.mat-stepper-vertical .mat-step-header:hover[aria-disabled=false] {
  background-color: var(--yllw-yellow-lighter);
}
.mat-stepper-horizontal .mat-step-icon.mat-step-icon-selected,
.mat-stepper-horizontal .mat-step-icon.mat-step-icon-state-done,
.mat-stepper-horizontal .mat-step-icon.mat-step-icon-state-edit,
.mat-stepper-vertical .mat-step-icon.mat-step-icon-selected,
.mat-stepper-vertical .mat-step-icon.mat-step-icon-state-done,
.mat-stepper-vertical .mat-step-icon.mat-step-icon-state-edit {
  background-color: var(--yllw-yellow-primary);
  color: #000000;
}
.mat-stepper-horizontal .mat-step-icon-selected,
.mat-stepper-vertical .mat-step-icon-selected {
  background-color: var(--yllw-yellow-primary);
  color: #000000;
}
.mat-badge.mat-badge-accent .mat-badge-content {
  background-color: var(--yllw-yellow-primary);
  color: #000000;
}
.mat-mdc-snack-bar-container.mat-accent {
  --mdc-snackbar-container-color: var(--yllw-yellow-primary);
  --mdc-snackbar-supporting-text-color: #000000;
  --mat-snack-bar-button-color: #000000;
}
.mat-mdc-tooltip.mat-tooltip-show {
  background-color: var(--yllw-yellow-dark);
  color: #ffffff;
}
.mat-mdc-menu-panel .mat-mdc-menu-item.mat-mdc-menu-item-highlighted {
  background-color: var(--yllw-yellow-lighter);
}
.mat-mdc-menu-panel .mat-mdc-menu-item:focus {
  background-color: var(--yllw-yellow-lighter);
}
.mat-mdc-select.mat-mdc-select-focused .mat-mdc-select-arrow {
  color: var(--yllw-yellow-primary);
}
.mat-mdc-option.mat-mdc-option-active {
  background-color: var(--yllw-yellow-lighter);
  color: #000000;
}
.mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple) {
  background-color: var(--yllw-yellow-lighter);
  color: #000000;
}
.mat-mdc-autocomplete-panel .mat-mdc-option.mat-mdc-option-active {
  background-color: var(--yllw-yellow-lighter);
}
.mat-datepicker-content .mat-calendar-body-selected {
  background-color: var(--yllw-yellow-primary);
  color: #000000;
  font-weight: 600;
}
.mat-datepicker-content .mat-calendar-body-comparison-bridge-start::before,
.mat-datepicker-content .mat-calendar-body-comparison-bridge-end::before {
  background-color: var(--yllw-yellow-lighter);
}
.mat-datepicker-content .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: var(--yllw-yellow-primary);
  color: #333333;
  font-weight: 600;
}
.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: var(--yllw-yellow-primary);
}
.mat-expansion-panel .mat-expansion-indicator::after {
  color: #333333;
}
.mat-expansion-panel.mat-expanded .mat-expansion-panel-header {
  border-bottom-color: var(--yllw-yellow-lighter);
}
.mat-mdc-paginator .mat-mdc-icon-button:not([disabled]):hover {
  background-color: var(--yllw-yellow-lighter);
}
.mat-mdc-paginator .mat-mdc-icon-button:not([disabled]).mat-mdc-paginator-navigation-current {
  background-color: var(--yllw-yellow-primary);
  color: #000000;
}
.form-card {
  max-width: 900px;
}
.form-card > mat-card-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  display: block;
}
.form-card > mat-card-subtitle {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.5px;
  color: rgba(0, 0, 0, 0.87);
  text-transform: none;
  font-weight: 400;
}
:root .card-title-with-lock {
  display: flex;
  gap: 10px;
  align-items: center;
}
:root mat-card-content {
  padding: 0 16px 16px 16px;
}
.responsive-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.responsive-card-container-dialog {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.responsive-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
}
.responsive-same-size-card {
  flex-grow: 1;
}
.responsive-2-card {
  flex: 2;
}
.responsive-3-card {
  flex: 3;
}
.responsive-4-card {
  flex: 4;
}
.responsive-5-card {
  flex: 5;
}
.responsive-6-card {
  flex: 6;
}
.responsive-7-card {
  flex: 7;
}
.responsive-8-card {
  flex: 8;
}
.responsive-9-card {
  flex: 9;
}
.responsive-10-card {
  flex: 10;
}
.core-card .mat-mdc-card-header-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.core-chip {
  --mdc-chip-label-text-color: rgb(155, 150, 150);
}
.core-chip .mat-icon {
  font-size: 20px;
}
.core-chip .chip-option-aligment {
  display: flex;
  align-items: stretch;
}
.dialog-header {
  height: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.87);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-left: 10px;
  max-height: 15vh;
}
.dialog-content-container {
  background-color: #FAFAFA !important;
  padding: 0 20px;
  min-width: 580px;
  max-height: 80vh;
  overflow-y: auto;
}
.loading-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.option-info-text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: rgba(0, 0, 0, 0.6);
}
.mat-mdc-snackbar-surface {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.status-badge-toolbar {
  font-size: 10px;
  padding: 0px 8px;
  color: white;
  cursor: default;
  text-transform: uppercase;
  border-radius: 20px;
  line-height: 2;
}
.status-badge-table {
  font-size: 12px;
  padding: 8px 12px;
  color: white;
  text-transform: uppercase;
  border-radius: 20px;
}
.status-draft {
  background: #ff9800;
}
.status-sent {
  background: #4caf50;
}
.status-approved {
  background: #4caf50;
}
.status-lost {
  background: #f44336;
}
.status-ready-for-review {
  background: #ffc13b;
  color: black;
}
.status-under-review {
  background: #3a8db7;
}
.status-replaced {
  background: #513ab7;
}
.core-stepper .mat-step-header.cdk-keyboard-focused,
.core-stepper .mat-step-header.cdk-program-focused {
  background-color: transparent !important;
  border-radius: 0px !important;
}
.core-stepper .mat-step-header:hover {
  background-color: transparent !important;
}
.mat-mdc-table {
  background-color: var(--yllw-surface, #ffffff);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.mat-mdc-table .mat-mdc-header-cell,
.mat-mdc-table .mat-mdc-cell {
  border-bottom-color: #dddddd;
  font-size: 12px;
  padding: 0 5px 0 0;
  align-content: center;
  color: #333333;
}
.mat-mdc-table .mat-mdc-header-cell:first-of-type,
.mat-mdc-table .mat-mdc-cell:first-of-type {
  padding-left: 20px;
}
.mat-mdc-table .mat-mdc-header-cell {
  background-color: #ffffff;
  font-weight: bold;
  color: #333333;
}
.mat-mdc-table .mat-mdc-row {
  transition: background-color 0.2s ease;
}
.mat-mdc-table .mat-mdc-row:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
.core-table {
  width: 100%;
  table-layout: fixed;
}
.core-table .mat-mdc-row:hover {
  background-color: inherit !important;
  cursor: default;
}
.core-table tr.mat-mdc-row,
.core-table .mat-mdc-header-row,
.core-table th.mat-mdc-header-cell,
.core-table td.mat-mdc-cell {
  height: 25px !important;
  padding: 0px 20px !important;
}
.core-table mat-form-field {
  --mat-form-field-container-height: 25px;
  --mat-form-field-container-vertical-padding: 8px;
  width: 100%;
  cursor: pointer;
}
.core-table mat-form-field .mat-mdc-form-field-infix {
  width: 100% !important;
}
.core-table mat-form-field .mat-mdc-text-field-wrapper {
  background-color: #ffffff !important;
  border-radius: 0px;
}
.core-table mat-form-field .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
.core-table mat-form-field .mat-mdc-form-field-input-control {
  font-size: 12px;
}
.core-table mat-form-field .mdc-line-ripple {
  display: none !important;
}
.core-table mat-form-field input {
  font-size: 12px;
  cursor: pointer !important;
}
.core-table mat-form-field input.ng-invalid {
  color: #ba1a1a !important;
}
.core-table mat-form-field input::-webkit-outer-spin-button,
.core-table mat-form-field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.core-table mat-form-field .mat-mdc-select {
  font-size: 12px;
}
.core-table .column-center {
  text-align: center;
}
.core-table .column-end {
  text-align: end;
}
.core-table .mat-mdc-mini-fab {
  width: 80px;
  height: 30px;
}
.core-table .mat-mdc-select-min-line {
  font-size: 12px;
}
.core-table .core-table-td-no-data-found {
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  color: gray;
}
.core-table-search-field .mat-mdc-form-field {
  font-size: 12px;
  width: 100%;
  padding-bottom: 10px;
}
.core-table-search-field .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
.core-table-search-field .mdc-line-ripple {
  display: none !important;
}
.core-table-search-field .mat-mdc-card-header-text {
  display: none;
}
.core-table-search-field mat-form-field {
  --mat-form-field-container-height: 40px;
  --mat-form-field-container-vertical-padding: 8px;
}
.no-data-table {
  text-align: center;
  padding: 20px;
}
.core-paginator .mat-mdc-paginator-container {
  margin-top: 30px;
}
html {
  --mat-app-background-color: #ffffff;
  --mat-app-text-color: #1c1b1e;
  --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);
}
html {
  --mat-ripple-color: color-mix(in srgb, #1c1b1e 10%, transparent);
}
html {
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-option-label-text-color: #1c1b1e;
  --mat-option-selected-state-label-text-color: #4a4458;
  --mat-option-selected-state-layer-color: #e8def8;
}
html {
  --mat-optgroup-label-text-color: #9e9e9e;
}
html {
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #645600;
  --mat-pseudo-checkbox-full-unselected-icon-color: #9e9e9e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #645600;
}
html {
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font:
    GDGrio,
    Arial,
    sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
}
html {
  --mat-optgroup-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-card-elevated-container-shape: 12px;
  --mat-card-filled-container-shape: 12px;
  --mat-card-outlined-container-shape: 12px;
  --mat-card-outlined-outline-width: 1px;
}
html {
  --mat-card-elevated-container-color: #ffffff;
  --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: #e6e1e6;
  --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: #ffffff;
  --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: #cac4cf;
  --mat-card-subtitle-text-color: #1c1b1e;
}
html {
  --mat-card-subtitle-text-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
html {
  --mat-progress-bar-active-indicator-color: #645600;
  --mat-progress-bar-track-color: #f5f5f5;
}
html {
  --mat-tooltip-container-color: #313033;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #f4eff4;
}
html {
  --mat-tooltip-supporting-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --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;
}
html {
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #9e9e9e;
  --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: #9e9e9e;
  --mat-form-field-filled-caret-color: #645600;
  --mat-form-field-filled-container-color: #f5f5f5;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1c1b1e 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1c1b1e 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: #645600;
  --mat-form-field-filled-focus-label-text-color: #645600;
  --mat-form-field-filled-hover-active-indicator-color: #1c1b1e;
  --mat-form-field-filled-hover-label-text-color: #9e9e9e;
  --mat-form-field-filled-input-text-color: #1c1b1e;
  --mat-form-field-filled-input-text-placeholder-color: #9e9e9e;
  --mat-form-field-filled-label-text-color: #9e9e9e;
  --mat-form-field-focus-select-arrow-color: #645600;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #9e9e9e;
  --mat-form-field-outlined-caret-color: #645600;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1c1b1e 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: #645600;
  --mat-form-field-outlined-focus-outline-color: #645600;
  --mat-form-field-outlined-hover-label-text-color: #1c1b1e;
  --mat-form-field-outlined-hover-outline-color: #1c1b1e;
  --mat-form-field-outlined-input-text-color: #1c1b1e;
  --mat-form-field-outlined-input-text-placeholder-color: #9e9e9e;
  --mat-form-field-outlined-label-text-color: #9e9e9e;
  --mat-form-field-outlined-outline-color: #7a757f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-form-field-select-option-text-color: #1c1b1e;
  --mat-form-field-state-layer-color: #1c1b1e;
  --mat-form-field-trailing-icon-color: #9e9e9e;
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-form-field-container-text-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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;
}
html {
  --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);
}
html {
  --mat-select-panel-background-color: #ffffff;
  --mat-select-enabled-trigger-text-color: #1c1b1e;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-select-placeholder-text-color: #9e9e9e;
  --mat-select-enabled-arrow-color: #9e9e9e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-select-focused-arrow-color: #645600;
  --mat-select-invalid-arrow-color: #ba1a1a;
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --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);
}
html {
  --mat-autocomplete-background-color: #ffffff;
}
html {
  --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;
}
html {
  --mat-dialog-container-color: #ffffff;
  --mat-dialog-subhead-color: #1c1b1e;
  --mat-dialog-supporting-text-color: #9e9e9e;
}
html {
  --mat-dialog-subhead-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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;
}
html {
  --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;
}
html {
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-chip-elevated-selected-container-color: #e8def8;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-chip-focus-outline-color: #9e9e9e;
  --mat-chip-focus-state-layer-color: #9e9e9e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #9e9e9e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #9e9e9e;
  --mat-chip-outline-color: #7a757f;
  --mat-chip-selected-disabled-trailing-icon-color: #1c1b1e;
  --mat-chip-selected-focus-state-layer-color: #4a4458;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #4a4458;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #4a4458;
  --mat-chip-selected-trailing-action-state-layer-color: #4a4458;
  --mat-chip-selected-trailing-icon-color: #4a4458;
  --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: #9e9e9e;
  --mat-chip-with-icon-disabled-icon-color: #1c1b1e;
  --mat-chip-with-icon-icon-color: #9e9e9e;
  --mat-chip-with-icon-selected-icon-color: #4a4458;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1c1b1e;
  --mat-chip-with-trailing-icon-trailing-icon-color: #9e9e9e;
}
html {
  --mat-chip-container-height: 32px;
}
html {
  --mat-chip-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --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;
}
html {
  --mat-slide-toggle-disabled-label-text-color: #1c1b1e;
  --mat-slide-toggle-disabled-selected-handle-color: #ffffff;
  --mat-slide-toggle-disabled-selected-icon-color: #1c1b1e;
  --mat-slide-toggle-disabled-selected-track-color: #1c1b1e;
  --mat-slide-toggle-disabled-unselected-handle-color: #1c1b1e;
  --mat-slide-toggle-disabled-unselected-icon-color: #f5f5f5;
  --mat-slide-toggle-disabled-unselected-track-color: #f5f5f5;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1c1b1e;
  --mat-slide-toggle-label-text-color: #1c1b1e;
  --mat-slide-toggle-selected-focus-handle-color: #f0d300;
  --mat-slide-toggle-selected-focus-state-layer-color: #645600;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #645600;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #f0d300;
  --mat-slide-toggle-selected-hover-state-layer-color: #645600;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #645600;
  --mat-slide-toggle-selected-icon-color: #4a3f00;
  --mat-slide-toggle-selected-pressed-handle-color: #f0d300;
  --mat-slide-toggle-selected-pressed-state-layer-color: #645600;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #645600;
  --mat-slide-toggle-selected-track-color: #645600;
  --mat-slide-toggle-track-outline-color: #7a757f;
  --mat-slide-toggle-unselected-focus-handle-color: #9e9e9e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1c1b1e;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #f5f5f5;
  --mat-slide-toggle-unselected-handle-color: #7a757f;
  --mat-slide-toggle-unselected-hover-handle-color: #9e9e9e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1c1b1e;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #f5f5f5;
  --mat-slide-toggle-unselected-icon-color: #f5f5f5;
  --mat-slide-toggle-unselected-pressed-handle-color: #9e9e9e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1c1b1e;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #f5f5f5;
  --mat-slide-toggle-unselected-track-color: #f5f5f5;
}
html {
  --mat-slide-toggle-touch-target-display: block;
}
html {
  --mat-slide-toggle-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-touch-target-size: 48px;
}
html {
  --mat-radio-checked-ripple-color: #645600;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1c1b1e;
  --mat-radio-disabled-unselected-icon-color: #1c1b1e;
  --mat-radio-label-text-color: #1c1b1e;
  --mat-radio-ripple-color: #1c1b1e;
  --mat-radio-selected-focus-icon-color: #645600;
  --mat-radio-selected-hover-icon-color: #645600;
  --mat-radio-selected-icon-color: #645600;
  --mat-radio-selected-pressed-icon-color: #645600;
  --mat-radio-unselected-focus-icon-color: #1c1b1e;
  --mat-radio-unselected-hover-icon-color: #1c1b1e;
  --mat-radio-unselected-icon-color: #9e9e9e;
  --mat-radio-unselected-pressed-icon-color: #1c1b1e;
}
html {
  --mat-radio-touch-target-display: block;
  --mat-radio-state-layer-size: 40px;
}
html {
  --mat-radio-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --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-value-indicator-transform-origin: 0 28px;
}
html {
  --mat-slider-active-track-color: #645600;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1c1b1e;
  --mat-slider-disabled-handle-color: #1c1b1e;
  --mat-slider-disabled-inactive-track-color: #1c1b1e;
  --mat-slider-focus-handle-color: #645600;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #645600 20%, transparent);
  --mat-slider-handle-color: #645600;
  --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: #645600;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #645600 5%, transparent);
  --mat-slider-inactive-track-color: #f5f5f5;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #645600;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #645600;
  --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: #1c1b1e;
  --mat-slider-with-tick-marks-inactive-container-color: #9e9e9e;
}
html {
  --mat-slider-label-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --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;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #f5f5f5;
  --mat-menu-item-label-text-color: #1c1b1e;
  --mat-menu-item-icon-color: #9e9e9e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-menu-container-color: #ffffff;
  --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);
}
html {
  --mat-menu-item-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-list-active-indicator-color: #e8def8;
  --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: #1c1b1e;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1c1b1e;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1c1b1e;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1c1b1e;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1c1b1e;
  --mat-list-list-item-focus-state-layer-color: #1c1b1e;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1c1b1e;
  --mat-list-list-item-hover-state-layer-color: #1c1b1e;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1c1b1e;
  --mat-list-list-item-leading-avatar-color: #f0d300;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #9e9e9e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #645600;
  --mat-list-list-item-supporting-text-color: #9e9e9e;
  --mat-list-list-item-trailing-icon-color: #9e9e9e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #9e9e9e;
}
html {
  --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;
}
html {
  --mat-list-list-item-label-text-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
}
html {
  --mat-paginator-container-text-color: #1c1b1e;
  --mat-paginator-container-background-color: #ffffff;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-paginator-enabled-icon-color: #9e9e9e;
}
html {
  --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;
}
html {
  --mat-paginator-container-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-tab-divider-height: 1px;
}
html {
  --mat-tab-active-focus-indicator-color: #645600;
  --mat-tab-active-focus-label-text-color: #1c1b1e;
  --mat-tab-active-hover-indicator-color: #645600;
  --mat-tab-active-hover-label-text-color: #1c1b1e;
  --mat-tab-active-indicator-color: #645600;
  --mat-tab-active-label-text-color: #1c1b1e;
  --mat-tab-active-ripple-color: #1c1b1e;
  --mat-tab-divider-color: #f5f5f5;
  --mat-tab-inactive-focus-label-text-color: #1c1b1e;
  --mat-tab-inactive-hover-label-text-color: #1c1b1e;
  --mat-tab-inactive-label-text-color: #1c1b1e;
  --mat-tab-inactive-ripple-color: #1c1b1e;
  --mat-tab-pagination-icon-color: #1c1b1e;
  --mat-tab-disabled-ripple-color: #9e9e9e;
}
html {
  --mat-tab-container-height: 48px;
}
html {
  --mat-tab-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --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;
}
html {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #ffffff;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-checkbox-label-text-color: #1c1b1e;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #645600;
  --mat-checkbox-selected-focus-state-layer-color: #645600;
  --mat-checkbox-selected-hover-icon-color: #645600;
  --mat-checkbox-selected-hover-state-layer-color: #645600;
  --mat-checkbox-selected-icon-color: #645600;
  --mat-checkbox-selected-pressed-icon-color: #645600;
  --mat-checkbox-selected-pressed-state-layer-color: #1c1b1e;
  --mat-checkbox-unselected-focus-icon-color: #1c1b1e;
  --mat-checkbox-unselected-focus-state-layer-color: #1c1b1e;
  --mat-checkbox-unselected-hover-icon-color: #1c1b1e;
  --mat-checkbox-unselected-hover-state-layer-color: #1c1b1e;
  --mat-checkbox-unselected-icon-color: #9e9e9e;
  --mat-checkbox-unselected-pressed-state-layer-color: #645600;
}
html {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
}
html {
  --mat-checkbox-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --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;
}
html {
  --mat-button-filled-container-color: #645600;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #9e9e9e;
  --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, #1c1b1e 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #9e9e9e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #645600;
  --mat-button-outlined-outline-color: #7a757f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #645600 12%, transparent);
  --mat-button-outlined-state-layer-color: #645600;
  --mat-button-protected-container-color: #ffffff;
  --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, #1c1b1e 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, #1c1b1e 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #9e9e9e;
  --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: #645600;
  --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, #645600 12%, transparent);
  --mat-button-protected-state-layer-color: #645600;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #9e9e9e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #645600;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #645600 12%, transparent);
  --mat-button-text-state-layer-color: #645600;
  --mat-button-tonal-container-color: #e8def8;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #9e9e9e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #4a4458;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #4a4458 12%, transparent);
  --mat-button-tonal-state-layer-color: #4a4458;
}
html {
  --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;
}
html {
  --mat-button-filled-label-text-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 9999px;
  --mat-icon-button-touch-target-size: 48px;
}
html {
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #9e9e9e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #9e9e9e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #9e9e9e 12%, transparent);
  --mat-icon-button-state-layer-color: #9e9e9e;
}
html {
  --mat-icon-button-touch-target-display: block;
  --mat-icon-button-state-layer-size: 40px;
}
html {
  --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;
}
html {
  --mat-fab-container-color: #f0d300;
  --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, #1c1b1e 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1c1b1e 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: #4a3f00;
  --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, #4a3f00 12%, transparent);
  --mat-fab-small-container-color: #f0d300;
  --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, #1c1b1e 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1c1b1e 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: #4a3f00;
  --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, #4a3f00 12%, transparent);
  --mat-fab-small-state-layer-color: #4a3f00;
  --mat-fab-state-layer-color: #4a3f00;
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-extended-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-snack-bar-container-shape: 4px;
}
html {
  --mat-snack-bar-button-color: #d4b800;
  --mat-snack-bar-container-color: #313033;
  --mat-snack-bar-supporting-text-color: #f4eff4;
}
html {
  --mat-snack-bar-supporting-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: #ffffff;
  --mat-table-header-headline-color: #1c1b1e;
  --mat-table-row-item-label-text-color: #1c1b1e;
  --mat-table-row-item-outline-color: #7a757f;
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-width: 4px;
}
html {
  --mat-progress-spinner-active-indicator-color: #645600;
}
html {
  --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;
}
html {
  --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-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:
    GDGrio,
    Arial,
    sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
}
html {
  --mat-bottom-sheet-container-shape: 28px;
}
html {
  --mat-bottom-sheet-container-text-color: #1c1b1e;
  --mat-bottom-sheet-container-background-color: #ffffff;
}
html {
  --mat-bottom-sheet-container-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-button-toggle-shape: 28px;
}
html {
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-button-toggle-divider-color: #7a757f;
  --mat-button-toggle-selected-state-background-color: #e8def8;
  --mat-button-toggle-selected-state-text-color: #4a4458;
  --mat-button-toggle-state-layer-color: #1c1b1e;
  --mat-button-toggle-text-color: #1c1b1e;
}
html {
  --mat-button-toggle-height: 40px;
}
html {
  --mat-button-toggle-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --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;
}
html {
  --mat-datepicker-calendar-body-label-text-color: #1c1b1e;
  --mat-datepicker-calendar-container-background-color: #ece7eb;
  --mat-datepicker-calendar-container-text-color: #1c1b1e;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ffd9e3;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #625b71;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #e8def8;
  --mat-datepicker-calendar-date-in-range-state-background-color: #f0d300;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #645600;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #645600;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1c1b1e;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #645600;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #645600;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #9e9e9e;
  --mat-datepicker-calendar-navigation-button-icon-color: #9e9e9e;
  --mat-datepicker-calendar-period-button-icon-color: #9e9e9e;
  --mat-datepicker-calendar-period-button-text-color: #9e9e9e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1c1b1e;
  --mat-datepicker-toggle-active-state-icon-color: #645600;
  --mat-datepicker-toggle-icon-color: #9e9e9e;
}
html {
  --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:
    GDGrio,
    Arial,
    sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: #cac4cf;
}
html {
  --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);
}
html {
  --mat-expansion-actions-divider-color: #7a757f;
  --mat-expansion-container-background-color: #ffffff;
  --mat-expansion-container-text-color: #1c1b1e;
  --mat-expansion-header-description-color: #9e9e9e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1c1b1e 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1c1b1e 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-expansion-header-indicator-color: #9e9e9e;
  --mat-expansion-header-text-color: #1c1b1e;
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-container-text-font:
    GDGrio,
    Arial,
    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:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-grid-list-tile-header-primary-text-size:
    400 1rem / 1.5rem GDGrio,
    Arial,
    sans-serif;
  --mat-grid-list-tile-header-secondary-text-size:
    400 0.875rem / 1.25rem GDGrio,
    Arial,
    sans-serif;
  --mat-grid-list-tile-footer-primary-text-size:
    400 1rem / 1.5rem GDGrio,
    Arial,
    sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size:
    400 0.875rem / 1.25rem GDGrio,
    Arial,
    sans-serif;
}
html {
  --mat-icon-color: inherit;
}
html {
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
}
html {
  --mat-sidenav-container-background-color: #ffffff;
  --mat-sidenav-container-text-color: #9e9e9e;
  --mat-sidenav-content-background-color: #ffffff;
  --mat-sidenav-content-text-color: #1c1b1e;
  --mat-sidenav-scrim-color: color-mix(in srgb, #322f38 40%, transparent);
}
html {
  --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;
}
html {
  --mat-stepper-container-color: #ffffff;
  --mat-stepper-header-done-state-icon-background-color: #645600;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #645600;
  --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, #1c1b1e 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1c1b1e 8%, transparent);
  --mat-stepper-header-icon-background-color: #9e9e9e;
  --mat-stepper-header-icon-foreground-color: #ffffff;
  --mat-stepper-header-label-text-color: #9e9e9e;
  --mat-stepper-header-optional-label-text-color: #9e9e9e;
  --mat-stepper-header-selected-state-icon-background-color: #645600;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #9e9e9e;
  --mat-stepper-line-color: #7a757f;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font:
    GDGrio,
    Arial,
    sans-serif;
  --mat-stepper-header-label-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: #1c1b1e;
}
html {
  --mat-toolbar-container-background-color: #ffffff;
  --mat-toolbar-container-text-color: #1c1b1e;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font:
    GDGrio,
    Arial,
    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;
}
html {
  --mat-tree-container-background-color: #ffffff;
  --mat-tree-node-text-color: #1c1b1e;
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font:
    GDGrio,
    Arial,
    sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-timepicker-container-shape: 4px;
}
html {
  --mat-timepicker-container-background-color: #ffffff;
  --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);
}
@font-face {
  font-family: "GDGrio";
  src: url(/assets/fonts/GDGrio-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GDGrio";
  src: url(/assets/fonts/GDGrio-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GDGrioBoldCompressed";
  src: url(/assets/fonts/GDGrio-BoldCompressed.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
html,
body {
  height: 100%;
  margin: 0;
  background-color: var(--yllw-background, #fafafa);
  font-family:
    "GDTUltra",
    Arial,
    sans-serif;
}
.text-align-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.full-width {
  width: 100%;
}
.title-subtext {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #6c6c6c;
  text-transform: uppercase;
  font-weight: 500;
}
.yllw-suffix,
.yllw-prefix {
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.yllw-suffix-detail {
  position: absolute;
  bottom: 1px;
  right: 5px;
  font-size: 10px;
  width: 100%;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.mat-mdc-form-field-text-suffix {
  margin-left: 10px;
}
.mat-mdc-form-field-text-prefix {
  margin-right: 10px;
}
.mat-mdc-form-field-infix {
  align-content: center;
}
.mat-mdc-menu-panel.currency-info,
.currency-info .mat-mdc-menu-content {
  min-width: 600px !important;
  max-width: 95vw !important;
}
.mat-mdc-card {
  background-color: var(--yllw-surface);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.mat-mdc-card-title {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px !important;
  font-family:
    "GDGrio",
    Arial,
    sans-serif !important;
  font-weight: bold !important;
}
.mat-mdc-card-subtitle {
  text-transform: uppercase;
  color: #333333;
  font-size: 16px !important;
  font-family:
    "GDGrio",
    Arial,
    sans-serif !important;
}
.mat-mdc-card-header-text {
  display: flex;
  justify-content: space-between;
}
.mat-mdc-card-subtitle {
  text-transform: uppercase;
  color: #6c6c6c;
}
.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #333333 !important;
}
.mdc-text-field--focused .mdc-notched-outline > * {
  border-color: var(--yllw-yellow-primary) !important;
}
.mdc-text-field--focused .mdc-floating-label {
  color: #333333 !important;
}
.mdc-floating-label {
  color: #666666 !important;
}
.mdc-notched-outline > * {
  border-color: #e0e0e0 !important;
  font-size: large;
}
.mdc-text-field:not(.mdc-text-field--disabled):hover .mdc-notched-outline > * {
  border-color: var(--yllw-yellow-light) !important;
}
.white-spinner svg circle {
  stroke: white !important;
}
.yllw-spinner svg circle {
  stroke: var(--yllw-yellow-primary) !important;
}
.mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.mat-mdc-checkbox.mat-mdc-checkbox-checked.mdc-checkbox--disabled .mdc-checkbox__background {
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #333333 !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__background .mdc-radio__inner-circle {
  background-color: #333333 !important;
}
::selection {
  background-color: var(--yllw-yellow-lighter);
  color: #000000;
}
::-moz-selection {
  background-color: var(--yllw-yellow-lighter);
  color: #000000;
}
* {
  --mat-sys-primary: var(--yllw-yellow-primary);
  --mat-sys-on-primary: #000000;
  --mat-sys-primary-container: var(--yllw-yellow-lighter);
  --mat-sys-on-primary-container: #000000;
  --mat-sys-secondary: var(--yllw-yellow-light);
  --mat-sys-tertiary: var(--yllw-yellow-dark);
  --mat-sys-outline: var(--yllw-yellow-primary);
  --mat-sys-outline-variant: var(--yllw-yellow-light);
}
.mat-mdc-raised-button:not([color]).mat-primary,
.mat-mdc-unelevated-button:not([color]).mat-primary,
.mat-mdc-fab:not([color]).mat-primary,
.mat-mdc-mini-fab:not([color]).mat-primary {
  background-color: var(--yllw-yellow-primary);
  color: #000000;
}
.mat-mdc-form-field:not([color]).mat-focused .mat-mdc-select-arrow,
.mat-mdc-form-field:not([color]).mat-focused .mdc-notched-outline {
  color: var(--yllw-yellow-primary);
  border-color: var(--yllw-yellow-primary);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}
.m-5 {
  margin: 1.5rem !important;
}
.mt-5,
.my-5 {
  margin-top: 1.5rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 1.5rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 1.5rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 1.5rem !important;
}
.m-6 {
  margin: 2rem !important;
}
.mt-6,
.my-6 {
  margin-top: 2rem !important;
}
.mr-6,
.mx-6 {
  margin-right: 2rem !important;
}
.mb-6,
.my-6 {
  margin-bottom: 2rem !important;
}
.ml-6,
.mx-6 {
  margin-left: 2rem !important;
}
.m-7 {
  margin: 3rem !important;
}
.mt-7,
.my-7 {
  margin-top: 3rem !important;
}
.mr-7,
.mx-7 {
  margin-right: 3rem !important;
}
.mb-7,
.my-7 {
  margin-bottom: 3rem !important;
}
.ml-7,
.mx-7 {
  margin-left: 3rem !important;
}
.m-8 {
  margin: 5rem !important;
}
.mt-8,
.my-8 {
  margin-top: 5rem !important;
}
.mr-8,
.mx-8 {
  margin-right: 5rem !important;
}
.mb-8,
.my-8 {
  margin-bottom: 5rem !important;
}
.ml-8,
.mx-8 {
  margin-left: 5rem !important;
}
.m-9 {
  margin: 7.5rem !important;
}
.mt-9,
.my-9 {
  margin-top: 7.5rem !important;
}
.mr-9,
.mx-9 {
  margin-right: 7.5rem !important;
}
.mb-9,
.my-9 {
  margin-bottom: 7.5rem !important;
}
.ml-9,
.mx-9 {
  margin-left: 7.5rem !important;
}
.m-10 {
  margin: 10rem !important;
}
.mt-10,
.my-10 {
  margin-top: 10rem !important;
}
.mr-10,
.mx-10 {
  margin-right: 10rem !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10rem !important;
}
.ml-10,
.mx-10 {
  margin-left: 10rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}
.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}
.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1rem !important;
}
.p-5 {
  padding: 1.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 1.5rem !important;
}
.pr-5,
.px-5 {
  padding-right: 1.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 1.5rem !important;
}
.pl-5,
.px-5 {
  padding-left: 1.5rem !important;
}
.p-6 {
  padding: 2rem !important;
}
.pt-6,
.py-6 {
  padding-top: 2rem !important;
}
.pr-6,
.px-6 {
  padding-right: 2rem !important;
}
.pb-6,
.py-6 {
  padding-bottom: 2rem !important;
}
.pl-6,
.px-6 {
  padding-left: 2rem !important;
}
.p-7 {
  padding: 3rem !important;
}
.pt-7,
.py-7 {
  padding-top: 3rem !important;
}
.pr-7,
.px-7 {
  padding-right: 3rem !important;
}
.pb-7,
.py-7 {
  padding-bottom: 3rem !important;
}
.pl-7,
.px-7 {
  padding-left: 3rem !important;
}
.p-8 {
  padding: 5rem !important;
}
.pt-8,
.py-8 {
  padding-top: 5rem !important;
}
.pr-8,
.px-8 {
  padding-right: 5rem !important;
}
.pb-8,
.py-8 {
  padding-bottom: 5rem !important;
}
.pl-8,
.px-8 {
  padding-left: 5rem !important;
}
.p-9 {
  padding: 7.5rem !important;
}
.pt-9,
.py-9 {
  padding-top: 7.5rem !important;
}
.pr-9,
.px-9 {
  padding-right: 7.5rem !important;
}
.pb-9,
.py-9 {
  padding-bottom: 7.5rem !important;
}
.pl-9,
.px-9 {
  padding-left: 7.5rem !important;
}
.p-10 {
  padding: 10rem !important;
}
.pt-10,
.py-10 {
  padding-top: 10rem !important;
}
.pr-10,
.px-10 {
  padding-right: 10rem !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10rem !important;
}
.pl-10,
.px-10 {
  padding-left: 10rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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