/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/styles.scss?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700);
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@angular/cdk/overlay-prebuilt.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles/styles.scss?ngGlobalStyle (1) ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/******************************************************
Color Palettes for use with vision's theming system
*******************************************************/
.vision-light-theme {
  --card-background: #ffffffff;
  --card-header: #f9f9f9ff;
  --green-base: #14ae5cff;
  --green-border: #14ae5c66;
  --green-dark: #076d37ff;
  --green-focus: #14ae5c1a;
  --green-hover: #14ae5c0d;
  --green-light: #e9f9efff;
  --green-medium: #0c924bff;
  --orange-base: #c47e09ff;
  --orange-border: #f59e0b66;
  --orange-dark: #935f07ff;
  --orange-focus: #f59e0b1a;
  --orange-hover: #f59e0b0d;
  --orange-light: #fef5e7ff;
  --orange-medium: #ac6f08ff;
  --page-light: #ffffffff;
  --page-shaded: #f1f3f4ff;
  --primary-base: #1b68faff;
  --primary-border: #1b69fa66;
  --primary-dark: #103e96ff;
  --primary-focus: #1b69fa1a;
  --primary-hover: #1b69fa0d;
  --primary-light: #e8f0ffff;
  --primary-medium: #1653c8ff;
  --red-base: #d73d3dff;
  --red-border: #f0434366;
  --red-dark: #782222ff;
  --red-focus: #f043431a;
  --red-hover: #f043430d;
  --red-light: #fdececff;
  --red-medium: #a73030ff;
  --secondary-base: #b080fcff;
  --secondary-border: #b081fc66;
  --secondary-dark: #6a4d97ff;
  --secondary-focus: #b081fc1a;
  --secondary-hover: #b081fc0d;
  --secondary-light: #f7f2ffff;
  --secondary-medium: #8d66caff;
  --separations-base: #e3e6eaff;
  --separations-divider: #00000026;
  --separations-input: #00000040;
  --separations-overlay: #00000040;
  --separations-border: #e6e6eaff;
  --sidebar-base: #0a1936ff;
  --slate-base: #748295ff;
  --slate-border: #74829566;
  --slate-dark: #464e59ff;
  --slate-focus: #7482951a;
  --slate-hover: #7482950d;
  --slate-light: #f1f3f4ff;
  --slate-medium: #5d6877ff;
  --typography-base: #000000ff;
  --typography-contrast: #ffffffff;
  --typography-disabled: #c4c4c4ff;
  --typography-light: #8996a9ff;
  --typography-muted: #5d6877ff;
  background-color: var(--page-light);
  color: var(--typography-base);
}

.vision-dark-theme {
  --card-background: #030e23ff;
  --card-header: #0a1a36ff;
  --green-base: #7adc9eff;
  --green-border: #7adc9e80;
  --green-dark: #22c55eff;
  --green-focus: #7adc9e4d;
  --green-hover: #7adc9e33;
  --green-light: #e9f9efff;
  --green-medium: #4ed17eff;
  --orange-base: #f9c56dff;
  --orange-border: #f9c56d80;
  --orange-dark: #f59e0bff;
  --orange-focus: #f9c56d4d;
  --orange-hover: #f9c56d33;
  --orange-light: #fef5e7ff;
  --orange-medium: #f7b13cff;
  --page-light: #000102ff;
  --page-shaded: #000104ff;
  --primary-base: #76a4fcff;
  --primary-border: #76a4fc80;
  --primary-dark: #4466a4ff;
  --primary-focus: #76a4fc4d;
  --primary-hover: #76a4fc33;
  --primary-light: #e8f0ffff;
  --primary-medium: #5b83ceff;
  --red-base: #f15757ff;
  --red-border: #f58f8f80;
  --red-dark: #bf3636ff;
  --red-focus: #f58f8f4d;
  --red-hover: #f58f8f33;
  --red-light: #fdececff;
  --red-medium: #ef4444ff;
  --secondary-base: #d0b3fdff;
  --secondary-border: #d0b3fd80;
  --secondary-dark: #9e73e3ff;
  --secondary-focus: #d0b3fd4d;
  --secondary-hover: #d0b3fd33;
  --secondary-light: #f7f2ffff;
  --secondary-medium: #b88dfcff;
  --separations-base: #1e3154ff;
  --separations-divider: #ffffff33;
  --separations-input: #ffffff59;
  --separations-overlay: #00000059;
  --separations-border: #405e97ff;
  --sidebar-base: #0a1936ff;
  --slate-base: #c7cdd5ff;
  --slate-border: #c7cdd580;
  --slate-dark: #748295ff;
  --slate-focus: #c7cdd54d;
  --slate-hover: #c7cdd533;
  --slate-light: #f1f3f4ff;
  --slate-medium: #acb4bfff;
  --typography-base: #ffffffff;
  --typography-contrast: #030a19ff;
  --typography-disabled: #4e5665ff;
  --typography-light: #8595abff;
  --typography-muted: #cad7e7ff;
  background-color: var(--page-light);
  color: var(--typography-base);
}

.vision-h1 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 22px;
}

.vision-h2 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 18px;
}

.vision-h3 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 16px;
}

.vision-h4 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 14px;
}

.vision-h5 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
}

.vision-h6 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
}

.vision-p1 {
  font-size: 18px;
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 400;
}

.vision-p2 {
  font-size: 14px;
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 400;
}

.vision-p3 {
  font-size: 12px;
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 400;
}

.vision-p4 {
  font-size: 10px;
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 400;
}

.vision-p5 {
  font-size: 8px;
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 400;
}

.vision-link {
  text-decoration: underline;
  color: var(--primary-base);
  cursor: pointer;
}
.vision-link:hover {
  text-decoration: none;
}
.vision-link:active {
  text-decoration: none;
  outline: 2px solid var(--primary-dark);
  border-radius: 4px;
}
.vision-link:visited {
  color: var(--secondary-base);
}

.vision-link-inherited {
  text-decoration: underline;
  color: var(--primary-base);
  cursor: pointer;
  color: inherit;
}
.vision-link-inherited:hover {
  text-decoration: none;
}
.vision-link-inherited:active {
  text-decoration: none;
  outline: 2px solid var(--primary-dark);
  border-radius: 4px;
}
.vision-link-inherited:visited {
  color: var(--secondary-base);
}
.vision-link-inherited:visited {
  color: inherit;
}

.vision-link-no-visited {
  text-decoration: underline;
  color: var(--primary-base);
  cursor: pointer;
}
.vision-link-no-visited:hover {
  text-decoration: none;
}
.vision-link-no-visited:active {
  text-decoration: none;
  outline: 2px solid var(--primary-dark);
  border-radius: 4px;
}
.vision-link-no-visited:visited {
  color: var(--secondary-base);
}
.vision-link-no-visited:visited {
  color: var(--primary-base);
}

.vision-shadow-extra-large {
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
}

.vision-shadow-large {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.vision-shadow-medium {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.vision-shadow-small {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.vision-shadow-inner {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08) inset;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.vision-light-theme {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #1b68fa;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-full-pseudo-checkbox-selected-icon-color: #59b96b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #59b96b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-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);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-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-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #1b68fa;
  --mdc-filled-text-field-focus-active-indicator-color: #1b68fa;
  --mdc-filled-text-field-focus-label-text-color: rgba(27, 104, 250, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #1b68fa;
  --mdc-outlined-text-field-focus-outline-color: #1b68fa;
  --mdc-outlined-text-field-focus-label-text-color: rgba(27, 104, 250, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(27, 104, 250, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --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: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(27, 104, 250, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #1653c8;
  --mdc-switch-selected-handle-color: #1653c8;
  --mdc-switch-selected-hover-state-layer-color: #1653c8;
  --mdc-switch-selected-pressed-state-layer-color: #1653c8;
  --mdc-switch-selected-focus-handle-color: #051532;
  --mdc-switch-selected-hover-handle-color: #051532;
  --mdc-switch-selected-pressed-handle-color: #051532;
  --mdc-switch-selected-focus-track-color: #76a4fc;
  --mdc-switch-selected-hover-track-color: #76a4fc;
  --mdc-switch-selected-pressed-track-color: #76a4fc;
  --mdc-switch-selected-track-color: #76a4fc;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-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);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-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);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #1b68fa;
  --mdc-slider-focus-handle-color: #1b68fa;
  --mdc-slider-hover-handle-color: #1b68fa;
  --mdc-slider-active-track-color: #1b68fa;
  --mdc-slider-inactive-track-color: #1b68fa;
  --mdc-slider-with-tick-marks-inactive-container-color: #1b68fa;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-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-slider-ripple-color: #1b68fa;
  --mat-slider-hover-state-layer-color: rgba(27, 104, 250, 0.05);
  --mat-slider-focus-state-layer-color: rgba(27, 104, 250, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-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: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --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: rgba(0, 0, 0, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #59b96b;
  --mdc-checkbox-selected-hover-icon-color: #59b96b;
  --mdc-checkbox-selected-icon-color: #59b96b;
  --mdc-checkbox-selected-pressed-icon-color: #59b96b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #59b96b;
  --mdc-checkbox-selected-hover-state-layer-color: #59b96b;
  --mdc-checkbox-selected-pressed-state-layer-color: #59b96b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-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);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-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);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 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);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 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);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 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);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 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);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 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);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 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);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #59b96b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #1b68fa;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #1b68fa;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1b68fa;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(27, 104, 250, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(27, 104, 250, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(27, 104, 250, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #1b68fa;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(27, 104, 250, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --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: black;
  --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.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --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: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --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;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1b68fa;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1b68fa;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1b68fa;
  --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: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --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: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1b68fa;
  --mdc-checkbox-selected-hover-icon-color: #1b68fa;
  --mdc-checkbox-selected-icon-color: #1b68fa;
  --mdc-checkbox-selected-pressed-icon-color: #1b68fa;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-hover-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #1b68fa;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-full-pseudo-checkbox-selected-icon-color: #1b68fa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1b68fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mdc-switch-selected-focus-state-layer-color: #1653c8;
  --mdc-switch-selected-handle-color: #1653c8;
  --mdc-switch-selected-hover-state-layer-color: #1653c8;
  --mdc-switch-selected-pressed-state-layer-color: #1653c8;
  --mdc-switch-selected-focus-handle-color: #051532;
  --mdc-switch-selected-hover-handle-color: #051532;
  --mdc-switch-selected-pressed-handle-color: #051532;
  --mdc-switch-selected-focus-track-color: #76a4fc;
  --mdc-switch-selected-hover-track-color: #76a4fc;
  --mdc-switch-selected-pressed-track-color: #76a4fc;
  --mdc-switch-selected-track-color: #76a4fc;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-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);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-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);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-slider-handle-color: #1b68fa;
  --mdc-slider-focus-handle-color: #1b68fa;
  --mdc-slider-hover-handle-color: #1b68fa;
  --mdc-slider-active-track-color: #1b68fa;
  --mdc-slider-inactive-track-color: #1b68fa;
  --mdc-slider-with-tick-marks-inactive-container-color: #1b68fa;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-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-slider-ripple-color: #1b68fa;
  --mat-slider-hover-state-layer-color: rgba(27, 104, 250, 0.05);
  --mat-slider-focus-state-layer-color: rgba(27, 104, 250, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
.vision-light-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #59b96b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.vision-light-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.vision-light-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #1b68fa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1b68fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vision-light-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #59b96b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #59b96b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vision-light-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vision-light-theme .mat-elevation-z0, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-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);
}
.vision-light-theme .mat-elevation-z1, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-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);
}
.vision-light-theme .mat-elevation-z2, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-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);
}
.vision-light-theme .mat-elevation-z3, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z4, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-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);
}
.vision-light-theme .mat-elevation-z5, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z6, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z7, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z8, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vision-light-theme .mat-elevation-z9, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z10, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z11, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z12, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z13, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z14, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z15, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z16, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vision-light-theme .mat-elevation-z17, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z18, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z19, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z20, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z21, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z22, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z23, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 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);
}
.vision-light-theme .mat-elevation-z24, .vision-light-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vision-light-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #1b68fa;
  --mdc-linear-progress-track-color: rgba(27, 104, 250, 0.25);
}
.vision-light-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #59b96b;
  --mdc-linear-progress-track-color: rgba(89, 185, 107, 0.25);
}
.vision-light-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
.vision-light-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #59b96b;
  --mdc-filled-text-field-focus-active-indicator-color: #59b96b;
  --mdc-filled-text-field-focus-label-text-color: rgba(89, 185, 107, 0.87);
  --mdc-outlined-text-field-caret-color: #59b96b;
  --mdc-outlined-text-field-focus-outline-color: #59b96b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(89, 185, 107, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(89, 185, 107, 0.87);
}
.vision-light-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.vision-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: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(89, 185, 107, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vision-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: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vision-light-theme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.vision-light-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.vision-light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .vision-light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1b68fa;
  --mdc-chip-elevated-selected-container-color: #1b68fa;
  --mdc-chip-elevated-disabled-container-color: #1b68fa;
  --mdc-chip-flat-disabled-selected-container-color: #1b68fa;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vision-light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .vision-light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #59b96b;
  --mdc-chip-elevated-selected-container-color: #59b96b;
  --mdc-chip-elevated-disabled-container-color: #59b96b;
  --mdc-chip-flat-disabled-selected-container-color: #59b96b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vision-light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .vision-light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vision-light-theme .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.vision-light-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #51b263;
  --mdc-switch-selected-handle-color: #51b263;
  --mdc-switch-selected-hover-state-layer-color: #51b263;
  --mdc-switch-selected-pressed-state-layer-color: #51b263;
  --mdc-switch-selected-focus-handle-color: #2e933c;
  --mdc-switch-selected-hover-handle-color: #2e933c;
  --mdc-switch-selected-pressed-handle-color: #2e933c;
  --mdc-switch-selected-focus-track-color: #8bce97;
  --mdc-switch-selected-hover-track-color: #8bce97;
  --mdc-switch-selected-pressed-track-color: #8bce97;
  --mdc-switch-selected-track-color: #8bce97;
}
.vision-light-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #bf3636;
  --mdc-switch-selected-handle-color: #bf3636;
  --mdc-switch-selected-hover-state-layer-color: #bf3636;
  --mdc-switch-selected-pressed-state-layer-color: #bf3636;
  --mdc-switch-selected-focus-handle-color: #300e0e;
  --mdc-switch-selected-hover-handle-color: #300e0e;
  --mdc-switch-selected-pressed-handle-color: #300e0e;
  --mdc-switch-selected-focus-track-color: #f58f8f;
  --mdc-switch-selected-hover-track-color: #f58f8f;
  --mdc-switch-selected-pressed-track-color: #f58f8f;
  --mdc-switch-selected-track-color: #f58f8f;
}
.vision-light-theme .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.vision-light-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1b68fa;
  --mdc-radio-selected-hover-icon-color: #1b68fa;
  --mdc-radio-selected-icon-color: #1b68fa;
  --mdc-radio-selected-pressed-icon-color: #1b68fa;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1b68fa;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.vision-light-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #59b96b;
  --mdc-radio-selected-hover-icon-color: #59b96b;
  --mdc-radio-selected-icon-color: #59b96b;
  --mdc-radio-selected-pressed-icon-color: #59b96b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #59b96b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.vision-light-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.vision-light-theme .mat-accent {
  --mat-slider-ripple-color: #59b96b;
  --mat-slider-hover-state-layer-color: rgba(89, 185, 107, 0.05);
  --mat-slider-focus-state-layer-color: rgba(89, 185, 107, 0.2);
  --mdc-slider-handle-color: #59b96b;
  --mdc-slider-focus-handle-color: #59b96b;
  --mdc-slider-hover-handle-color: #59b96b;
  --mdc-slider-active-track-color: #59b96b;
  --mdc-slider-inactive-track-color: #59b96b;
  --mdc-slider-with-tick-marks-inactive-container-color: #59b96b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vision-light-theme .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vision-light-theme .mdc-list-item__start,
.vision-light-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1b68fa;
  --mdc-radio-selected-hover-icon-color: #1b68fa;
  --mdc-radio-selected-icon-color: #1b68fa;
  --mdc-radio-selected-pressed-icon-color: #1b68fa;
}
.vision-light-theme .mat-accent .mdc-list-item__start,
.vision-light-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #59b96b;
  --mdc-radio-selected-hover-icon-color: #59b96b;
  --mdc-radio-selected-icon-color: #59b96b;
  --mdc-radio-selected-pressed-icon-color: #59b96b;
}
.vision-light-theme .mat-warn .mdc-list-item__start,
.vision-light-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vision-light-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1b68fa;
  --mdc-checkbox-selected-hover-icon-color: #1b68fa;
  --mdc-checkbox-selected-icon-color: #1b68fa;
  --mdc-checkbox-selected-pressed-icon-color: #1b68fa;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-hover-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #1b68fa;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.vision-light-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #59b96b;
  --mdc-checkbox-selected-hover-icon-color: #59b96b;
  --mdc-checkbox-selected-icon-color: #59b96b;
  --mdc-checkbox-selected-pressed-icon-color: #59b96b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #59b96b;
  --mdc-checkbox-selected-hover-state-layer-color: #59b96b;
  --mdc-checkbox-selected-pressed-state-layer-color: #59b96b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.vision-light-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.vision-light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vision-light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #1b68fa;
}
.vision-light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vision-light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #1b68fa;
}
.vision-light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vision-light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vision-light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vision-light-theme .mat-mdc-tab-group, .vision-light-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #1b68fa;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #1b68fa;
  --mat-tab-header-active-ripple-color: #1b68fa;
  --mat-tab-header-inactive-ripple-color: #1b68fa;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1b68fa;
  --mat-tab-header-active-hover-label-text-color: #1b68fa;
  --mat-tab-header-active-focus-indicator-color: #1b68fa;
  --mat-tab-header-active-hover-indicator-color: #1b68fa;
}
.vision-light-theme .mat-mdc-tab-group.mat-accent, .vision-light-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #59b96b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #59b96b;
  --mat-tab-header-active-ripple-color: #59b96b;
  --mat-tab-header-inactive-ripple-color: #59b96b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #59b96b;
  --mat-tab-header-active-hover-label-text-color: #59b96b;
  --mat-tab-header-active-focus-indicator-color: #59b96b;
  --mat-tab-header-active-hover-indicator-color: #59b96b;
}
.vision-light-theme .mat-mdc-tab-group.mat-warn, .vision-light-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.vision-light-theme .mat-mdc-tab-group.mat-background-primary, .vision-light-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #1b68fa;
  --mat-tab-header-with-background-foreground-color: white;
}
.vision-light-theme .mat-mdc-tab-group.mat-background-accent, .vision-light-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #59b96b;
  --mat-tab-header-with-background-foreground-color: white;
}
.vision-light-theme .mat-mdc-tab-group.mat-background-warn, .vision-light-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vision-light-theme .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.vision-light-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1b68fa;
  --mdc-checkbox-selected-hover-icon-color: #1b68fa;
  --mdc-checkbox-selected-icon-color: #1b68fa;
  --mdc-checkbox-selected-pressed-icon-color: #1b68fa;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-hover-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #1b68fa;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.vision-light-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.vision-light-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #1b68fa;
  --mat-text-button-state-layer-color: #1b68fa;
  --mat-text-button-ripple-color: rgba(27, 104, 250, 0.1);
}
.vision-light-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #59b96b;
  --mat-text-button-state-layer-color: #59b96b;
  --mat-text-button-ripple-color: rgba(89, 185, 107, 0.1);
}
.vision-light-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vision-light-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #1b68fa;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #59b96b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #1b68fa;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #59b96b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #1b68fa;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #1b68fa;
  --mat-outlined-button-ripple-color: rgba(27, 104, 250, 0.1);
}
.vision-light-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #59b96b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #59b96b;
  --mat-outlined-button-ripple-color: rgba(89, 185, 107, 0.1);
}
.vision-light-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vision-light-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #1b68fa;
  --mat-icon-button-state-layer-color: #1b68fa;
  --mat-icon-button-ripple-color: rgba(27, 104, 250, 0.1);
}
.vision-light-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #59b96b;
  --mat-icon-button-state-layer-color: #59b96b;
  --mat-icon-button-ripple-color: rgba(89, 185, 107, 0.1);
}
.vision-light-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vision-light-theme .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #1b68fa;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #59b96b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #1b68fa;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #59b96b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-light-theme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #59b96b;
}
.vision-light-theme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.vision-light-theme .mat-badge-accent {
  --mat-badge-background-color: #59b96b;
  --mat-badge-text-color: white;
}
.vision-light-theme .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vision-light-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #59b96b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(89, 185, 107, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(89, 185, 107, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(89, 185, 107, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(89, 185, 107, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vision-light-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vision-light-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #59b96b;
}
.vision-light-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.vision-light-theme .mat-icon.mat-primary {
  --mat-icon-color: #1b68fa;
}
.vision-light-theme .mat-icon.mat-accent {
  --mat-icon-color: #59b96b;
}
.vision-light-theme .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vision-light-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #59b96b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #59b96b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #59b96b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vision-light-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vision-light-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1b68fa;
  --mat-toolbar-container-text-color: white;
}
.vision-light-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #59b96b;
  --mat-toolbar-container-text-color: white;
}
.vision-light-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.vision-light-theme .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.vision-light-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1b68fa;
  --mdc-checkbox-selected-hover-icon-color: #1b68fa;
  --mdc-checkbox-selected-icon-color: #1b68fa;
  --mdc-checkbox-selected-pressed-icon-color: #1b68fa;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-hover-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #1b68fa;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.vision-light-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.vision-light-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #1b68fa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1b68fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vision-light-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1b68fa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1b68fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vision-light-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vision-light-theme .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.vision-light-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1b68fa;
  --mdc-radio-selected-hover-icon-color: #1b68fa;
  --mdc-radio-selected-icon-color: #1b68fa;
  --mdc-radio-selected-pressed-icon-color: #1b68fa;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1b68fa;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.vision-light-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1b68fa;
  --mdc-radio-selected-hover-icon-color: #1b68fa;
  --mdc-radio-selected-icon-color: #1b68fa;
  --mdc-radio-selected-pressed-icon-color: #1b68fa;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1b68fa;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.vision-light-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.vision-light-theme .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.vision-light-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #1653c8;
  --mdc-switch-selected-handle-color: #1653c8;
  --mdc-switch-selected-hover-state-layer-color: #1653c8;
  --mdc-switch-selected-pressed-state-layer-color: #1653c8;
  --mdc-switch-selected-focus-handle-color: #051532;
  --mdc-switch-selected-hover-handle-color: #051532;
  --mdc-switch-selected-pressed-handle-color: #051532;
  --mdc-switch-selected-focus-track-color: #76a4fc;
  --mdc-switch-selected-hover-track-color: #76a4fc;
  --mdc-switch-selected-pressed-track-color: #76a4fc;
  --mdc-switch-selected-track-color: #76a4fc;
}
.vision-light-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #bf3636;
  --mdc-switch-selected-handle-color: #bf3636;
  --mdc-switch-selected-hover-state-layer-color: #bf3636;
  --mdc-switch-selected-pressed-state-layer-color: #bf3636;
  --mdc-switch-selected-focus-handle-color: #300e0e;
  --mdc-switch-selected-hover-handle-color: #300e0e;
  --mdc-switch-selected-pressed-handle-color: #300e0e;
  --mdc-switch-selected-focus-track-color: #f58f8f;
  --mdc-switch-selected-hover-track-color: #f58f8f;
  --mdc-switch-selected-pressed-track-color: #f58f8f;
  --mdc-switch-selected-track-color: #f58f8f;
}
.vision-light-theme .mat-accent {
  --mat-slider-ripple-color: #1b68fa;
  --mat-slider-hover-state-layer-color: rgba(27, 104, 250, 0.05);
  --mat-slider-focus-state-layer-color: rgba(27, 104, 250, 0.2);
  --mdc-slider-handle-color: #1b68fa;
  --mdc-slider-focus-handle-color: #1b68fa;
  --mdc-slider-hover-handle-color: #1b68fa;
  --mdc-slider-active-track-color: #1b68fa;
  --mdc-slider-inactive-track-color: #1b68fa;
  --mdc-slider-with-tick-marks-inactive-container-color: #1b68fa;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vision-light-theme .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}

.vision-dark-theme {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #1b68fa;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #59b96b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #59b96b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #424242;
  --mdc-elevated-card-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);
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-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-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #1b68fa;
  --mdc-filled-text-field-focus-active-indicator-color: #1b68fa;
  --mdc-filled-text-field-focus-label-text-color: rgba(27, 104, 250, 0.87);
  --mdc-filled-text-field-container-color: #4a4a4a;
  --mdc-filled-text-field-disabled-container-color: #464646;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #1b68fa;
  --mdc-outlined-text-field-focus-outline-color: #1b68fa;
  --mdc-outlined-text-field-focus-label-text-color: rgba(27, 104, 250, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(27, 104, 250, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --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.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(27, 104, 250, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #76a4fc;
  --mdc-switch-selected-handle-color: #76a4fc;
  --mdc-switch-selected-hover-state-layer-color: #76a4fc;
  --mdc-switch-selected-pressed-state-layer-color: #76a4fc;
  --mdc-switch-selected-focus-handle-color: #a4c3fd;
  --mdc-switch-selected-hover-handle-color: #a4c3fd;
  --mdc-switch-selected-pressed-handle-color: #a4c3fd;
  --mdc-switch-selected-focus-track-color: #1653c8;
  --mdc-switch-selected-hover-track-color: #1653c8;
  --mdc-switch-selected-pressed-track-color: #1653c8;
  --mdc-switch-selected-track-color: #1653c8;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-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);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-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);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #1b68fa;
  --mdc-slider-focus-handle-color: #1b68fa;
  --mdc-slider-hover-handle-color: #1b68fa;
  --mdc-slider-active-track-color: #1b68fa;
  --mdc-slider-inactive-track-color: #1b68fa;
  --mdc-slider-with-tick-marks-inactive-container-color: #1b68fa;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-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-slider-ripple-color: #1b68fa;
  --mat-slider-hover-state-layer-color: rgba(27, 104, 250, 0.05);
  --mat-slider-focus-state-layer-color: rgba(27, 104, 250, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #59b96b;
  --mdc-checkbox-selected-hover-icon-color: #59b96b;
  --mdc-checkbox-selected-icon-color: #59b96b;
  --mdc-checkbox-selected-pressed-icon-color: #59b96b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #59b96b;
  --mdc-checkbox-selected-hover-state-layer-color: #59b96b;
  --mdc-checkbox-selected-pressed-state-layer-color: #59b96b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-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);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-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);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #424242;
  --mdc-fab-container-elevation-shadow: 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);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 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);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-fab-small-container-color: #424242;
  --mdc-fab-small-container-elevation-shadow: 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);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 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);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 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);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 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);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #1b68fa;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #1b68fa;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #6e6e6e;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, 0.5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: #595959;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1b68fa;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(27, 104, 250, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(27, 104, 250, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(27, 104, 250, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #1b68fa;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(27, 104, 250, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --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: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --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.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --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;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1b68fa;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1b68fa;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1b68fa;
  --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: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --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: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #c6c6c6;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1b68fa;
  --mdc-checkbox-selected-hover-icon-color: #1b68fa;
  --mdc-checkbox-selected-icon-color: #1b68fa;
  --mdc-checkbox-selected-pressed-icon-color: #1b68fa;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-hover-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #1b68fa;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-full-pseudo-checkbox-selected-icon-color: #1b68fa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1b68fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mdc-switch-selected-focus-state-layer-color: #76a4fc;
  --mdc-switch-selected-handle-color: #76a4fc;
  --mdc-switch-selected-hover-state-layer-color: #76a4fc;
  --mdc-switch-selected-pressed-state-layer-color: #76a4fc;
  --mdc-switch-selected-focus-handle-color: #a4c3fd;
  --mdc-switch-selected-hover-handle-color: #a4c3fd;
  --mdc-switch-selected-pressed-handle-color: #a4c3fd;
  --mdc-switch-selected-focus-track-color: #1653c8;
  --mdc-switch-selected-hover-track-color: #1653c8;
  --mdc-switch-selected-pressed-track-color: #1653c8;
  --mdc-switch-selected-track-color: #1653c8;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-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);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-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);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-slider-handle-color: #1b68fa;
  --mdc-slider-focus-handle-color: #1b68fa;
  --mdc-slider-hover-handle-color: #1b68fa;
  --mdc-slider-active-track-color: #1b68fa;
  --mdc-slider-inactive-track-color: #1b68fa;
  --mdc-slider-with-tick-marks-inactive-container-color: #1b68fa;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-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-slider-ripple-color: #1b68fa;
  --mat-slider-hover-state-layer-color: rgba(27, 104, 250, 0.05);
  --mat-slider-focus-state-layer-color: rgba(27, 104, 250, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
}
.vision-dark-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #59b96b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vision-dark-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vision-dark-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #1b68fa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1b68fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vision-dark-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #59b96b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #59b96b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vision-dark-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vision-dark-theme .mat-elevation-z0, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-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);
}
.vision-dark-theme .mat-elevation-z1, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-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);
}
.vision-dark-theme .mat-elevation-z2, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-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);
}
.vision-dark-theme .mat-elevation-z3, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z4, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-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);
}
.vision-dark-theme .mat-elevation-z5, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z6, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z7, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z8, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vision-dark-theme .mat-elevation-z9, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z10, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z11, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z12, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z13, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z14, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z15, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z16, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vision-dark-theme .mat-elevation-z17, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z18, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z19, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z20, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z21, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z22, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z23, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 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);
}
.vision-dark-theme .mat-elevation-z24, .vision-dark-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vision-dark-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #1b68fa;
  --mdc-linear-progress-track-color: rgba(27, 104, 250, 0.25);
}
.vision-dark-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #59b96b;
  --mdc-linear-progress-track-color: rgba(89, 185, 107, 0.25);
}
.vision-dark-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
.vision-dark-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #59b96b;
  --mdc-filled-text-field-focus-active-indicator-color: #59b96b;
  --mdc-filled-text-field-focus-label-text-color: rgba(89, 185, 107, 0.87);
  --mdc-outlined-text-field-caret-color: #59b96b;
  --mdc-outlined-text-field-focus-outline-color: #59b96b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(89, 185, 107, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(89, 185, 107, 0.87);
}
.vision-dark-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.vision-dark-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(89, 185, 107, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vision-dark-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vision-dark-theme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.vision-dark-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-selected-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-flat-disabled-selected-container-color: #595959;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.vision-dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .vision-dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1b68fa;
  --mdc-chip-elevated-selected-container-color: #1b68fa;
  --mdc-chip-elevated-disabled-container-color: #1b68fa;
  --mdc-chip-flat-disabled-selected-container-color: #1b68fa;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vision-dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .vision-dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #59b96b;
  --mdc-chip-elevated-selected-container-color: #59b96b;
  --mdc-chip-elevated-disabled-container-color: #59b96b;
  --mdc-chip-flat-disabled-selected-container-color: #59b96b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vision-dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .vision-dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vision-dark-theme .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.vision-dark-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #8bce97;
  --mdc-switch-selected-handle-color: #8bce97;
  --mdc-switch-selected-hover-state-layer-color: #8bce97;
  --mdc-switch-selected-pressed-state-layer-color: #8bce97;
  --mdc-switch-selected-focus-handle-color: #acdcb5;
  --mdc-switch-selected-hover-handle-color: #acdcb5;
  --mdc-switch-selected-pressed-handle-color: #acdcb5;
  --mdc-switch-selected-focus-track-color: #51b263;
  --mdc-switch-selected-hover-track-color: #51b263;
  --mdc-switch-selected-pressed-track-color: #51b263;
  --mdc-switch-selected-track-color: #51b263;
}
.vision-dark-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #f58f8f;
  --mdc-switch-selected-handle-color: #f58f8f;
  --mdc-switch-selected-hover-state-layer-color: #f58f8f;
  --mdc-switch-selected-pressed-state-layer-color: #f58f8f;
  --mdc-switch-selected-focus-handle-color: #f9b4b4;
  --mdc-switch-selected-hover-handle-color: #f9b4b4;
  --mdc-switch-selected-pressed-handle-color: #f9b4b4;
  --mdc-switch-selected-focus-track-color: #bf3636;
  --mdc-switch-selected-hover-track-color: #bf3636;
  --mdc-switch-selected-pressed-track-color: #bf3636;
  --mdc-switch-selected-track-color: #bf3636;
}
.vision-dark-theme .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.vision-dark-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1b68fa;
  --mdc-radio-selected-hover-icon-color: #1b68fa;
  --mdc-radio-selected-icon-color: #1b68fa;
  --mdc-radio-selected-pressed-icon-color: #1b68fa;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1b68fa;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.vision-dark-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #59b96b;
  --mdc-radio-selected-hover-icon-color: #59b96b;
  --mdc-radio-selected-icon-color: #59b96b;
  --mdc-radio-selected-pressed-icon-color: #59b96b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #59b96b;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.vision-dark-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.vision-dark-theme .mat-accent {
  --mat-slider-ripple-color: #59b96b;
  --mat-slider-hover-state-layer-color: rgba(89, 185, 107, 0.05);
  --mat-slider-focus-state-layer-color: rgba(89, 185, 107, 0.2);
  --mdc-slider-handle-color: #59b96b;
  --mdc-slider-focus-handle-color: #59b96b;
  --mdc-slider-hover-handle-color: #59b96b;
  --mdc-slider-active-track-color: #59b96b;
  --mdc-slider-inactive-track-color: #59b96b;
  --mdc-slider-with-tick-marks-inactive-container-color: #59b96b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vision-dark-theme .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vision-dark-theme .mdc-list-item__start,
.vision-dark-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1b68fa;
  --mdc-radio-selected-hover-icon-color: #1b68fa;
  --mdc-radio-selected-icon-color: #1b68fa;
  --mdc-radio-selected-pressed-icon-color: #1b68fa;
}
.vision-dark-theme .mat-accent .mdc-list-item__start,
.vision-dark-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #59b96b;
  --mdc-radio-selected-hover-icon-color: #59b96b;
  --mdc-radio-selected-icon-color: #59b96b;
  --mdc-radio-selected-pressed-icon-color: #59b96b;
}
.vision-dark-theme .mat-warn .mdc-list-item__start,
.vision-dark-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vision-dark-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1b68fa;
  --mdc-checkbox-selected-hover-icon-color: #1b68fa;
  --mdc-checkbox-selected-icon-color: #1b68fa;
  --mdc-checkbox-selected-pressed-icon-color: #1b68fa;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-hover-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #1b68fa;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vision-dark-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #59b96b;
  --mdc-checkbox-selected-hover-icon-color: #59b96b;
  --mdc-checkbox-selected-icon-color: #59b96b;
  --mdc-checkbox-selected-pressed-icon-color: #59b96b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #59b96b;
  --mdc-checkbox-selected-hover-state-layer-color: #59b96b;
  --mdc-checkbox-selected-pressed-state-layer-color: #59b96b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vision-dark-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vision-dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vision-dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #1b68fa;
}
.vision-dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vision-dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #1b68fa;
}
.vision-dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vision-dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vision-dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vision-dark-theme .mat-mdc-tab-group, .vision-dark-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #1b68fa;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #1b68fa;
  --mat-tab-header-active-ripple-color: #1b68fa;
  --mat-tab-header-inactive-ripple-color: #1b68fa;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1b68fa;
  --mat-tab-header-active-hover-label-text-color: #1b68fa;
  --mat-tab-header-active-focus-indicator-color: #1b68fa;
  --mat-tab-header-active-hover-indicator-color: #1b68fa;
}
.vision-dark-theme .mat-mdc-tab-group.mat-accent, .vision-dark-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #59b96b;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #59b96b;
  --mat-tab-header-active-ripple-color: #59b96b;
  --mat-tab-header-inactive-ripple-color: #59b96b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #59b96b;
  --mat-tab-header-active-hover-label-text-color: #59b96b;
  --mat-tab-header-active-focus-indicator-color: #59b96b;
  --mat-tab-header-active-hover-indicator-color: #59b96b;
}
.vision-dark-theme .mat-mdc-tab-group.mat-warn, .vision-dark-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.vision-dark-theme .mat-mdc-tab-group.mat-background-primary, .vision-dark-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #1b68fa;
  --mat-tab-header-with-background-foreground-color: white;
}
.vision-dark-theme .mat-mdc-tab-group.mat-background-accent, .vision-dark-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #59b96b;
  --mat-tab-header-with-background-foreground-color: white;
}
.vision-dark-theme .mat-mdc-tab-group.mat-background-warn, .vision-dark-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vision-dark-theme .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.vision-dark-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1b68fa;
  --mdc-checkbox-selected-hover-icon-color: #1b68fa;
  --mdc-checkbox-selected-icon-color: #1b68fa;
  --mdc-checkbox-selected-pressed-icon-color: #1b68fa;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-hover-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #1b68fa;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vision-dark-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vision-dark-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #1b68fa;
  --mat-text-button-state-layer-color: #1b68fa;
  --mat-text-button-ripple-color: rgba(27, 104, 250, 0.1);
}
.vision-dark-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #59b96b;
  --mat-text-button-state-layer-color: #59b96b;
  --mat-text-button-ripple-color: rgba(89, 185, 107, 0.1);
}
.vision-dark-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vision-dark-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #1b68fa;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #59b96b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #1b68fa;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #59b96b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #1b68fa;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #1b68fa;
  --mat-outlined-button-ripple-color: rgba(27, 104, 250, 0.1);
}
.vision-dark-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #59b96b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #59b96b;
  --mat-outlined-button-ripple-color: rgba(89, 185, 107, 0.1);
}
.vision-dark-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vision-dark-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #1b68fa;
  --mat-icon-button-state-layer-color: #1b68fa;
  --mat-icon-button-ripple-color: rgba(27, 104, 250, 0.1);
}
.vision-dark-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #59b96b;
  --mat-icon-button-state-layer-color: #59b96b;
  --mat-icon-button-ripple-color: rgba(89, 185, 107, 0.1);
}
.vision-dark-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vision-dark-theme .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #1b68fa;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #59b96b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #1b68fa;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #59b96b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vision-dark-theme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #59b96b;
}
.vision-dark-theme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.vision-dark-theme .mat-badge-accent {
  --mat-badge-background-color: #59b96b;
  --mat-badge-text-color: white;
}
.vision-dark-theme .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vision-dark-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #59b96b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(89, 185, 107, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(89, 185, 107, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(89, 185, 107, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(89, 185, 107, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vision-dark-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vision-dark-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #59b96b;
}
.vision-dark-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.vision-dark-theme .mat-icon.mat-primary {
  --mat-icon-color: #1b68fa;
}
.vision-dark-theme .mat-icon.mat-accent {
  --mat-icon-color: #59b96b;
}
.vision-dark-theme .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vision-dark-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #59b96b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #59b96b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #59b96b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vision-dark-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vision-dark-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1b68fa;
  --mat-toolbar-container-text-color: white;
}
.vision-dark-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #59b96b;
  --mat-toolbar-container-text-color: white;
}
.vision-dark-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.vision-dark-theme .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.vision-dark-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #1b68fa;
  --mdc-checkbox-selected-hover-icon-color: #1b68fa;
  --mdc-checkbox-selected-icon-color: #1b68fa;
  --mdc-checkbox-selected-pressed-icon-color: #1b68fa;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-hover-state-layer-color: #1b68fa;
  --mdc-checkbox-selected-pressed-state-layer-color: #1b68fa;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vision-dark-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vision-dark-theme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #1b68fa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1b68fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vision-dark-theme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #1b68fa;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1b68fa;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vision-dark-theme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #303030;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vision-dark-theme .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.vision-dark-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1b68fa;
  --mdc-radio-selected-hover-icon-color: #1b68fa;
  --mdc-radio-selected-icon-color: #1b68fa;
  --mdc-radio-selected-pressed-icon-color: #1b68fa;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1b68fa;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.vision-dark-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #1b68fa;
  --mdc-radio-selected-hover-icon-color: #1b68fa;
  --mdc-radio-selected-icon-color: #1b68fa;
  --mdc-radio-selected-pressed-icon-color: #1b68fa;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1b68fa;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.vision-dark-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.vision-dark-theme .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.vision-dark-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #76a4fc;
  --mdc-switch-selected-handle-color: #76a4fc;
  --mdc-switch-selected-hover-state-layer-color: #76a4fc;
  --mdc-switch-selected-pressed-state-layer-color: #76a4fc;
  --mdc-switch-selected-focus-handle-color: #a4c3fd;
  --mdc-switch-selected-hover-handle-color: #a4c3fd;
  --mdc-switch-selected-pressed-handle-color: #a4c3fd;
  --mdc-switch-selected-focus-track-color: #1653c8;
  --mdc-switch-selected-hover-track-color: #1653c8;
  --mdc-switch-selected-pressed-track-color: #1653c8;
  --mdc-switch-selected-track-color: #1653c8;
}
.vision-dark-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #f58f8f;
  --mdc-switch-selected-handle-color: #f58f8f;
  --mdc-switch-selected-hover-state-layer-color: #f58f8f;
  --mdc-switch-selected-pressed-state-layer-color: #f58f8f;
  --mdc-switch-selected-focus-handle-color: #f9b4b4;
  --mdc-switch-selected-hover-handle-color: #f9b4b4;
  --mdc-switch-selected-pressed-handle-color: #f9b4b4;
  --mdc-switch-selected-focus-track-color: #bf3636;
  --mdc-switch-selected-hover-track-color: #bf3636;
  --mdc-switch-selected-pressed-track-color: #bf3636;
  --mdc-switch-selected-track-color: #bf3636;
}
.vision-dark-theme .mat-accent {
  --mat-slider-ripple-color: #1b68fa;
  --mat-slider-hover-state-layer-color: rgba(27, 104, 250, 0.05);
  --mat-slider-focus-state-layer-color: rgba(27, 104, 250, 0.2);
  --mdc-slider-handle-color: #1b68fa;
  --mdc-slider-focus-handle-color: #1b68fa;
  --mdc-slider-hover-handle-color: #1b68fa;
  --mdc-slider-active-track-color: #1b68fa;
  --mdc-slider-inactive-track-color: #1b68fa;
  --mdc-slider-with-tick-marks-inactive-container-color: #1b68fa;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vision-dark-theme .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}

.vision-icon {
  white-space: pre;
}
@supports (font: -apple-system-body) {
  .vision-icon:after {
    content: "";
    padding-left: 100%;
    padding-right: 100%;
  }
}

.vision-icon, [class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Flywheel-Vision-Icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-contract-vertical:before {
  content: "\ea46";
}

.icon-stretch-vertical:before {
  content: "\ea47";
}

.icon-grid-layout-9-square:before {
  content: "\ea48";
}

.icon-git-add-branch:before {
  content: "\ea49";
}

.icon-git-branch:before {
  content: "\ea4a";
}

.icon-git-merge-draft:before {
  content: "\ea4b";
}

.icon-git-merge:before {
  content: "\ea4c";
}

.icon-git-pull-request-2:before {
  content: "\ea4d";
}

.icon-conversion-exchange:before {
  content: "\ea4e";
}

.icon-archive-documents-box-big:before {
  content: "\ea4f";
}

.icon-cursor-click:before {
  content: "\ea50";
}

.icon-document-file-deleted-cross-remove-center-cancel:before {
  content: "\ea51";
}

.icon-documents-file-checkmark:before {
  content: "\ea52";
}

.icon-file-blank-search:before {
  content: "\ea53";
}

.icon-user-profile-cards-pool:before {
  content: "\ea3b";
}

.icon-certificate:before {
  content: "\ea3c";
}

.icon-check-mark-certificate:before {
  content: "\ea3d";
}

.icon-server-databases-checkmark-user:before {
  content: "\ea3e";
}

.icon-arrow-up-high-priority:before {
  content: "\ea3f";
}

.icon-arrow-up-low-priority:before {
  content: "\ea40";
}

.icon-stop-minus:before {
  content: "\ea41";
}

.icon-document-file-checkmark-bottom-left:before {
  content: "\ea42";
}

.icon-monitor-computer:before {
  content: "\ea43";
}

.icon-arrow-redo:before {
  content: "\ea44";
}

.icon-arrow-undo:before {
  content: "\ea45";
}

.icon-folders-copy-expand-arrow-down:before {
  content: "\ea39";
}

.icon-folders-copy-expand-arrow-up:before {
  content: "\ea3a";
}

.icon-clock-hour-4:before {
  content: "\ea32";
}

.icon-documents-file:before {
  content: "\ea33";
}

.icon-expand-pathfinder-dot-square-segmentation:before {
  content: "\ea34";
}

.icon-square-fill-outline:before {
  content: "\ea35";
}

.icon-square-fill:before {
  content: "\ea36";
}

.icon-square-outline:before {
  content: "\ea37";
}

.icon-flywheel-viewer-mark-logo:before {
  content: "\ea38";
}

.icon-filter-sort-check-mark:before {
  content: "\ea2e";
}

.icon-filter-sort-delete:before {
  content: "\ea2f";
}

.icon-filter-sort-add:before {
  content: "\ea31";
}

.icon-chevron-input-number:before {
  content: "\ea30";
}

.icon-shield-protect:before {
  content: "\ea29";
}

.icon-3d-sphere-rotate-arrows:before {
  content: "\ea2b";
}

.icon-livewire-tool:before {
  content: "\ea2c";
}

.icon-bezier-curve:before {
  content: "\ea2d";
}

.icon-technology-cube-3d:before {
  content: "\ea28";
}

.icon-brightness-photo-edit:before {
  content: "򾨩";
}

.icon-target-space-object-select:before {
  content: "\ea2a";
}

.icon-crown-style-circle:before {
  content: "\ea27";
}

.icon-hammer-legal-square:before {
  content: "\ea18";
}

.icon-browser-internet-web-windows:before {
  content: "\ea26";
}

.icon-settings-adjust:before {
  content: "\e912";
}

.icon-lock-unlock:before {
  content: "\e939";
}

.icon-private-mode-protection-circle:before {
  content: "\ea17";
}

.icon-ai:before {
  content: "\ea19";
}

.icon-reader-studies:before {
  content: "\ea1a";
}

.icon-shapes-objects:before {
  content: "\ea1b";
}

.icon-cloud-upload:before {
  content: "\ea1c";
}

.icon-floppy-save:before {
  content: "\ea1d";
}

.icon-text-input-form:before {
  content: "\ea1e";
}

.icon-document-file-add-plus-bottom-left:before {
  content: "\ea1f";
}

.icon-document-file-upload-bottom-center:before {
  content: "\ea20";
}

.icon-paint-roller:before {
  content: "\ea21";
}

.icon-brush-edit-create:before {
  content: "\ea22";
}

.icon-bucket-paint:before {
  content: "\ea23";
}

.icon-edit-erase:before {
  content: "\ea24";
}

.icon-grid-dot-square:before {
  content: "\ea25";
}

.icon-column-edit:before {
  content: "\ea0c";
}

.icon-molecule:before {
  content: "\ea0d";
}

.icon-invoice-checkmark-paid:before {
  content: "\ea0e";
}

.icon-invoice:before {
  content: "\ea0f";
}

.icon-pause:before {
  content: "\ea10";
}

.icon-calendar-arrow-left-center:before {
  content: "\ea11";
}

.icon-file-blank-image-load-mask:before {
  content: "\ea12";
}

.icon-closed-freehand-vector-poly:before {
  content: "\ea13";
}

.icon-curve-object-secet-cursor:before {
  content: "\ea14";
}

.icon-freehand-vector-poly:before {
  content: "\ea15";
}

.icon-pen-edit-circle:before {
  content: "\ea16";
}

.icon-code-block-embed:before {
  content: "\e9fd";
}

.icon-italic:before {
  content: "\e9fe";
}

.icon-list-paragraph-number:before {
  content: "\e9ff";
}

.icon-list-paragraph:before {
  content: "\ea00";
}

.icon-text-bold:before {
  content: "\ea01";
}

.icon-text-cross:before {
  content: "\ea02";
}

.icon-text-h1:before {
  content: "\ea03";
}

.icon-text-h2:before {
  content: "\ea04";
}

.icon-text-underline:before {
  content: "\ea05";
}

.icon-twitter:before {
  content: "\ea06";
}

.icon-smiley-emoji-face:before {
  content: "\ea07";
}

.icon-exchange:before {
  content: "\ea08";
}

.icon-markdown:before {
  content: "\ea09";
}

.icon-quote:before {
  content: "\ea0a";
}

.icon-measure-ruler-calibration:before {
  content: "\ea0b";
}

.icon-zendesk-logo:before {
  content: "\e9f1";
}

.icon-add-server-databases-endpoint:before {
  content: "\e9f2";
}

.icon-cloud-network-add:before {
  content: "\e9f3";
}

.icon-server-database-endpoint:before {
  content: "\e9f4";
}

.icon-book-lab-flask:before {
  content: "\e9f5";
}

.icon-list-test-lab-flask:before {
  content: "\e9f6";
}

.icon-test-lab-flask:before {
  content: "\e9f7";
}

.icon-message-checkmark-sent:before {
  content: "\e9f8";
}

.icon-send-message-share:before {
  content: "\e9f9";
}

.icon-flywheel-mark-logo:before {
  content: "\e9fa";
}

.icon-speed-dashboard:before {
  content: "\e9fb";
}

.icon-arrange-filter-sort:before {
  content: "\e9fc";
}

.icon-delivery-shipment-packages:before {
  content: "\e9bb";
}

.icon-color-ven-design-profile-central:before {
  content: "\e9ce";
}

.icon-home-modern-door:before {
  content: "\e9e4";
}

.icon-tasklist-to-do-checkmark:before {
  content: "\e9eb";
}

.icon-user-profile-group-discovery:before {
  content: "\e999";
}

.icon-flip-horizontal:before {
  content: "\e9b5";
}

.icon-flip-vertical:before {
  content: "\e9b6";
}

.icon-facebook:before {
  content: "\e9b7";
}

.icon-github-color-login:before {
  content: "\e9b8";
}

.icon-linkedin:before {
  content: "\e9b9";
}

.icon-youtube:before {
  content: "\e9ba";
}

.icon-server-databases-connect:before {
  content: "\e9bc";
}

.icon-server-databases-download:before {
  content: "\e9bd";
}

.icon-server-databases-minimal-download:before {
  content: "\e9be";
}

.icon-server-databases-sync:before {
  content: "\e9bf";
}

.icon-graduate-hat:before {
  content: "\e9c0";
}

.icon-blocks-code-test-checkmark:before {
  content: "\e9c1";
}

.icon-camera-photo-capture:before {
  content: "\e9c2";
}

.icon-photo-edit-brightness-invert:before {
  content: "\e9c3";
}

.icon-unlimited-repeat-subscription-circle:before {
  content: "\e9c4";
}

.icon-mute:before {
  content: "\e9c5";
}

.icon-volume-full:before {
  content: "\e9c6";
}

.icon-hand-money-currency:before {
  content: "\e9c7";
}

.icon-bookmark-plus-add:before {
  content: "\e9c8";
}

.icon-circle:before {
  content: "\e9c9";
}

.icon-clip-attachment:before {
  content: "\e9ca";
}

.icon-code-text:before {
  content: "\e9cb";
}

.icon-document-status-done-checkmark:before {
  content: "\e9cc";
}

.icon-done-check-tracked:before {
  content: "\e9cd";
}

.icon-home-modern-option-lines:before {
  content: "\e9cf";
}

.icon-keyboard:before {
  content: "\e9d0";
}

.icon-line:before {
  content: "\e9d1";
}

.icon-link-unlink:before {
  content: "\e9d2";
}

.icon-measure-angle:before {
  content: "\e9d3";
}

.icon-media-library-imports-dowload:before {
  content: "\e9d4";
}

.icon-message-chat-info:before {
  content: "\e9d5";
}

.icon-microphone-mic-rec-circle:before {
  content: "\e9d6";
}

.icon-microphone-mic-rec:before {
  content: "\e9d7";
}

.icon-microphone-mic-recording-circle:before {
  content: "\e9d8";
}

.icon-pie-graph-chart-sample:before {
  content: "\e9d9";
}

.icon-plus-add-rectangle:before {
  content: "\e9da";
}

.icon-polygon:before {
  content: "\e9db";
}

.icon-rotate-arrow-manual:before {
  content: "\e9dc";
}

.icon-rotate-item-left:before {
  content: "\e9dd";
}

.icon-rotate-item-right:before {
  content: "\e9de";
}

.icon-stars-light-sparkle:before {
  content: "\e9df";
}

.icon-undone-uncheck-untracked:before {
  content: "\e9e0";
}

.icon-clap-applause-hands:before {
  content: "\e9e1";
}

.icon-email-mail-checkmark-group:before {
  content: "\e9e2";
}

.icon-circle-ellipses:before {
  content: "\e9e3";
}

.icon-crosshair:before {
  content: "\e9e5";
}

.icon-cursor-select:before {
  content: "\e9e6";
}

.icon-draw-rectangle:before {
  content: "\e9e7";
}

.icon-ruler-bidirectional:before {
  content: "\e9e8";
}

.icon-ruler:before {
  content: "\e9e9";
}

.icon-workspace-mode:before {
  content: "\e9ea";
}

.icon-creative-commons:before {
  content: "\e9ec";
}

.icon-free-rights:before {
  content: "\e9ed";
}

.icon-hammer-screwdriver:before {
  content: "\e9ee";
}

.icon-arrow-annotate:before {
  content: "\e9ef";
}

.icon-arrow:before {
  content: "\e9f0";
}

.icon-notebook-open:before {
  content: "\e998";
}

.icon-windows:before {
  content: "\e963";
}

.icon-add-new-create:before {
  content: "\e969";
}

.icon-add-row-above:before {
  content: "\e96a";
}

.icon-add-row-below:before {
  content: "\e96b";
}

.icon-arrow-rotate-restore:before {
  content: "\e96c";
}

.icon-arrow-rotate:before {
  content: "\e96d";
}

.icon-arrow-back-collapse:before {
  content: "\e96e";
}

.icon-arrow-forward-collapse:before {
  content: "\e96f";
}

.icon-barcode-serial:before {
  content: "\e97a";
}

.icon-barcode-stack-scan:before {
  content: "\e97b";
}

.icon-button-form-element:before {
  content: "\e97c";
}

.icon-calendar-schedule:before {
  content: "\e97d";
}

.icon-chat-messages-bubble:before {
  content: "\e97e";
}

.icon-checklist-tasks-chechmark-square:before {
  content: "\e97f";
}

.icon-color-design-profile:before {
  content: "\e980";
}

.icon-computer-chip:before {
  content: "\e981";
}

.icon-contrast-photo-edit:before {
  content: "\e982";
}

.icon-document-file-list-protocol:before {
  content: "\e983";
}

.icon-drag-drop-indicator:before {
  content: "\e984";
}

.icon-form-metadata-element:before {
  content: "\e985";
}

.icon-full-screen-zoom:before {
  content: "\e986";
}

.icon-layout:before {
  content: "\e987";
}

.icon-header-form-element:before {
  content: "\e988";
}

.icon-human-artificial-intelligence:before {
  content: "\e989";
}

.icon-image-photo-copy-left-down:before {
  content: "\e98a";
}

.icon-image-picture-square:before {
  content: "\e98b";
}

.icon-items-group-elements:before {
  content: "\e98c";
}

.icon-layers:before {
  content: "\e98d";
}

.icon-menu-burger-handle:before {
  content: "\e98e";
}

.icon-menu-list-form-square:before {
  content: "\e98f";
}

.icon-message-chat-question-support:before {
  content: "\e990";
}

.icon-message-question-checkmark:before {
  content: "\e991";
}

.icon-minus:before {
  content: "\e992";
}

.icon-mouse-big:before {
  content: "\e993";
}

.icon-move:before {
  content: "\e994";
}

.icon-music-play-resume:before {
  content: "\e995";
}

.icon-music-stop:before {
  content: "\e996";
}

.icon-notebook-add-plus:before {
  content: "\e997";
}

.icon-notebook-pen-edit:before {
  content: "\e99a";
}

.icon-notebook:before {
  content: "\e99b";
}

.icon-notes-pen:before {
  content: "\e99c";
}

.icon-object-search-zoom-plus:before {
  content: "\e99d";
}

.icon-pencil-edit-create:before {
  content: "\e99e";
}

.icon-protection-target:before {
  content: "\e99f";
}

.icon-rotate:before {
  content: "\e9a0";
}

.icon-scanner:before {
  content: "\e9a1";
}

.icon-search-user-profile-person:before {
  content: "\e9a2";
}

.icon-search-zoom-minus:before {
  content: "\e9a3";
}

.icon-search-zoom-plus:before {
  content: "\e9a4";
}

.icon-section-form-element:before {
  content: "\e9a5";
}

.icon-server-databases-key-protection:before {
  content: "\e9a6";
}

.icon-server-databases-sync-import:before {
  content: "\e9a7";
}

.icon-servers-database:before {
  content: "\e9a8";
}

.icon-target:before {
  content: "\e9a9";
}

.icon-text-long:before {
  content: "\e9aa";
}

.icon-text-short-form-element:before {
  content: "\e9ab";
}

.icon-timer-clock-style:before {
  content: "\e9ac";
}

.icon-user-document:before {
  content: "\e9ad";
}

.icon-video-player-controls:before {
  content: "\e9ae";
}

.icon-visible-eye-hidden:before {
  content: "\e9af";
}

.icon-window-finder-resize-arrow-down:before {
  content: "\e9b0";
}

.icon-window-finder-resize-arrow-up:before {
  content: "\e9b1";
}

.icon-window-resize-left:before {
  content: "\e9b2";
}

.icon-window-resize-right:before {
  content: "\e9b3";
}

.icon-window-zoom-plus-loupe:before {
  content: "\e9b4";
}

.icon-laptop-health-medical-cross:before {
  content: "\e971";
}

.icon-radiology-scan-circle:before {
  content: "\e974";
}

.icon-money-coin:before {
  content: "\e965";
}

.icon-brain:before {
  content: "\e972";
}

.icon-dna-hospital-medical:before {
  content: "\e973";
}

.icon-lung:before {
  content: "\e975";
}

.icon-lungs:before {
  content: "\e976";
}

.icon-protective-mask:before {
  content: "\e977";
}

.icon-radiology-scan:before {
  content: "\e978";
}

.icon-stomach:before {
  content: "\e979";
}

.icon-cash-banknotes:before {
  content: "\e964";
}

.icon-money-dollar:before {
  content: "\e966";
}

.icon-money:before {
  content: "\e967";
}

.icon-cloud-storage-checkmark:before {
  content: "\e968";
}

.icon-modalities:before {
  content: "\e970";
}

.icon-search-loop:before {
  content: "\e936";
}

.icon-question-circle:before {
  content: "\e921";
}

.icon-earth-globe-fail:before {
  content: "\e935";
}

.icon-user-setting-gear:before {
  content: "\e909";
}

.icon-user-delete-cross:before {
  content: "\e95b";
}

.icon-apply-copy-duplicate:before {
  content: "\e95c";
}

.icon-arrow-down:before {
  content: "\e95d";
}

.icon-arrow-up:before {
  content: "\e95e";
}

.icon-grid-layout:before {
  content: "\e95f";
}

.icon-folder-blank:before {
  content: "\e960";
}

.icon-folder-group:before {
  content: "\e961";
}

.icon-file-text:before {
  content: "\e962";
}

.icon-edit-boxed:before {
  content: "\e922";
}

.icon-chart-trend-square:before {
  content: "\e900";
}

.icon-layout-grid:before {
  content: "\e901";
}

.icon-files-library-content:before {
  content: "\e902";
}

.icon-user-lock:before {
  content: "\e903";
}

.icon-lock:before {
  content: "\e904";
}

.icon-add-user:before {
  content: "\e905";
}

.icon-user-checked:before {
  content: "\e906";
}

.icon-user-group:before {
  content: "\e907";
}

.icon-user-key:before {
  content: "\e908";
}

.icon-thumbs-up-like:before {
  content: "\e90a";
}

.icon-apple:before {
  content: "\e90b";
}

.icon-gitlab:before {
  content: "\e90c";
}

.icon-linux:before {
  content: "\e90d";
}

.icon-add-server:before {
  content: "\e90e";
}

.icon-server-checkmark:before {
  content: "\e90f";
}

.icon-server-upload:before {
  content: "\e910";
}

.icon-server:before {
  content: "\e911";
}

.icon-data-tree:before {
  content: "\e913";
}

.icon-add-circle:before {
  content: "\e914";
}

.icon-bell-notification:before {
  content: "\e915";
}

.icon-bookmark:before {
  content: "\e916";
}

.icon-chart-square:before {
  content: "\e917";
}

.icon-checklist:before {
  content: "\e918";
}

.icon-clock-history:before {
  content: "\e919";
}

.icon-clock-loading:before {
  content: "\e91a";
}

.icon-close-circled:before {
  content: "\e91b";
}

.icon-close:before {
  content: "\e91c";
}

.icon-copy-item:before {
  content: "\e91d";
}

.icon-done-check:before {
  content: "\e91e";
}

.icon-download-status:before {
  content: "\e91f";
}

.icon-download:before {
  content: "\e920";
}

.icon-edit:before {
  content: "\e923";
}

.icon-email:before {
  content: "\e924";
}

.icon-file-download:before {
  content: "\e925";
}

.icon-files-library:before {
  content: "\e926";
}

.icon-files:before {
  content: "\e927";
}

.icon-filter:before {
  content: "\e928";
}

.icon-flag:before {
  content: "\e929";
}

.icon-information-circle:before {
  content: "\e92a";
}

.icon-key:before {
  content: "\e92b";
}

.icon-keychain:before {
  content: "\e92c";
}

.icon-label-tag:before {
  content: "\e92d";
}

.icon-link:before {
  content: "\e92e";
}

.icon-loading-status-checkmark:before {
  content: "\e92f";
}

.icon-logout:before {
  content: "\e930";
}

.icon-menu-horizontal:before {
  content: "\e931";
}

.icon-menu-vertical:before {
  content: "\e932";
}

.icon-open:before {
  content: "\e933";
}

.icon-pie-chart:before {
  content: "\e934";
}

.icon-search:before {
  content: "\e937";
}

.icon-setting-gear:before {
  content: "\e938";
}

.icon-settings-gear-square:before {
  content: "\e93a";
}

.icon-settings-gear:before {
  content: "\e93b";
}

.icon-settings-select:before {
  content: "\e93c";
}

.icon-share:before {
  content: "\e93d";
}

.icon-show-visible:before {
  content: "\e93e";
}

.icon-star:before {
  content: "\e93f";
}

.icon-substract-group:before {
  content: "\e940";
}

.icon-switch:before {
  content: "\e941";
}

.icon-trash-delete:before {
  content: "\e942";
}

.icon-upload:before {
  content: "\e943";
}

.icon-user:before {
  content: "\e944";
}

.icon-warning-circle:before {
  content: "\e945";
}

.icon-warning:before {
  content: "\e946";
}

.icon-icon-placeholder:before {
  content: "\e947";
}

.icon-network-storage-alert:before {
  content: "\e948";
}

.icon-folder-add:before {
  content: "\e949";
}

.icon-folder-checked:before {
  content: "\e94a";
}

.icon-folder-open:before {
  content: "\e94b";
}

.icon-folder-share:before {
  content: "\e94c";
}

.icon-document-file-blank:before {
  content: "\e94d";
}

.icon-document-file-download:before {
  content: "\e94e";
}

.icon-document-file-tar:before {
  content: "\e94f";
}

.icon-document-file-zip:before {
  content: "\e950";
}

.icon-document-visible:before {
  content: "\e951";
}

.icon-documents-files:before {
  content: "\e952";
}

.icon-arrow-back:before {
  content: "\e953";
}

.icon-arrow-forward:before {
  content: "\e954";
}

.icon-chevron-back:before {
  content: "\e955";
}

.icon-chevron-down:before {
  content: "\e956";
}

.icon-chevron-forward:before {
  content: "\e957";
}

.icon-chevron-up:before {
  content: "\e958";
}

.icon-embed-circle:before {
  content: "\e959";
}

.icon-rotate-refresh:before {
  content: "\e95a";
}

@font-face {
  font-family: "Flywheel-Vision-Icons";
  src: url('Flywheel-Vision-Icons.ttf?x8h2gn') format("truetype"), url('Flywheel-Vision-Icons.woff?x8h2gn') format("woff"), url('Flywheel-Vision-Icons.svg?x8h2gn#Flywheel-Vision-Icons') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.vision-overlay {
  background-color: var(--separations-overlay);
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1100;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1100;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1100;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1100;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

h1 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 22px;
}

h2 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 18px;
}

h3 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 16px;
}

h4 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 14px;
}

h5 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
}

h6 {
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
}

p {
  font-size: 14px;
  font-family: Inter, sans-serif;
  color: var(--typography-base);
  font-weight: 400;
}

a {
  text-decoration: underline;
  color: var(--primary-base);
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
  outline: 2px solid var(--primary-dark);
  border-radius: 4px;
}
a:visited {
  color: var(--secondary-base);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--typography-light) var(--slate-hover);
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/*# sourceMappingURL=styles.css.map*/