/* src/styles.scss */
html {
  --mat-sys-background: light-dark(#fdf7ff, #141218);
  --mat-sys-error: light-dark(#b91e17, #ffb4a9);
  --mat-sys-error-container: light-dark(#ffdad5, #930004);
  --mat-sys-inverse-on-surface: light-dark(#f5eff7, #322f35);
  --mat-sys-inverse-primary: light-dark(#cfbcff, #674fa5);
  --mat-sys-inverse-surface: light-dark(#322f35, #e6e0e9);
  --mat-sys-on-background: light-dark(#1d1b20, #e6e0e9);
  --mat-sys-on-error: light-dark(#ffffff, #690002);
  --mat-sys-on-error-container: light-dark(#930004, #ffdad5);
  --mat-sys-on-primary: light-dark(#ffffff, #381e73);
  --mat-sys-on-primary-container: light-dark(#4f378b, #e9ddff);
  --mat-sys-on-primary-fixed: light-dark(#22005d, #22005d);
  --mat-sys-on-primary-fixed-variant: light-dark(#4f378b, #4f378b);
  --mat-sys-on-secondary: light-dark(#ffffff, #342b4b);
  --mat-sys-on-secondary-container: light-dark(#4b4263, #e9ddff);
  --mat-sys-on-secondary-fixed: light-dark(#1f1635, #1f1635);
  --mat-sys-on-secondary-fixed-variant: light-dark(#4b4263, #4b4263);
  --mat-sys-on-surface: light-dark(#1d1b20, #e6e0e9);
  --mat-sys-on-surface-variant: light-dark(#494551, #e7e0ef);
  --mat-sys-on-tertiary: light-dark(#ffffff, #591148);
  --mat-sys-on-tertiary-container: light-dark(#752a60, #ffd8ed);
  --mat-sys-on-tertiary-fixed: light-dark(#3b002e, #3b002e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#752a60, #752a60);
  --mat-sys-outline: light-dark(#7a7582, #948e9c);
  --mat-sys-outline-variant: light-dark(#cbc4d2, #494551);
  --mat-sys-primary: light-dark(#674fa5, #cfbcff);
  --mat-sys-primary-container: light-dark(#e9ddff, #4f378b);
  --mat-sys-primary-fixed: light-dark(#e9ddff, #e9ddff);
  --mat-sys-primary-fixed-dim: light-dark(#cfbcff, #cfbcff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#63597c, #cdc0e9);
  --mat-sys-secondary-container: light-dark(#e9ddff, #4b4263);
  --mat-sys-secondary-fixed: light-dark(#e9ddff, #e9ddff);
  --mat-sys-secondary-fixed-dim: light-dark(#cdc0e9, #cdc0e9);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#fdf7ff, #141218);
  --mat-sys-surface-bright: light-dark(#fdf7ff, #3b383e);
  --mat-sys-surface-container: light-dark(#f2ecf4, #211f24);
  --mat-sys-surface-container-high: light-dark(#ece6ee, #2b292f);
  --mat-sys-surface-container-highest: light-dark(#e6e0e9, #36343a);
  --mat-sys-surface-container-low: light-dark(#f8f2fa, #1d1b20);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0f0d13);
  --mat-sys-surface-dim: light-dark(#ded8e0, #141218);
  --mat-sys-surface-tint: light-dark(#674fa5, #cfbcff);
  --mat-sys-surface-variant: light-dark(#e7e0ef, #494551);
  --mat-sys-tertiary: light-dark(#914279, #ffade0);
  --mat-sys-tertiary-container: light-dark(#ffd8ed, #752a60);
  --mat-sys-tertiary-fixed: light-dark(#ffd8ed, #ffd8ed);
  --mat-sys-tertiary-fixed-dim: light-dark(#ffade0, #ffade0);
  --mat-sys-neutral-variant20: #322f3a;
  --mat-sys-neutral10: #1d1b20;
  --mat-sys-level0:
    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-sys-level1:
    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-sys-level2:
    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-sys-level3:
    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-sys-level4:
    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-sys-level5:
    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-sys-body-large: 400 1rem / 1.5rem Poppins;
  --mat-sys-body-large-font: Poppins;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Poppins;
  --mat-sys-body-medium-font: Poppins;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Poppins;
  --mat-sys-body-small-font: Poppins;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Poppins;
  --mat-sys-display-large-font: Poppins;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Poppins;
  --mat-sys-display-medium-font: Poppins;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Poppins;
  --mat-sys-display-small-font: Poppins;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Poppins;
  --mat-sys-headline-large-font: Poppins;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Poppins;
  --mat-sys-headline-medium-font: Poppins;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Poppins;
  --mat-sys-headline-small-font: Poppins;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Poppins;
  --mat-sys-label-large-font: Poppins;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Poppins;
  --mat-sys-label-medium-font: Poppins;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Poppins;
  --mat-sys-label-small-font: Poppins;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Poppins;
  --mat-sys-title-large-font: Poppins;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Poppins;
  --mat-sys-title-medium-font: Poppins;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Poppins;
  --mat-sys-title-small-font: Poppins;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 28px;
  --mat-chip-container-height: 24px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-fab-small-touch-target-display: ;
  --mat-fab-touch-target-display: none;
  --mat-button-filled-touch-target-display: none;
  --mat-button-filled-container-height: 28px;
  --mat-button-outlined-container-height: 28px;
  --mat-button-outlined-touch-target-display: none;
  --mat-button-protected-touch-target-display: none;
  --mat-button-protected-container-height: 28px;
  --mat-button-text-touch-target-display: none;
  --mat-button-text-container-height: 28px;
  --mat-button-tonal-container-height: 28px;
  --mat-button-tonal-touch-target-display: none;
  --mat-form-field-container-height: 44px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 10px;
  --mat-form-field-filled-with-label-container-padding-top: 10px;
  --mat-form-field-filled-with-label-container-padding-bottom: 10px;
  --mat-icon-button-touch-target-display: none;
  --mat-icon-button-state-layer-size: 28px;
  --mat-list-list-item-leading-icon-start-space: 4px;
  --mat-list-list-item-leading-icon-end-space: 4px;
  --mat-list-list-item-one-line-container-height: 36px;
  --mat-list-list-item-two-line-container-height: 52px;
  --mat-list-list-item-three-line-container-height: 76px;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: none;
  --mat-radio-touch-target-display: none;
  --mat-radio-state-layer-size: 28px;
  --mat-tab-container-height: 36px;
  --mat-select-arrow-transform: none;
  --mat-button-toggle-height: 36px;
  --mat-stepper-header-height: 60px;
  --mat-table-header-container-height: 44px;
  --mat-table-footer-container-height: 40px;
  --mat-table-row-item-container-height: 40px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 36px;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html,
body {
  height: 100%;
  font-size: 100%;
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  font-family:
    Poppins,
    Roboto,
    "Helvetica Neue",
    sans-serif;
  color-scheme: light;
  background-color: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
  font: var(--mat-sys-body-medium);
  padding-top: env(safe-area-inset-top);
}
body::-webkit-scrollbar {
  display: none;
}

/* src/app/components/input/input.component.scss */
:root {
  --mat-form-field-outlined-container-shape: var(--mat-sys-corner-small);
}
:root {
  --mat-autocomplete-background-color: #F9F9F9;
}
::ng-deep .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: #F9F9F9 !important;
}
::ng-deep .mat-mdc-option:focus.mdc-list-item,
.mat-mdc-option.mat-mdc-option-active.mdc-list-item {
  background-color: #F9F9F9 !important;
}
::ng-deep .mdc-list-item__primary-text {
  font-size: 0.875rem !important;
}
mat-form-field {
  width: 240px;
  display: flex;
  font-size: 0.75rem;
}
p {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 400;
}
.error {
  color: #EA4335;
  font-size: 0.75rem;
  font-weight: 500;
  margin: -10px 0 10px 2px;
  max-width: 240px;
}
::ng-deep .mat-mdc-form-field-infix {
  display: flex;
}
::ng-deep .mat-datepicker-content {
  background-color: #F9F9F9 !important;
  max-width: 240px !important;
  width: 100% !important;
}
::ng-deep .mat-datepicker-content .mat-calendar {
  width: 240px !important;
  height: auto !important;
}
.mat-calendar-header {
  background-color: #F9F9F9;
  padding: 0 8px 0 8px !important;
  border: 1px solid #4F378B;
  border-radius: 10px;
}
.mat-calendar-content {
  padding-top: 12px !important;
  background-color: #F9F9F9;
  border: 1px solid #4F378B;
  border-radius: 10px;
}

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