/* 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-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);
}
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-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --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-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-autocomplete-background-color: white;
  --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);
}
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-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-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-slider-active-track-color: #1b5e20;
  --mat-slider-focus-handle-color: #1b5e20;
  --mat-slider-handle-color: #1b5e20;
  --mat-slider-hover-handle-color: #1b5e20;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #1b5e20 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #1b5e20 4%, transparent);
  --mat-slider-inactive-track-color: #1b5e20;
  --mat-slider-ripple-color: #1b5e20;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #1b5e20;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-accent {
  --mat-slider-active-track-color: #43a047;
  --mat-slider-focus-handle-color: #43a047;
  --mat-slider-handle-color: #43a047;
  --mat-slider-hover-handle-color: #43a047;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #43a047 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #43a047 4%, transparent);
  --mat-slider-inactive-track-color: #43a047;
  --mat-slider-ripple-color: #43a047;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #43a047;
}
body.light-theme .mat-warn {
  --mat-slider-active-track-color: #f57c00;
  --mat-slider-focus-handle-color: #f57c00;
  --mat-slider-handle-color: #f57c00;
  --mat-slider-hover-handle-color: #f57c00;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f57c00 4%, transparent);
  --mat-slider-inactive-track-color: #f57c00;
  --mat-slider-ripple-color: #f57c00;
  --mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #f57c00;
}
body.light-theme {
  --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-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
body.light-theme .mdc-list-item__start,
body.light-theme .mdc-list-item__end {
  --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-accent .mdc-list-item__start,
body.light-theme .mat-accent .mdc-list-item__end {
  --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-warn .mdc-list-item__start,
body.light-theme .mat-warn .mdc-list-item__end {
  --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-mdc-list-option {
  --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: #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-list-option.mat-accent {
  --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-list-option.mat-warn {
  --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: 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-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #1b5e20;
}
body.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.light-theme {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
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-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-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-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-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-fab.mat-primary,
body.light-theme .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #1b5e20;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #1b5e20 12%, transparent);
  --mat-fab-small-container-color: #1b5e20;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
body.light-theme .mat-mdc-fab.mat-accent,
body.light-theme .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #43a047;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #43a047 12%, transparent);
  --mat-fab-small-container-color: #43a047;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
body.light-theme .mat-mdc-fab.mat-warn,
body.light-theme .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f57c00;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-fab-small-container-color: #f57c00;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.light-theme {
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #81c784;
  --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-progress-spinner-active-indicator-color: #1b5e20;
}
body.light-theme .mat-accent {
  --mat-progress-spinner-active-indicator-color: #43a047;
}
body.light-theme .mat-warn {
  --mat-progress-spinner-active-indicator-color: #f57c00;
}
body.light-theme {
  --mat-badge-background-color: #1b5e20;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
body.light-theme .mat-badge-accent {
  --mat-badge-background-color: #43a047;
  --mat-badge-text-color: white;
}
body.light-theme .mat-badge-warn {
  --mat-badge-background-color: #f57c00;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
body.light-theme {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --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-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-divider-color: rgba(0, 0, 0, 0.12);
  --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-icon-color: inherit;
}
body.light-theme .mat-icon.mat-primary {
  --mat-icon-color: #1b5e20;
}
body.light-theme .mat-icon.mat-accent {
  --mat-icon-color: #43a047;
}
body.light-theme .mat-icon.mat-warn {
  --mat-icon-color: #f57c00;
}
body.light-theme {
  --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-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-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --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-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-container-background-color: white;
}
body.light-theme {
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.04);
  --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-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-focus-container-elevation-shadow:
    0px 4px 6px -1px rgba(0, 0, 0, 0.3),
    0px 6px 10px 0px rgba(0, 0, 0, 0.2),
    0px 1px 18px 0px rgba(0, 0, 0, 0.15);
}
body.light-theme {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.light-theme {
}
body.light-theme a.link {
  color: #607d8b;
}
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-tree .mat-tree-node a {
  color: #607d8b;
}
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 {
}
body.light-theme .double-bounce1,
body.light-theme .double-bounce2 {
  background-color: #1b5e20;
}
body.light-theme {
}
body.light-theme .two-g-svg g {
  fill: #1b5e20;
}
body.light-theme .two-g-svg rect {
  fill: white;
}
body.light-theme .two-g-button {
  border: 1px solid !important;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem !important;
  height: auto !important;
  min-height: 40px !important;
  border-color: #1b5e20 !important;
  color: #1b5e20 !important;
}
body.light-theme .two-g-button:hover {
  color: #1b5e20;
  background-color: rgb(202, 255, 219) !important;
}
body.light-theme .two-g-button:disabled {
  opacity: 0.5;
}
body.light-theme .two-g-next-button {
  border-color: #1b5e20 !important;
}
body.light-theme .two-g-next-button:hover {
  color: #1b5e20;
  background-color: rgb(202, 255, 219);
}
body.light-theme {
}
body.light-theme .mdc-line-ripple::after {
  border-bottom-color: #1b5e20 !important;
}
body.light-theme .mat-focused mat-label {
  color: #1b5e20 !important;
}
body.light-theme .mat-focused *::after {
  color: #1b5e20 !important;
}
body.light-theme .input-no-subtext .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
body.light-theme .two-g-input-small .mat-mdc-form-field-infix {
  min-height: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  max-width: 200px !important;
}
body.light-theme .two-g-input-small-with-lable .mat-mdc-form-field-infix {
  min-height: 0px !important;
  padding-top: 15px !important;
  padding-bottom: 5px !important;
  max-width: 200px !important;
}
body.light-theme .mat-mdc-tab-group .mdc-tab--active * {
  color: #1b5e20 !important;
}
body.light-theme .mat-mdc-tab-group .mdc-tab-indicator * {
  border-color: #1b5e20 !important;
}
body.light-theme .mdc-list-item--selected * {
  color: #1b5e20 !important;
}
body.light-theme .phone-two-g-input .mat-mdc-text-field-wrapper {
  height: 57px !important;
}
body.light-theme .phone-two-g-input .country-selector {
  background-image: none !important;
}
body.light-theme .phone-two-g-input .country-selector-code {
  color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-card,
body.light-theme .mat-expansion-panel {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.2),
    0px 1px 3px 0px rgba(0, 0, 0, 0.2) !important;
}
body.light-theme .progress-bar .back {
  color: rgba(0, 0, 0, 0.87);
}
body.light-theme .progress-bar .front {
  background: rgb(202, 255, 219);
  color: #6b6b6b;
}
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: #999999;
  --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 .bg-isis-risk-low {
  color: #1e88e5;
  box-shadow:
    0px 2px 1px -1px #1e88e5,
    0px 1px 1px 0px #1e88e5,
    0px 1px 3px 0px #1e88e5 !important;
  background-color: rgba(30, 136, 229, 0.125);
}
body.light-theme .bg-isis-risk-moderat {
  color: #60b90c;
  box-shadow:
    0px 2px 1px -1px #60b90c,
    0px 1px 1px 0px #60b90c,
    0px 1px 3px 0px #60b90c !important;
  background-color: rgba(96, 185, 12, 0.125);
}
body.light-theme .bg-isis-risk-significant {
  color: #ff8c00;
  box-shadow:
    0px 2px 1px -1px #ff8c00,
    0px 1px 1px 0px #ff8c00,
    0px 1px 3px 0px #ff8c00 !important;
  background-color: rgba(255, 140, 0, 0.125);
}
body.light-theme .bg-isis-risk-high {
  color: #ff0000;
  box-shadow:
    0px 2px 1px -1px #ff0000,
    0px 1px 1px 0px #ff0000,
    0px 1px 3px 0px #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.125);
}
body.light-theme .bg-isis-risk-extrem {
  color: #000000;
  box-shadow:
    0px 2px 1px -1px #000000,
    0px 1px 1px 0px #000000,
    0px 1px 3px 0px #000000 !important;
  background-color: rgba(0, 0, 0, 0.125);
}
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-low > fa-icon > svg > path {
  fill: #1e88e5 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-low > fa-icon > svg > g > path.fa-primary {
  fill: #1e88e5 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-low > fa-icon > svg > g > path.fa-secondary {
  fill: #1e88e5 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-moderat > fa-icon > svg > path {
  fill: #60b90c !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-moderat > fa-icon > svg > g > path.fa-primary {
  fill: #60b90c !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-moderat > fa-icon > svg > g > path.fa-secondary {
  fill: #60b90c !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-significant > fa-icon > svg > path {
  fill: #ff8c00 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-significant > fa-icon > svg > g > path.fa-primary {
  fill: #ff8c00 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-significant > fa-icon > svg > g > path.fa-secondary {
  fill: #ff8c00 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-high > fa-icon > svg > path {
  fill: #ff0000 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-high > fa-icon > svg > g > path.fa-primary {
  fill: #ff0000 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-high > fa-icon > svg > g > path.fa-secondary {
  fill: #ff0000 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-extrem > fa-icon > svg > path {
  fill: #000000 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-extrem > fa-icon > svg > g > path.fa-primary {
  fill: #000000 !important;
  opacity: 1 !important;
}
body.light-theme .two-g-icon-extrem > fa-icon > svg > g > path.fa-secondary {
  fill: #000000 !important;
  opacity: 1 !important;
}
body.light-theme .ngx-mat-tel-input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body.light-theme .ngx-mat-tel-input-container .country-selector {
  position: relative !important;
  width: auto;
}
body.light-theme .ngx-mat-tel-input-container input {
  padding: 0 5px 0 5px !important;
  margin-top: 2px !important;
}
body.light-theme table.timeline td:nth-child(2) {
  background:
    linear-gradient(
      to right,
      transparent 0%,
      transparent calc(50% - 0.81px),
      #1b5e20 calc(50% - 0.8px),
      #1b5e20 calc(50% + 0.8px),
      transparent calc(50% + 0.81px),
      transparent 100%);
}
body.light-theme table.timeline td:nth-child(2) div.icon-circle {
  border-color: #1b5e20;
  background: #fafafa;
}
body.light-theme .stepper-selected {
  border: 1px solid !important;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem !important;
  border-color: #1b5e20 !important;
}
body.light-theme .chat-counter-bar {
  height: 5px;
  background-color: #1b5e20;
}
body.light-theme .chat-counter-bar.is-used {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
body.light-theme .message {
  position: relative;
  border-radius: 10px;
  max-width: 80%;
  padding: 8px;
}
body.light-theme .message.error {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
body.light-theme .message.error::after {
  border-color: transparent rgba(255, 0, 0, 0.2) transparent transparent !important;
}
body.light-theme .message.reciver {
  margin-left: 17px;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
body.light-theme .message.reciver::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent rgba(0, 0, 0, 0.2) transparent transparent;
  top: 15px;
  left: -20px;
}
body.light-theme .message.sender {
  margin-right: 17px;
  margin-left: auto;
  text-align: left;
  background-color: rgba(27, 94, 32, 0.2);
}
body.light-theme .message.sender::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(27, 94, 32, 0.2) transparent transparent transparent;
  top: 17px;
  right: -20px;
}
body.light-theme .stepper-background-line {
  height: 25px !important;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 959px) {
  body.light-theme .stepper-background-line {
    width: 30px !important;
    background:
      linear-gradient(
        to right,
        transparent 0%,
        transparent calc(50% - 0.81px),
        #1b5e20 calc(50% - 0.8px),
        #1b5e20 calc(50% + 0.8px),
        transparent calc(50% + 0.81px),
        transparent 100%);
  }
  body.light-theme .stepper-background-line.line-muted {
    background:
      linear-gradient(
        to right,
        transparent 0%,
        transparent calc(50% - 0.81px),
        rgba(0, 0, 0, 0.2) calc(50% - 0.8px),
        rgba(0, 0, 0, 0.2) calc(50% + 0.8px),
        transparent calc(50% + 0.81px),
        transparent 100%);
  }
}
@media screen and (min-width: 960px) {
  body.light-theme .stepper-background-line {
    flex: 1 1 0%;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    background:
      linear-gradient(
        180deg,
        transparent calc(50% - 1px),
        #1b5e20 50%,
        transparent calc(50% + 1px));
  }
  body.light-theme .stepper-background-line.line-muted {
    background:
      linear-gradient(
        180deg,
        transparent calc(50% - 1px),
        rgba(0, 0, 0, 0.2) 50%,
        transparent calc(50% + 1px));
  }
}
body.light-theme .assetId-qick-select {
  background: rgb(202, 255, 219);
  border: none;
  font-size: 16px !important;
  field-sizing: content;
  color: #1b5e20;
}
body.light-theme .assetId-qick-select::placeholder {
  color: #1b5e20;
  opacity: 0.8;
}
body.light-theme .assetId-qick-select {
  box-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.2),
    0px 1px 3px 0px rgba(0, 0, 0, 0.2) !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: #1b5e20;
  --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: #43a047;
  --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: #43a047;
  --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: #43a047;
  --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: #1b5e20;
  --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: #1b5e20;
  --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: #43a047;
  --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: #43a047;
  --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-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);
}
body.dark-theme .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #1b5e20;
  --mat-progress-bar-track-color: rgba(27, 94, 32, 0.25);
}
body.dark-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.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-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --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, 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, #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.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-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: #1b5e20;
  --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: #43a047;
  --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-autocomplete-background-color: #424242;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
}
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: 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: 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-accent,
body.dark-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: 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-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-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: #43a047;
  --mat-slide-toggle-selected-hover-track-color: #43a047;
  --mat-slide-toggle-selected-pressed-track-color: #43a047;
  --mat-slide-toggle-selected-track-color: #43a047;
  --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: 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: #43a047;
  --mat-slide-toggle-selected-hover-track-color: #43a047;
  --mat-slide-toggle-selected-pressed-track-color: #43a047;
  --mat-slide-toggle-selected-track-color: #43a047;
}
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-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #1b5e20;
  --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: #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: 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: #43a047;
  --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: #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: 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-slider-active-track-color: #1b5e20;
  --mat-slider-focus-handle-color: #1b5e20;
  --mat-slider-handle-color: #1b5e20;
  --mat-slider-hover-handle-color: #1b5e20;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #1b5e20 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #1b5e20 4%, transparent);
  --mat-slider-inactive-track-color: #1b5e20;
  --mat-slider-ripple-color: #1b5e20;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #1b5e20;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
}
body.dark-theme .mat-accent {
  --mat-slider-active-track-color: #43a047;
  --mat-slider-focus-handle-color: #43a047;
  --mat-slider-handle-color: #43a047;
  --mat-slider-hover-handle-color: #43a047;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #43a047 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #43a047 4%, transparent);
  --mat-slider-inactive-track-color: #43a047;
  --mat-slider-ripple-color: #43a047;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #43a047;
}
body.dark-theme .mat-warn {
  --mat-slider-active-track-color: #f57c00;
  --mat-slider-focus-handle-color: #f57c00;
  --mat-slider-handle-color: #f57c00;
  --mat-slider-hover-handle-color: #f57c00;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f57c00 4%, transparent);
  --mat-slider-inactive-track-color: #f57c00;
  --mat-slider-ripple-color: #f57c00;
  --mat-slider-with-tick-marks-active-container-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-inactive-container-color: #f57c00;
}
body.dark-theme {
  --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-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}
body.dark-theme .mdc-list-item__start,
body.dark-theme .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #1b5e20;
  --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: #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: 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-accent .mdc-list-item__start,
body.dark-theme .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #43a047;
  --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: #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: 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-warn .mdc-list-item__start,
body.dark-theme .mat-warn .mdc-list-item__end {
  --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-mdc-list-option {
  --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: 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: 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: #1b5e20;
  --mat-checkbox-selected-hover-state-layer-color: #1b5e20;
  --mat-checkbox-selected-pressed-state-layer-color: #1b5e20;
  --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-list-option.mat-accent {
  --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: 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: 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: #43a047;
  --mat-checkbox-selected-hover-state-layer-color: #43a047;
  --mat-checkbox-selected-pressed-state-layer-color: #43a047;
  --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-list-option.mat-warn {
  --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: 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-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #1b5e20;
}
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.dark-theme {
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
}
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: #1b5e20;
  --mat-tab-active-ripple-color: #1b5e20;
  --mat-tab-inactive-ripple-color: #1b5e20;
  --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: #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.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: #43a047;
  --mat-tab-active-ripple-color: #43a047;
  --mat-tab-inactive-ripple-color: #43a047;
  --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: #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.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: #1b5e20;
  --mat-tab-foreground-color: white;
}
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: #43a047;
  --mat-tab-foreground-color: white;
}
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-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: 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: 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: #43a047;
  --mat-checkbox-selected-hover-state-layer-color: #43a047;
  --mat-checkbox-selected-pressed-state-layer-color: #43a047;
  --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: 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: 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: #1b5e20;
  --mat-checkbox-selected-hover-state-layer-color: #1b5e20;
  --mat-checkbox-selected-pressed-state-layer-color: #1b5e20;
  --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-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: #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(255, 255, 255, 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.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: #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(255, 255, 255, 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.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-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: #1b5e20;
  --mat-icon-button-state-layer-color: #1b5e20;
  --mat-icon-button-ripple-color: color-mix(in srgb, #1b5e20 12%, transparent);
}
body.dark-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.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-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
body.dark-theme .mat-mdc-fab.mat-primary,
body.dark-theme .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #1b5e20;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #1b5e20 12%, transparent);
  --mat-fab-small-container-color: #1b5e20;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
body.dark-theme .mat-mdc-fab.mat-accent,
body.dark-theme .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #43a047;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: color-mix(in srgb, #43a047 12%, transparent);
  --mat-fab-small-container-color: #43a047;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}
body.dark-theme .mat-mdc-fab.mat-warn,
body.dark-theme .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #f57c00;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-ripple-color: color-mix(in srgb, #f57c00 12%, transparent);
  --mat-fab-small-container-color: #f57c00;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
}
body.dark-theme {
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #43a047;
  --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-progress-spinner-active-indicator-color: #1b5e20;
}
body.dark-theme .mat-accent {
  --mat-progress-spinner-active-indicator-color: #43a047;
}
body.dark-theme .mat-warn {
  --mat-progress-spinner-active-indicator-color: #f57c00;
}
body.dark-theme {
  --mat-badge-background-color: #1b5e20;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
}
body.dark-theme .mat-badge-accent {
  --mat-badge-background-color: #43a047;
  --mat-badge-text-color: white;
}
body.dark-theme .mat-badge-warn {
  --mat-badge-background-color: #f57c00;
  --mat-badge-text-color: rgba(0, 0, 0, 0.87);
}
body.dark-theme {
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --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-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(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, #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(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, #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(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-divider-color: rgba(255, 255, 255, 0.12);
  --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-icon-color: inherit;
}
body.dark-theme .mat-icon.mat-primary {
  --mat-icon-color: #1b5e20;
}
body.dark-theme .mat-icon.mat-accent {
  --mat-icon-color: #43a047;
}
body.dark-theme .mat-icon.mat-warn {
  --mat-icon-color: #f57c00;
}
body.dark-theme {
  --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-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: #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: 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.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-sort-arrow-color: white;
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
}
body.dark-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1b5e20;
  --mat-toolbar-container-text-color: white;
}
body.dark-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #43a047;
  --mat-toolbar-container-text-color: white;
}
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-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-background-color: #424242;
}
body.dark-theme {
  --mat-button-toggle-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-button-protected-container-elevation-shadow:
    0px 4px 2px -2px rgba(255, 255, 255, 0.22),
    0px 2px 3px 0px rgba(255, 255, 255, 0.18),
    0px 1px 6px 0px rgba(255, 255, 255, 0.14);
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 5px -1px rgba(255, 255, 255, 0.25),
    0px 5px 6px 0px rgba(255, 255, 255, 0.2),
    0px 2px 12px 0px rgba(255, 255, 255, 0.16);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 4px 6px -1px rgba(255, 255, 255, 0.35),
    0px 6px 10px 0px rgba(255, 255, 255, 0.25),
    0px 1px 18px 0px rgba(255, 255, 255, 0.2);
}
body.dark-theme {
  background-color: #303030;
  color: white;
}
body.dark-theme {
}
body.dark-theme a.link {
  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-tree .mat-tree-node a {
  color: white;
}
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 {
}
body.dark-theme .double-bounce1,
body.dark-theme .double-bounce2 {
  background-color: rgb(202, 255, 219);
}
body.dark-theme {
}
body.dark-theme .two-g-svg g {
  fill: #1b5e20;
}
body.dark-theme .two-g-svg rect {
  fill: white;
}
body.dark-theme .two-g-button {
  border: 1px solid !important;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem !important;
  height: auto !important;
  min-height: 40px !important;
  border-color: rgb(202, 255, 219) !important;
  color: rgb(202, 255, 219) !important;
}
body.dark-theme .two-g-button:hover {
  color: rgb(202, 255, 219);
  background-color: #6b6b6b !important;
}
body.dark-theme .two-g-button:disabled {
  opacity: 0.5;
}
body.dark-theme .two-g-next-button {
  border-color: rgb(202, 255, 219) !important;
}
body.dark-theme .two-g-next-button:hover {
  color: rgb(202, 255, 219);
  background-color: #6b6b6b;
}
body.dark-theme {
}
body.dark-theme .mdc-line-ripple::after {
  border-bottom-color: rgb(202, 255, 219) !important;
}
body.dark-theme .mat-focused mat-label {
  color: rgb(202, 255, 219) !important;
}
body.dark-theme .mat-focused *::after {
  color: rgb(202, 255, 219) !important;
}
body.dark-theme .input-no-subtext .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
body.dark-theme .two-g-input-small .mat-mdc-form-field-infix {
  min-height: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  max-width: 200px !important;
}
body.dark-theme .two-g-input-small-with-lable .mat-mdc-form-field-infix {
  min-height: 0px !important;
  padding-top: 15px !important;
  padding-bottom: 5px !important;
  max-width: 200px !important;
}
body.dark-theme .mat-mdc-tab-group .mdc-tab--active * {
  color: rgb(202, 255, 219) !important;
}
body.dark-theme .mat-mdc-tab-group .mdc-tab-indicator * {
  border-color: rgb(202, 255, 219) !important;
}
body.dark-theme .mdc-list-item--selected * {
  color: rgb(202, 255, 219) !important;
}
body.dark-theme .phone-two-g-input .mat-mdc-text-field-wrapper {
  height: 57px !important;
}
body.dark-theme .phone-two-g-input .country-selector {
  background-image: none !important;
}
body.dark-theme .phone-two-g-input .country-selector-code {
  color: white;
}
body.dark-theme .mat-mdc-card,
body.dark-theme .mat-expansion-panel {
  box-shadow:
    0px 0px 3px 0px #7c7c7c,
    0px 2px 2px 0px #7c7c7c,
    0px 1px 3px -1px #7c7c7c !important;
}
body.dark-theme .progress-bar .back {
  color: white;
}
body.dark-theme .progress-bar .front {
  background: rgb(202, 255, 219);
  color: #6b6b6b;
}
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: #99abb4;
  --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 .bg-isis-risk-low {
  color: #1e88e5;
  box-shadow:
    0px 2px 1px -1px #1e88e5,
    0px 1px 1px 0px #1e88e5,
    0px 1px 3px 0px #1e88e5 !important;
  background-color: rgba(30, 136, 229, 0.125);
}
body.dark-theme .bg-isis-risk-moderat {
  color: #60b90c;
  box-shadow:
    0px 2px 1px -1px #60b90c,
    0px 1px 1px 0px #60b90c,
    0px 1px 3px 0px #60b90c !important;
  background-color: rgba(96, 185, 12, 0.125);
}
body.dark-theme .bg-isis-risk-significant {
  color: #ff8c00;
  box-shadow:
    0px 2px 1px -1px #ff8c00,
    0px 1px 1px 0px #ff8c00,
    0px 1px 3px 0px #ff8c00 !important;
  background-color: rgba(255, 140, 0, 0.125);
}
body.dark-theme .bg-isis-risk-high {
  color: #ff0000;
  box-shadow:
    0px 2px 1px -1px #ff0000,
    0px 1px 1px 0px #ff0000,
    0px 1px 3px 0px #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.125);
}
body.dark-theme .bg-isis-risk-extrem {
  color: #000000;
  box-shadow:
    0px 2px 1px -1px #000000,
    0px 1px 1px 0px #000000,
    0px 1px 3px 0px #000000 !important;
  background-color: rgba(0, 0, 0, 0.125);
}
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-low > fa-icon > svg > path {
  fill: #1e88e5 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-low > fa-icon > svg > g > path.fa-primary {
  fill: #1e88e5 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-low > fa-icon > svg > g > path.fa-secondary {
  fill: #1e88e5 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-moderat > fa-icon > svg > path {
  fill: #60b90c !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-moderat > fa-icon > svg > g > path.fa-primary {
  fill: #60b90c !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-moderat > fa-icon > svg > g > path.fa-secondary {
  fill: #60b90c !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-significant > fa-icon > svg > path {
  fill: #ff8c00 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-significant > fa-icon > svg > g > path.fa-primary {
  fill: #ff8c00 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-significant > fa-icon > svg > g > path.fa-secondary {
  fill: #ff8c00 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-high > fa-icon > svg > path {
  fill: #ff0000 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-high > fa-icon > svg > g > path.fa-primary {
  fill: #ff0000 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-high > fa-icon > svg > g > path.fa-secondary {
  fill: #ff0000 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-extrem > fa-icon > svg > path {
  fill: #000000 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-extrem > fa-icon > svg > g > path.fa-primary {
  fill: #000000 !important;
  opacity: 1 !important;
}
body.dark-theme .two-g-icon-extrem > fa-icon > svg > g > path.fa-secondary {
  fill: #000000 !important;
  opacity: 1 !important;
}
body.dark-theme .ngx-mat-tel-input-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
body.dark-theme .ngx-mat-tel-input-container .country-selector {
  position: relative !important;
  width: auto;
}
body.dark-theme .ngx-mat-tel-input-container input {
  padding: 0 5px 0 5px !important;
  margin-top: 2px !important;
}
body.dark-theme table.timeline td:nth-child(2) {
  background:
    linear-gradient(
      to right,
      transparent 0%,
      transparent calc(50% - 0.81px),
      rgb(202, 255, 219) calc(50% - 0.8px),
      rgb(202, 255, 219) calc(50% + 0.8px),
      transparent calc(50% + 0.81px),
      transparent 100%);
}
body.dark-theme table.timeline td:nth-child(2) div.icon-circle {
  border-color: rgb(202, 255, 219);
  background: #303030;
}
body.dark-theme .stepper-selected {
  border: 1px solid !important;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem !important;
  border-color: rgb(202, 255, 219) !important;
}
body.dark-theme .chat-counter-bar {
  height: 5px;
  background-color: rgb(202, 255, 219);
}
body.dark-theme .chat-counter-bar.is-used {
  background-color: rgba(153, 171, 180, 0.2) !important;
}
body.dark-theme .message {
  position: relative;
  border-radius: 10px;
  max-width: 80%;
  padding: 8px;
}
body.dark-theme .message.error {
  background-color: rgba(255, 0, 0, 0.2) !important;
}
body.dark-theme .message.error::after {
  border-color: transparent rgba(255, 0, 0, 0.2) transparent transparent !important;
}
body.dark-theme .message.reciver {
  margin-left: 17px;
  margin-right: auto;
  background-color: rgba(153, 171, 180, 0.2);
}
body.dark-theme .message.reciver::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent rgba(153, 171, 180, 0.2) transparent transparent;
  top: 15px;
  left: -20px;
}
body.dark-theme .message.sender {
  margin-right: 17px;
  margin-left: auto;
  text-align: left;
  background-color: rgba(202, 255, 219, 0.2);
}
body.dark-theme .message.sender::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(202, 255, 219, 0.2) transparent transparent transparent;
  top: 17px;
  right: -20px;
}
body.dark-theme .stepper-background-line {
  height: 25px !important;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 959px) {
  body.dark-theme .stepper-background-line {
    width: 30px !important;
    background:
      linear-gradient(
        to right,
        transparent 0%,
        transparent calc(50% - 0.81px),
        rgb(202, 255, 219) calc(50% - 0.8px),
        rgb(202, 255, 219) calc(50% + 0.8px),
        transparent calc(50% + 0.81px),
        transparent 100%);
  }
  body.dark-theme .stepper-background-line.line-muted {
    background:
      linear-gradient(
        to right,
        transparent 0%,
        transparent calc(50% - 0.81px),
        rgba(153, 171, 180, 0.2) calc(50% - 0.8px),
        rgba(153, 171, 180, 0.2) calc(50% + 0.8px),
        transparent calc(50% + 0.81px),
        transparent 100%);
  }
}
@media screen and (min-width: 960px) {
  body.dark-theme .stepper-background-line {
    flex: 1 1 0%;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
    background:
      linear-gradient(
        180deg,
        transparent calc(50% - 1px),
        rgb(202, 255, 219) 50%,
        transparent calc(50% + 1px));
  }
  body.dark-theme .stepper-background-line.line-muted {
    background:
      linear-gradient(
        180deg,
        transparent calc(50% - 1px),
        rgba(153, 171, 180, 0.2) 50%,
        transparent calc(50% + 1px));
  }
}
body.dark-theme .assetId-qick-select {
  background: #6b6b6b;
  border: none;
  font-size: 16px !important;
  field-sizing: content;
  color: rgb(202, 255, 219);
}
body.dark-theme .assetId-qick-select::placeholder {
  color: rgb(202, 255, 219);
  opacity: 0.8;
}
body.dark-theme .assetId-qick-select {
  box-shadow:
    0px 0px 3px 0px #7c7c7c,
    0px 2px 2px 0px #7c7c7c,
    0px 1px 3px -1px #7c7c7c !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 .map-marker-container {
  background-color: #303030;
  padding: 5px;
}
body.dark-theme .mat-button-toggle-disabled {
  background: #424242 !important;
}
.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;
}
.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;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.dialog {
  max-width: 95vw;
}
@media screen and (max-width: 599px) {
  .dialog {
    width: 95vw;
  }
}
.custom-mat-button-toggle-group span.mat-button-toggle-label-content {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.progress-bar {
  position: relative;
  display: flex;
  height: 30px;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
}
.progress-bar .back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.progress-bar .front {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.overflow-hidden {
  overflow: hidden;
}
.unlink {
  all: unset;
}
.virtual-scroll-box .cdk-virtual-scroll-content-wrapper {
  padding: 5px !important;
}
.circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.show-input-indicator .mdc-text-field__input::-webkit-calendar-picker-indicator {
  display: block;
}
.show-input-indicator.h-57 .mat-mdc-text-field-wrapper {
  height: 57px;
}
.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;
  }
}
.preloader {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.mat-mdc-progress-spinner.white-spinner circle,
.mat-mdc-progress-spinner.white-spinner circle {
  stroke: white;
}
:root {
  --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-expansion-panel-header {
  height: auto !important;
}
.column-resizer {
  width: 10px;
  cursor: col-resize;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  margin-top: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.column-resizer:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@supports (-webkit-touch-callout: none) {
  .mat-mdc-dialog-container {
    max-height: 80vh !important;
  }
}
@supports not (-webkit-touch-callout: none) {
  .mat-mdc-dialog-container {
    max-height: 98vh !important;
  }
}
.mat-mdc-dialog-container {
  padding-bottom: 5px !important;
}
.mat-mdc-select-arrow-wrapper {
  margin-left: 5px;
}
mat-chip.clickable * {
  cursor: pointer;
}
.mat-mdc-slide-toggle {
  margin: 5px;
}
.mat-mdc-input-element {
  caret-color: unset !important;
}
.mat-mdc-form-field-infix {
  width: auto !important;
}
.mdc-snackbar__surface {
  background-color: transparent !important;
  padding: 0 !important;
}
.mat-mdc-snack-bar-container {
  width: auto !important;
}
.mat-mdc-snack-bar-label {
  padding: 5px !important;
}
mat-card.clickable:hover {
  transform: scale(1.025);
}
.cdk-overlay-pane {
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
}
.mdc-tab {
  padding: 0 !important;
}
mat-sidenav-container {
  background: none;
  height: 100%;
}
.mat-drawer-container {
  background: none;
}

/* angular:styles/global:styles */
