/* src/assets/styles/style.scss */
body.light-theme {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    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-app-elevation-shadow-level-1:
    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-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    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-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    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-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    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-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    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-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #1b5e20;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
body.light-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #43a047;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
body.light-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #f57c00;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
body.light-theme {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #43a047;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #43a047;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
body.light-theme .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #1b5e20;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #1b5e20;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
body.light-theme .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #43a047;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #43a047;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
body.light-theme .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f57c00;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f57c00;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
body.light-theme {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1b5e20;
  --mat-toolbar-container-text-color: white;
}
body.light-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #43a047;
  --mat-toolbar-container-text-color: white;
}
body.light-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f57c00;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.light-theme {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    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-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    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-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-button.mat-primary,
body.light-theme .mat-mdc-unelevated-button.mat-primary,
body.light-theme .mat-mdc-raised-button.mat-primary,
body.light-theme .mat-mdc-outlined-button.mat-primary,
body.light-theme .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #1b5e20;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #1b5e20;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #1b5e20 12%, transparent);
  --mat-button-outlined-state-layer-color: #1b5e20;
  --mat-button-protected-container-color: #1b5e20;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #1b5e20;
  --mat-button-text-ripple-color: color-mix(in srgb, #1b5e20 12%, transparent);
  --mat-button-text-state-layer-color: #1b5e20;
  --mat-button-tonal-container-color: #1b5e20;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
body.light-theme .mat-mdc-button.mat-accent,
body.light-theme .mat-mdc-unelevated-button.mat-accent,
body.light-theme .mat-mdc-raised-button.mat-accent,
body.light-theme .mat-mdc-outlined-button.mat-accent,
body.light-theme .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #43a047;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #43a047;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #43a047 12%, transparent);
  --mat-button-outlined-state-layer-color: #43a047;
  --mat-button-protected-container-color: #43a047;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #43a047;
  --mat-button-text-ripple-color: color-mix(in srgb, #43a047 12%, transparent);
  --mat-button-text-state-layer-color: #43a047;
  --mat-button-tonal-container-color: #43a047;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
body.light-theme .mat-mdc-button.mat-warn,
body.light-theme .mat-mdc-unelevated-button.mat-warn,
body.light-theme .mat-mdc-raised-button.mat-warn,
body.light-theme .mat-mdc-outlined-button.mat-warn,
body.light-theme .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f57c00;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-label-text-color: #f57c00;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-button-outlined-state-layer-color: #f57c00;
  --mat-button-protected-container-color: #f57c00;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-label-text-color: #f57c00;
  --mat-button-text-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-button-text-state-layer-color: #f57c00;
  --mat-button-tonal-container-color: #f57c00;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.light-theme {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    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-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    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-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    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-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    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-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-select-container-elevation-shadow:
    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-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #1b5e20;
  --mat-select-invalid-arrow-color: #f57c00;
}
body.light-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #43a047;
  --mat-select-invalid-arrow-color: #f57c00;
}
body.light-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f57c00;
  --mat-select-invalid-arrow-color: #f57c00;
}
body.light-theme {
  --mat-select-arrow-transform: translateY(-8px);
  --mat-checkbox-disabled-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #43a047;
  --mat-checkbox-selected-hover-icon-color: #43a047;
  --mat-checkbox-selected-icon-color: #43a047;
  --mat-checkbox-selected-pressed-icon-color: #43a047;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #43a047;
  --mat-checkbox-selected-hover-state-layer-color: #43a047;
  --mat-checkbox-selected-pressed-state-layer-color: #43a047;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #1b5e20;
  --mat-checkbox-selected-hover-icon-color: #1b5e20;
  --mat-checkbox-selected-icon-color: #1b5e20;
  --mat-checkbox-selected-pressed-icon-color: #1b5e20;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #1b5e20;
  --mat-checkbox-selected-hover-state-layer-color: #1b5e20;
  --mat-checkbox-selected-pressed-state-layer-color: #1b5e20;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #f57c00;
  --mat-checkbox-selected-hover-icon-color: #f57c00;
  --mat-checkbox-selected-icon-color: #f57c00;
  --mat-checkbox-selected-pressed-icon-color: #f57c00;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f57c00;
  --mat-checkbox-selected-hover-state-layer-color: #f57c00;
  --mat-checkbox-selected-pressed-state-layer-color: #f57c00;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.light-theme {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
body.light-theme .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #1b5e20;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #1b5e20;
  --mat-radio-selected-hover-icon-color: #1b5e20;
  --mat-radio-selected-icon-color: #1b5e20;
  --mat-radio-selected-pressed-icon-color: #1b5e20;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #43a047;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #43a047;
  --mat-radio-selected-hover-icon-color: #43a047;
  --mat-radio-selected-icon-color: #43a047;
  --mat-radio-selected-pressed-icon-color: #43a047;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f57c00;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f57c00;
  --mat-radio-selected-hover-icon-color: #f57c00;
  --mat-radio-selected-icon-color: #f57c00;
  --mat-radio-selected-pressed-icon-color: #f57c00;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
body.light-theme {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #1b5e20 87%, transparent);
  --mat-form-field-filled-caret-color: #1b5e20;
  --mat-form-field-filled-focus-active-indicator-color: #1b5e20;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #1b5e20 87%, transparent);
  --mat-form-field-outlined-caret-color: #1b5e20;
  --mat-form-field-outlined-focus-outline-color: #1b5e20;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #1b5e20 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f57c00;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #f57c00;
  --mat-form-field-filled-error-focus-label-text-color: #f57c00;
  --mat-form-field-filled-error-label-text-color: #f57c00;
  --mat-form-field-filled-error-caret-color: #f57c00;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #f57c00;
  --mat-form-field-filled-error-focus-active-indicator-color: #f57c00;
  --mat-form-field-filled-error-hover-active-indicator-color: #f57c00;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #f57c00;
  --mat-form-field-outlined-error-focus-label-text-color: #f57c00;
  --mat-form-field-outlined-error-label-text-color: #f57c00;
  --mat-form-field-outlined-error-hover-label-text-color: #f57c00;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #f57c00;
  --mat-form-field-outlined-error-hover-outline-color: #f57c00;
  --mat-form-field-outlined-error-outline-color: #f57c00;
}
body.light-theme .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #43a047 87%, transparent);
  --mat-form-field-filled-caret-color: #43a047;
  --mat-form-field-filled-focus-active-indicator-color: #43a047;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #43a047 87%, transparent);
  --mat-form-field-outlined-caret-color: #43a047;
  --mat-form-field-outlined-focus-outline-color: #43a047;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #43a047 87%, transparent);
}
body.light-theme .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f57c00 87%, transparent);
  --mat-form-field-filled-caret-color: #f57c00;
  --mat-form-field-filled-focus-active-indicator-color: #f57c00;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f57c00 87%, transparent);
  --mat-form-field-outlined-caret-color: #f57c00;
  --mat-form-field-outlined-focus-outline-color: #f57c00;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f57c00 87%, transparent);
}
body.light-theme {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #1b5e20 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #43a047 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1b5e20;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1b5e20 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1b5e20 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1b5e20 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #1b5e20;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-datepicker-content.mat-accent,
body.light-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #43a047 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #43a047 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #43a047;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #43a047 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #43a047 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #43a047 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #43a047;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-datepicker-content.mat-warn,
body.light-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f57c00 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #43a047 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #f57c00;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f57c00 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f57c00 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f57c00;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.light-theme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
body.light-theme {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    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-timepicker-container-background-color: white;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
body.light-theme .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #1b5e20;
  --mat-progress-bar-track-color: rgba(27, 94, 32, 0.25);
}
body.light-theme .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #43a047;
  --mat-progress-bar-track-color: rgba(67, 160, 71, 0.25);
}
body.light-theme .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f57c00;
  --mat-progress-bar-track-color: rgba(245, 124, 0, 0.25);
}
body.light-theme {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #1b5e20;
  --mat-slide-toggle-selected-handle-color: #1b5e20;
  --mat-slide-toggle-selected-hover-state-layer-color: #1b5e20;
  --mat-slide-toggle-selected-pressed-state-layer-color: #1b5e20;
  --mat-slide-toggle-selected-focus-handle-color: #1b5e20;
  --mat-slide-toggle-selected-hover-handle-color: #1b5e20;
  --mat-slide-toggle-selected-pressed-handle-color: #1b5e20;
  --mat-slide-toggle-selected-focus-track-color: #81c784;
  --mat-slide-toggle-selected-hover-track-color: #81c784;
  --mat-slide-toggle-selected-pressed-track-color: #81c784;
  --mat-slide-toggle-selected-track-color: #81c784;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    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-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    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-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: white;
  --mat-slide-toggle-disabled-selected-icon-color: white;
  --mat-slide-toggle-selected-focus-state-layer-color: #43a047;
  --mat-slide-toggle-selected-handle-color: #43a047;
  --mat-slide-toggle-selected-hover-state-layer-color: #43a047;
  --mat-slide-toggle-selected-pressed-state-layer-color: #43a047;
  --mat-slide-toggle-selected-focus-handle-color: #43a047;
  --mat-slide-toggle-selected-hover-handle-color: #43a047;
  --mat-slide-toggle-selected-pressed-handle-color: #43a047;
  --mat-slide-toggle-selected-focus-track-color: #81c784;
  --mat-slide-toggle-selected-hover-track-color: #81c784;
  --mat-slide-toggle-selected-pressed-track-color: #81c784;
  --mat-slide-toggle-selected-track-color: #81c784;
}
body.light-theme .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-focus-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-handle-color: #f57c00;
  --mat-slide-toggle-selected-hover-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-focus-handle-color: #f57c00;
  --mat-slide-toggle-selected-hover-handle-color: #f57c00;
  --mat-slide-toggle-selected-pressed-handle-color: #f57c00;
  --mat-slide-toggle-selected-focus-track-color: #ffb74d;
  --mat-slide-toggle-selected-hover-track-color: #ffb74d;
  --mat-slide-toggle-selected-pressed-track-color: #ffb74d;
  --mat-slide-toggle-selected-track-color: #ffb74d;
}
body.light-theme {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    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-autocomplete-background-color: white;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #1b5e20;
  --mat-icon-button-state-layer-color: #1b5e20;
  --mat-icon-button-ripple-color: color-mix(in srgb, #1b5e20 12%, transparent);
}
body.light-theme .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #43a047;
  --mat-icon-button-state-layer-color: #43a047;
  --mat-icon-button-ripple-color: color-mix(in srgb, #43a047 12%, transparent);
}
body.light-theme .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f57c00;
  --mat-icon-button-state-layer-color: #f57c00;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
}
body.light-theme {
  --mat-icon-button-touch-target-display: block;
}
body.light-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
body.light-theme .mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
body.light-theme .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #1b5e20;
  --mat-chip-elevated-disabled-container-color: #1b5e20;
  --mat-chip-elevated-selected-container-color: #1b5e20;
  --mat-chip-flat-disabled-selected-container-color: #1b5e20;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #43a047;
  --mat-chip-elevated-disabled-container-color: #43a047;
  --mat-chip-elevated-selected-container-color: #43a047;
  --mat-chip-flat-disabled-selected-container-color: #43a047;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: #f57c00;
  --mat-chip-elevated-disabled-container-color: #f57c00;
  --mat-chip-elevated-selected-container-color: #f57c00;
  --mat-chip-flat-disabled-selected-container-color: #f57c00;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
body.light-theme {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-height: 48px;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #81c784;
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
body.light-theme .mat-mdc-tab-group,
body.light-theme .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #1b5e20;
  --mat-tab-active-ripple-color: #1b5e20;
  --mat-tab-inactive-ripple-color: #1b5e20;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #1b5e20;
  --mat-tab-active-hover-label-text-color: #1b5e20;
  --mat-tab-active-focus-indicator-color: #1b5e20;
  --mat-tab-active-hover-indicator-color: #1b5e20;
  --mat-tab-active-indicator-color: #1b5e20;
}
body.light-theme .mat-mdc-tab-group.mat-accent,
body.light-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #43a047;
  --mat-tab-active-ripple-color: #43a047;
  --mat-tab-inactive-ripple-color: #43a047;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #43a047;
  --mat-tab-active-hover-label-text-color: #43a047;
  --mat-tab-active-focus-indicator-color: #43a047;
  --mat-tab-active-hover-indicator-color: #43a047;
  --mat-tab-active-indicator-color: #43a047;
}
body.light-theme .mat-mdc-tab-group.mat-warn,
body.light-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f57c00;
  --mat-tab-active-ripple-color: #f57c00;
  --mat-tab-inactive-ripple-color: #f57c00;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f57c00;
  --mat-tab-active-hover-label-text-color: #f57c00;
  --mat-tab-active-focus-indicator-color: #f57c00;
  --mat-tab-active-hover-indicator-color: #f57c00;
  --mat-tab-active-indicator-color: #f57c00;
}
body.light-theme .mat-mdc-tab-group.mat-background-primary,
body.light-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #1b5e20;
  --mat-tab-foreground-color: white;
}
body.light-theme .mat-mdc-tab-group.mat-background-accent,
body.light-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #43a047;
  --mat-tab-foreground-color: white;
}
body.light-theme .mat-mdc-tab-group.mat-background-warn,
body.light-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f57c00;
  --mat-tab-foreground-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
body.light-theme {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1b5e20;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1b5e20;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1b5e20;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f57c00;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f57c00;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
body.light-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #43a047;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #43a047;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #43a047;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.light-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #f57c00;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #f57c00;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #f57c00;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
body.light-theme {
  --mat-stepper-header-height: 72px;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-height: 48px;
  --mat-sidenav-content-background-color: none;
  --mat-card-elevated-container-shape: 4px;
  --mat-button-protected-container-shape: 4px;
  --mat-expansion-container-shape: 4px;
  --mat-chip-container-shape-radius: 16px;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-full: 10px;
  --mdc-switch-handle-width: 20px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-thumb-size: 14px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 0 0 15px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 0 0 15px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 8px 0 0;
  --mat-sys-hover-state-layer-opacity: 0.04;
  --mat-sys-pressed-state-layer-opacity: 0.12;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-outline: transparent;
  --mat-chip-outline-color: transparent;
  --mat-snack-bar-container-color: none;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0px;
  --primary: #1b5e20;
  --primary-text: white;
  --secondary: rgb(202, 255, 219);
  --secondary-text: #1b5e20;
  --danger: #ff0000;
  --danger-text: white;
  --warning: #f57c00;
  --warning-text: white;
  --success: #60b90c;
  --success-text: white;
  --info: #1e88e5;
  --info-text: white;
  --muted: rgba(0, 0, 0, 0.54);
  --muted-text: white;
  --underline: rgb(202, 255, 219);
  --background: #fafafa;
  --card: white;
  --muted_0-3: rgba(0, 0, 0, 0.24);
  --muted_0-4: rgba(0, 0, 0, 0.14);
}
body.light-theme .mdc-button {
  --mat-button-protected-container-height: fit-content;
  min-height: 36px;
}
body.light-theme .mat-mdc-raised-button.mat-primary {
  --mat-button-protected-container-color: mat.get-theme-color($theme, button, background);
  --mat-button-protected-label-text-color: #1b5e20;
  outline: solid 1px #1b5e20;
}
body.light-theme .mat-mdc-raised-button.mat-primary:hover {
  background: rgba(27, 94, 32, 0.15);
}
body.light-theme .mat-mdc-raised-button.mat-accent {
  --mat-button-protected-container-color: mat.get-theme-color($theme, button, background);
  --mat-button-protected-label-text-color: #f57c00;
  outline: solid 2px #f57c00;
}
body.light-theme .mat-mdc-raised-button.mat-accent:hover {
  background: rgba(245, 124, 0, 0.15);
}
body.light-theme .mat-mdc-raised-button.mat-warn {
  --mat-button-protected-container-color: mat.get-theme-color($theme, button, background);
  --mat-button-protected-label-text-color: #ff0000;
  outline: solid 2px #ff0000;
}
body.light-theme .mat-mdc-raised-button.mat-warn:hover {
  background: rgba(255, 0, 0, 0.15);
}
body.light-theme .mat-horizontal-content-container {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
body.light-theme {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.light-theme .two-g-header {
  margin: 0;
  display: inline;
}
body.light-theme .two-g-header u {
  background-position-y: 0.7em;
  background-position-x: 5px;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgb(202, 255, 219), rgb(202, 255, 219));
  text-decoration: none;
}
body.light-theme a.link:hover,
body.light-theme a.link:focus {
  color: #1b5e20;
}
body.light-theme .bg-theme {
  background-color: #fafafa !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
body.light-theme .bg-theme * {
  color: rgba(0, 0, 0, 0.87) !important;
}
body.light-theme .bg-primary {
  background-color: #1b5e20 !important;
  color: white !important;
}
body.light-theme .bg-primary * {
  color: white !important;
}
body.light-theme .bg-success {
  background-color: #60b90c !important;
  color: white !important;
}
body.light-theme .bg-success * {
  color: white !important;
}
body.light-theme .bg-info {
  background-color: #1e88e5 !important;
  color: white !important;
}
body.light-theme .bg-info * {
  color: white !important;
}
body.light-theme .bg-warning {
  background-color: #f57c00 !important;
  color: white !important;
}
body.light-theme .bg-warning * {
  color: white !important;
}
body.light-theme .bg-danger {
  background-color: #ff0000 !important;
  color: white !important;
}
body.light-theme .bg-danger * {
  color: white !important;
}
body.light-theme .bg-muted {
  background-color: rgba(0, 0, 0, 0.54) !important;
  color: white !important;
}
body.light-theme .bg-muted * {
  color: white !important;
}
body.light-theme .bg-secondary {
  background-color: rgb(202, 255, 219) !important;
  color: #1b5e20 !important;
}
body.light-theme .bg-secondary * {
  color: #1b5e20 !important;
}
body.light-theme .text-danger {
  color: #ff0000 !important;
}
body.light-theme .text-muted {
  color: rgba(0, 0, 0, 0.54) !important;
}
body.light-theme .text-warning {
  color: #f57c00 !important;
}
body.light-theme .text-success {
  color: #60b90c !important;
}
body.light-theme .text-info {
  color: #1e88e5 !important;
}
body.light-theme .text-primary {
  color: #1b5e20 !important;
}
body.light-theme .link {
  color: #1b5e20;
  text-decoration: underline;
  cursor: pointer;
}
body.light-theme .snav-active {
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 5px;
  background-position-y: 12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image:
    linear-gradient(
      0deg,
      rgb(202, 255, 219) 100%,
      rgb(202, 255, 219) 0px);
  background-size: 95% 12px !important;
  background-origin: padding-box;
  background-clip: border-box;
  box-sizing: border-box;
  font-weight: 500;
}
body.light-theme .two-g-svg g {
  fill: #1b5e20;
}
body.light-theme .two-g-svg rect {
  fill: white;
}
body.light-theme .success {
  border: 1px solid !important;
  border-color: #60b90c !important;
  box-shadow:
    0px 2px 1px -1px #60b90c,
    0px 1px 1px 0px #60b90c,
    0px 1px 3px 0px #60b90c !important;
}
body.light-theme .muted {
  border: 1px solid !important;
  border-color: rgba(0, 0, 0, 0.54) !important;
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.54),
    0px 1px 1px 0px rgba(0, 0, 0, 0.54),
    0px 1px 3px 0px rgba(0, 0, 0, 0.54) !important;
}
body.light-theme .info {
  border: 1px solid !important;
  border-color: #1e88e5 !important;
  box-shadow:
    0px 2px 1px -1px #1e88e5,
    0px 1px 1px 0px #1e88e5,
    0px 1px 3px 0px #1e88e5 !important;
}
body.light-theme .warning {
  border: 1px solid !important;
  border-color: #f57c00 !important;
  box-shadow:
    0px 2px 1px -1px #f57c00,
    0px 1px 1px 0px #f57c00,
    0px 1px 3px 0px #f57c00 !important;
}
body.light-theme .danger {
  border: 1px solid !important;
  border-color: #ff0000 !important;
  box-shadow:
    0px 2px 1px -1px #ff0000,
    0px 1px 1px 0px #ff0000,
    0px 1px 3px 0px #ff0000 !important;
}
body.light-theme {
  --chart-series-1: #1b5e20;
  --chart-series-2: #769e79;
  --chart-series-3: #93f77a;
  --chart-series-4: #35a519;
  --chart-text-color: rgba(0, 0, 0, 0.87);
  --chart-text-inactive-color: rgba(0, 0, 0, 0.54);
  --chart-background-lines-color: rgba(0, 0, 0, 0.2);
  --chart-warning-color-1: #f57c00;
  --chart-warning-color-2: rgb(255, 174.4979591837, 92);
  --chart-danger-color-1: #ff0000;
  --chart-danger-color-2: #ff6666;
}
body.light-theme .two-g-icon-default > fa-icon > svg > path {
  fill: #1b5e20 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-default > fa-icon > svg > g > path.fa-primary {
  fill: #1b5e20 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-default > fa-icon > svg > g > path.fa-secondary {
  fill: rgba(27, 94, 31, 0.3764705882) !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-one-colore > fa-icon > svg > path {
  fill: #1b5e20 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-one-colore > fa-icon > svg > g > path.fa-primary {
  fill: #1b5e20 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-one-colore > fa-icon > svg > g > path.fa-secondary {
  fill: #1b5e20 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-danger > fa-icon > svg > path {
  fill: #ff0000 !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-danger > fa-icon > svg > g > path.fa-primary {
  fill: #ff0000 !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-danger > fa-icon > svg > g > path.fa-secondary {
  fill: #ff0000 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-warning > fa-icon > svg > path {
  fill: #f57c00 !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-warning > fa-icon > svg > g > path.fa-primary {
  fill: #f57c00 !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-warning > fa-icon > svg > g > path.fa-secondary {
  fill: #f57c00 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-success > fa-icon > svg > path {
  fill: #60b90c !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-success > fa-icon > svg > g > path.fa-primary {
  fill: #60b90c !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-success > fa-icon > svg > g > path.fa-secondary {
  fill: #60b90c !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-info > fa-icon > svg > path {
  fill: #1e88e5 !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-info > fa-icon > svg > g > path.fa-primary {
  fill: #1e88e5 !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-info > fa-icon > svg > g > path.fa-secondary {
  fill: #1e88e5 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-muted > fa-icon > svg > path {
  fill: rgba(0, 0, 0, 0.54) !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-muted > fa-icon > svg > g > path.fa-primary {
  fill: rgba(0, 0, 0, 0.54) !important;
  opacity: 0.6 !important;
}
body.light-theme .two-g-icon-muted > fa-icon > svg > g > path.fa-secondary {
  fill: rgba(0, 0, 0, 0.54) !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-white > fa-icon > svg > path {
  fill: white !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-white > fa-icon > svg > g > path.fa-primary {
  fill: white !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-white > fa-icon > svg > g > path.fa-secondary {
  fill: white !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-black > fa-icon > svg > path {
  fill: black !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-black > fa-icon > svg > g > path.fa-primary {
  fill: black !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-black > fa-icon > svg > g > path.fa-secondary {
  fill: black !important;
  opacity: 1 !important;
}
body.light-theme .drag-zone {
  background: rgba(0, 0, 0, 0.14);
  border: 2px dashed #1b5e20;
}
body.light-theme .drag-zone.drag-over {
  background: rgba(0, 0, 0, 0.24);
  border: 2px solid #60b90c;
}
body.dark-theme {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    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-app-elevation-shadow-level-1:
    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-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    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-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    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-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    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-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    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-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-label-text-color: rgb(202, 255, 219);
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
body.dark-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #5fff99;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
body.dark-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #f57c00;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
body.dark-theme {
  --mat-optgroup-label-text-color: white;
  --mat-pseudo-checkbox-full-selected-icon-color: #5fff99;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #5fff99;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
body.dark-theme .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: rgb(202, 255, 219);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: rgb(202, 255, 219);
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
body.dark-theme .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #5fff99;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #5fff99;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
body.dark-theme .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #f57c00;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f57c00;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
body.dark-theme {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(255, 255, 255, 0.6);
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
}
body.dark-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: rgb(202, 255, 219);
  --mat-toolbar-container-text-color: black;
}
body.dark-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #5fff99;
  --mat-toolbar-container-text-color: black;
}
body.dark-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f57c00;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
body.dark-theme {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    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-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    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-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
}
body.dark-theme .mat-mdc-button.mat-primary,
body.dark-theme .mat-mdc-unelevated-button.mat-primary,
body.dark-theme .mat-mdc-raised-button.mat-primary,
body.dark-theme .mat-mdc-outlined-button.mat-primary,
body.dark-theme .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: rgb(202, 255, 219);
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-ripple-color: color-mix(in srgb, black 12%, transparent);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-label-text-color: rgb(202, 255, 219);
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgb(202, 255, 219) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgb(202, 255, 219);
  --mat-button-protected-container-color: rgb(202, 255, 219);
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-ripple-color: color-mix(in srgb, black 12%, transparent);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-label-text-color: rgb(202, 255, 219);
  --mat-button-text-ripple-color: color-mix(in srgb, rgb(202, 255, 219) 12%, transparent);
  --mat-button-text-state-layer-color: rgb(202, 255, 219);
  --mat-button-tonal-container-color: rgb(202, 255, 219);
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-ripple-color: color-mix(in srgb, black 12%, transparent);
  --mat-button-tonal-state-layer-color: black;
}
body.dark-theme .mat-mdc-button.mat-accent,
body.dark-theme .mat-mdc-unelevated-button.mat-accent,
body.dark-theme .mat-mdc-raised-button.mat-accent,
body.dark-theme .mat-mdc-outlined-button.mat-accent,
body.dark-theme .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #5fff99;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-ripple-color: color-mix(in srgb, black 12%, transparent);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-label-text-color: #5fff99;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #5fff99 12%, transparent);
  --mat-button-outlined-state-layer-color: #5fff99;
  --mat-button-protected-container-color: #5fff99;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-ripple-color: color-mix(in srgb, black 12%, transparent);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-label-text-color: #5fff99;
  --mat-button-text-ripple-color: color-mix(in srgb, #5fff99 12%, transparent);
  --mat-button-text-state-layer-color: #5fff99;
  --mat-button-tonal-container-color: #5fff99;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-ripple-color: color-mix(in srgb, black 12%, transparent);
  --mat-button-tonal-state-layer-color: black;
}
body.dark-theme .mat-mdc-button.mat-warn,
body.dark-theme .mat-mdc-unelevated-button.mat-warn,
body.dark-theme .mat-mdc-raised-button.mat-warn,
body.dark-theme .mat-mdc-outlined-button.mat-warn,
body.dark-theme .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #f57c00;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-label-text-color: #f57c00;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-button-outlined-state-layer-color: #f57c00;
  --mat-button-protected-container-color: #f57c00;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-label-text-color: #f57c00;
  --mat-button-text-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-button-text-state-layer-color: #f57c00;
  --mat-button-tonal-container-color: #f57c00;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.dark-theme {
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    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-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    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-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    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-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    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-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mat-select-container-elevation-shadow:
    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-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: rgb(202, 255, 219);
  --mat-select-invalid-arrow-color: #f57c00;
}
body.dark-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #5fff99;
  --mat-select-invalid-arrow-color: #f57c00;
}
body.dark-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #f57c00;
  --mat-select-invalid-arrow-color: #f57c00;
}
body.dark-theme {
  --mat-select-arrow-transform: translateY(-8px);
  --mat-checkbox-disabled-selected-checkmark-color: #424242;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: black;
  --mat-checkbox-selected-focus-icon-color: #5fff99;
  --mat-checkbox-selected-hover-icon-color: #5fff99;
  --mat-checkbox-selected-icon-color: #5fff99;
  --mat-checkbox-selected-pressed-icon-color: #5fff99;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #5fff99;
  --mat-checkbox-selected-hover-state-layer-color: #5fff99;
  --mat-checkbox-selected-pressed-state-layer-color: #5fff99;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: black;
  --mat-checkbox-selected-focus-icon-color: rgb(202, 255, 219);
  --mat-checkbox-selected-hover-icon-color: rgb(202, 255, 219);
  --mat-checkbox-selected-icon-color: rgb(202, 255, 219);
  --mat-checkbox-selected-pressed-icon-color: rgb(202, 255, 219);
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: rgb(202, 255, 219);
  --mat-checkbox-selected-hover-state-layer-color: rgb(202, 255, 219);
  --mat-checkbox-selected-pressed-state-layer-color: rgb(202, 255, 219);
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-selected-focus-icon-color: #f57c00;
  --mat-checkbox-selected-hover-icon-color: #f57c00;
  --mat-checkbox-selected-icon-color: #f57c00;
  --mat-checkbox-selected-pressed-icon-color: #f57c00;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f57c00;
  --mat-checkbox-selected-hover-state-layer-color: #f57c00;
  --mat-checkbox-selected-pressed-state-layer-color: #f57c00;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme {
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-size: 48px;
}
body.dark-theme .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: rgb(202, 255, 219);
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: rgb(202, 255, 219);
  --mat-radio-selected-hover-icon-color: rgb(202, 255, 219);
  --mat-radio-selected-icon-color: rgb(202, 255, 219);
  --mat-radio-selected-pressed-icon-color: rgb(202, 255, 219);
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
body.dark-theme .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #5fff99;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #5fff99;
  --mat-radio-selected-hover-icon-color: #5fff99;
  --mat-radio-selected-icon-color: #5fff99;
  --mat-radio-selected-pressed-icon-color: #5fff99;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
body.dark-theme .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #f57c00;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f57c00;
  --mat-radio-selected-hover-icon-color: #f57c00;
  --mat-radio-selected-icon-color: #f57c00;
  --mat-radio-selected-pressed-icon-color: #f57c00;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
body.dark-theme {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, rgb(202, 255, 219) 87%, transparent);
  --mat-form-field-filled-caret-color: rgb(202, 255, 219);
  --mat-form-field-filled-focus-active-indicator-color: rgb(202, 255, 219);
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, rgb(202, 255, 219) 87%, transparent);
  --mat-form-field-outlined-caret-color: rgb(202, 255, 219);
  --mat-form-field-outlined-focus-outline-color: rgb(202, 255, 219);
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, rgb(202, 255, 219) 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --mat-form-field-error-text-color: #f57c00;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #f57c00;
  --mat-form-field-filled-error-focus-label-text-color: #f57c00;
  --mat-form-field-filled-error-label-text-color: #f57c00;
  --mat-form-field-filled-error-caret-color: #f57c00;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #f57c00;
  --mat-form-field-filled-error-focus-active-indicator-color: #f57c00;
  --mat-form-field-filled-error-hover-active-indicator-color: #f57c00;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #f57c00;
  --mat-form-field-outlined-error-focus-label-text-color: #f57c00;
  --mat-form-field-outlined-error-label-text-color: #f57c00;
  --mat-form-field-outlined-error-hover-label-text-color: #f57c00;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #f57c00;
  --mat-form-field-outlined-error-hover-outline-color: #f57c00;
  --mat-form-field-outlined-error-outline-color: #f57c00;
}
body.dark-theme .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #5fff99 87%, transparent);
  --mat-form-field-filled-caret-color: #5fff99;
  --mat-form-field-filled-focus-active-indicator-color: #5fff99;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #5fff99 87%, transparent);
  --mat-form-field-outlined-caret-color: #5fff99;
  --mat-form-field-outlined-focus-outline-color: #5fff99;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #5fff99 87%, transparent);
}
body.dark-theme .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f57c00 87%, transparent);
  --mat-form-field-filled-caret-color: #f57c00;
  --mat-form-field-filled-focus-active-indicator-color: #f57c00;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f57c00 87%, transparent);
  --mat-form-field-outlined-caret-color: #f57c00;
  --mat-form-field-outlined-focus-outline-color: #f57c00;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f57c00 87%, transparent);
}
body.dark-theme {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, rgb(202, 255, 219) 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #5fff99 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: rgb(202, 255, 219);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, rgb(202, 255, 219) 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, rgb(202, 255, 219) 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, rgb(202, 255, 219) 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: rgb(202, 255, 219);
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
body.dark-theme .mat-datepicker-content.mat-accent,
body.dark-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #5fff99 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #5fff99 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #5fff99;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #5fff99 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #5fff99 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #5fff99 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #5fff99;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
body.dark-theme .mat-datepicker-content.mat-warn,
body.dark-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f57c00 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #5fff99 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-selected-state-background-color: #f57c00;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f57c00 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f57c00 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f57c00;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
body.dark-theme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
body.dark-theme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
body.dark-theme {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    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-timepicker-container-background-color: #424242;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}
body.dark-theme .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: rgb(202, 255, 219);
  --mat-progress-bar-track-color: rgba(202, 255, 219, 0.25);
}
body.dark-theme .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #5fff99;
  --mat-progress-bar-track-color: rgba(95, 255, 153, 0.25);
}
body.dark-theme .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #f57c00;
  --mat-progress-bar-track-color: rgba(245, 124, 0, 0.25);
}
body.dark-theme {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-selected-icon-color: black;
  --mat-slide-toggle-disabled-selected-icon-color: black;
  --mat-slide-toggle-selected-focus-state-layer-color: rgb(202, 255, 219);
  --mat-slide-toggle-selected-handle-color: rgb(202, 255, 219);
  --mat-slide-toggle-selected-hover-state-layer-color: rgb(202, 255, 219);
  --mat-slide-toggle-selected-pressed-state-layer-color: rgb(202, 255, 219);
  --mat-slide-toggle-selected-focus-handle-color: rgb(202, 255, 219);
  --mat-slide-toggle-selected-hover-handle-color: rgb(202, 255, 219);
  --mat-slide-toggle-selected-pressed-handle-color: rgb(202, 255, 219);
  --mat-slide-toggle-selected-focus-track-color: #30e878;
  --mat-slide-toggle-selected-hover-track-color: #30e878;
  --mat-slide-toggle-selected-pressed-track-color: #30e878;
  --mat-slide-toggle-selected-track-color: #30e878;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    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-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    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-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
}
body.dark-theme .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: black;
  --mat-slide-toggle-disabled-selected-icon-color: black;
  --mat-slide-toggle-selected-focus-state-layer-color: #5fff99;
  --mat-slide-toggle-selected-handle-color: #5fff99;
  --mat-slide-toggle-selected-hover-state-layer-color: #5fff99;
  --mat-slide-toggle-selected-pressed-state-layer-color: #5fff99;
  --mat-slide-toggle-selected-focus-handle-color: #5fff99;
  --mat-slide-toggle-selected-hover-handle-color: #5fff99;
  --mat-slide-toggle-selected-pressed-handle-color: #5fff99;
  --mat-slide-toggle-selected-focus-track-color: #30e878;
  --mat-slide-toggle-selected-hover-track-color: #30e878;
  --mat-slide-toggle-selected-pressed-track-color: #30e878;
  --mat-slide-toggle-selected-track-color: #30e878;
}
body.dark-theme .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-focus-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-handle-color: #f57c00;
  --mat-slide-toggle-selected-hover-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f57c00;
  --mat-slide-toggle-selected-focus-handle-color: #f57c00;
  --mat-slide-toggle-selected-hover-handle-color: #f57c00;
  --mat-slide-toggle-selected-pressed-handle-color: #f57c00;
  --mat-slide-toggle-selected-focus-track-color: #fb8c00;
  --mat-slide-toggle-selected-hover-track-color: #fb8c00;
  --mat-slide-toggle-selected-pressed-track-color: #fb8c00;
  --mat-slide-toggle-selected-track-color: #fb8c00;
}
body.dark-theme {
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    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-autocomplete-background-color: #424242;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
}
body.dark-theme .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: rgb(202, 255, 219);
  --mat-icon-button-state-layer-color: rgb(202, 255, 219);
  --mat-icon-button-ripple-color: color-mix(in srgb, rgb(202, 255, 219) 12%, transparent);
}
body.dark-theme .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #5fff99;
  --mat-icon-button-state-layer-color: #5fff99;
  --mat-icon-button-ripple-color: color-mix(in srgb, #5fff99 12%, transparent);
}
body.dark-theme .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #f57c00;
  --mat-icon-button-state-layer-color: #f57c00;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
}
body.dark-theme {
  --mat-icon-button-touch-target-display: block;
}
body.dark-theme .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
body.dark-theme .mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-hover-state-layer-opacity: 0.04;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-hover-state-layer-opacity: 0.04;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
body.dark-theme .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: black;
  --mat-chip-elevated-container-color: rgb(202, 255, 219);
  --mat-chip-elevated-disabled-container-color: rgb(202, 255, 219);
  --mat-chip-elevated-selected-container-color: rgb(202, 255, 219);
  --mat-chip-flat-disabled-selected-container-color: rgb(202, 255, 219);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: black;
  --mat-chip-selected-trailing-icon-color: black;
  --mat-chip-with-icon-disabled-icon-color: black;
  --mat-chip-with-icon-icon-color: black;
  --mat-chip-with-icon-selected-icon-color: black;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mat-chip-with-trailing-icon-trailing-icon-color: black;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: black;
  --mat-chip-elevated-container-color: #5fff99;
  --mat-chip-elevated-disabled-container-color: #5fff99;
  --mat-chip-elevated-selected-container-color: #5fff99;
  --mat-chip-flat-disabled-selected-container-color: #5fff99;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: black;
  --mat-chip-selected-trailing-icon-color: black;
  --mat-chip-with-icon-disabled-icon-color: black;
  --mat-chip-with-icon-icon-color: black;
  --mat-chip-with-icon-selected-icon-color: black;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mat-chip-with-trailing-icon-trailing-icon-color: black;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: #f57c00;
  --mat-chip-elevated-disabled-container-color: #f57c00;
  --mat-chip-elevated-selected-container-color: #f57c00;
  --mat-chip-flat-disabled-selected-container-color: #f57c00;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
body.dark-theme .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
body.dark-theme {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-button-toggle-height: 48px;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #30e878;
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
body.dark-theme .mat-mdc-tab-group,
body.dark-theme .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: rgb(202, 255, 219);
  --mat-tab-active-ripple-color: rgb(202, 255, 219);
  --mat-tab-inactive-ripple-color: rgb(202, 255, 219);
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: rgb(202, 255, 219);
  --mat-tab-active-hover-label-text-color: rgb(202, 255, 219);
  --mat-tab-active-focus-indicator-color: rgb(202, 255, 219);
  --mat-tab-active-hover-indicator-color: rgb(202, 255, 219);
  --mat-tab-active-indicator-color: rgb(202, 255, 219);
}
body.dark-theme .mat-mdc-tab-group.mat-accent,
body.dark-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #5fff99;
  --mat-tab-active-ripple-color: #5fff99;
  --mat-tab-inactive-ripple-color: #5fff99;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #5fff99;
  --mat-tab-active-hover-label-text-color: #5fff99;
  --mat-tab-active-focus-indicator-color: #5fff99;
  --mat-tab-active-hover-indicator-color: #5fff99;
  --mat-tab-active-indicator-color: #5fff99;
}
body.dark-theme .mat-mdc-tab-group.mat-warn,
body.dark-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #f57c00;
  --mat-tab-active-ripple-color: #f57c00;
  --mat-tab-inactive-ripple-color: #f57c00;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #f57c00;
  --mat-tab-active-hover-label-text-color: #f57c00;
  --mat-tab-active-focus-indicator-color: #f57c00;
  --mat-tab-active-hover-indicator-color: #f57c00;
  --mat-tab-active-indicator-color: #f57c00;
}
body.dark-theme .mat-mdc-tab-group.mat-background-primary,
body.dark-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: rgb(202, 255, 219);
  --mat-tab-foreground-color: black;
}
body.dark-theme .mat-mdc-tab-group.mat-background-accent,
body.dark-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #5fff99;
  --mat-tab-foreground-color: black;
}
body.dark-theme .mat-mdc-tab-group.mat-background-warn,
body.dark-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #f57c00;
  --mat-tab-foreground-color: rgba(0, 0, 0, 0.87);
}
body.dark-theme .mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
body.dark-theme {
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: rgb(202, 255, 219);
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: rgb(202, 255, 219);
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: rgb(202, 255, 219);
  --mat-stepper-header-edit-state-icon-foreground-color: black;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #f57c00;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #f57c00;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
body.dark-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #5fff99;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #5fff99;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #5fff99;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
body.dark-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-selected-state-icon-background-color: #f57c00;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-done-state-icon-background-color: #f57c00;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-edit-state-icon-background-color: #f57c00;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.87);
}
body.dark-theme {
  --mat-stepper-header-height: 72px;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-button-toggle-height: 48px;
  --mat-sidenav-content-background-color: none;
  --mat-card-elevated-container-shape: 4px;
  --mat-button-protected-container-shape: 4px;
  --mat-expansion-container-shape: 4px;
  --mat-chip-container-shape-radius: 16px;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-full: 10px;
  --mdc-switch-handle-width: 20px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-thumb-size: 14px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 0 0 15px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 0 0 15px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 8px 0 0;
  --mat-sys-hover-state-layer-opacity: 0.04;
  --mat-sys-pressed-state-layer-opacity: 0.12;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-outline: transparent;
  --mat-chip-outline-color: transparent;
  --mat-snack-bar-container-color: none;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0px;
  --primary: rgb(202, 255, 219);
  --primary-text: #6b6b6b;
  --secondary: #6b6b6b;
  --secondary-text: rgb(202, 255, 219);
  --danger: #ff0000;
  --danger-text: white;
  --warning: #f57c00;
  --warning-text: white;
  --success: #60b90c;
  --success-text: white;
  --info: #1e88e5;
  --info-text: white;
  --muted: #99abb4;
  --muted-text: white;
  --underline: rgba(124, 124, 124, 0.8156862745);
  --background: #303030;
  --card: #424242;
  --muted_0-3: rgba(153, 171, 180, 0.7);
  --muted_0-4: rgba(153, 171, 180, 0.6);
}
body.dark-theme .mdc-button {
  --mat-button-protected-container-height: fit-content;
  min-height: 36px;
}
body.dark-theme .mat-mdc-raised-button.mat-primary {
  --mat-button-protected-container-color: mat.get-theme-color($theme, button, background);
  --mat-button-protected-label-text-color: rgb(202, 255, 219);
  outline: solid 1px rgb(202, 255, 219);
}
body.dark-theme .mat-mdc-raised-button.mat-primary:hover {
  background: rgba(202, 255, 219, 0.15);
}
body.dark-theme .mat-mdc-raised-button.mat-accent {
  --mat-button-protected-container-color: mat.get-theme-color($theme, button, background);
  --mat-button-protected-label-text-color: #f57c00;
  outline: solid 2px #f57c00;
}
body.dark-theme .mat-mdc-raised-button.mat-accent:hover {
  background: rgba(245, 124, 0, 0.15);
}
body.dark-theme .mat-mdc-raised-button.mat-warn {
  --mat-button-protected-container-color: mat.get-theme-color($theme, button, background);
  --mat-button-protected-label-text-color: #ff0000;
  outline: solid 2px #ff0000;
}
body.dark-theme .mat-mdc-raised-button.mat-warn:hover {
  background: rgba(255, 0, 0, 0.15);
}
body.dark-theme .mat-horizontal-content-container {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
body.dark-theme {
  background-color: #303030;
  color: white;
}
body.dark-theme .two-g-header {
  margin: 0;
  display: inline;
}
body.dark-theme .two-g-header u {
  background-position-y: 0.7em;
  background-position-x: 5px;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(124, 124, 124, 0.8156862745), rgba(124, 124, 124, 0.8156862745));
  text-decoration: none;
}
body.dark-theme a.link:hover,
body.dark-theme a.link:focus {
  color: rgb(202, 255, 219);
}
body.dark-theme .bg-theme {
  background-color: #303030 !important;
  color: white !important;
}
body.dark-theme .bg-theme * {
  color: white !important;
}
body.dark-theme .bg-primary {
  background-color: rgb(202, 255, 219) !important;
  color: #6b6b6b !important;
}
body.dark-theme .bg-primary * {
  color: #6b6b6b !important;
}
body.dark-theme .bg-success {
  background-color: #60b90c !important;
  color: white !important;
}
body.dark-theme .bg-success * {
  color: white !important;
}
body.dark-theme .bg-info {
  background-color: #1e88e5 !important;
  color: white !important;
}
body.dark-theme .bg-info * {
  color: white !important;
}
body.dark-theme .bg-warning {
  background-color: #f57c00 !important;
  color: white !important;
}
body.dark-theme .bg-warning * {
  color: white !important;
}
body.dark-theme .bg-danger {
  background-color: #ff0000 !important;
  color: white !important;
}
body.dark-theme .bg-danger * {
  color: white !important;
}
body.dark-theme .bg-muted {
  background-color: #99abb4 !important;
  color: white !important;
}
body.dark-theme .bg-muted * {
  color: white !important;
}
body.dark-theme .bg-secondary {
  background-color: #6b6b6b !important;
  color: rgb(202, 255, 219) !important;
}
body.dark-theme .bg-secondary * {
  color: rgb(202, 255, 219) !important;
}
body.dark-theme .text-danger {
  color: #ff0000 !important;
}
body.dark-theme .text-muted {
  color: #99abb4 !important;
}
body.dark-theme .text-warning {
  color: #f57c00 !important;
}
body.dark-theme .text-success {
  color: #60b90c !important;
}
body.dark-theme .text-info {
  color: #1e88e5 !important;
}
body.dark-theme .text-primary {
  color: rgb(202, 255, 219) !important;
}
body.dark-theme .link {
  color: rgb(202, 255, 219);
  text-decoration: underline;
  cursor: pointer;
}
body.dark-theme .snav-active {
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 5px;
  background-position-y: 12px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image:
    linear-gradient(
      0deg,
      rgba(124, 124, 124, 0.8156862745) 100%,
      rgba(124, 124, 124, 0.8156862745) 0px);
  background-size: 95% 12px !important;
  background-origin: padding-box;
  background-clip: border-box;
  box-sizing: border-box;
  font-weight: 500;
}
body.dark-theme .two-g-svg g {
  fill: #1b5e20;
}
body.dark-theme .two-g-svg rect {
  fill: white;
}
body.dark-theme .success {
  border: 1px solid !important;
  border-color: #60b90c !important;
  box-shadow:
    0px 2px 1px -1px #60b90c,
    0px 1px 1px 0px #60b90c,
    0px 1px 3px 0px #60b90c !important;
}
body.dark-theme .muted {
  border: 1px solid !important;
  border-color: #99abb4 !important;
  box-shadow:
    0px 2px 1px -1px #99abb4,
    0px 1px 1px 0px #99abb4,
    0px 1px 3px 0px #99abb4 !important;
}
body.dark-theme .info {
  border: 1px solid !important;
  border-color: #1e88e5 !important;
  box-shadow:
    0px 2px 1px -1px #1e88e5,
    0px 1px 1px 0px #1e88e5,
    0px 1px 3px 0px #1e88e5 !important;
}
body.dark-theme .warning {
  border: 1px solid !important;
  border-color: #f57c00 !important;
  box-shadow:
    0px 2px 1px -1px #f57c00,
    0px 1px 1px 0px #f57c00,
    0px 1px 3px 0px #f57c00 !important;
}
body.dark-theme .danger {
  border: 1px solid !important;
  border-color: #ff0000 !important;
  box-shadow:
    0px 2px 1px -1px #ff0000,
    0px 1px 1px 0px #ff0000,
    0px 1px 3px 0px #ff0000 !important;
}
body.dark-theme {
  --chart-series-1: #369547;
  --chart-series-2: #93f77a;
  --chart-series-3: #caffbd;
  --chart-series-4: #96d199;
  --chart-text-color: white;
  --chart-text-inactive-color: #99abb4;
  --chart-background-lines-color: rgba(153, 171, 180, 0.2);
  --chart-warning-color-1: #f57c00;
  --chart-warning-color-2: rgb(255, 174.4979591837, 92);
  --chart-danger-color-1: #ff0000;
  --chart-danger-color-2: #ff6666;
}
body.dark-theme .two-g-icon-default > fa-icon > svg > path {
  fill: rgb(202, 255, 219) !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-default > fa-icon > svg > g > path.fa-primary {
  fill: rgb(202, 255, 219) !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-default > fa-icon > svg > g > path.fa-secondary {
  fill: #b6b6b6 !important;
  opacity: 0.8 !important;
}
body.dark-theme .two-g-icon-one-colore > fa-icon > svg > path {
  fill: rgb(202, 255, 219) !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-one-colore > fa-icon > svg > g > path.fa-primary {
  fill: rgb(202, 255, 219) !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-one-colore > fa-icon > svg > g > path.fa-secondary {
  fill: rgb(202, 255, 219) !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-danger > fa-icon > svg > path {
  fill: #ff0000 !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-danger > fa-icon > svg > g > path.fa-primary {
  fill: #ff0000 !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-danger > fa-icon > svg > g > path.fa-secondary {
  fill: #ff0000 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-warning > fa-icon > svg > path {
  fill: #f57c00 !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-warning > fa-icon > svg > g > path.fa-primary {
  fill: #f57c00 !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-warning > fa-icon > svg > g > path.fa-secondary {
  fill: #f57c00 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-success > fa-icon > svg > path {
  fill: #60b90c !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-success > fa-icon > svg > g > path.fa-primary {
  fill: #60b90c !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-success > fa-icon > svg > g > path.fa-secondary {
  fill: #60b90c !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-info > fa-icon > svg > path {
  fill: #1e88e5 !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-info > fa-icon > svg > g > path.fa-primary {
  fill: #1e88e5 !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-info > fa-icon > svg > g > path.fa-secondary {
  fill: #1e88e5 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-muted > fa-icon > svg > path {
  fill: #99abb4 !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-muted > fa-icon > svg > g > path.fa-primary {
  fill: #99abb4 !important;
  opacity: 0.6 !important;
}
body.dark-theme .two-g-icon-muted > fa-icon > svg > g > path.fa-secondary {
  fill: #99abb4 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-white > fa-icon > svg > path {
  fill: white !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-white > fa-icon > svg > g > path.fa-primary {
  fill: white !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-white > fa-icon > svg > g > path.fa-secondary {
  fill: white !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-black > fa-icon > svg > path {
  fill: black !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-black > fa-icon > svg > g > path.fa-primary {
  fill: black !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-black > fa-icon > svg > g > path.fa-secondary {
  fill: black !important;
  opacity: 1 !important;
}
body.dark-theme .drag-zone {
  background: rgba(153, 171, 180, 0.6);
  border: 2px dashed rgb(202, 255, 219);
}
body.dark-theme .drag-zone.drag-over {
  background: rgba(153, 171, 180, 0.7);
  border: 2px solid #60b90c;
}
body.dark-theme {
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(255, 255, 255, 0.2),
    0px 1px 3px 0px rgba(255, 255, 255, 0.15),
    0px 1px 10px 0px rgba(255, 255, 255, 0.11);
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(255, 255, 255, 0.2),
    0px 1px 3px 0px rgba(255, 255, 255, 0.15),
    0px 1px 10px 0px rgba(255, 255, 255, 0.11);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(255, 255, 255, 0.2),
    0px 1px 3px 0px rgba(255, 255, 255, 0.15),
    0px 1px 10px 0px rgba(255, 255, 255, 0.11);
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 1px -1px rgba(255, 255, 255, 0.2),
    0px 1px 3px 0px rgba(255, 255, 255, 0.15),
    0px 1px 10px 0px rgba(255, 255, 255, 0.11);
  --mat-expansion-container-elevation-shadow:
    0px 2px 1px -1px rgba(255, 255, 255, 0.2),
    0px 1px 3px 0px rgba(255, 255, 255, 0.15),
    0px 1px 10px 0px rgba(255, 255, 255, 0.11);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
[fxFlex] {
  flex: 1 1 0%;
  box-sizing: border-box;
}
[fxLayout] {
  box-sizing: border-box;
  display: flex !important;
}
[fxLayout="row wrap"] {
  flex-flow: row wrap;
  box-sizing: border-box;
  display: flex !important;
}
[fxGap="5"] {
  gap: 5px !important;
}
[fxGap="10"] {
  gap: 10px !important;
}
[fxGap="15"] {
  gap: 15px !important;
}
[fxGap="20"] {
  gap: 20px !important;
}
[fxGap="10 10"] {
  gap: 10px 10px !important;
}
[fxLayout=column] {
  display: flex !important;
  box-sizing: border-box;
  flex-direction: column !important;
}
[fxLayout=row] {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
}
[gdSpan="2"] {
  grid-column: span 2/auto;
}
[gdSpan=full] {
  grid-column: 1/-1;
}
[fxLayoutAlign="end center"] {
  place-content: center flex-end;
  align-items: center;
}
[fxLayoutAlign="start center"] {
  place-content: center flex-start;
  align-items: center;
}
[fxLayoutAlign="start start"] {
  place-content: flex-start;
  align-items: flex-start;
}
[fxLayoutAlign="start end"] {
  place-content: flex-start;
  align-items: end;
}
[fxLayoutAlign="space-between center"] {
  place-content: center space-between;
  align-items: center;
}
[fxLayoutAlign="space-between start"] {
  place-content: start space-between;
  align-items: flex-start;
}
[fxLayoutAlign="space-around center"] {
  place-content: start space-around;
  align-items: flex-center;
}
[fxLayoutAlign="start baseline"] {
  place-content: baseline flex-start;
  align-items: baseline;
  max-height: 100%;
}
[fxLayoutAlign="center center"] {
  place-content: center;
  align-items: center;
}
[fxLayoutAlign="center end"] {
  place-content: flex-end center;
  align-items: flex-end;
}
[fxLayoutAlign="start streach"] {
  place-content: start;
  align-items: stretch;
}
[fxLayoutAlign="streach streach"] {
  place-content: stretch;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  [xs-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 599px) {
  [xs-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 599px) {
  [xs-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 599px) {
  [xs-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  [xs-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  [sm-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  [sm-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  [sm-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  [sm-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  [sm-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  [md-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  [md-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  [md-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  [md-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  [md-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  [lg-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  [lg-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  [lg-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  [lg-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  [lg-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  [xl-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  [xl-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  [xl-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  [xl-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  [xl-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  [lt-sm-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 599px) {
  [lt-sm-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 599px) {
  [lt-sm-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 599px) {
  [lt-sm-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  [lt-sm-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  [lt-md-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 959px) {
  [lt-md-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 959px) {
  [lt-md-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 959px) {
  [lt-md-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 959px) {
  [lt-md-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1279px) {
  [lt-lg-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 1279px) {
  [lt-lg-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 1279px) {
  [lt-lg-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1279px) {
  [lt-lg-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1279px) {
  [lt-lg-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1919px) {
  [lt-xl-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 1919px) {
  [lt-xl-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (max-width: 1919px) {
  [lt-xl-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (max-width: 1919px) {
  [lt-xl-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 1919px) {
  [lt-xl-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  [gt-xs-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  [gt-xs-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 600px) {
  [gt-xs-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 600px) {
  [gt-xs-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 600px) {
  [gt-xs-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  [gt-sm-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  [gt-sm-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 960px) {
  [gt-sm-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 960px) {
  [gt-sm-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  [gt-sm-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  [gt-md-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  [gt-md-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  [gt-md-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 1280px) {
  [gt-md-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  [gt-md-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  [gt-lg-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 1920px) {
  [gt-lg-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 1920px) {
  [gt-lg-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 1920px) {
  [gt-lg-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1920px) {
  [gt-lg-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 5001px) {
  [gt-xl-fxLayout] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 5001px) {
  [gt-xl-fxLayout=row] {
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
  }
}
@media screen and (min-width: 5001px) {
  [gt-xl-fxLayout=column] {
    display: flex !important;
    box-sizing: border-box;
    flex-direction: column !important;
  }
}
@media screen and (min-width: 5001px) {
  [gt-xl-fxLayoutAlign="start center"] {
    place-content: center flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 5001px) {
  [gt-xl-fxLayoutAlign="center center"] {
    place-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  [fxHide-xs] {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  [fxHide-sm] {
    display: none !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  [fxHide-md] {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1919px) {
  [fxHide-lg] {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) and (max-width: 5000px) {
  [fxHide-xl] {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  [fxHide-lt-sm] {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  [fxHide-lt-md] {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  [fxHide-lt-lg] {
    display: none !important;
  }
}
@media screen and (max-width: 1919px) {
  [fxHide-lt-xl] {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  [fxHide-gt-xs] {
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  [fxHide-gt-sm] {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  [fxHide-gt-md] {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  [fxHide-gt-lg] {
    display: none !important;
  }
}
@media screen and (min-width: 5001px) {
  [fxHide-gt-xl] {
    display: none !important;
  }
}
* {
  outline: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-weight: 300;
}
html {
  position: relative;
  min-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
h1 {
  line-height: 40px;
  font-size: 36px;
}
h2 {
  line-height: 36px;
  font-size: 30px;
}
h3 {
  line-height: 30px;
  font-size: 21px;
}
h4 {
  line-height: 22px;
  font-size: 18px;
}
h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
}
h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}
html body .m-t-0 {
  margin-top: 0px !important;
}
html body .m-b-0 {
  margin-bottom: 0px !important;
}
html body .m-r-0 {
  margin-right: 0px !important;
}
html body .m-l-0 {
  margin-left: 0px !important;
}
html body .m-tb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
html body .m-rl-0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
html body .m-t-5 {
  margin-top: 5px !important;
}
html body .m-b-5 {
  margin-bottom: 5px !important;
}
html body .m-r-5 {
  margin-right: 5px !important;
}
html body .m-l-5 {
  margin-left: 5px !important;
}
html body .m-tb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
html body .m-rl-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
html body .m-t-10 {
  margin-top: 10px !important;
}
html body .m-b-10 {
  margin-bottom: 10px !important;
}
html body .m-r-10 {
  margin-right: 10px !important;
}
html body .m-l-10 {
  margin-left: 10px !important;
}
html body .m-tb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
html body .m-rl-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
html body .m-t-15 {
  margin-top: 15px !important;
}
html body .m-b-15 {
  margin-bottom: 15px !important;
}
html body .m-r-15 {
  margin-right: 15px !important;
}
html body .m-l-15 {
  margin-left: 15px !important;
}
html body .m-tb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
html body .m-rl-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
html body .m-t-20 {
  margin-top: 20px !important;
}
html body .m-b-20 {
  margin-bottom: 20px !important;
}
html body .m-r-20 {
  margin-right: 20px !important;
}
html body .m-l-20 {
  margin-left: 20px !important;
}
html body .m-tb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
html body .m-rl-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
html body .m-t-40 {
  margin-top: 40px !important;
}
html body .m-b-40 {
  margin-bottom: 40px !important;
}
html body .m-r-40 {
  margin-right: 40px !important;
}
html body .m-l-40 {
  margin-left: 40px !important;
}
html body .m-tb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
html body .m-rl-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
html body .p-t-0 {
  padding-top: 0px !important;
}
html body .p-b-0 {
  padding-bottom: 0px !important;
}
html body .p-r-0 {
  padding-right: 0px !important;
}
html body .p-l-0 {
  padding-left: 0px !important;
}
html body .p-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
html body .p-rl-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
html body .p-t-5 {
  padding-top: 5px !important;
}
html body .p-b-5 {
  padding-bottom: 5px !important;
}
html body .p-r-5 {
  padding-right: 5px !important;
}
html body .p-l-5 {
  padding-left: 5px !important;
}
html body .p-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
html body .p-rl-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
html body .p-t-10 {
  padding-top: 10px !important;
}
html body .p-b-10 {
  padding-bottom: 10px !important;
}
html body .p-r-10 {
  padding-right: 10px !important;
}
html body .p-l-10 {
  padding-left: 10px !important;
}
html body .p-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
html body .p-rl-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
html body .p-t-15 {
  padding-top: 15px !important;
}
html body .p-b-15 {
  padding-bottom: 15px !important;
}
html body .p-r-15 {
  padding-right: 15px !important;
}
html body .p-l-15 {
  padding-left: 15px !important;
}
html body .p-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
html body .p-rl-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
html body .p-t-20 {
  padding-top: 20px !important;
}
html body .p-b-20 {
  padding-bottom: 20px !important;
}
html body .p-r-20 {
  padding-right: 20px !important;
}
html body .p-l-20 {
  padding-left: 20px !important;
}
html body .p-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
html body .p-rl-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
html body .p-t-40 {
  padding-top: 40px !important;
}
html body .p-b-40 {
  padding-bottom: 40px !important;
}
html body .p-r-40 {
  padding-right: 40px !important;
}
html body .p-l-40 {
  padding-left: 40px !important;
}
html body .p-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
html body .p-rl-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
html body .m-0 {
  margin: 0px !important;
}
html body .m-5 {
  margin: 5px !important;
}
html body .m-10 {
  margin: 10px !important;
}
html body .m-15 {
  margin: 15px !important;
}
html body .m-20 {
  margin: 20px !important;
}
html body .m-40 {
  margin: 40px !important;
}
html body .p-0 {
  padding: 0px !important;
}
html body .p-5 {
  padding: 5px !important;
}
html body .p-10 {
  padding: 10px !important;
}
html body .p-15 {
  padding: 15px !important;
}
html body .p-20 {
  padding: 20px !important;
}
html body .p-40 {
  padding: 40px !important;
}
.h-100 {
  height: 100%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
.max-w-100 {
  max-width: 100%;
}
.line-h-15 {
  line-height: 15px;
}
.grid-column-full {
  grid-column: 1/-1;
}
html body .f-medium {
  font-weight: 500 !important;
}
html body .f-10 {
  font-size: 10px !important;
}
html body .f-12 {
  font-size: 12px !important;
}
html body .f-14 {
  font-size: 14px !important;
}
html body .f-16 {
  font-size: 16px !important;
}
html body .f-18 {
  font-size: 18px !important;
}
html body .f-20 {
  font-size: 20px !important;
}
html body .f-24 {
  font-size: 24px !important;
}
html body .f-48 {
  font-size: 48px !important;
}
html body .text-center {
  text-align: center !important;
}
html body .text-right {
  text-align: right !important;
}
html body .text-left {
  text-align: left !important;
}
html body .text-baseline {
  vertical-align: baseline !important;
}
.pointer {
  cursor: pointer;
}
.clickable {
  cursor: pointer;
}
mat-card.clickable:hover {
  transform: scale(1.015);
}
.show-input-indicator .mdc-text-field__input::-webkit-calendar-picker-indicator {
  display: block;
}
.invisible {
  visibility: hidden !important;
}
.hidden {
  display: none !important;
}
.max-w-400 {
  max-width: 400px !important;
}
.max-w-800 {
  max-width: 800px !important;
}
.word-break {
  word-break: break-word;
}
.text-keep-word {
  word-break: keep-all;
}
.word-break-all {
  word-break: break-all;
}
.dialog {
  max-width: 95vw;
}
@media screen and (max-width: 599px) {
  .dialog {
    width: 95vw;
  }
}
.unlink {
  all: unset;
}
.main-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
html .page-wrapper .page-content {
  min-height: 100%;
  width: auto;
}
@media screen and (max-width: 959px) {
  html .page-wrapper .page-content {
    padding: 5px 5px 5px 5px;
  }
}
@media screen and (min-width: 960px) {
  html .page-wrapper .page-content {
    padding: 5px 15px 15px 15px;
  }
}

/* angular:styles/global:styles */
