/* src/styles.css */
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
html {
  --mat-sys-background: #faf9fd;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f2f0f4;
  --mat-sys-inverse-primary: #abc7ff;
  --mat-sys-inverse-surface: #2f3033;
  --mat-sys-on-background: #1a1b1f;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #00458f;
  --mat-sys-on-primary-fixed: #001b3f;
  --mat-sys-on-primary-fixed-variant: #00458f;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #3e4759;
  --mat-sys-on-secondary-fixed: #131c2b;
  --mat-sys-on-secondary-fixed-variant: #3e4759;
  --mat-sys-on-surface: #1a1b1f;
  --mat-sys-on-surface-variant: #44474e;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #0000ef;
  --mat-sys-on-tertiary-fixed: #00006e;
  --mat-sys-on-tertiary-fixed-variant: #0000ef;
  --mat-sys-outline: #74777f;
  --mat-sys-outline-variant: #c4c6d0;
  --mat-sys-primary: #005cbb;
  --mat-sys-primary-container: #d7e3ff;
  --mat-sys-primary-fixed: #d7e3ff;
  --mat-sys-primary-fixed-dim: #abc7ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #565e71;
  --mat-sys-secondary-container: #dae2f9;
  --mat-sys-secondary-fixed: #dae2f9;
  --mat-sys-secondary-fixed-dim: #bec6dc;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #faf9fd;
  --mat-sys-surface-bright: #faf9fd;
  --mat-sys-surface-container: #efedf0;
  --mat-sys-surface-container-high: #e9e7eb;
  --mat-sys-surface-container-highest: #e3e2e6;
  --mat-sys-surface-container-low: #f4f3f6;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dbd9dd;
  --mat-sys-surface-tint: #005cbb;
  --mat-sys-surface-variant: #e0e2ec;
  --mat-sys-tertiary: #343dff;
  --mat-sys-tertiary-container: #e0e0ff;
  --mat-sys-tertiary-fixed: #e0e0ff;
  --mat-sys-tertiary-fixed-dim: #bec2ff;
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --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 Roboto;
  --mat-sys-body-large-font: Roboto;
  --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 Roboto;
  --mat-sys-body-medium-font: Roboto;
  --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 Roboto;
  --mat-sys-body-small-font: Roboto;
  --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 Roboto;
  --mat-sys-display-large-font: Roboto;
  --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 Roboto;
  --mat-sys-display-medium-font: Roboto;
  --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 Roboto;
  --mat-sys-display-small-font: Roboto;
  --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 Roboto;
  --mat-sys-headline-large-font: Roboto;
  --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 Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --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 Roboto;
  --mat-sys-headline-small-font: Roboto;
  --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 Roboto;
  --mat-sys-label-large-font: Roboto;
  --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 Roboto;
  --mat-sys-label-medium-font: Roboto;
  --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 Roboto;
  --mat-sys-label-small-font: Roboto;
  --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 Roboto;
  --mat-sys-title-large-font: Roboto;
  --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 Roboto;
  --mat-sys-title-medium-font: Roboto;
  --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 Roboto;
  --mat-sys-title-small-font: Roboto;
  --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-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;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
:root {
  --app-bg: #f5f5f5;
  --app-surface: #ffffff;
  --app-text: #1a1a1a;
  --app-text-secondary: #666666;
  --app-border: #e0e0e0;
  --app-sidenav-bg: #ffffff;
  --app-toolbar-bg: #ffffff;
}
html.dark {
  color-scheme: dark;
  --app-bg: #101418;
  --app-surface: #1d2125;
  --app-text: #e1e2e8;
  --app-text-secondary: #c2c7cf;
  --app-border: #42474e;
  --app-sidenav-bg: #1d2125;
  --app-toolbar-bg: #1d2125;
  --mat-sys-background: #101418;
  --mat-sys-on-background: #e1e2e8;
  --mat-sys-surface: #101418;
  --mat-sys-on-surface: #e1e2e8;
  --mat-sys-surface-variant: #42474e;
  --mat-sys-on-surface-variant: #c2c7cf;
  --mat-sys-surface-container-lowest: #0b0f14;
  --mat-sys-surface-container-low: #191c20;
  --mat-sys-surface-container: #1d2125;
  --mat-sys-surface-container-high: #272b2f;
  --mat-sys-surface-container-highest: #32363a;
  --mat-sys-inverse-surface: #e1e2e8;
  --mat-sys-inverse-on-surface: #2f3033;
  --mat-sys-outline: #8c9198;
  --mat-sys-outline-variant: #42474e;
  --mat-sys-shadow: #000000;
  --mat-sys-scrim: #000000;
  --mat-sys-surface-tint: #97cbff;
  --mat-sys-primary: #97cbff;
  --mat-sys-on-primary: #003257;
  --mat-sys-primary-container: #004a7f;
  --mat-sys-on-primary-container: #cee5ff;
  --mat-sys-inverse-primary: #0061a4;
  --mat-sys-secondary: #bccbda;
  --mat-sys-on-secondary: #263544;
  --mat-sys-secondary-container: #3c4b5b;
  --mat-sys-on-secondary-container: #d8e7f7;
  --mat-sys-tertiary: #d6beea;
  --mat-sys-on-tertiary: #3b2951;
  --mat-sys-tertiary-container: #533f69;
  --mat-sys-on-tertiary-container: #f2daf7;
  --mat-sys-error: #ffb4ab;
  --mat-sys-on-error: #690005;
  --mat-sys-error-container: #93000a;
  --mat-sys-on-error-container: #ffdad6;
  --mat-app-background-color: #101418;
  --mat-app-text-color: #e1e2e8;
}
html.dark body {
  background-color: var(--app-bg);
  color: var(--app-text);
}
html.dark .mat-drawer-container,
html.dark .mat-sidenav-container {
  background-color: var(--app-bg) !important;
  color: var(--app-text) !important;
}
html.dark .mat-drawer,
html.dark .mat-sidenav {
  background-color: var(--app-sidenav-bg) !important;
  color: var(--app-text) !important;
}
html.dark .mat-toolbar {
  background-color: var(--app-toolbar-bg) !important;
  color: var(--app-text) !important;
  --mat-toolbar-container-background-color: #1d2125;
  --mat-toolbar-container-text-color: #e1e2e8;
}
html.dark .mat-mdc-card {
  --mdc-elevated-card-container-color: #1d2125;
  --mdc-outlined-card-container-color: #1d2125;
  background-color: #1d2125 !important;
  color: var(--app-text);
}
html.dark .mat-mdc-table {
  --mat-table-background-color: #1d2125;
  --mat-table-row-item-label-text-color: #e1e2e8;
  --mat-table-header-headline-color: #c2c7cf;
  --mat-table-row-item-outline-color: #42474e;
  background-color: #1d2125 !important;
}
html.dark .mat-mdc-row,
html.dark .mat-mdc-header-row,
html.dark .mat-mdc-footer-row {
  background-color: #1d2125 !important;
}
html.dark .mat-mdc-cell,
html.dark .mat-mdc-header-cell {
  color: #e1e2e8;
  border-bottom-color: #42474e;
}
html.dark .mat-mdc-header-cell {
  color: #c2c7cf;
}
html.dark .mat-mdc-paginator {
  --mat-paginator-container-background-color: #1d2125;
  --mat-paginator-container-text-color: #e1e2e8;
  --mat-paginator-enabled-icon-color: #c2c7cf;
  background-color: #1d2125 !important;
  color: #e1e2e8;
}
html.dark .mat-mdc-form-field {
  --mdc-outlined-text-field-input-text-color: #e1e2e8;
  --mdc-outlined-text-field-label-text-color: #c2c7cf;
  --mdc-outlined-text-field-focus-label-text-color: #97cbff;
  --mdc-outlined-text-field-outline-color: #8c9198;
  --mdc-outlined-text-field-hover-outline-color: #c2c7cf;
  --mdc-outlined-text-field-focus-outline-color: #97cbff;
  --mdc-outlined-text-field-caret-color: #97cbff;
  --mdc-outlined-text-field-disabled-outline-color: #42474e;
  --mdc-filled-text-field-input-text-color: #e1e2e8;
  --mdc-filled-text-field-label-text-color: #c2c7cf;
  --mdc-filled-text-field-focus-label-text-color: #97cbff;
  --mdc-filled-text-field-container-color: #272b2f;
  --mdc-filled-text-field-active-indicator-color: #8c9198;
  --mdc-filled-text-field-focus-active-indicator-color: #97cbff;
  --mdc-filled-text-field-caret-color: #97cbff;
}
html.dark .mat-mdc-select {
  --mat-select-trigger-text-color: #e1e2e8;
  --mat-select-enabled-arrow-color: #c2c7cf;
  --mat-select-focused-arrow-color: #97cbff;
  --mat-select-invalid-arrow-color: #ffb4ab;
}
html.dark .mat-mdc-select-panel,
html.dark .cdk-overlay-pane .mat-mdc-select-panel {
  background-color: #272b2f !important;
}
html.dark .mat-mdc-option {
  --mat-option-label-text-color: #e1e2e8;
  --mat-option-selected-state-label-text-color: #97cbff;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-option-selected-state-layer-color: rgba(151, 203, 255, 0.12);
  color: #e1e2e8;
}
html.dark .mat-mdc-menu-panel {
  --mat-menu-container-color: #272b2f;
  background-color: #272b2f !important;
}
html.dark .mat-mdc-menu-item {
  --mat-menu-item-label-text-color: #e1e2e8;
  --mat-menu-item-icon-color: #c2c7cf;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  color: #e1e2e8;
}
html.dark .mat-mdc-menu-item .mat-icon {
  color: #c2c7cf;
}
html.dark .mat-mdc-dialog-container .mdc-dialog__surface {
  --mdc-dialog-container-color: #1d2125;
  background-color: #1d2125 !important;
}
html.dark .mat-mdc-dialog-container {
  --mdc-dialog-supporting-text-color: #c2c7cf;
  --mdc-dialog-subhead-color: #e1e2e8;
  color: #e1e2e8;
}
html.dark .mat-mdc-list-item,
html.dark .mat-mdc-nav-list .mat-mdc-list-item {
  --mdc-list-list-item-label-text-color: #e1e2e8;
  --mdc-list-list-item-supporting-text-color: #c2c7cf;
  --mdc-list-list-item-leading-icon-color: #c2c7cf;
  --mdc-list-list-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mdc-list-list-item-focus-state-layer-color: rgba(255, 255, 255, 0.12);
  color: #e1e2e8;
}
html.dark .mat-mdc-chip {
  --mat-chip-label-text-color: #e1e2e8;
  --mat-chip-elevated-container-color: #32363a;
  --mat-chip-with-icon-icon-color: #c2c7cf;
  --mat-chip-outline-width: 1px;
  outline-color: #42474e;
}
html.dark .mdc-snackbar__surface {
  background-color: #32363a !important;
}
html.dark .mat-mdc-snack-bar-container .mdc-snackbar__label {
  color: #e1e2e8 !important;
}
html.dark .mat-mdc-snack-bar-action {
  color: #97cbff !important;
}
html.dark .mat-divider {
  border-color: #42474e;
}
html.dark .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #97cbff;
}
html.dark .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #97cbff;
  --mat-progress-bar-track-color: #004a7f;
}
html.dark .mdc-tooltip__surface {
  background-color: #e1e2e8 !important;
  color: #1d2125 !important;
}
html.dark .mat-mdc-icon-button {
  color: #c2c7cf;
}
mat-chip.status-active {
  --mat-chip-elevated-container-color: #e8f5e9;
  --mat-chip-label-text-color: #2e7d32;
}
mat-chip.status-inactive {
  --mat-chip-elevated-container-color: #f5f5f5;
  --mat-chip-label-text-color: #757575;
}
mat-chip.status-pending {
  --mat-chip-elevated-container-color: #fff3e0;
  --mat-chip-label-text-color: #e65100;
}
mat-chip.status-completed {
  --mat-chip-elevated-container-color: #e3f2fd;
  --mat-chip-label-text-color: #1565c0;
}
mat-chip.status-cancelled {
  --mat-chip-elevated-container-color: #ffebee;
  --mat-chip-label-text-color: #c62828;
}
html.dark mat-chip.status-active {
  --mat-chip-elevated-container-color: #1b5e20;
  --mat-chip-label-text-color: #a5d6a7;
}
html.dark mat-chip.status-inactive {
  --mat-chip-elevated-container-color: #424242;
  --mat-chip-label-text-color: #bdbdbd;
}
html.dark mat-chip.status-pending {
  --mat-chip-elevated-container-color: #bf360c;
  --mat-chip-label-text-color: #ffcc80;
}
html.dark mat-chip.status-completed {
  --mat-chip-elevated-container-color: #0d47a1;
  --mat-chip-label-text-color: #90caf9;
}
html.dark mat-chip.status-cancelled {
  --mat-chip-elevated-container-color: #b71c1c;
  --mat-chip-label-text-color: #ef9a9a;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.page-container {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.table-container {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
.full-width {
  width: 100%;
}
.spacer {
  flex: 1 1 auto;
}
.mat-column-actions {
  width: 120px;
  text-align: right;
}
@property --tw-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-outline-style: solid;
    }
  }
}

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