/* src/styles.scss */
:root {
  --app-auth-backdrop:
    linear-gradient(
      
      135deg,
      #001e26,
      #143f4b,
      #326271 );
  --app-toolbar-height: 60px;
  --app-drawer-width: 280px;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 320ms;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  mix-blend-mode: normal;
}
::view-transition-old(root) {
  animation-name: flatrock-slide-out-left;
}
::view-transition-new(root) {
  animation-name: flatrock-slide-in-right;
}
html.back::view-transition-old(root) {
  animation-name: flatrock-slide-out-right;
}
html.back::view-transition-new(root) {
  animation-name: flatrock-slide-in-left;
}
@keyframes flatrock-slide-in-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes flatrock-slide-out-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes flatrock-slide-in-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes flatrock-slide-out-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.route-slide-enter {
  animation: flatrock-slide-in-right 320ms cubic-bezier(0.4, 0, 0.2, 1) both;
}
.route-slide-leave {
  animation: flatrock-slide-out-left 320ms cubic-bezier(0.4, 0, 0.2, 1) both;
}
.route-slide-enter-back {
  animation: flatrock-slide-in-left 320ms cubic-bezier(0.4, 0, 0.2, 1) both;
}
.route-slide-leave-back {
  animation: flatrock-slide-out-right 320ms cubic-bezier(0.4, 0, 0.2, 1) both;
}
.route-content-fade {
  animation: flatrock-content-fade 140ms ease-out both;
}
@keyframes flatrock-content-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
  }
  .route-slide-enter,
  .route-slide-leave,
  .route-slide-enter-back,
  .route-slide-leave-back,
  .route-content-fade {
    animation: none !important;
  }
}
html {
  color-scheme: light;
  --mat-sys-background: light-dark(#f6fafd, #101416);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#edf1f4, #2c3134);
  --mat-sys-inverse-primary: light-dark(#a0cedf, #326271);
  --mat-sys-inverse-surface: light-dark(#2c3134, #dfe3e6);
  --mat-sys-on-background: light-dark(#171c1e, #dfe3e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #05343f);
  --mat-sys-on-primary-container: light-dark(#204b57, #c1e8f8);
  --mat-sys-on-primary-fixed: light-dark(#001e26, #001e26);
  --mat-sys-on-primary-fixed-variant: light-dark(#204b57, #204b57);
  --mat-sys-on-secondary: light-dark(#ffffff, #21333d);
  --mat-sys-on-secondary-container: light-dark(#374954, #cfe6f1);
  --mat-sys-on-secondary-fixed: light-dark(#0a1e28, #0a1e28);
  --mat-sys-on-secondary-fixed-variant: light-dark(#374954, #374954);
  --mat-sys-on-surface: light-dark(#171c1e, #dfe3e6);
  --mat-sys-on-surface-variant: light-dark(#40484c, #dce4e9);
  --mat-sys-on-tertiary: light-dark(#ffffff, #283149);
  --mat-sys-on-tertiary-container: light-dark(#3e4861, #dae2ff);
  --mat-sys-on-tertiary-fixed: light-dark(#121c33, #121c33);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#3e4861, #3e4861);
  --mat-sys-outline: light-dark(#70787d, #8a9297);
  --mat-sys-outline-variant: light-dark(#c0c8cd, #40484c);
  --mat-sys-primary: light-dark(#326271, #a0cedf);
  --mat-sys-primary-container: light-dark(#c1e8f8, #204b57);
  --mat-sys-primary-fixed: light-dark(#c1e8f8, #c1e8f8);
  --mat-sys-primary-fixed-dim: light-dark(#a0cedf, #a0cedf);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#4f616c, #b6cad5);
  --mat-sys-secondary-container: light-dark(#cfe6f1, #374954);
  --mat-sys-secondary-fixed: light-dark(#cfe6f1, #cfe6f1);
  --mat-sys-secondary-fixed-dim: light-dark(#b6cad5, #b6cad5);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#f6fafd, #101416);
  --mat-sys-surface-bright: light-dark(#f6fafd, #353a3d);
  --mat-sys-surface-container: light-dark(#eaeff2, #1b2023);
  --mat-sys-surface-container-high: light-dark(#e5e9ec, #262b2d);
  --mat-sys-surface-container-highest: light-dark(#dfe3e6, #303538);
  --mat-sys-surface-container-low: light-dark(#f0f4f7, #171c1e);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0b0f11);
  --mat-sys-surface-dim: light-dark(#d6dbde, #101416);
  --mat-sys-surface-tint: light-dark(#326271, #a0cedf);
  --mat-sys-surface-variant: light-dark(#dce4e9, #40484c);
  --mat-sys-tertiary: light-dark(#565f7a, #bec7e6);
  --mat-sys-tertiary-container: light-dark(#dae2ff, #3e4861);
  --mat-sys-tertiary-fixed: light-dark(#dae2ff, #dae2ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec7e6, #bec7e6);
  --mat-sys-neutral-variant20: #293236;
  --mat-sys-neutral10: #171c1e;
  --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 Schibsted Grotesk, sans-serif;
  --mat-sys-body-large-font: Schibsted Grotesk, 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 Schibsted Grotesk, sans-serif;
  --mat-sys-body-medium-font: Schibsted Grotesk, 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 Schibsted Grotesk, sans-serif;
  --mat-sys-body-small-font: Schibsted Grotesk, 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, sans-serif;
  --mat-sys-display-large-font: Space Grotesk, 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, sans-serif;
  --mat-sys-display-medium-font: Space Grotesk, 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, sans-serif;
  --mat-sys-display-small-font: Space Grotesk, 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, sans-serif;
  --mat-sys-headline-large-font: Space Grotesk, 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, sans-serif;
  --mat-sys-headline-medium-font: Space Grotesk, 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, sans-serif;
  --mat-sys-headline-small-font: Space Grotesk, 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 Schibsted Grotesk, sans-serif;
  --mat-sys-label-large-font: Schibsted Grotesk, 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 Schibsted Grotesk, sans-serif;
  --mat-sys-label-medium-font: Schibsted Grotesk, 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 Schibsted Grotesk, sans-serif;
  --mat-sys-label-small-font: Schibsted Grotesk, 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, sans-serif;
  --mat-sys-title-large-font: Space Grotesk, 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 Schibsted Grotesk, sans-serif;
  --mat-sys-title-medium-font: Schibsted Grotesk, 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 Schibsted Grotesk, sans-serif;
  --mat-sys-title-small-font: Schibsted Grotesk, 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;
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 32px;
  --mat-chip-container-height: 24px;
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
  --mat-fab-small-touch-target-display: ;
  --mat-fab-touch-target-display: none;
  --mat-button-filled-touch-target-display: none;
  --mat-button-filled-container-height: 32px;
  --mat-button-outlined-container-height: 32px;
  --mat-button-outlined-touch-target-display: none;
  --mat-button-protected-touch-target-display: none;
  --mat-button-protected-container-height: 32px;
  --mat-button-text-touch-target-display: none;
  --mat-button-text-container-height: 32px;
  --mat-button-tonal-container-height: 32px;
  --mat-button-tonal-touch-target-display: none;
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
  --mat-icon-button-touch-target-display: none;
  --mat-icon-button-state-layer-size: 32px;
  --mat-list-list-item-leading-icon-start-space: 8px;
  --mat-list-list-item-leading-icon-end-space: 8px;
  --mat-list-list-item-one-line-container-height: 40px;
  --mat-list-list-item-two-line-container-height: 56px;
  --mat-list-list-item-three-line-container-height: 80px;
  --mat-paginator-container-size: 48px;
  --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: 32px;
  --mat-tab-container-height: 40px;
  --mat-select-arrow-transform: none;
  --mat-button-toggle-height: 40px;
  --mat-stepper-header-height: 64px;
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
  --mat-tree-node-min-height: 40px;
  --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;
}
.app-compact-dialog {
  --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: 40px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 8px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-button-touch-target-display: none;
  --mat-icon-button-state-layer-size: 24px;
  --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: 32px;
  --mat-list-list-item-two-line-container-height: 48px;
  --mat-list-list-item-three-line-container-height: 72px;
  --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: 32px;
  --mat-select-arrow-transform: none;
  --mat-button-toggle-height: 24px;
  --mat-stepper-header-height: 42px;
  --mat-table-header-container-height: 40px;
  --mat-table-footer-container-height: 36px;
  --mat-table-row-item-container-height: 36px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 28px;
  --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;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-outlined-label-text-size: 14px;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
  font: var(--mat-sys-body-medium);
}
a {
  color: var(--mat-sys-primary);
}
a:hover {
  color: var(--mat-sys-tertiary);
}
mat-icon.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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