/* src/styles.scss */
:root,
:host {
  --sidebar-bg: #1a1a1a;
  --sidebar-bg-light: #252525;
  --sidebar-text: #f5f5f5;
  --sidebar-text-muted: #888888;
  --sidebar-section-header: #666666;
  --sidebar-border: #333333;
  --sidebar-hover: rgba(234, 115, 46, 0.15);
  --sidebar-active: #EA732E;
  --sidebar-active-text: #ffffff;
  --color-title: #EA732E;
  --mat-card-title-text-color: #EA732E;
}
:root,
:host {
  --mat-sys-primary: #EA732E;
  --mat-sys-on-primary: #F7F6F4;
  --mat-sys-primary-container: #F2EEE9;
  --mat-sys-on-primary-container: #262626;
  --mat-sys-inverse-primary: #EA732E;
  --mat-sys-inverse-surface: #202020;
  --mat-sys-inverse-on-surface: #F2EEE9;
  --mat-sys-background: #F7F6F4;
  --mat-sys-on-background: #262626;
  --mat-sys-surface: #fff;
  --mat-sys-on-surface: #262626;
  --mat-sys-surface-dim: #595959;
  --mat-sys-surface-bright: #F7F6F4;
  --mat-sys-surface-container-lowest: #F7F6F4;
  --mat-sys-surface-container-low: #FAF8F5;
  --mat-sys-surface-container: #F2EEE9;
  --mat-sys-surface-container-high: #EFEAE5;
  --mat-sys-surface-container-highest: #E0D9D3;
  --mat-sys-surface-variant: #F7F3EF;
  --mat-sys-on-surface-variant: #595959;
  --mat-sys-outline: #CFC7BE;
  --mat-sys-outline-variant: #E6E0DA;
  --mat-sys-secondary: #595959;
  --mat-sys-on-secondary: #FFFFFF;
  --mat-sys-secondary-container: #EFEAE5;
  --mat-sys-on-secondary-container: #262626;
  --mat-sys-tertiary: #2E7D32;
  --mat-sys-on-tertiary: #FFFFFF;
  --mat-sys-tertiary-container: #C8E6C9;
  --mat-sys-on-tertiary-container: #1B5E20;
  --mat-sys-secondary-fixed: #FFB300;
  --mat-sys-on-secondary-fixed: #262626;
  --mat-sys-secondary-fixed-dim: #FFE082;
  --mat-sys-on-secondary-fixed-variant: #7A4F00;
  --mat-sys-error: #C62828;
  --mat-sys-on-error: #FFFFFF;
  --mat-sys-error-container: #FFCDD2;
  --mat-sys-on-error-container: #8E0000;
  --mat-sys-shadow: #000000;
  --mat-sys-scrim: #000000;
  --mat-sys-surface-tint: #EA732E;
}
.dark {
  --mat-sys-primary: #ffb694;
  --mat-sys-on-primary: #571f00;
  --mat-sys-primary-container: #7b2f00;
  --mat-sys-on-primary-container: #ffdbcc;
  --mat-sys-inverse-primary: #a14000;
  --mat-sys-primary-fixed: #ffdbcc;
  --mat-sys-primary-fixed-dim: #ffb694;
  --mat-sys-on-primary-fixed: #351000;
  --mat-sys-on-primary-fixed-variant: #7b2f00;
  --mat-sys-secondary: #bbc3ff;
  --mat-sys-on-secondary: #132481;
  --mat-sys-secondary-container: #2e3e98;
  --mat-sys-on-secondary-container: #dee0ff;
  --mat-sys-secondary-fixed: #dee0ff;
  --mat-sys-secondary-fixed-dim: #bbc3ff;
  --mat-sys-on-secondary-fixed: #000f5d;
  --mat-sys-on-secondary-fixed-variant: #2e3e98;
  --mat-sys-tertiary: #d6c866;
  --mat-sys-on-tertiary: #373100;
  --mat-sys-tertiary-container: #4f4700;
  --mat-sys-on-tertiary-container: #f3e47f;
  --mat-sys-tertiary-fixed: #f3e47f;
  --mat-sys-tertiary-fixed-dim: #d6c866;
  --mat-sys-on-tertiary-fixed: #201c00;
  --mat-sys-on-tertiary-fixed-variant: #4f4700;
  --mat-sys-background: #151312;
  --mat-sys-on-background: #e7e1df;
  --mat-sys-surface: #151312;
  --mat-sys-surface-dim: #151312;
  --mat-sys-surface-bright: #3b3938;
  --mat-sys-surface-container-lowest: #100e0d;
  --mat-sys-surface-container-low: #1d1b1a;
  --mat-sys-surface-container: #211f1e;
  --mat-sys-surface-container-high: #2c2929;
  --mat-sys-surface-container-highest: #373433;
  --mat-sys-on-surface: #e7e1df;
  --mat-sys-shadow: #000000;
  --mat-sys-scrim: #000000;
  --mat-sys-surface-tint: #dbc1b7;
  --mat-sys-inverse-surface: #e7e1df;
  --mat-sys-inverse-on-surface: #32302f;
  --mat-sys-outline: #9b8e89;
  --mat-sys-outline-variant: #4f4440;
  --mat-sys-error: #ffb4ab;
  --mat-sys-error-container: #93000a;
  --mat-sys-on-error: #690005;
  --mat-sys-on-error-container: #ffdad6;
  --mat-sys-surface-variant: #4f4440;
  --mat-sys-on-surface-variant: #d3c3bd;
}
:root,
:host {
  --mat-sys-brand-font-family: Manrope, Roboto;
  --mat-sys-plain-font-family: Manrope, Roboto;
  --mat-sys-bold-font-weight: 700;
  --mat-sys-medium-font-weight: 500;
  --mat-sys-regular-font-weight: 400;
}
html {
  color-scheme: light dark;
}
html {
  --mat-sys-background: light-dark(#fff8f5, #181210);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#fbeee8, #362f2b);
  --mat-sys-inverse-primary: light-dark(#ffb787, #964900);
  --mat-sys-inverse-surface: light-dark(#362f2b, #ece0da);
  --mat-sys-on-background: light-dark(#201a17, #ece0da);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #502400);
  --mat-sys-on-primary-container: light-dark(#723600, #ffdcc7);
  --mat-sys-on-primary-fixed: light-dark(#311300, #311300);
  --mat-sys-on-primary-fixed-variant: light-dark(#723600, #723600);
  --mat-sys-on-secondary: light-dark(#ffffff, #422b1b);
  --mat-sys-on-secondary-container: light-dark(#5b4130, #ffdcc7);
  --mat-sys-on-secondary-fixed: light-dark(#2b1708, #2b1708);
  --mat-sys-on-secondary-fixed-variant: light-dark(#5b4130, #5b4130);
  --mat-sys-on-surface: light-dark(#201a17, #ece0da);
  --mat-sys-on-surface-variant: light-dark(#52443c, #f4ded3);
  --mat-sys-on-tertiary: light-dark(#ffffff, #502400);
  --mat-sys-on-tertiary-container: light-dark(#723600, #ffdcc7);
  --mat-sys-on-tertiary-fixed: light-dark(#311300, #311300);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#723600, #723600);
  --mat-sys-outline: light-dark(#84746a, #9f8d83);
  --mat-sys-outline-variant: light-dark(#d7c3b8, #52443c);
  --mat-sys-primary: light-dark(#964900, #ffb787);
  --mat-sys-primary-container: light-dark(#ffdcc7, #723600);
  --mat-sys-primary-fixed: light-dark(#ffdcc7, #ffdcc7);
  --mat-sys-primary-fixed-dim: light-dark(#ffb787, #ffb787);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#755846, #e5bfa8);
  --mat-sys-secondary-container: light-dark(#ffdcc7, #5b4130);
  --mat-sys-secondary-fixed: light-dark(#ffdcc7, #ffdcc7);
  --mat-sys-secondary-fixed-dim: light-dark(#e5bfa8, #e5bfa8);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#fff8f5, #181210);
  --mat-sys-surface-bright: light-dark(#fff8f5, #3f3834);
  --mat-sys-surface-container: light-dark(#f8ebe6, #241e1b);
  --mat-sys-surface-container-high: light-dark(#f2e6e1, #2f2926);
  --mat-sys-surface-container-highest: light-dark(#ece0da, #3a3330);
  --mat-sys-surface-container-low: light-dark(#fef1ec, #201a17);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #120d0b);
  --mat-sys-surface-dim: light-dark(#e3d8d3, #181210);
  --mat-sys-surface-tint: light-dark(#964900, #ffb787);
  --mat-sys-surface-variant: light-dark(#f4ded3, #52443c);
  --mat-sys-tertiary: light-dark(#964900, #ffb787);
  --mat-sys-tertiary-container: light-dark(#ffdcc7, #723600);
  --mat-sys-tertiary-fixed: light-dark(#ffdcc7, #ffdcc7);
  --mat-sys-tertiary-fixed-dim: light-dark(#ffb787, #ffb787);
  --mat-sys-neutral-variant20: #3a2e26;
  --mat-sys-neutral10: #201a17;
}
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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-body-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-body-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-body-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-display-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-display-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-display-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-headline-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-headline-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-headline-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-label-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-label-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-label-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-title-large-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-title-medium-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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 -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  --mat-sys-title-small-font:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    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;
}
input,
textarea,
button {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  box-sizing: border-box;
  transition: border-color 0.3s;
}
.form-control {
  color: #666;
  display: block;
  width: 100%;
  font-weight: 400;
  appearance: none;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out;
  max-width: -webkit-fill-available;
}
@media (max-width: 1280px) {
  .form-control {
    height: auto !important;
  }
}
.form-select,
.form-control {
  padding: 0.38rem 2.25rem 0.38rem 0.75rem !important;
  border: 1px solid var(--inputSelect) !important;
  font-size: 1rem;
  line-height: 24px;
  border-radius: 4px;
}
select {
  font-size: 1rem;
  border-radius: 0 !important;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='white'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
  padding-right: 40px;
}
select::-ms-expand {
  display: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #4CAF50;
}
.mat-mdc-outlined-button {
  --mdc-outlined-button-container-color: #EA712D !important;
  --mdc-outlined-button-label-text-color: #ffffff !important;
  --mdc-outlined-button-outline-color: #EA712D !important;
  background-color: #EA712D !important;
  color: #ffffff !important;
}
.mat-mdc-outlined-button:hover {
  --mdc-outlined-button-container-color: #d45f1f !important;
  background-color: #d45f1f !important;
}
.mat-mdc-raised-button {
  --mdc-protected-button-container-color: #EA712D !important;
  --mdc-protected-button-label-text-color: #ffffff !important;
}
.mat-mdc-raised-button:hover {
  --mdc-protected-button-container-color: #d45f1f !important;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d32f2f !important;
  --mdc-protected-button-label-text-color: #ffffff !important;
}
.mat-mdc-raised-button.mat-warn:hover {
  --mdc-protected-button-container-color: #b71c1c !important;
}
.form-field input,
.form-field textarea,
.form-field select,
.input-container input,
.input-container textarea,
.input-container select,
.form-group input,
.form-group textarea,
.form-group select {
  border-radius: 0 !important;
}
.mdc-card {
  border-radius: 0 !important;
}
body {
  margin: 0;
  font-family:
    Manrope,
    Roboto,
    system-ui,
    -apple-system,
    "Segoe UI",
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: var(--background, #F7F6F4);
}
a {
  color: var(--mat-sys-on-secondary-fixed);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.burger-menu {
  text-align: right;
  margin-right: 1.5rem;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d32f2f;
  --mdc-protected-button-label-text-color: #ffffff;
}
.mat-mdc-raised-button.mat-warn:hover {
  --mdc-protected-button-container-color: #b71c1c;
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: white;
}
.mat-mdc-form-field .mdc-text-field--filled,
.mat-mdc-form-field .mdc-text-field--outlined,
.mat-mdc-text-field:not(.mdc-text-field--disabled),
.mat-mdc-select:not(.mat-mdc-select-disabled),
.mat-mdc-input-element {
  background-color: white !important;
}
.mat-mdc-select-panel {
  background-color: white !important;
}
.mat-mdc-form-field-type-mat-input .mat-mdc-text-field-wrapper,
.mat-mdc-form-field-type-mat-select .mat-mdc-text-field-wrapper {
  background-color: white !important;
}
.mat-mdc-form-field {
  font-size: inherit !important;
}
.mat-mdc-form-field,
.mdc-text-field,
.mdc-text-field__input,
.mat-mdc-select,
.mat-mdc-select-value,
.mat-mdc-option,
.mat-mdc-tab,
.mat-mdc-row,
.mat-mdc-card {
  font-size: 1rem !important;
}
.mat-mdc-button,
.mdc-button__label {
  font-size: 1rem !important;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .is-desktop {
    display: none !important;
  }
  .mat-mdc-form-field,
  .mdc-text-field,
  .mdc-text-field__input,
  .mat-mdc-select,
  .mat-mdc-select-value,
  .mat-mdc-option,
  .mat-mdc-tab,
  .mat-mdc-card {
    font-size: 14px !important;
  }
  .mat-mdc-button,
  .mdc-button__label {
    font-size: 14px !important;
  }
  .is-mobile {
    display: flex;
  }
  .is-mobile-global-override-style {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .is-mobile {
    display: none !important;
  }
}
.mobile-fab {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  left: auto !important;
  z-index: 999 !important;
  display: none;
}
@media (max-width: 768px) {
  .mobile-fab {
    display: flex !important;
  }
}
.disconnect-btn {
  background-color: #f44336;
  color: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 0.9rem;
  border-radius: 20px;
}
.disconnect-btn:hover {
  background-color: #d32f2f;
}
.disconnect-btn-mat {
  background-color: #d32f2f !important;
  color: white !important;
  width: auto !important;
  min-width: 0;
}
.disconnect-btn-mat:hover {
  background-color: #b71c1c !important;
}
.disconnect-btn-mat:disabled {
  background-color: #e0e0e0 !important;
  color: rgba(0, 0, 0, 0.38) !important;
}
.connect-btn-mat {
  width: auto !important;
  min-width: 0;
}
h1 {
  font-family: var(--mat-card-title-text-font, var(--mat-sys-title-large-font));
  line-height: var(--mat-card-title-text-line-height, var(--mat-sys-title-large-line-height));
  font-size: var(--mat-card-title-text-size, var(--mat-sys-title-large-size));
  letter-spacing: var(--mat-card-title-text-tracking, var(--mat-sys-title-large-tracking));
  font-weight: var(--mat-card-title-text-weight, var(--mat-sys-title-large-weight));
  color: var(--mat-card-title-text-color, var(--mat-sys-title-large-color));
}
.cdk-overlay-container {
  z-index: 1100 !important;
}
.tag-badge {
  display: inline-block;
  border-radius: 16px;
  font-weight: 500;
  text-transform: capitalize;
  border: 1px solid #f0f0f0;
  padding: 0rem 0.5rem;
}
.tag-badge.orange {
  background-color: #fff1db;
  border: 1px solid #ff9800;
}
.tag-badge.green {
  background-color: #f2fff2;
  border: 1px solid #4caf50;
}
.tag-badge.red {
  background-color: rgb(250, 234, 234);
  border: 1px solid red;
}
table.mat-mdc-table .mat-mdc-row {
  height: 60px;
}
.search-container {
  background-color: var(--mat-sys-surface-dim);
  margin: 1rem 1rem 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.mat-mdc-card,
mat-card,
.mdc-card {
  background-color: white !important;
}
.mat-mdc-card-header {
  background-color: var(--mat-sys-surface-dim) !important;
  color: white !important;
  padding: 16px !important;
}
.mat-mdc-card-header .mat-mdc-card-subtitle {
  color: white !important;
}
.mat-mdc-table .mat-mdc-header-row {
  background-color: var(--mat-sys-surface-dim);
  color: white !important;
}
.mat-mdc-table .mat-mdc-header-cell {
  background-color: var(--mat-sys-surface-dim);
  color: white !important;
}
.mat-mdc-table .mat-mdc-header-cell:hover,
.mat-mdc-table .mat-mdc-header-cell:focus,
.mat-mdc-table .mat-mdc-header-cell:active,
.mat-mdc-table .mat-mdc-header-row:hover {
  background-color: var(--mat-sys-surface-dim) !important;
}
.fullscreen-dialog {
  max-width: 100vw !important;
  max-height: 100vh !important;
  width: 100vw !important;
  height: 100vh !important;
}
.fullscreen-dialog .mat-mdc-dialog-container {
  padding: 0 !important;
  border-radius: 0 !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
}
.fullscreen-dialog .mat-mdc-dialog-surface {
  padding: 0 !important;
  border-radius: 0 !important;
}

/* src/assets/style.css */
:root {
  --color-primary: #FF6A00;
  --color-primary-hover: #E55A00;
  --color-primary-light: #e8f5e9;
  --color-danger: #FF4D4F;
  --color-danger-hover: #D9363A;
  --color-danger-light: #ffebee;
  --color-warning: #ffc107;
  --color-warning-hover: #e0a800;
  --color-warning-light: #fff8e1;
  --color-info: #2196F3;
  --color-info-hover: #0d8aee;
  --color-info-light: #e3f2fd;
  --color-status-active: #2e7d32;
  --color-status-expired: #FF4D4F;
  --color-status-pending: #f57f17;
  --color-text-primary: #212529;
  --color-text-secondary: #495057;
  --color-text-muted: #6c757d;
  --color-bg-light: #f8f9fa;
  --color-bg-white: #ffffff;
  --color-border: #dee2e6;
  --color-border-light: #e9ecef;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
}
h1 {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form-row {
  display: flex;
  gap: 15px;
}
.half-width {
  flex: 1;
}
input,
textarea,
select {
  color: blackk;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
textarea {
  min-height: 80px;
  resize: vertical;
}
.button-action {
  width: 48px;
  height: 32px;
  background-color: var(--color-primary);
  color: white;
  padding: 5px;
  border: none;
  border-radius: 20px;
}
.button-action:hover {
  background-color: #E55A00;
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(var(--color-primary-rgb), 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.button {
  padding: 8px 16px;
  border: none;
  border-radius: var(--mdc-filled-button-container-shape, var(--mat-sys-corner-full));
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.2s;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 300px;
}
.button:hover {
  box-shadow: 0 0 15px rgba(var(--color-primary-rgb), 0.5);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.button:disabled {
  cursor: not-allowed;
  background-color: #cccccc;
}
.button:hover:disabled {
  background-color: var(--color-text-secondary);
}
.button-blue {
  background-color: #007bff;
  color: white;
  border: none;
}
.button-blue:hover:not(:disabled) {
  background-color: #0056b3;
}
.button-primary {
  background-color: #FF6A00;
  color: white;
}
.button-primary:hover {
  background-color: #E55A00;
}
.button-secondary {
  background-color: #3746A0;
  color: white;
}
.button-secondary:hover {
  background-color: #2C3785;
}
.button-tertiary {
  background-color: var(--color-text-muted);
  color: white;
}
.button-tertiary:hover {
  background-color: var(--color-text-secondary);
}
.button-warning {
  background-color: #f0ad4e;
  color: white;
}
.button-warning:hover {
  background-color: #ec971f;
}
.button-primary:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
.button-danger {
  background-color: #FF4D4F;
  color: white;
}
.button-danger:hover {
  background-color: #D9363A;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}
.card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}
.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
.table th {
  text-align: left;
  padding: 12px 16px;
  background-color: var(--color-bg-light);
  font-weight: 600;
  color: var(--color-text-secondary);
  border-bottom: 2px solid var(--color-border);
}
.table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--color-border-light);
  vertical-align: middle;
}
.status-indicator {
  display: inline-block;
  padding: 3px 8px;
  font-size: 0.8rem;
  font-weight: 500;
}
.status-indicator.active {
  background-color: #e0f7fa;
  color: #00acc1;
}
.status-indicator.inactive {
  background-color: #ffebee;
  color: #e53935;
}
.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 15px;
}
.form-actions {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: 20px 0;
}
.right-button {
  margin-right: auto;
}
.right-actions {
  display: flex;
  margin-left: auto;
  gap: 8px;
}
.form-field {
  display: block;
  width: 100%;
}
.link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 3px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.error-message {
  color: #dc3545;
  font-size: 0.9rem;
  margin-top: 4px;
  padding: 8px;
  background-color: #fff8f8;
  border: 1px solid #ffebee;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
  .half-width {
    width: 100%;
  }
  .button {
    width: 100%;
    margin-bottom: 8px;
  }
  .form-actions {
    display: initial;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* src/compliance-theme.css */
:root {
  --color-primary: #FF6A00;
  --color-accent: #595959;
  --color-warn: #FF4D4F;
  --color-neutral: #4B5563;
  --color-disabled-bg: #F3F4F6;
  --color-disabled-text: #9CA3AF;
}
.btn-primary {
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.btn-primary:hover {
  background-color: #e55a00;
}
.btn-primary:disabled {
  background-color: var(--color-disabled-bg);
  color: var(--color-disabled-text);
  cursor: not-allowed;
}
.btn-secondary {
  background-color: var(--color-accent);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.btn-secondary:hover {
  background-color: #2C3785;
}
.btn-secondary:disabled {
  background-color: var(--color-disabled-bg);
  color: var(--color-disabled-text);
  cursor: not-allowed;
}
.btn-destructive {
  background-color: var(--color-warn);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.btn-destructive:hover {
  background-color: #D9363A;
}
.btn-destructive:disabled {
  background-color: var(--color-disabled-bg);
  color: var(--color-disabled-text);
  cursor: not-allowed;
}
.btn-tertiary {
  background: none;
  border: none;
  color: var(--color-accent);
  padding: 8px 16px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.btn-tertiary:hover {
  color: #26337C;
}
.btn-tertiary:disabled {
  color: var(--color-disabled-text);
  cursor: not-allowed;
}
a {
  text-decoration: underline;
}
a:hover {
  color: #26337C;
}

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