/* src/styles.scss */
html {
  --mdc-outlined-text-field-focus-outline-color: #6db33d;
}
html {
  --mdc-outlined-text-field-outline-color: #efefef;
}
html {
  --mdc-outlined-text-field-hover-outline-color: #6db33d;
}
html {
  --mdc-outlined-text-field-label-text-size: 11px;
}
html {
  --mat-form-field-container-height: 2.75rem;
}
html {
  --mat-form-field-container-vertical-padding: 0.6rem;
}
html {
  --mat-form-field-subscript-text-size: 0.7rem;
}
html {
  --mat-form-field-subscript-text-line-height: 1rem;
}
html {
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-outlined-text-field-outline-width: 2px;
}
html {
  --mat-select-panel-background-color: #efefef;
}
html {
  --mat-select-enabled-arrow-color: #6db33d;
}
html {
  --mat-sidenav-container-background-color: #ffffff;
}
html {
  --mat-sidenav-content-background-color: #fafafa;
}
html {
  --mdc-list-list-item-label-text-color: #303336;
}
html {
  --mdc-list-list-item-focus-label-text-color: #6db33d;
}
html {
  --mdc-list-list-item-container-shape: 1px;
}
html {
  --mdc-list-list-item-leading-icon-color: #6db33d;
}
html {
  --mat-paginator-container-background-color: #fafafa;
}
html {
  --mat-paginator-container-text-size: 14px;
}
html {
  --mat-paginator-select-trigger-text-size: 14px;
}
html {
  --mdc-dialog-container-color: #ffffff;
}
html {
  --mdc-dialog-container-shape: 8px;
}
html {
  --mat-dialog-container-elevation-shadow: none;
}
html {
  --mat-dialog-content-padding: 0;
}
html {
  --mat-dialog-actions-padding: 12px 20px 16px;
}
html {
  --mat-select-panel-background-color: #ffffff;
}
html {
  --mat-select-enabled-trigger-text-color: #303336;
}
html {
  --mat-select-placeholder-text-color: #303336;
}
html {
  --mat-select-enabled-arrow-color: #6db33d;
}
html {
  --mat-menu-container-color: #ffffff;
}
html {
  --mat-menu-container-shape: 8px;
}
html {
  --mat-menu-container-elevation-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
html {
  --mat-menu-item-label-text-color: #303336;
}
html {
  --mat-menu-item-label-text-size: 14px;
}
html {
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mat-menu-item-icon-color: #303336;
}
html {
  --mat-menu-item-spacing: 8px;
}
html {
  --mat-menu-item-leading-spacing: 16px;
}
html {
  --mat-menu-item-trailing-spacing: 16px;
}
html {
  --mat-menu-item-with-icon-leading-spacing: 16px;
}
html {
  --mat-menu-divider-color: #efefef;
}
html {
  --mat-icon-color: #303336;
}
html {
  --mat-divider-width: 0.125rem;
}
html {
  --mat-snack-bar-button-color: #1a202c;
}
html {
  --mdc-snackbar-supporting-text-color: #1a202c;
}
html {
  --mdc-snackbar-supporting-text-weight: bold;
}
html {
  --mat-tab-header-active-focus-indicator-color: transparent;
}
html {
  --mdc-tab-indicator-active-indicator-color: transparent;
}
html {
  --mdc-tab-indicator-active-indicator-shape: none;
}
html {
  --mat-tab-header-active-hover-indicator-color: transparent;
}
html {
  --mat-tab-header-active-label-text-color: #ffffff;
}
html {
  --mat-tab-header-active-hover-label-text-color: #ffffff;
}
html {
  --mat-tab-header-inactive-hover-label-text-color: #000000;
}
html {
  --mat-tab-header-active-focus-label-text-color: #ffffff;
}
html {
  --mat-tab-header-inactive-label-text-color: #000000;
}
html {
  --mdc-list-list-item-label-text-color: #373738;
}
html {
  --mdc-list-list-item-hover-state-layer-color: #d3d3d3;
}
html {
  --mdc-list-list-item-hover-state-layer-opacity: 0;
}
html {
  --mdc-list-list-item-focus-label-text-color: #373738;
}
html {
  --mdc-list-list-item-focus-state-layer-color: #d3d3d3;
}
html {
  --mdc-list-list-item-focus-state-layer-opacity: 0;
}
html {
  --mdc-list-list-item-container-shape: 1px;
}
html {
  --mdc-list-list-item-leading-icon-color: #373738;
}
html {
  --mdc-filled-button-container-color: #6db33d;
}
html {
  --mdc-filled-button-disabled-container-color: #efefef;
}
html {
  --mdc-filled-button-container-shape: 0.125rem;
}
html {
  --mdc-filled-button-container-height: 2.1rem;
}
html {
  --mdc-snackbar-container-color: transparent;
}
html {
  --mdc-snackbar-container-shape: 0;
}
html {
  --mdc-snackbar-supporting-text-color: #303336;
}
html {
  --mdc-snackbar-supporting-text-weight: 600;
}
.mat-mdc-select-placeholder {
  font-size: 12px;
}
html {
  color-scheme: light dark;
  --mdc-checkbox-state-layer-size: 28px;
  --mdc-chip-container-height: 24px;
  --mdc-text-button-container-height: 28px;
  --mdc-protected-button-container-height: 28px;
  --mdc-filled-button-container-height: 28px;
  --mdc-outlined-button-container-height: 28px;
  --mdc-icon-button-state-layer-size: 24px;
  --mdc-list-list-item-one-line-container-height: 24px;
  --mdc-list-list-item-two-line-container-height: 48px;
  --mdc-list-list-item-three-line-container-height: 56px;
  --mdc-radio-state-layer-size: 28px;
  --mdc-secondary-navigation-tab-container-height: 32px;
  --mat-checkbox-touch-target-display: none;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-fab-touch-target-display: none;
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 6px;
  --mat-form-field-filled-with-label-container-padding-top: 6px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-icon-button-touch-target-display: none;
  --mat-list-list-item-leading-icon-start-space: 4px;
  --mat-list-list-item-leading-icon-end-space: 4px;
  --mat-text-button-touch-target-display: none;
  --mat-protected-button-touch-target-display: none;
  --mat-filled-button-touch-target-display: none;
  --mat-outlined-button-touch-target-display: none;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 36px;
  --mat-paginator-form-field-container-vertical-padding: 6px;
  --mat-paginator-touch-target-display: none;
  --mat-radio-touch-target-display: none;
  --mat-select-arrow-transform: none;
  --mat-standard-button-toggle-height: 24px;
  --mat-stepper-header-height: 42px;
  --mat-table-header-container-height: 40px;
  --mat-table-footer-container-height: 36px;
  --mat-table-row-item-container-height: 36px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 28px;
}
html {
  --mat-sys-background: #f7fbed;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #eef2e4;
  --mat-sys-inverse-primary: #90da5e;
  --mat-sys-inverse-surface: #2d3229;
  --mat-sys-on-background: #181d14;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #235100;
  --mat-sys-on-primary-fixed: #0a2000;
  --mat-sys-on-primary-fixed-variant: #235100;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #334e21;
  --mat-sys-on-secondary-fixed: #0a2000;
  --mat-sys-on-secondary-fixed-variant: #334e21;
  --mat-sys-on-surface: #181d14;
  --mat-sys-on-surface-variant: #41493a;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #005048;
  --mat-sys-on-tertiary-fixed: #00201c;
  --mat-sys-on-tertiary-fixed-variant: #005048;
  --mat-sys-outline: #efefef;
  --mat-sys-outline-variant: #c1cab5;
  --mat-sys-primary: #316b00;
  --mat-sys-primary-container: #abf777;
  --mat-sys-primary-fixed: #abf777;
  --mat-sys-primary-fixed-dim: #90da5e;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #4a6636;
  --mat-sys-secondary-container: #ccedb0;
  --mat-sys-secondary-fixed: #ccedb0;
  --mat-sys-secondary-fixed-dim: #b0d096;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #f7fbed;
  --mat-sys-surface-bright: #f7fbed;
  --mat-sys-surface-container: #ebf0e1;
  --mat-sys-surface-container-high: #e6eadc;
  --mat-sys-surface-container-highest: #e0e4d6;
  --mat-sys-surface-container-low: #f1f5e7;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #d7dcce;
  --mat-sys-surface-tint: #316b00;
  --mat-sys-surface-variant: #ffffff;
  --mat-sys-tertiary: #006a60;
  --mat-sys-tertiary-container: #6ff8e5;
  --mat-sys-tertiary-fixed: #6ff8e5;
  --mat-sys-tertiary-fixed-dim: #4edbc9;
  --mat-sys-neutral-variant20: #2b3324;
  --mat-sys-neutral10: #181d14;
}
html {
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-body-large: 400 1rem / 1.5rem Poppins;
  --mat-sys-body-large-font: Poppins;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Poppins;
  --mat-sys-body-medium-font: Poppins;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Poppins;
  --mat-sys-body-small-font: Poppins;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Poppins;
  --mat-sys-display-large-font: Poppins;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Poppins;
  --mat-sys-display-medium-font: Poppins;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Poppins;
  --mat-sys-display-small-font: Poppins;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Poppins;
  --mat-sys-headline-large-font: Poppins;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Poppins;
  --mat-sys-headline-medium-font: Poppins;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Poppins;
  --mat-sys-headline-small-font: Poppins;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Poppins;
  --mat-sys-label-large-font: Poppins;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Poppins;
  --mat-sys-label-medium-font: Poppins;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Poppins;
  --mat-sys-label-small-font: Poppins;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Poppins;
  --mat-sys-title-large-font: Poppins;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Poppins;
  --mat-sys-title-medium-font: Poppins;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Poppins;
  --mat-sys-title-small-font: Poppins;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  scrollbar-color: #9c9b9b #efefef;
  --mat-sys-body-large-size: 0.875rem;
  --mat-sys-body-large-tracking: 0rem;
  --mat-sys-body-medium-tracking: 0rem;
  --mat-sys-label-large-tracking: 0rem;
  --mat-sys-corner-full: 0rem;
  --mat-sys-label-large-size: 0.8rem;
  background-color: #f8f9fa;
  font-family: "Poppins", sans-serif;
}
.pointer {
  cursor: pointer;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.btn-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.flex-spaceBetween-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.base-font-size {
  font-size: 14px;
}
.app-border {
  color: #efefef;
}
.content-header {
  color: #303336;
  margin-left: 1rem;
}
.page-title {
  font-size: 1.5rem;
  color: #6db33d;
  font-weight: 600;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.mdc-tab.mdc-tab--active {
  background-color: #6db33d;
  color: #ffffff;
  opacity: 0.9;
}
.custom-snackbar {
  background-color: transparent;
}
.mat-mdc-snackbar-surface {
  height: 0;
}
.mat-mdc-menu-content {
  background-color: #ffffff;
  border: 0.1rem solid #6db33d;
  border-radius: 0.7rem;
  min-height: 1.5rem;
}
.mat-mdc-snack-bar-container {
  margin-top: 3rem !important;
  margin-right: 0.5rem !important;
}
.form-label {
  margin: 0;
  color: #303336;
}
.error {
  color: #ba1a1a;
}
input::placeholder {
  color: #747b84;
  font-size: 12px;
}
.error-message {
  font-size: 11.2px;
  margin: 0 1rem;
  color: #ba1a1a;
  letter-spacing: 0.025rem;
}
.no-subscript .mat-mdc-form-field-subscript-wrapper,
.mat-mdc-form-field-bottom-align::before {
  display: none;
}

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