/* src/styles.scss */
:root {
  color-scheme: light dark;
  --ifq-gold: #C9A24B;
  --ifq-gold-hi: #E7CB82;
  --ifq-gold-deep: #816320;
  --ifq-good: #2F7D5B;
  --ifq-danger: #C0392B;
  --ifq-on-gold: #15151A;
  --ifq-ink: light-dark(#15151A, #ECEBE5);
  --ifq-bg: light-dark(#F4F3EE, #0C0C0E);
  --ifq-card: light-dark(#FFFFFF, #16161A);
  --ifq-line: light-dark(#E5E2D9, #28282F);
  --ifq-muted: light-dark(#6F6E70, #9A9A9F);
  --ifq-gold-tint: light-dark(#F6EFDD,#221C0E);
  --ifq-shadow: light-dark(0 1px 2px rgba(20, 20, 26, 0.05), 0 12px 32px rgba(20, 20, 26, 0.06), 0 1px 2px rgba(0, 0, 0, 0.4), 0 14px 40px rgba(0, 0, 0, 0.5));
  --ifq-band-from: #2a2a2f;
  --ifq-band-mid: #141417;
  --ifq-band-to: #0C0C0E;
  --ifq-band-fg: #F4F3EE;
  --ifq-disp:
    Space Grotesk,
    system-ui,
    sans-serif;
  --ifq-body:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --ifq-mono:
    JetBrains Mono,
    ui-monospace,
    monospace;
  --brand-gold: var(--ifq-gold);
  --brand-gold-hi: var(--ifq-gold-hi);
  --brand-ink: var(--ifq-ink);
  --brand-paper: var(--ifq-bg);
  --brand-surface: var(--ifq-card);
  --brand-line: var(--ifq-line);
  --brand-muted: var(--ifq-muted);
}
:root.dark,
:root[data-theme=dark],
.dark {
  color-scheme: dark;
}
:root.light,
:root[data-theme=light],
.light {
  color-scheme: light;
}
html {
  --mdc-checkbox-state-layer-size: 36px;
  --mdc-chip-container-height: 28px;
  --mdc-text-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-icon-button-state-layer-size: 36px;
  --mdc-list-list-item-one-line-container-height: 44px;
  --mdc-list-list-item-two-line-container-height: 60px;
  --mdc-list-list-item-three-line-container-height: 84px;
  --mdc-radio-state-layer-size: 36px;
  --mdc-secondary-navigation-tab-container-height: 44px;
  --mat-checkbox-touch-target-display: block;
  --mat-expansion-header-collapsed-state-height: 44px;
  --mat-expansion-header-expanded-state-height: 60px;
  --mat-fab-touch-target-display: block;
  --mat-form-field-container-height: 52px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 14px;
  --mat-form-field-filled-with-label-container-padding-top: 22px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-icon-button-touch-target-display: block;
  --mat-list-list-item-leading-icon-start-space: 12px;
  --mat-list-list-item-leading-icon-end-space: 12px;
  --mat-text-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mat-paginator-container-size: 52px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-radio-touch-target-display: block;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-standard-button-toggle-height: 40px;
  --mat-stepper-header-height: 68px;
  --mat-table-header-container-height: 52px;
  --mat-table-footer-container-height: 48px;
  --mat-table-row-item-container-height: 48px;
  --mat-toolbar-standard-height: 60px;
  --mat-toolbar-mobile-height: 52px;
  --mat-tree-node-min-height: 44px;
}
html {
  --mat-sys-background: light-dark(#fbfaf5, #111114);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f4f3ee, #2f3033);
  --mat-sys-inverse-primary: light-dark(#e7cb82, #7b5900);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e4e3dd);
  --mat-sys-on-background: light-dark(#1a1a1d, #e4e3dd);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #422d00);
  --mat-sys-on-primary-container: light-dark(#5d4200, #f7e3b3);
  --mat-sys-on-primary-fixed: light-dark(#271900, #271900);
  --mat-sys-on-primary-fixed-variant: light-dark(#5d4200, #5d4200);
  --mat-sys-on-secondary: light-dark(#ffffff, #373024);
  --mat-sys-on-secondary-container: light-dark(#4e4639, #efe2cf);
  --mat-sys-on-secondary-fixed: light-dark(#211b10, #211b10);
  --mat-sys-on-secondary-fixed-variant: light-dark(#4e4639, #4e4639);
  --mat-sys-on-surface: light-dark(#1a1a1d, #e4e3dd);
  --mat-sys-on-surface-variant: light-dark(#46464b, #e4e3e8);
  --mat-sys-on-tertiary: light-dark(#ffffff, #2a2a30);
  --mat-sys-on-tertiary-container: light-dark(#404046, #dedee5);
  --mat-sys-on-tertiary-fixed: light-dark(#15151a, #15151a);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#404046, #404046);
  --mat-sys-outline: light-dark(#77777c, #919096);
  --mat-sys-outline-variant: light-dark(#c8c7cc, #46464b);
  --mat-sys-primary: light-dark(#7b5900, #e7cb82);
  --mat-sys-primary-container: light-dark(#f7e3b3, #5d4200);
  --mat-sys-primary-fixed: light-dark(#f7e3b3, #f7e3b3);
  --mat-sys-primary-fixed-dim: light-dark(#e7cb82, #e7cb82);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#665e50, #d2c6b4);
  --mat-sys-secondary-container: light-dark(#efe2cf, #4e4639);
  --mat-sys-secondary-fixed: light-dark(#efe2cf, #efe2cf);
  --mat-sys-secondary-fixed-dim: light-dark(#d2c6b4, #d2c6b4);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#fbfaf5, #111114);
  --mat-sys-surface-bright: light-dark(#fbfaf5, #38393c);
  --mat-sys-surface-container: light-dark(#f0efe9, #1e1e21);
  --mat-sys-surface-container-high: light-dark(#ebeae4, #29292c);
  --mat-sys-surface-container-highest: light-dark(#e4e3dd, #343538);
  --mat-sys-surface-container-low: light-dark(#f7f6f1, #1a1a1d);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0c0c0e);
  --mat-sys-surface-dim: light-dark(#dbdbd6, #111114);
  --mat-sys-surface-tint: light-dark(#7b5900, #e7cb82);
  --mat-sys-surface-variant: light-dark(#e4e3e8, #46464b);
  --mat-sys-tertiary: light-dark(#58585e, #c2c2c9);
  --mat-sys-tertiary-container: light-dark(#dedee5, #404046);
  --mat-sys-tertiary-fixed: light-dark(#dedee5, #dedee5);
  --mat-sys-tertiary-fixed-dim: light-dark(#c2c2c9, #c2c2c9);
  --mat-sys-neutral-variant20: #303035;
  --mat-sys-neutral10: #1a1a1d;
}
html {
  --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);
}
html {
  --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);
}
html {
  --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);
}
html {
  --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);
}
html {
  --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);
}
html {
  --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);
}
html {
  --mat-sys-body-large:
    400 1rem / 1.5rem Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --mat-sys-body-large-font:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --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 Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --mat-sys-body-medium-font:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --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 Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --mat-sys-body-small-font:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --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 Space Grotesk,
    system-ui,
    sans-serif;
  --mat-sys-display-large-font:
    Space Grotesk,
    system-ui,
    sans-serif;
  --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 Space Grotesk,
    system-ui,
    sans-serif;
  --mat-sys-display-medium-font:
    Space Grotesk,
    system-ui,
    sans-serif;
  --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 Space Grotesk,
    system-ui,
    sans-serif;
  --mat-sys-display-small-font:
    Space Grotesk,
    system-ui,
    sans-serif;
  --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 Space Grotesk,
    system-ui,
    sans-serif;
  --mat-sys-headline-large-font:
    Space Grotesk,
    system-ui,
    sans-serif;
  --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 Space Grotesk,
    system-ui,
    sans-serif;
  --mat-sys-headline-medium-font:
    Space Grotesk,
    system-ui,
    sans-serif;
  --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 Space Grotesk,
    system-ui,
    sans-serif;
  --mat-sys-headline-small-font:
    Space Grotesk,
    system-ui,
    sans-serif;
  --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 Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --mat-sys-label-large-font:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --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 Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --mat-sys-label-medium-font:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --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 Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --mat-sys-label-small-font:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --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 Space Grotesk,
    system-ui,
    sans-serif;
  --mat-sys-title-large-font:
    Space Grotesk,
    system-ui,
    sans-serif;
  --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 Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --mat-sys-title-medium-font:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --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 Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --mat-sys-title-small-font:
    Inter,
    system-ui,
    -apple-system,
    sans-serif;
  --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;
}
html {
  --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;
}
html {
  --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;
}
:root {
  --mat-sys-primary: var(--ifq-gold);
  --mat-sys-on-primary: #15151A;
  --mat-sys-primary-container: var(--ifq-gold-tint);
  --mat-sys-on-primary-container: #816320;
  --mat-sys-background: var(--ifq-bg);
  --mat-sys-on-background: var(--ifq-ink);
  --mat-sys-surface: var(--ifq-card);
  --mat-sys-surface-container-lowest: var(--ifq-bg);
  --mat-sys-surface-container-low: var(--ifq-card);
  --mat-sys-surface-container: var(--ifq-card);
  --mat-sys-on-surface: var(--ifq-ink);
  --mat-sys-outline-variant: var(--ifq-line);
  --mat-sys-on-surface-variant: var(--ifq-muted);
}
.mdc-text-field--outlined .mat-mdc-form-field-infix,
.mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-inline: 8px;
}
:root {
  --primary-color: #C9A24B;
  --secondary-color: #15151A;
  --primary-light: #F6EFDD;
  --primary-dark: #9A7B30;
  --secondary-light: #f5f5f5;
  --text-on-white: #15151A;
  --text-on-dark: #ffffff;
  --background-light: #ffffff;
  --background-gray: #F4F3EE;
  --border-color: #E5E2D9;
  --button-rounded-corners: 4px;
  --mat-sys-level1: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
  --mat-sys-level2: 0px 2px 4px 0px rgba(0, 0, 0, 0.3), 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-full: 9999px;
}
html,
body {
  height: 100%;
  margin: 0;
  font-family: var(--ifq-body);
  background: var(--ifq-bg);
  color: var(--ifq-ink);
}
body {
  margin: 0;
  font-family: var(--ifq-body);
  background: var(--ifq-bg);
  color: var(--ifq-ink);
}
* {
  box-sizing: border-box;
}
.full-width {
  width: 100%;
}
.mono {
  font-family: var(--ifq-mono);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.text-center {
  text-align: center;
}
.mt-10 {
  margin-top: 10px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.p-16 {
  padding: 16px;
}
.mat-mdc-snack-bar-container.success {
  --mdc-snackbar-container-color: #2F7D5B;
  --mat-snack-bar-button-color: #ffffff;
  --mdc-snackbar-supporting-text-color: #ffffff;
}
.mat-mdc-snack-bar-container.error {
  --mdc-snackbar-container-color: #f44336;
  --mat-snack-bar-button-color: #ffffff;
  --mdc-snackbar-supporting-text-color: #ffffff;
}
.mat-mdc-snack-bar-container.warning {
  --mdc-snackbar-container-color: #f39c12;
  --mat-snack-bar-button-color: #15151A;
  --mdc-snackbar-supporting-text-color: #15151A;
}
.mat-mdc-chip[color=primary],
.mat-mdc-chip.mat-primary {
  --mdc-chip-elevated-container-color: #C9A24B;
  --mdc-chip-elevated-selected-container-color: #9A7B30;
  --mdc-chip-label-text-color: #ffffff;
  --mdc-chip-selected-label-text-color: #ffffff;
  --mdc-chip-container-color: #C9A24B;
  --mdc-chip-selected-container-color: #9A7B30;
  background-color: #C9A24B !important;
  color: #ffffff !important;
}
.mat-mdc-chip[color=primary].mdc-chip--selected,
.mat-mdc-chip.mat-primary.mdc-chip--selected {
  background-color: #9A7B30 !important;
}
.mat-mdc-chip[color=accent],
.mat-mdc-chip.mat-accent {
  --mdc-chip-elevated-container-color: #15151A;
  --mdc-chip-elevated-selected-container-color: #15151A;
  --mdc-chip-label-text-color: #ffffff;
  --mdc-chip-selected-label-text-color: #ffffff;
  --mdc-chip-container-color: #15151A;
  --mdc-chip-selected-container-color: #15151A;
  background-color: #15151A !important;
  color: #ffffff !important;
}
.mat-mdc-chip[color=warn],
.mat-mdc-chip.mat-warn {
  --mdc-chip-elevated-container-color: #f39c12;
  --mdc-chip-elevated-selected-container-color: #f44336;
  --mdc-chip-label-text-color: #15151A;
  --mdc-chip-selected-label-text-color: #ffffff;
  --mdc-chip-container-color: #f39c12;
  --mdc-chip-selected-container-color: #f44336;
  background-color: #f39c12 !important;
  color: #15151A !important;
}
.mat-mdc-chip[color=warn].mdc-chip--selected,
.mat-mdc-chip.mat-warn.mdc-chip--selected {
  background-color: #f44336 !important;
  color: #ffffff !important;
}
.mat-mdc-chip[color=default],
.mat-mdc-chip:not([color]):not(.mat-primary):not(.mat-accent):not(.mat-warn) {
  --mdc-chip-elevated-container-color: #F4F3EE;
  --mdc-chip-elevated-selected-container-color: #28282F;
  --mdc-chip-label-text-color: #15151A;
  --mdc-chip-selected-label-text-color: #15151A;
  --mdc-chip-container-color: #F4F3EE;
  --mdc-chip-selected-container-color: #28282F;
}
.mat-mdc-tooltip .mdc-tooltip__surface {
  background-color: rgba(12, 12, 14, 0.7) !important;
  color: #ffffff !important;
  font:
    0.75rem/1.25rem Roboto,
    "Helvetica Neue",
    sans-serif;
  border-radius: 5px;
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #C9A24B;
  --mdc-protected-button-label-text-color: #ffffff;
}
.mat-mdc-raised-button.mat-primary:hover:not(:disabled) {
  --mdc-protected-button-container-color: rgb(133.8461538462, 104.8461538462, 40.1538461538);
  --mat-protected-button-state-layer-color: rgb(133.8461538462, 104.8461538462, 40.1538461538);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #15151A;
  --mdc-protected-button-label-text-color: #ffffff;
}
.mat-mdc-raised-button.mat-accent:hover:not(:disabled) {
  --mdc-protected-button-container-color: hsl(240, 10.6382978723%, -10.7843137255%);
  --mat-protected-button-state-layer-color: hsl(240, 10.6382978723%, -10.7843137255%);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #ffffff;
}
.mat-mdc-raised-button.mat-warn:hover:not(:disabled) {
  --mdc-protected-button-container-color: rgb(185.8301886792, 22.1886792453, 10.1698113208);
  --mat-protected-button-state-layer-color: rgb(185.8301886792, 22.1886792453, 10.1698113208);
}
.mat-mdc-raised-button:not(.mat-primary):not(.mat-accent):not(.mat-warn) {
  --mdc-protected-button-container-color: var(--mat-sys-surface);
  --mdc-protected-button-label-text-color: var(--mat-sys-primary);
}
.mat-mdc-outlined-button {
  --mdc-outlined-button-container-color: transparent;
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: black;
}
.mat-mdc-outlined-button:hover:not(:disabled) {
  --mat-outlined-button-hover-state-layer-opacity: 0.5;
  --mat-outlined-button-state-layer-color: rgb(211, 211, 211) ;
}
.mat-mdc-button-base {
  --mdc-text-button-label-text-color: #C9A24B;
}
.mat-mdc-button-base:hover:not(:disabled) {
  --mat-text-button-state-layer-color: rgb(229.5, 229.5, 229.5);
  --mat-text-button-state-layer-opacity: 1;
}
.mat-mdc-button-base.mat-primary {
  --mdc-text-button-label-text-color: #C9A24B;
}
.mat-mdc-button-base.mat-primary:hover:not(:disabled) {
  --mat-text-button-state-layer-color: rgb(229.5, 229.5, 229.5);
  --mat-text-button-state-layer-opacity: 1;
}
.mat-mdc-button-base.mat-accent {
  --mdc-text-button-label-text-color: #15151A;
}
.mat-mdc-button-base.mat-accent:hover:not(:disabled) {
  --mat-text-button-state-layer-color: rgb(229.5, 229.5, 229.5);
  --mat-text-button-state-layer-opacity: 1;
}
.mat-mdc-button-base.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
.mat-mdc-button-base.mat-warn:hover:not(:disabled) {
  --mat-text-button-state-layer-color: rgb(229.5, 229.5, 229.5);
  --mat-text-button-state-layer-opacity: 1;
}
mat-spinner,
.mat-mdc-progress-spinner {
  display: block !important;
}
mat-spinner svg,
.mat-mdc-progress-spinner svg {
  display: block !important;
}
mat-spinner svg circle,
.mat-mdc-progress-spinner svg circle {
  stroke: #C9A24B !important;
}
.loading-container mat-spinner,
.loading-container .mat-mdc-progress-spinner {
  display: block !important;
}
.loading-container mat-spinner svg,
.loading-container .mat-mdc-progress-spinner svg {
  display: block !important;
}
.loading-container mat-spinner svg circle,
.loading-container .mat-mdc-progress-spinner svg circle {
  stroke: #C9A24B !important;
}
.button-spinner,
.spinner-margin {
  display: inline-block !important;
}
.button-spinner svg,
.spinner-margin svg {
  display: block !important;
}
.button-spinner svg circle,
.spinner-margin svg circle {
  stroke: #ffffff !important;
}
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 1px !important;
}
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input.mat-focused .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input.mat-focused .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input.mat-focused .mdc-notched-outline .mdc-notched-outline__trailing,
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input.mat-mdc-form-field-focused .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input.mat-mdc-form-field-focused .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-mdc-form-field-type-mat-input.mat-mdc-form-field-focused .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 1px !important;
}
.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
  border-width: 1px !important;
}
.mat-mdc-form-field.mat-focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-focused .mdc-notched-outline__trailing,
.mat-mdc-form-field.mat-mdc-form-field-focused .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-mdc-form-field-focused .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-mdc-form-field-focused .mdc-notched-outline__trailing {
  border-width: 1px !important;
}

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