/* src/styles.scss */
html {
  --mat-tab-divider-height: 3px;
  --mat-tab-divider-color: #1C75DA;
  --mat-tab-underline-color: var(--mat-sys-primary);
  --mat-tab-header-label-text-color: var(--mat-sys-on-surface);
  --mat-tab-header-label-text-hover-color: var(--mat-sys-on-surface);
  --mat-tab-header-label-text-focus-color: var(--mat-sys-on-surface);
  --mat-tab-header-label-text-size: 0.9375rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-letter-spacing: 0.0125rem;
  --mat-tab-header-container-bg-color: var(--mat-sys-surface);
  --mat-mdc-tab-indicator-height: 3px;
  --mat-tab-active-indicator-color: #1C75DA;
  --mat-mdc-button-state-layer-color: var(--mat-sys-primary);
  --mat-mdc-button-persistent-ripple-color: var(--mat-sys-primary);
  --mat-mdc-card-container-color: var(--mat-sys-surface);
  --mat-mdc-card-container-surface-tint-layer-color: transparent;
  --mat-mdc-dialog-container-bg-color: var(--mat-sys-surface);
  --mat-mdc-dialog-container-text-color: var(--mat-sys-on-surface);
  --mat-mdc-dialog-container-max-width: 80%;
  --mat-mdc-dialog-with-actions-container-padding-bottom: 1.5rem;
  --mat-dialog-container-shape: 11px;
  --mat-mdc-form-field-container-bg-color: var(--mat-sys-surface-dim);
  --mat-mdc-text-field-container-color: var(--mat-sys-surface);
  --mat-form-field-container-text-font: "Inter", sans-serif;
  --mat-form-field-filled-container-color: #E6E9EC;
  --mat-form-field-filled-container-shape: 11px;
  --mat-select-panel-background-color: #FFFFFF;
  --mat-select-enabled-trigger-text-color: var(--mat-sys-on-surface);
  --mat-select-disabled-trigger-text-color: var(--mat-sys-on-surface-variant);
  --mat-select-trigger-text-size: 15px;
  --mat-option-label-text-size: 15px;
  --mat-mdc-option-label-text-size: 15px;
  --mdc-typography-body1-font-size: 15px;
  --mdc-list-item-label-text-size: 15px;
  --mat-mdc-menu-container-bg-color: var(--mat-sys-surface);
  --mat-mdc-menu-item-label-text-color: var(--mat-sys-on-surface);
  --mat-mdc-tooltip-container-bg-color: var(--mat-sys-inverse-surface);
  --mat-mdc-tooltip-container-text-color: var(--mat-sys-inverse-on-surface);
  --mat-mdc-snack-bar-container-bg-color: var(--mat-sys-inverse-surface);
  --mat-mdc-snack-bar-container-text-color: var(--mat-sys-inverse-on-surface);
  --mat-mdc-chip-container-color: var(--mat-sys-surface);
  --mat-mdc-chip-label-text-color: var(--mat-sys-on-surface);
  --mat-mdc-slider-track-color: var(--mat-sys-surface-variant);
  --mat-mdc-slider-active-track-color: var(--mat-sys-primary);
  --mat-mdc-linear-progress-track-bg-color: var(--mat-sys-surface-variant);
  --mat-mdc-linear-progress-bar-color: var(--mat-sys-primary);
  --mat-mdc-table-row-item-label-text-color: var(--mat-sys-on-surface);
  --mat-mdc-table-header-headline-font: var(--mat-sys-title-small);
  --mat-table-background-color: #FFFFFF;
  --mat-paginator-container-background-color: #FFFFFF;
}
::ng-deep .mat-mdc-select-panel {
  background-color: #FFFFFF !important;
}
::ng-deep .mat-mdc-select-panel * {
  font-size: 15px !important;
  font-family: "Inter", sans-serif !important;
}
::ng-deep .mat-mdc-select-panel .mat-mdc-option {
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 15px !important;
}
::ng-deep .mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  font-size: 15px !important;
  font-family: "Inter", sans-serif !important;
}
::ng-deep .mat-mdc-select-panel .mat-mdc-option:hover:not(.mat-mdc-option-disabled) {
  background-color: #F5F5F5;
}
::ng-deep .mat-mdc-select-panel .mat-mdc-option.mat-selected {
  background-color: #F0F7FF;
}
::ng-deep .mat-mdc-select-panel .mat-mdc-option.mat-focused:not(.mat-mdc-option-disabled) {
  background-color: #F0F7FF;
}
::ng-deep .mat-mdc-select-panel .mdc-list-item {
  font-size: 15px !important;
}
::ng-deep .mat-mdc-select-panel .mdc-list-item__content {
  font-size: 15px !important;
  font-family: "Inter", sans-serif !important;
}
::ng-deep .mat-mdc-form-field.filter-field {
  width: 100%;
}
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field {
  background-color: #FFFFFF !important;
  border-radius: 11px;
  font-size: 15px !important;
}
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-text-field .mdc-text-field__input {
  font-size: 15px !important;
  font-family: "Inter", sans-serif !important;
}
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline__leading,
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline__notch,
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline .mdc-notched-outline__trailing {
  border-color: #E4E7EC;
  border-width: 1px;
}
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused .mdc-notched-outline__leading,
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused .mdc-notched-outline__notch,
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline.mat-focused .mdc-notched-outline__trailing {
  border-color: #0052cc;
}
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):hover .mdc-notched-outline__leading,
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):hover .mdc-notched-outline__notch,
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline:not(.mat-focused):hover .mdc-notched-outline__trailing {
  border-color: #999999;
}
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-text-field-wrapper {
  padding-bottom: 0;
}
::ng-deep .mat-mdc-form-field.mat-form-field-appearance-outline .mat-mdc-form-field-hint-wrapper {
  display: none;
}
::ng-deep .mat-mdc-select {
  font-size: 15px !important;
}
::ng-deep .mat-mdc-select-trigger {
  color: var(--mat-sys-on-surface);
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
  line-height: 15px !important;
}
::ng-deep .mat-mdc-select-value {
  font-size: 15px !important;
  font-family: "Inter", sans-serif !important;
}
::ng-deep .mat-mdc-form-field-label {
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
}
::ng-deep .mdc-text-field {
  border-radius: 11px;
  font-family: "Inter", sans-serif !important;
  font-size: 15px !important;
}
::ng-deep .mdc-text-field__input {
  font-size: 15px !important;
  font-family: "Inter", sans-serif !important;
}
::ng-deep .mdc-list-item,
::ng-deep .mdc-list-item__content,
::ng-deep .mat-mdc-option {
  font-size: 15px !important;
  font-family: "Inter", sans-serif !important;
}
::ng-deep .mat-mdc-option-text {
  font-size: 15px !important;
  font-family: "Inter", sans-serif !important;
}
::ng-deep .mat-mdc-select-panel .mdc-list-item__primary-text {
  font-size: 15px !important;
  font-family: "Inter", sans-serif !important;
}
::ng-deep .mat-mdc-select-panel .mat-mdc-option .mdc-list-item__primary-text {
  font-size: 15px !important;
}
::ng-deep .mat-mdc-select-panel .mat-mdc-option span {
  font-size: 15px !important;
}
.field-light {
  border: 1px solid #E4E7EC;
  background-color: #FFFFFF;
  border-radius: 0.6875rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  height: 1rem;
  padding: 0.71875rem 1.03125rem;
}
.field-light::placeholder {
  color: #525967;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.mast-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.mast-form-group input.field-dark {
  padding: 0.71875rem 1.03125rem;
  font-size: 1rem;
  border: 2px solid #E6E9EC;
  border-radius: 0.75rem;
  font-family: "Inter", sans-serif;
  background: #E6E9EC;
}
.mast-form-group input.field-dark:focus {
  outline: none;
  background: #E6E9EC;
  box-shadow: 0 0 0 3px rgba(0, 82, 204, 0.1);
}
.mast-form-group input.field-dark:hover {
  border-color: #D0D0D0;
}
.mast-form-group input.field-dark.is-invalid {
  border-color: #DC3545;
}
.mast-form-group input.field-dark.is-invalid:focus {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
}
.mast-form-group input.field-dark::placeholder {
  color: #323539;
}
.mast-form-group input.field-dark:disabled {
  background-color: #F5F5F5;
  cursor: not-allowed;
  opacity: 0.6;
}
.mast-form-group {
}
.mast-form-group .error-message {
  font-size: 0.8rem;
  color: #DC3545;
  margin-top: -0.25rem;
  font-family: "Inter", sans-serif;
}
.button-primary {
  background-color: #1C75DA;
  border: none;
  border-radius: 0.6875rem;
  padding: 0.4375rem 3.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.button-primary .text {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
}
.button-primary:hover {
  background-color: rgb(22.1951219512, 92.743902439, 172.8048780488);
}
.button-primary:disabled {
  background-color: #E4E7EC;
  color: #A0A0A0;
  cursor: not-allowed;
}
.button-secondary {
  background-color: #0A5BBD;
  border: none;
  border-radius: 0.6875rem;
  padding: 0.4375rem 3.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.button-secondary .text {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
}
.button-secondary:hover {
  background-color: rgb(7.4371859296, 67.6783919598, 140.5628140704);
}
.button-secondary:disabled {
  background-color: #E4E7EC;
  color: #A0A0A0;
  cursor: not-allowed;
}
.button-dark {
  background-color: #00305E;
  border: none;
  border-radius: 0.6875rem;
  padding: 0.4375rem 3.375rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.button-dark .text {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
}
.button-dark:hover {
  background-color: rgb(0, 21.9574468085, 43);
}
.button-dark:disabled {
  background-color: #bfd7ff;
  color: #A0A0A0;
  cursor: not-allowed;
}
.bordered-icon {
  border: 1px solid #E4E7EC;
  border-radius: 11px;
  padding: 4px;
}
.icon-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  transition: all 0.2s ease;
  padding: px(0);
}
.snackbar-success .mdc-snackbar__surface {
  background-color: #0A6A32 !important;
  color: #FFFFFF !important;
}
.snackbar-error .mdc-snackbar__surface {
  background-color: #801414 !important;
  color: #FFFFFF !important;
}
.snackbar-info .mdc-snackbar__surface {
  background-color: #1565C0 !important;
  color: #FFFFFF !important;
}
html {
  height: 100%;
  font-size: 16px;
  --mat-sys-background: light-dark(#faf9fd, #121316);
  --mat-sys-error: light-dark(#ba1a1a, #ffb4ab);
  --mat-sys-error-container: light-dark(#ffdad6, #93000a);
  --mat-sys-inverse-on-surface: light-dark(#f2f0f4, #2f3033);
  --mat-sys-inverse-primary: light-dark(#abc7ff, #005cbb);
  --mat-sys-inverse-surface: light-dark(#2f3033, #e3e2e6);
  --mat-sys-on-background: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-error: light-dark(#ffffff, #690005);
  --mat-sys-on-error-container: light-dark(#93000a, #ffdad6);
  --mat-sys-on-primary: light-dark(#ffffff, #002f65);
  --mat-sys-on-primary-container: light-dark(#00458f, #d7e3ff);
  --mat-sys-on-primary-fixed: light-dark(#001b3f, #001b3f);
  --mat-sys-on-primary-fixed-variant: light-dark(#00458f, #00458f);
  --mat-sys-on-secondary: light-dark(#ffffff, #283041);
  --mat-sys-on-secondary-container: light-dark(#3e4759, #dae2f9);
  --mat-sys-on-secondary-fixed: light-dark(#131c2b, #131c2b);
  --mat-sys-on-secondary-fixed-variant: light-dark(#3e4759, #3e4759);
  --mat-sys-on-surface: light-dark(#1a1b1f, #e3e2e6);
  --mat-sys-on-surface-variant: light-dark(#44474e, #e0e2ec);
  --mat-sys-on-tertiary: light-dark(#ffffff, #0001ac);
  --mat-sys-on-tertiary-container: light-dark(#0000ef, #e0e0ff);
  --mat-sys-on-tertiary-fixed: light-dark(#00006e, #00006e);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#0000ef, #0000ef);
  --mat-sys-outline: light-dark(#74777f, #8e9099);
  --mat-sys-outline-variant: light-dark(#c4c6d0, #44474e);
  --mat-sys-primary: light-dark(#005cbb, #abc7ff);
  --mat-sys-primary-container: light-dark(#d7e3ff, #00458f);
  --mat-sys-primary-fixed: light-dark(#d7e3ff, #d7e3ff);
  --mat-sys-primary-fixed-dim: light-dark(#abc7ff, #abc7ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#565e71, #bec6dc);
  --mat-sys-secondary-container: light-dark(#dae2f9, #3e4759);
  --mat-sys-secondary-fixed: light-dark(#dae2f9, #dae2f9);
  --mat-sys-secondary-fixed-dim: light-dark(#bec6dc, #bec6dc);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#faf9fd, #121316);
  --mat-sys-surface-bright: light-dark(#faf9fd, #38393c);
  --mat-sys-surface-container: light-dark(#efedf0, #1f2022);
  --mat-sys-surface-container-high: light-dark(#e9e7eb, #292a2c);
  --mat-sys-surface-container-highest: light-dark(#e3e2e6, #343537);
  --mat-sys-surface-container-low: light-dark(#f4f3f6, #1a1b1f);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0d0e11);
  --mat-sys-surface-dim: light-dark(#dbd9dd, #121316);
  --mat-sys-surface-tint: light-dark(#005cbb, #abc7ff);
  --mat-sys-surface-variant: light-dark(#e0e2ec, #44474e);
  --mat-sys-tertiary: light-dark(#343dff, #bec2ff);
  --mat-sys-tertiary-container: light-dark(#e0e0ff, #0000ef);
  --mat-sys-tertiary-fixed: light-dark(#e0e0ff, #e0e0ff);
  --mat-sys-tertiary-fixed-dim: light-dark(#bec2ff, #bec2ff);
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-sys-body-large: 400 1rem / 1.5rem Inter;
  --mat-sys-body-large-font: Inter;
  --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 Inter;
  --mat-sys-body-medium-font: Inter;
  --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 Inter;
  --mat-sys-body-small-font: Inter;
  --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 Inter;
  --mat-sys-display-large-font: Inter;
  --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 Inter;
  --mat-sys-display-medium-font: Inter;
  --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 Inter;
  --mat-sys-display-small-font: Inter;
  --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 Inter;
  --mat-sys-headline-large-font: Inter;
  --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 Inter;
  --mat-sys-headline-medium-font: Inter;
  --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 Inter;
  --mat-sys-headline-small-font: Inter;
  --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 Inter;
  --mat-sys-label-large-font: Inter;
  --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 Inter;
  --mat-sys-label-medium-font: Inter;
  --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 Inter;
  --mat-sys-label-small-font: Inter;
  --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 Inter;
  --mat-sys-title-large-font: Inter;
  --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 Inter;
  --mat-sys-title-medium-font: Inter;
  --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 Inter;
  --mat-sys-title-small-font: Inter;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
body {
  color-scheme: light;
  background-color: var(--mat-sys-surface);
  color: var(--mat-sys-on-surface);
  font: var(--mat-sys-body-medium);
  margin: 0;
  height: 100%;
}
app-root {
  display: flex;
  height: 100%;
}
app-auth-layout,
app-admin-layout {
  display: flex;
  flex: 1;
  flex-direction: column;
}
app-modal-wrapper {
  display: flex;
  flex: 1;
}

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