@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";

/* src/styles.scss */
.p-auto,
.padding-auto {
  padding: auto !important;
}
.p-0,
.padding-0 {
  padding: 0rem !important;
}
.pl-0,
.padding-left-0 {
  padding-left: 0rem !important;
}
.pt-0,
.padding-top-0 {
  padding-top: 0rem !important;
}
.pr-0,
.padding-right-0 {
  padding-right: 0rem !important;
}
.pb-0,
.padding-bottom-0 {
  padding-bottom: 0rem !important;
}
.pv-0,
.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
.ph-0,
.padding-horizontal-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}
.p-half,
.padding-half {
  padding: 0.5rem !important;
}
.pl-half,
.padding-left-half {
  padding-left: 0.5rem !important;
}
.pt-half,
.padding-top-half {
  padding-top: 0.5rem !important;
}
.pr-half,
.padding-right-half {
  padding-right: 0.5rem !important;
}
.pb-half,
.padding-bottom-half {
  padding-bottom: 0.5rem !important;
}
.pv-half,
.padding-vertical-half {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.ph-half,
.padding-horizontal-half {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.p-1,
.padding-1 {
  padding: 1rem !important;
}
.pl-1,
.padding-left-1 {
  padding-left: 1rem !important;
}
.pt-1,
.padding-top-1 {
  padding-top: 1rem !important;
}
.pr-1,
.padding-right-1 {
  padding-right: 1rem !important;
}
.pb-1,
.padding-bottom-1 {
  padding-bottom: 1rem !important;
}
.pv-1,
.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.ph-1,
.padding-horizontal-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-2,
.padding-2 {
  padding: 2rem !important;
}
.pl-2,
.padding-left-2 {
  padding-left: 2rem !important;
}
.pt-2,
.padding-top-2 {
  padding-top: 2rem !important;
}
.pr-2,
.padding-right-2 {
  padding-right: 2rem !important;
}
.pb-2,
.padding-bottom-2 {
  padding-bottom: 2rem !important;
}
.pv-2,
.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.ph-2,
.padding-horizontal-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.p-3,
.padding-3 {
  padding: 3rem !important;
}
.pl-3,
.padding-left-3 {
  padding-left: 3rem !important;
}
.pt-3,
.padding-top-3 {
  padding-top: 3rem !important;
}
.pr-3,
.padding-right-3 {
  padding-right: 3rem !important;
}
.pb-3,
.padding-bottom-3 {
  padding-bottom: 3rem !important;
}
.pv-3,
.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.ph-3,
.padding-horizontal-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.p-4,
.padding-4 {
  padding: 4rem !important;
}
.pl-4,
.padding-left-4 {
  padding-left: 4rem !important;
}
.pt-4,
.padding-top-4 {
  padding-top: 4rem !important;
}
.pr-4,
.padding-right-4 {
  padding-right: 4rem !important;
}
.pb-4,
.padding-bottom-4 {
  padding-bottom: 4rem !important;
}
.pv-4,
.padding-vertical-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.ph-4,
.padding-horizontal-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
.p-5,
.padding-5 {
  padding: 5rem !important;
}
.pl-5,
.padding-left-5 {
  padding-left: 5rem !important;
}
.pt-5,
.padding-top-5 {
  padding-top: 5rem !important;
}
.pr-5,
.padding-right-5 {
  padding-right: 5rem !important;
}
.pb-5,
.padding-bottom-5 {
  padding-bottom: 5rem !important;
}
.pv-5,
.padding-vertical-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.ph-5,
.padding-horizontal-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.m-auto,
.margin-auto {
  margin: auto !important;
}
.m-0,
.margin-0 {
  margin: 0rem !important;
}
.ml-0,
.margin-left-0 {
  margin-left: 0rem !important;
}
.mt-0,
.margin-top-0 {
  margin-top: 0rem !important;
}
.mr-0,
.margin-right-0 {
  margin-right: 0rem !important;
}
.mb-0,
.margin-bottom-0 {
  margin-bottom: 0rem !important;
}
.mv-0,
.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.mh-0,
.margin-horizontal-0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}
.m-half,
.margin-half {
  margin: 0.5rem !important;
}
.ml-half,
.margin-left-half {
  margin-left: 0.5rem !important;
}
.mt-half,
.margin-top-half {
  margin-top: 0.5rem !important;
}
.mr-half,
.margin-right-half {
  margin-right: 0.5rem !important;
}
.mb-half,
.margin-bottom-half {
  margin-bottom: 0.5rem !important;
}
.mv-half,
.margin-vertical-half {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mh-half,
.margin-horizontal-half {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.m-1,
.margin-1 {
  margin: 1rem !important;
}
.ml-1,
.margin-left-1 {
  margin-left: 1rem !important;
}
.mt-1,
.margin-top-1 {
  margin-top: 1rem !important;
}
.mr-1,
.margin-right-1 {
  margin-right: 1rem !important;
}
.mb-1,
.margin-bottom-1 {
  margin-bottom: 1rem !important;
}
.mv-1,
.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.mh-1,
.margin-horizontal-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.m-2,
.margin-2 {
  margin: 2rem !important;
}
.ml-2,
.margin-left-2 {
  margin-left: 2rem !important;
}
.mt-2,
.margin-top-2 {
  margin-top: 2rem !important;
}
.mr-2,
.margin-right-2 {
  margin-right: 2rem !important;
}
.mb-2,
.margin-bottom-2 {
  margin-bottom: 2rem !important;
}
.mv-2,
.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mh-2,
.margin-horizontal-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.m-3,
.margin-3 {
  margin: 3rem !important;
}
.ml-3,
.margin-left-3 {
  margin-left: 3rem !important;
}
.mt-3,
.margin-top-3 {
  margin-top: 3rem !important;
}
.mr-3,
.margin-right-3 {
  margin-right: 3rem !important;
}
.mb-3,
.margin-bottom-3 {
  margin-bottom: 3rem !important;
}
.mv-3,
.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.mh-3,
.margin-horizontal-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.m-4,
.margin-4 {
  margin: 4rem !important;
}
.ml-4,
.margin-left-4 {
  margin-left: 4rem !important;
}
.mt-4,
.margin-top-4 {
  margin-top: 4rem !important;
}
.mr-4,
.margin-right-4 {
  margin-right: 4rem !important;
}
.mb-4,
.margin-bottom-4 {
  margin-bottom: 4rem !important;
}
.mv-4,
.margin-vertical-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.mh-4,
.margin-horizontal-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}
.m-5,
.margin-5 {
  margin: 5rem !important;
}
.ml-5,
.margin-left-5 {
  margin-left: 5rem !important;
}
.mt-5,
.margin-top-5 {
  margin-top: 5rem !important;
}
.mr-5,
.margin-right-5 {
  margin-right: 5rem !important;
}
.mb-5,
.margin-bottom-5 {
  margin-bottom: 5rem !important;
}
.mv-5,
.margin-vertical-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.mh-5,
.margin-horizontal-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}
.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-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .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, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
html {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
html {
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
}
html {
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
}
html {
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
}
html {
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
}
html {
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
}
html {
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
}
html {
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
html {
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
}
html {
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
}
html {
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
html {
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
html {
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
}
html {
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
}
html {
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}
html {
  --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);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --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;
}
html {
  --mat-badge-background-color: #1d2d35;
  --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-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --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);
}
html {
  --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;
}
html {
  --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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
.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: #1d2d35;
  --mdc-checkbox-selected-hover-icon-color: #1d2d35;
  --mdc-checkbox-selected-icon-color: #1d2d35;
  --mdc-checkbox-selected-pressed-icon-color: #1d2d35;
  --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-selected-focus-state-layer-color: #1d2d35;
  --mdc-checkbox-selected-hover-state-layer-color: #1d2d35;
  --mdc-checkbox-selected-pressed-state-layer-color: #1d2d35;
  --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-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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.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;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1d2d35;
  --mdc-chip-elevated-selected-container-color: #1d2d35;
  --mdc-chip-elevated-disabled-container-color: #1d2d35;
  --mdc-chip-flat-disabled-selected-container-color: #1d2d35;
  --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;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #1d2d35;
  --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-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #1d2d35;
  --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: #1d2d35;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --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);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1d2d35;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(29, 45, 53, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(29, 45, 53, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(29, 45, 53, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #1d2d35;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(29, 45, 53, 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-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --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);
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --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);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --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;
}
html {
  --mdc-filled-text-field-caret-color: #1d2d35;
  --mdc-filled-text-field-focus-active-indicator-color: #1d2d35;
  --mdc-filled-text-field-focus-label-text-color: rgba(29, 45, 53, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #1d2d35;
  --mdc-outlined-text-field-focus-outline-color: #1d2d35;
  --mdc-outlined-text-field-focus-label-text-color: rgba(29, 45, 53, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(29, 45, 53, 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: #c90c4d;
  --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-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #1d2d35;
}
.mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
html {
  --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;
}
html {
  --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;
}
.mdc-list-item__start,
.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-focus-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: #1d2d35;
  --mdc-radio-selected-hover-icon-color: #1d2d35;
  --mdc-radio-selected-icon-color: #1d2d35;
  --mdc-radio-selected-pressed-icon-color: #1d2d35;
}
.mat-accent .mdc-list-item__start,
.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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.mat-warn .mdc-list-item__start,
.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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.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: #1d2d35;
  --mdc-checkbox-selected-hover-icon-color: #1d2d35;
  --mdc-checkbox-selected-icon-color: #1d2d35;
  --mdc-checkbox-selected-pressed-icon-color: #1d2d35;
  --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-selected-focus-state-layer-color: #1d2d35;
  --mdc-checkbox-selected-hover-state-layer-color: #1d2d35;
  --mdc-checkbox-selected-pressed-state-layer-color: #1d2d35;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --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-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #1d2d35;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --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-base-elevation-level: 8;
}
html {
  --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);
}
html {
  --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);
}
html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #1d2d35;
  --mdc-linear-progress-track-color: rgba(29, 45, 53, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: #1d2d35;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.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-focus-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: #1d2d35;
  --mdc-radio-selected-hover-icon-color: #1d2d35;
  --mdc-radio-selected-icon-color: #1d2d35;
  --mdc-radio-selected-pressed-icon-color: #1d2d35;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #1d2d35;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --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);
}
html {
  --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(29, 45, 53, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
html .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
html .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --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;
}
html {
  --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);
}
html {
  --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;
}
html .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #1a2830;
  --mdc-switch-selected-handle-color: #1a2830;
  --mdc-switch-selected-hover-state-layer-color: #1a2830;
  --mdc-switch-selected-pressed-state-layer-color: #1a2830;
  --mdc-switch-selected-focus-handle-color: #0a1116;
  --mdc-switch-selected-hover-handle-color: #0a1116;
  --mdc-switch-selected-pressed-handle-color: #0a1116;
  --mdc-switch-selected-focus-track-color: #616c72;
  --mdc-switch-selected-hover-track-color: #616c72;
  --mdc-switch-selected-pressed-track-color: #616c72;
  --mdc-switch-selected-track-color: #616c72;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #9d9d9d;
  --mdc-switch-selected-handle-color: #9d9d9d;
  --mdc-switch-selected-hover-state-layer-color: #9d9d9d;
  --mdc-switch-selected-pressed-state-layer-color: #9d9d9d;
  --mdc-switch-selected-focus-handle-color: #797979;
  --mdc-switch-selected-hover-handle-color: #797979;
  --mdc-switch-selected-pressed-handle-color: #797979;
  --mdc-switch-selected-focus-track-color: silver;
  --mdc-switch-selected-hover-track-color: silver;
  --mdc-switch-selected-pressed-track-color: silver;
  --mdc-switch-selected-track-color: silver;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #c30a46;
  --mdc-switch-selected-handle-color: #c30a46;
  --mdc-switch-selected-hover-state-layer-color: #c30a46;
  --mdc-switch-selected-pressed-state-layer-color: #c30a46;
  --mdc-switch-selected-focus-handle-color: #a90325;
  --mdc-switch-selected-hover-handle-color: #a90325;
  --mdc-switch-selected-pressed-handle-color: #a90325;
  --mdc-switch-selected-focus-track-color: #d95582;
  --mdc-switch-selected-hover-track-color: #d95582;
  --mdc-switch-selected-pressed-track-color: #d95582;
  --mdc-switch-selected-track-color: #d95582;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --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-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-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%);
}
html {
  --mdc-slider-handle-color: #1d2d35;
  --mdc-slider-focus-handle-color: #1d2d35;
  --mdc-slider-hover-handle-color: #1d2d35;
  --mdc-slider-active-track-color: #1d2d35;
  --mdc-slider-inactive-track-color: #1d2d35;
  --mdc-slider-with-tick-marks-inactive-container-color: #1d2d35;
  --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;
  --mat-slider-ripple-color: #1d2d35;
  --mat-slider-hover-state-layer-color: rgba(29, 45, 53, 0.05);
  --mat-slider-focus-state-layer-color: rgba(29, 45, 53, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #a5a5a5;
}
html {
  --mat-sort-arrow-color: #757575;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1d2d35;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1d2d35;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1d2d35;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --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);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #1d2d35;
  --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: #1d2d35;
  --mat-tab-header-active-ripple-color: #1d2d35;
  --mat-tab-header-inactive-ripple-color: #1d2d35;
  --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: #1d2d35;
  --mat-tab-header-active-hover-label-text-color: #1d2d35;
  --mat-tab-header-active-focus-indicator-color: #1d2d35;
  --mat-tab-header-active-hover-indicator-color: #1d2d35;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #1d2d35;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1d2d35;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --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-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-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;
}
html {
  --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);
  --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;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #1d2d35;
  --mat-text-button-state-layer-color: #1d2d35;
  --mat-text-button-ripple-color: rgba(29, 45, 53, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #1d2d35;
  --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);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #1d2d35;
  --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);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #1d2d35;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #1d2d35;
  --mat-outlined-button-ripple-color: rgba(29, 45, 53, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
}
button {
  background-color: #1d2d35;
}
button.mat-mdc-button,
button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
button.mat-mdc-button .mat-icon,
button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
button.button-simple {
  border: 1px solid black !important;
}
button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
button.button-white {
  color: black !important;
  background-color: white !important;
}
button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
button.add-button {
  color: #0ea5e9 !important;
}
button.button-small {
  height: 34px !important;
  font-size: 15px;
}
html {
  --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;
}
html {
  --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;
}
html {
  --mat-standard-button-toggle-height: 48px;
}
mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
html {
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --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);
}
mat-dialog-container {
  padding: 0rem;
}
.cdk-overlay-container .full-screen-dialog-backdrop {
  background: #fafafa;
}
.cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #1d2d35;
}
.mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d2d35;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
mat-icon.material-icons.tooltip,
mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
mat-icon.material-icons.pointer {
  cursor: pointer;
}
snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1d2d35;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1d2d35;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1d2d35;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html {
  --mat-stepper-header-height: 72px;
}
mat-stepper.mat-stepper-horizontal,
mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
app-body-segments #BodySegments {
  width: 100%;
}
app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
app-interaction-card .mat-caption {
  font-weight: bold;
}
app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
app-value .value {
  font-weight: 400;
}
app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
app-value .value mat-icon {
  font-size: inherit;
}
app-value .value.background {
  background-color: #e4e4e4;
}
app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
app-value .value.foreground {
  background-color: transparent;
}
app-value .value.foreground.success {
  color: #0ea246;
}
app-value .value.foreground.warning {
  color: #ffb625;
}
app-value .value.foreground.failure {
  color: #c90c4d;
}
app-value .value.foreground.critical {
  color: #f9e2ea;
}
app-value .value.foreground.information {
  color: #409dd0;
}
app-value .value.foreground.low {
  color: #4aa051;
}
app-value .value.foreground.moderate {
  color: #f4b94a;
}
app-value .value.foreground.high {
  color: #e52b6e;
}
app-value .value.foreground.veryhigh {
  color: #b20541;
}
app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
app-task-card app-image img {
  max-width: 20rem;
}
app-image img {
  background-color: #e4e4e4;
}
app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
app-interaction-card .mat-caption {
  font-weight: bold;
}
app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
app-task-card app-image img {
  max-width: 20rem;
}
.ergonomicsTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mat-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: #047ba0;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #047ba0;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #047ba0;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(4, 123, 160, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(4, 123, 160, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(4, 123, 160, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #047ba0;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(4, 123, 160, 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);
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #047ba0;
  --mdc-filled-text-field-focus-active-indicator-color: #047ba0;
  --mdc-filled-text-field-focus-label-text-color: rgba(4, 123, 160, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #047ba0;
  --mdc-outlined-text-field-focus-outline-color: #047ba0;
  --mdc-outlined-text-field-focus-label-text-color: rgba(4, 123, 160, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(4, 123, 160, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #047ba0;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(4, 123, 160, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #037398;
  --mdc-switch-selected-handle-color: #037398;
  --mdc-switch-selected-hover-state-layer-color: #037398;
  --mdc-switch-selected-pressed-state-layer-color: #037398;
  --mdc-switch-selected-focus-handle-color: #014b73;
  --mdc-switch-selected-hover-handle-color: #014b73;
  --mdc-switch-selected-pressed-handle-color: #014b73;
  --mdc-switch-selected-focus-track-color: #4fa3bd;
  --mdc-switch-selected-hover-track-color: #4fa3bd;
  --mdc-switch-selected-pressed-track-color: #4fa3bd;
  --mdc-switch-selected-track-color: #4fa3bd;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #047ba0;
  --mdc-slider-focus-handle-color: #047ba0;
  --mdc-slider-hover-handle-color: #047ba0;
  --mdc-slider-active-track-color: #047ba0;
  --mdc-slider-inactive-track-color: #047ba0;
  --mdc-slider-with-tick-marks-inactive-container-color: #047ba0;
  --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;
  --mat-slider-ripple-color: #047ba0;
  --mat-slider-hover-state-layer-color: rgba(4, 123, 160, 0.05);
  --mat-slider-focus-state-layer-color: rgba(4, 123, 160, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --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: #a5a5a5;
  --mat-sort-arrow-color: #757575;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #047ba0;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #047ba0;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #047ba0;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #047ba0;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #047ba0;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #047ba0;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.ergonomicsTheme .mat-h1,
.ergonomicsTheme .mat-headline-5,
.ergonomicsTheme .mat-typography .mat-h1,
.ergonomicsTheme .mat-typography .mat-headline-5,
.ergonomicsTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.ergonomicsTheme .mat-h2,
.ergonomicsTheme .mat-headline-6,
.ergonomicsTheme .mat-typography .mat-h2,
.ergonomicsTheme .mat-typography .mat-headline-6,
.ergonomicsTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.ergonomicsTheme .mat-h3,
.ergonomicsTheme .mat-subtitle-1,
.ergonomicsTheme .mat-typography .mat-h3,
.ergonomicsTheme .mat-typography .mat-subtitle-1,
.ergonomicsTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.ergonomicsTheme .mat-h4,
.ergonomicsTheme .mat-body-1,
.ergonomicsTheme .mat-typography .mat-h4,
.ergonomicsTheme .mat-typography .mat-body-1,
.ergonomicsTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.ergonomicsTheme .mat-h5,
.ergonomicsTheme .mat-typography .mat-h5,
.ergonomicsTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.ergonomicsTheme .mat-h6,
.ergonomicsTheme .mat-typography .mat-h6,
.ergonomicsTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.ergonomicsTheme .mat-body-strong,
.ergonomicsTheme .mat-subtitle-2,
.ergonomicsTheme .mat-typography .mat-body-strong,
.ergonomicsTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.ergonomicsTheme .mat-body,
.ergonomicsTheme .mat-body-2,
.ergonomicsTheme .mat-typography .mat-body,
.ergonomicsTheme .mat-typography .mat-body-2,
.ergonomicsTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.ergonomicsTheme .mat-body p,
.ergonomicsTheme .mat-body-2 p,
.ergonomicsTheme .mat-typography .mat-body p,
.ergonomicsTheme .mat-typography .mat-body-2 p,
.ergonomicsTheme .mat-typography p {
  margin: 0 0 12px;
}
.ergonomicsTheme .mat-small,
.ergonomicsTheme .mat-caption,
.ergonomicsTheme .mat-typography .mat-small,
.ergonomicsTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.ergonomicsTheme .mat-headline-1,
.ergonomicsTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.ergonomicsTheme .mat-headline-2,
.ergonomicsTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.ergonomicsTheme .mat-headline-3,
.ergonomicsTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.ergonomicsTheme .mat-headline-4,
.ergonomicsTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.ergonomicsTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.ergonomicsTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.ergonomicsTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.ergonomicsTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.ergonomicsTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.ergonomicsTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.ergonomicsTheme .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: #047ba0;
  --mdc-checkbox-selected-hover-icon-color: #047ba0;
  --mdc-checkbox-selected-icon-color: #047ba0;
  --mdc-checkbox-selected-pressed-icon-color: #047ba0;
  --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-selected-focus-state-layer-color: #047ba0;
  --mdc-checkbox-selected-hover-state-layer-color: #047ba0;
  --mdc-checkbox-selected-pressed-state-layer-color: #047ba0;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.ergonomicsTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.ergonomicsTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.ergonomicsTheme .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;
}
.ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #047ba0;
  --mdc-chip-elevated-selected-container-color: #047ba0;
  --mdc-chip-elevated-disabled-container-color: #047ba0;
  --mdc-chip-flat-disabled-selected-container-color: #047ba0;
  --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;
}
.ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.ergonomicsTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.ergonomicsTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.ergonomicsTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.ergonomicsTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #047ba0;
  --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: #047ba0;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.ergonomicsTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.ergonomicsTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.ergonomicsTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.ergonomicsTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.ergonomicsTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.ergonomicsTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.ergonomicsTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.ergonomicsTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.ergonomicsTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.ergonomicsTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.ergonomicsTheme .mat-icon.mat-primary {
  --mat-icon-color: #047ba0;
}
.ergonomicsTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.ergonomicsTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.ergonomicsTheme .mdc-list-item__start,
.ergonomicsTheme .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-focus-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: #047ba0;
  --mdc-radio-selected-hover-icon-color: #047ba0;
  --mdc-radio-selected-icon-color: #047ba0;
  --mdc-radio-selected-pressed-icon-color: #047ba0;
}
.ergonomicsTheme .mat-accent .mdc-list-item__start,
.ergonomicsTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.ergonomicsTheme .mat-warn .mdc-list-item__start,
.ergonomicsTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.ergonomicsTheme .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: #047ba0;
  --mdc-checkbox-selected-hover-icon-color: #047ba0;
  --mdc-checkbox-selected-icon-color: #047ba0;
  --mdc-checkbox-selected-pressed-icon-color: #047ba0;
  --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-selected-focus-state-layer-color: #047ba0;
  --mdc-checkbox-selected-hover-state-layer-color: #047ba0;
  --mdc-checkbox-selected-pressed-state-layer-color: #047ba0;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.ergonomicsTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.ergonomicsTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.ergonomicsTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.ergonomicsTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.ergonomicsTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.ergonomicsTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #047ba0;
}
.ergonomicsTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.ergonomicsTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.ergonomicsTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.ergonomicsTheme .mdc-list-item__start,
.ergonomicsTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.ergonomicsTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #047ba0;
  --mdc-linear-progress-track-color: rgba(4, 123, 160, 0.25);
}
.ergonomicsTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.ergonomicsTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.ergonomicsTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.ergonomicsTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.ergonomicsTheme .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-focus-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: #047ba0;
  --mdc-radio-selected-hover-icon-color: #047ba0;
  --mdc-radio-selected-icon-color: #047ba0;
  --mdc-radio-selected-pressed-icon-color: #047ba0;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #047ba0;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.ergonomicsTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.ergonomicsTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.ergonomicsTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.ergonomicsTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.ergonomicsTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.ergonomicsTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
.ergonomicsTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #9d9d9d;
  --mdc-switch-selected-handle-color: #9d9d9d;
  --mdc-switch-selected-hover-state-layer-color: #9d9d9d;
  --mdc-switch-selected-pressed-state-layer-color: #9d9d9d;
  --mdc-switch-selected-focus-handle-color: #797979;
  --mdc-switch-selected-hover-handle-color: #797979;
  --mdc-switch-selected-pressed-handle-color: #797979;
  --mdc-switch-selected-focus-track-color: silver;
  --mdc-switch-selected-hover-track-color: silver;
  --mdc-switch-selected-pressed-track-color: silver;
  --mdc-switch-selected-track-color: silver;
}
.ergonomicsTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #c30a46;
  --mdc-switch-selected-handle-color: #c30a46;
  --mdc-switch-selected-hover-state-layer-color: #c30a46;
  --mdc-switch-selected-pressed-state-layer-color: #c30a46;
  --mdc-switch-selected-focus-handle-color: #a90325;
  --mdc-switch-selected-hover-handle-color: #a90325;
  --mdc-switch-selected-pressed-handle-color: #a90325;
  --mdc-switch-selected-focus-track-color: #d95582;
  --mdc-switch-selected-hover-track-color: #d95582;
  --mdc-switch-selected-pressed-track-color: #d95582;
  --mdc-switch-selected-track-color: #d95582;
}
.ergonomicsTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.ergonomicsTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.ergonomicsTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.ergonomicsTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.ergonomicsTheme .mat-mdc-tab-group,
.ergonomicsTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #047ba0;
  --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: #047ba0;
  --mat-tab-header-active-ripple-color: #047ba0;
  --mat-tab-header-inactive-ripple-color: #047ba0;
  --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: #047ba0;
  --mat-tab-header-active-hover-label-text-color: #047ba0;
  --mat-tab-header-active-focus-indicator-color: #047ba0;
  --mat-tab-header-active-hover-indicator-color: #047ba0;
}
.ergonomicsTheme .mat-mdc-tab-group.mat-accent,
.ergonomicsTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.ergonomicsTheme .mat-mdc-tab-group.mat-warn,
.ergonomicsTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.ergonomicsTheme .mat-mdc-tab-group.mat-background-primary,
.ergonomicsTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #047ba0;
  --mat-tab-header-with-background-foreground-color: white;
}
.ergonomicsTheme .mat-mdc-tab-group.mat-background-accent,
.ergonomicsTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.ergonomicsTheme .mat-mdc-tab-group.mat-background-warn,
.ergonomicsTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.ergonomicsTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.ergonomicsTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #047ba0;
  --mat-toolbar-container-text-color: white;
}
.ergonomicsTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.ergonomicsTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.ergonomicsTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #047ba0;
  --mat-text-button-state-layer-color: #047ba0;
  --mat-text-button-ripple-color: rgba(4, 123, 160, 0.1);
}
.ergonomicsTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.ergonomicsTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.ergonomicsTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #047ba0;
  --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);
}
.ergonomicsTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.ergonomicsTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.ergonomicsTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #047ba0;
  --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);
}
.ergonomicsTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.ergonomicsTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.ergonomicsTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #047ba0;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #047ba0;
  --mat-outlined-button-ripple-color: rgba(4, 123, 160, 0.1);
}
.ergonomicsTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.ergonomicsTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.ergonomicsTheme button {
  background-color: #047ba0;
}
.ergonomicsTheme button.mat-mdc-button,
.ergonomicsTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.ergonomicsTheme button.mat-mdc-button .mat-icon,
.ergonomicsTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.ergonomicsTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.ergonomicsTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.ergonomicsTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.ergonomicsTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.ergonomicsTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.ergonomicsTheme button.button-simple {
  border: 1px solid black !important;
}
.ergonomicsTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.ergonomicsTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.ergonomicsTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.ergonomicsTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.ergonomicsTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.ergonomicsTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.ergonomicsTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.ergonomicsTheme button.add-button {
  color: #0ea5e9 !important;
}
.ergonomicsTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.ergonomicsTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.ergonomicsTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.ergonomicsTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.ergonomicsTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.ergonomicsTheme mat-dialog-container {
  padding: 0rem;
}
.ergonomicsTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #fafafa;
}
.ergonomicsTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.ergonomicsTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.ergonomicsTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.ergonomicsTheme .mat-icon.mat-primary {
  --mat-icon-color: #047ba0;
}
.ergonomicsTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.ergonomicsTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.ergonomicsTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.ergonomicsTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #047ba0;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.ergonomicsTheme mat-icon.material-icons.tooltip,
.ergonomicsTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.ergonomicsTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.ergonomicsTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.ergonomicsTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.ergonomicsTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.ergonomicsTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.ergonomicsTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.ergonomicsTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.ergonomicsTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.ergonomicsTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.ergonomicsTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.ergonomicsTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.ergonomicsTheme mat-stepper.mat-stepper-horizontal,
.ergonomicsTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.ergonomicsTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.ergonomicsTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.ergonomicsTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.ergonomicsTheme app-body-segments #BodySegments {
  width: 100%;
}
.ergonomicsTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.ergonomicsTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.ergonomicsTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.ergonomicsTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.ergonomicsTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.ergonomicsTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.ergonomicsTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.ergonomicsTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.ergonomicsTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.ergonomicsTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.ergonomicsTheme app-value .value {
  font-weight: 400;
}
.ergonomicsTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.ergonomicsTheme app-value .value mat-icon {
  font-size: inherit;
}
.ergonomicsTheme app-value .value.background {
  background-color: #e4e4e4;
}
.ergonomicsTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.ergonomicsTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.ergonomicsTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.ergonomicsTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.ergonomicsTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.ergonomicsTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.ergonomicsTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.ergonomicsTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.ergonomicsTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.ergonomicsTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.ergonomicsTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.ergonomicsTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.ergonomicsTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.ergonomicsTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.ergonomicsTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.ergonomicsTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.ergonomicsTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.ergonomicsTheme app-value .value.foreground {
  background-color: transparent;
}
.ergonomicsTheme app-value .value.foreground.success {
  color: #0ea246;
}
.ergonomicsTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.ergonomicsTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.ergonomicsTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.ergonomicsTheme app-value .value.foreground.information {
  color: #409dd0;
}
.ergonomicsTheme app-value .value.foreground.low {
  color: #4aa051;
}
.ergonomicsTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.ergonomicsTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.ergonomicsTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.ergonomicsTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.ergonomicsTheme app-task-card app-image img {
  max-width: 20rem;
}
.ergonomicsTheme app-image img {
  background-color: #e4e4e4;
}
.ergonomicsTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.ergonomicsTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.ergonomicsTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.ergonomicsTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.ergonomicsTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.ergonomicsTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.ergonomicsTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.ergonomicsTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.ergonomicsTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.ergonomicsTheme app-task-card app-image img {
  max-width: 20rem;
}
.earlyInterventionTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mat-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: #495399;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #495399;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #495399;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(73, 83, 153, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(73, 83, 153, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(73, 83, 153, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #495399;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(73, 83, 153, 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);
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #495399;
  --mdc-filled-text-field-focus-active-indicator-color: #495399;
  --mdc-filled-text-field-focus-label-text-color: rgba(73, 83, 153, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #495399;
  --mdc-outlined-text-field-focus-outline-color: #495399;
  --mdc-outlined-text-field-focus-label-text-color: rgba(73, 83, 153, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(73, 83, 153, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #495399;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(73, 83, 153, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #424c91;
  --mdc-switch-selected-handle-color: #424c91;
  --mdc-switch-selected-hover-state-layer-color: #424c91;
  --mdc-switch-selected-pressed-state-layer-color: #424c91;
  --mdc-switch-selected-focus-handle-color: #21296b;
  --mdc-switch-selected-hover-handle-color: #21296b;
  --mdc-switch-selected-pressed-handle-color: #21296b;
  --mdc-switch-selected-focus-track-color: #8087b8;
  --mdc-switch-selected-hover-track-color: #8087b8;
  --mdc-switch-selected-pressed-track-color: #8087b8;
  --mdc-switch-selected-track-color: #8087b8;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #495399;
  --mdc-slider-focus-handle-color: #495399;
  --mdc-slider-hover-handle-color: #495399;
  --mdc-slider-active-track-color: #495399;
  --mdc-slider-inactive-track-color: #495399;
  --mdc-slider-with-tick-marks-inactive-container-color: #495399;
  --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;
  --mat-slider-ripple-color: #495399;
  --mat-slider-hover-state-layer-color: rgba(73, 83, 153, 0.05);
  --mat-slider-focus-state-layer-color: rgba(73, 83, 153, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --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: #a5a5a5;
  --mat-sort-arrow-color: #757575;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #495399;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #495399;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #495399;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #495399;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #495399;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #495399;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.earlyInterventionTheme .mat-h1,
.earlyInterventionTheme .mat-headline-5,
.earlyInterventionTheme .mat-typography .mat-h1,
.earlyInterventionTheme .mat-typography .mat-headline-5,
.earlyInterventionTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.earlyInterventionTheme .mat-h2,
.earlyInterventionTheme .mat-headline-6,
.earlyInterventionTheme .mat-typography .mat-h2,
.earlyInterventionTheme .mat-typography .mat-headline-6,
.earlyInterventionTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.earlyInterventionTheme .mat-h3,
.earlyInterventionTheme .mat-subtitle-1,
.earlyInterventionTheme .mat-typography .mat-h3,
.earlyInterventionTheme .mat-typography .mat-subtitle-1,
.earlyInterventionTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.earlyInterventionTheme .mat-h4,
.earlyInterventionTheme .mat-body-1,
.earlyInterventionTheme .mat-typography .mat-h4,
.earlyInterventionTheme .mat-typography .mat-body-1,
.earlyInterventionTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.earlyInterventionTheme .mat-h5,
.earlyInterventionTheme .mat-typography .mat-h5,
.earlyInterventionTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.earlyInterventionTheme .mat-h6,
.earlyInterventionTheme .mat-typography .mat-h6,
.earlyInterventionTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.earlyInterventionTheme .mat-body-strong,
.earlyInterventionTheme .mat-subtitle-2,
.earlyInterventionTheme .mat-typography .mat-body-strong,
.earlyInterventionTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.earlyInterventionTheme .mat-body,
.earlyInterventionTheme .mat-body-2,
.earlyInterventionTheme .mat-typography .mat-body,
.earlyInterventionTheme .mat-typography .mat-body-2,
.earlyInterventionTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.earlyInterventionTheme .mat-body p,
.earlyInterventionTheme .mat-body-2 p,
.earlyInterventionTheme .mat-typography .mat-body p,
.earlyInterventionTheme .mat-typography .mat-body-2 p,
.earlyInterventionTheme .mat-typography p {
  margin: 0 0 12px;
}
.earlyInterventionTheme .mat-small,
.earlyInterventionTheme .mat-caption,
.earlyInterventionTheme .mat-typography .mat-small,
.earlyInterventionTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.earlyInterventionTheme .mat-headline-1,
.earlyInterventionTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.earlyInterventionTheme .mat-headline-2,
.earlyInterventionTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.earlyInterventionTheme .mat-headline-3,
.earlyInterventionTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.earlyInterventionTheme .mat-headline-4,
.earlyInterventionTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.earlyInterventionTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.earlyInterventionTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.earlyInterventionTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.earlyInterventionTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.earlyInterventionTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.earlyInterventionTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.earlyInterventionTheme .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: #495399;
  --mdc-checkbox-selected-hover-icon-color: #495399;
  --mdc-checkbox-selected-icon-color: #495399;
  --mdc-checkbox-selected-pressed-icon-color: #495399;
  --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-selected-focus-state-layer-color: #495399;
  --mdc-checkbox-selected-hover-state-layer-color: #495399;
  --mdc-checkbox-selected-pressed-state-layer-color: #495399;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.earlyInterventionTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.earlyInterventionTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.earlyInterventionTheme .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;
}
.earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #495399;
  --mdc-chip-elevated-selected-container-color: #495399;
  --mdc-chip-elevated-disabled-container-color: #495399;
  --mdc-chip-flat-disabled-selected-container-color: #495399;
  --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;
}
.earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.earlyInterventionTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.earlyInterventionTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.earlyInterventionTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.earlyInterventionTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #495399;
  --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: #495399;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.earlyInterventionTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.earlyInterventionTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.earlyInterventionTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.earlyInterventionTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.earlyInterventionTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.earlyInterventionTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.earlyInterventionTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.earlyInterventionTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.earlyInterventionTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.earlyInterventionTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.earlyInterventionTheme .mat-icon.mat-primary {
  --mat-icon-color: #495399;
}
.earlyInterventionTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.earlyInterventionTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.earlyInterventionTheme .mdc-list-item__start,
.earlyInterventionTheme .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-focus-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: #495399;
  --mdc-radio-selected-hover-icon-color: #495399;
  --mdc-radio-selected-icon-color: #495399;
  --mdc-radio-selected-pressed-icon-color: #495399;
}
.earlyInterventionTheme .mat-accent .mdc-list-item__start,
.earlyInterventionTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.earlyInterventionTheme .mat-warn .mdc-list-item__start,
.earlyInterventionTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.earlyInterventionTheme .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: #495399;
  --mdc-checkbox-selected-hover-icon-color: #495399;
  --mdc-checkbox-selected-icon-color: #495399;
  --mdc-checkbox-selected-pressed-icon-color: #495399;
  --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-selected-focus-state-layer-color: #495399;
  --mdc-checkbox-selected-hover-state-layer-color: #495399;
  --mdc-checkbox-selected-pressed-state-layer-color: #495399;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.earlyInterventionTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.earlyInterventionTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.earlyInterventionTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.earlyInterventionTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.earlyInterventionTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.earlyInterventionTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #495399;
}
.earlyInterventionTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.earlyInterventionTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.earlyInterventionTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.earlyInterventionTheme .mdc-list-item__start,
.earlyInterventionTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.earlyInterventionTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #495399;
  --mdc-linear-progress-track-color: rgba(73, 83, 153, 0.25);
}
.earlyInterventionTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.earlyInterventionTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.earlyInterventionTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.earlyInterventionTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.earlyInterventionTheme .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-focus-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: #495399;
  --mdc-radio-selected-hover-icon-color: #495399;
  --mdc-radio-selected-icon-color: #495399;
  --mdc-radio-selected-pressed-icon-color: #495399;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #495399;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.earlyInterventionTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.earlyInterventionTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.earlyInterventionTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.earlyInterventionTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.earlyInterventionTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.earlyInterventionTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
.earlyInterventionTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #9d9d9d;
  --mdc-switch-selected-handle-color: #9d9d9d;
  --mdc-switch-selected-hover-state-layer-color: #9d9d9d;
  --mdc-switch-selected-pressed-state-layer-color: #9d9d9d;
  --mdc-switch-selected-focus-handle-color: #797979;
  --mdc-switch-selected-hover-handle-color: #797979;
  --mdc-switch-selected-pressed-handle-color: #797979;
  --mdc-switch-selected-focus-track-color: silver;
  --mdc-switch-selected-hover-track-color: silver;
  --mdc-switch-selected-pressed-track-color: silver;
  --mdc-switch-selected-track-color: silver;
}
.earlyInterventionTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #c30a46;
  --mdc-switch-selected-handle-color: #c30a46;
  --mdc-switch-selected-hover-state-layer-color: #c30a46;
  --mdc-switch-selected-pressed-state-layer-color: #c30a46;
  --mdc-switch-selected-focus-handle-color: #a90325;
  --mdc-switch-selected-hover-handle-color: #a90325;
  --mdc-switch-selected-pressed-handle-color: #a90325;
  --mdc-switch-selected-focus-track-color: #d95582;
  --mdc-switch-selected-hover-track-color: #d95582;
  --mdc-switch-selected-pressed-track-color: #d95582;
  --mdc-switch-selected-track-color: #d95582;
}
.earlyInterventionTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.earlyInterventionTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.earlyInterventionTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.earlyInterventionTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.earlyInterventionTheme .mat-mdc-tab-group,
.earlyInterventionTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #495399;
  --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: #495399;
  --mat-tab-header-active-ripple-color: #495399;
  --mat-tab-header-inactive-ripple-color: #495399;
  --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: #495399;
  --mat-tab-header-active-hover-label-text-color: #495399;
  --mat-tab-header-active-focus-indicator-color: #495399;
  --mat-tab-header-active-hover-indicator-color: #495399;
}
.earlyInterventionTheme .mat-mdc-tab-group.mat-accent,
.earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.earlyInterventionTheme .mat-mdc-tab-group.mat-warn,
.earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.earlyInterventionTheme .mat-mdc-tab-group.mat-background-primary,
.earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #495399;
  --mat-tab-header-with-background-foreground-color: white;
}
.earlyInterventionTheme .mat-mdc-tab-group.mat-background-accent,
.earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.earlyInterventionTheme .mat-mdc-tab-group.mat-background-warn,
.earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.earlyInterventionTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.earlyInterventionTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #495399;
  --mat-toolbar-container-text-color: white;
}
.earlyInterventionTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.earlyInterventionTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.earlyInterventionTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #495399;
  --mat-text-button-state-layer-color: #495399;
  --mat-text-button-ripple-color: rgba(73, 83, 153, 0.1);
}
.earlyInterventionTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.earlyInterventionTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.earlyInterventionTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #495399;
  --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);
}
.earlyInterventionTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.earlyInterventionTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.earlyInterventionTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #495399;
  --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);
}
.earlyInterventionTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.earlyInterventionTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.earlyInterventionTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #495399;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #495399;
  --mat-outlined-button-ripple-color: rgba(73, 83, 153, 0.1);
}
.earlyInterventionTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.earlyInterventionTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.earlyInterventionTheme button {
  background-color: #495399;
}
.earlyInterventionTheme button.mat-mdc-button,
.earlyInterventionTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.earlyInterventionTheme button.mat-mdc-button .mat-icon,
.earlyInterventionTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.earlyInterventionTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.earlyInterventionTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.earlyInterventionTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.earlyInterventionTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.earlyInterventionTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.earlyInterventionTheme button.button-simple {
  border: 1px solid black !important;
}
.earlyInterventionTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.earlyInterventionTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.earlyInterventionTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.earlyInterventionTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.earlyInterventionTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.earlyInterventionTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.earlyInterventionTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.earlyInterventionTheme button.add-button {
  color: #0ea5e9 !important;
}
.earlyInterventionTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.earlyInterventionTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.earlyInterventionTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.earlyInterventionTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.earlyInterventionTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.earlyInterventionTheme mat-dialog-container {
  padding: 0rem;
}
.earlyInterventionTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #fafafa;
}
.earlyInterventionTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.earlyInterventionTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.earlyInterventionTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.earlyInterventionTheme .mat-icon.mat-primary {
  --mat-icon-color: #495399;
}
.earlyInterventionTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.earlyInterventionTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.earlyInterventionTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.earlyInterventionTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #495399;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.earlyInterventionTheme mat-icon.material-icons.tooltip,
.earlyInterventionTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.earlyInterventionTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.earlyInterventionTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.earlyInterventionTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.earlyInterventionTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.earlyInterventionTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.earlyInterventionTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.earlyInterventionTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.earlyInterventionTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.earlyInterventionTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.earlyInterventionTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.earlyInterventionTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.earlyInterventionTheme mat-stepper.mat-stepper-horizontal,
.earlyInterventionTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.earlyInterventionTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.earlyInterventionTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.earlyInterventionTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.earlyInterventionTheme app-body-segments #BodySegments {
  width: 100%;
}
.earlyInterventionTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.earlyInterventionTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.earlyInterventionTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.earlyInterventionTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.earlyInterventionTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.earlyInterventionTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.earlyInterventionTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.earlyInterventionTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.earlyInterventionTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.earlyInterventionTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.earlyInterventionTheme app-value .value {
  font-weight: 400;
}
.earlyInterventionTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.earlyInterventionTheme app-value .value mat-icon {
  font-size: inherit;
}
.earlyInterventionTheme app-value .value.background {
  background-color: #e4e4e4;
}
.earlyInterventionTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.earlyInterventionTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.earlyInterventionTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.earlyInterventionTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.earlyInterventionTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.earlyInterventionTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.earlyInterventionTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.earlyInterventionTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.earlyInterventionTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.earlyInterventionTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.earlyInterventionTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.earlyInterventionTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.earlyInterventionTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.earlyInterventionTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.earlyInterventionTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.earlyInterventionTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.earlyInterventionTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.earlyInterventionTheme app-value .value.foreground {
  background-color: transparent;
}
.earlyInterventionTheme app-value .value.foreground.success {
  color: #0ea246;
}
.earlyInterventionTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.earlyInterventionTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.earlyInterventionTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.earlyInterventionTheme app-value .value.foreground.information {
  color: #409dd0;
}
.earlyInterventionTheme app-value .value.foreground.low {
  color: #4aa051;
}
.earlyInterventionTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.earlyInterventionTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.earlyInterventionTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.earlyInterventionTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.earlyInterventionTheme app-task-card app-image img {
  max-width: 20rem;
}
.earlyInterventionTheme app-image img {
  background-color: #e4e4e4;
}
.earlyInterventionTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.earlyInterventionTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.earlyInterventionTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.earlyInterventionTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.earlyInterventionTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.earlyInterventionTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.earlyInterventionTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.earlyInterventionTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.earlyInterventionTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.earlyInterventionTheme app-task-card app-image img {
  max-width: 20rem;
}
.jobRotationTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mat-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: #a1499c;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #a1499c;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #a1499c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(161, 73, 156, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(161, 73, 156, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(161, 73, 156, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #a1499c;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(161, 73, 156, 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);
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #a1499c;
  --mdc-filled-text-field-focus-active-indicator-color: #a1499c;
  --mdc-filled-text-field-focus-label-text-color: rgba(161, 73, 156, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #a1499c;
  --mdc-outlined-text-field-focus-outline-color: #a1499c;
  --mdc-outlined-text-field-focus-label-text-color: rgba(161, 73, 156, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(161, 73, 156, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #a1499c;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(161, 73, 156, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #994294;
  --mdc-switch-selected-handle-color: #994294;
  --mdc-switch-selected-hover-state-layer-color: #994294;
  --mdc-switch-selected-pressed-state-layer-color: #994294;
  --mdc-switch-selected-focus-handle-color: #74216e;
  --mdc-switch-selected-hover-handle-color: #74216e;
  --mdc-switch-selected-pressed-handle-color: #74216e;
  --mdc-switch-selected-focus-track-color: #bd80ba;
  --mdc-switch-selected-hover-track-color: #bd80ba;
  --mdc-switch-selected-pressed-track-color: #bd80ba;
  --mdc-switch-selected-track-color: #bd80ba;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #a1499c;
  --mdc-slider-focus-handle-color: #a1499c;
  --mdc-slider-hover-handle-color: #a1499c;
  --mdc-slider-active-track-color: #a1499c;
  --mdc-slider-inactive-track-color: #a1499c;
  --mdc-slider-with-tick-marks-inactive-container-color: #a1499c;
  --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;
  --mat-slider-ripple-color: #a1499c;
  --mat-slider-hover-state-layer-color: rgba(161, 73, 156, 0.05);
  --mat-slider-focus-state-layer-color: rgba(161, 73, 156, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --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: #a5a5a5;
  --mat-sort-arrow-color: #757575;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #a1499c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #a1499c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #a1499c;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #a1499c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #a1499c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #a1499c;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.jobRotationTheme .mat-h1,
.jobRotationTheme .mat-headline-5,
.jobRotationTheme .mat-typography .mat-h1,
.jobRotationTheme .mat-typography .mat-headline-5,
.jobRotationTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.jobRotationTheme .mat-h2,
.jobRotationTheme .mat-headline-6,
.jobRotationTheme .mat-typography .mat-h2,
.jobRotationTheme .mat-typography .mat-headline-6,
.jobRotationTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.jobRotationTheme .mat-h3,
.jobRotationTheme .mat-subtitle-1,
.jobRotationTheme .mat-typography .mat-h3,
.jobRotationTheme .mat-typography .mat-subtitle-1,
.jobRotationTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.jobRotationTheme .mat-h4,
.jobRotationTheme .mat-body-1,
.jobRotationTheme .mat-typography .mat-h4,
.jobRotationTheme .mat-typography .mat-body-1,
.jobRotationTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.jobRotationTheme .mat-h5,
.jobRotationTheme .mat-typography .mat-h5,
.jobRotationTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.jobRotationTheme .mat-h6,
.jobRotationTheme .mat-typography .mat-h6,
.jobRotationTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.jobRotationTheme .mat-body-strong,
.jobRotationTheme .mat-subtitle-2,
.jobRotationTheme .mat-typography .mat-body-strong,
.jobRotationTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.jobRotationTheme .mat-body,
.jobRotationTheme .mat-body-2,
.jobRotationTheme .mat-typography .mat-body,
.jobRotationTheme .mat-typography .mat-body-2,
.jobRotationTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.jobRotationTheme .mat-body p,
.jobRotationTheme .mat-body-2 p,
.jobRotationTheme .mat-typography .mat-body p,
.jobRotationTheme .mat-typography .mat-body-2 p,
.jobRotationTheme .mat-typography p {
  margin: 0 0 12px;
}
.jobRotationTheme .mat-small,
.jobRotationTheme .mat-caption,
.jobRotationTheme .mat-typography .mat-small,
.jobRotationTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.jobRotationTheme .mat-headline-1,
.jobRotationTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.jobRotationTheme .mat-headline-2,
.jobRotationTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.jobRotationTheme .mat-headline-3,
.jobRotationTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.jobRotationTheme .mat-headline-4,
.jobRotationTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.jobRotationTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.jobRotationTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.jobRotationTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.jobRotationTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.jobRotationTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.jobRotationTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.jobRotationTheme .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: #a1499c;
  --mdc-checkbox-selected-hover-icon-color: #a1499c;
  --mdc-checkbox-selected-icon-color: #a1499c;
  --mdc-checkbox-selected-pressed-icon-color: #a1499c;
  --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-selected-focus-state-layer-color: #a1499c;
  --mdc-checkbox-selected-hover-state-layer-color: #a1499c;
  --mdc-checkbox-selected-pressed-state-layer-color: #a1499c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.jobRotationTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.jobRotationTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.jobRotationTheme .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;
}
.jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #a1499c;
  --mdc-chip-elevated-selected-container-color: #a1499c;
  --mdc-chip-elevated-disabled-container-color: #a1499c;
  --mdc-chip-flat-disabled-selected-container-color: #a1499c;
  --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;
}
.jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.jobRotationTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.jobRotationTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.jobRotationTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.jobRotationTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #a1499c;
  --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: #a1499c;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.jobRotationTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.jobRotationTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.jobRotationTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.jobRotationTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.jobRotationTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.jobRotationTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.jobRotationTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.jobRotationTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.jobRotationTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.jobRotationTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.jobRotationTheme .mat-icon.mat-primary {
  --mat-icon-color: #a1499c;
}
.jobRotationTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.jobRotationTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.jobRotationTheme .mdc-list-item__start,
.jobRotationTheme .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-focus-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: #a1499c;
  --mdc-radio-selected-hover-icon-color: #a1499c;
  --mdc-radio-selected-icon-color: #a1499c;
  --mdc-radio-selected-pressed-icon-color: #a1499c;
}
.jobRotationTheme .mat-accent .mdc-list-item__start,
.jobRotationTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.jobRotationTheme .mat-warn .mdc-list-item__start,
.jobRotationTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.jobRotationTheme .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: #a1499c;
  --mdc-checkbox-selected-hover-icon-color: #a1499c;
  --mdc-checkbox-selected-icon-color: #a1499c;
  --mdc-checkbox-selected-pressed-icon-color: #a1499c;
  --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-selected-focus-state-layer-color: #a1499c;
  --mdc-checkbox-selected-hover-state-layer-color: #a1499c;
  --mdc-checkbox-selected-pressed-state-layer-color: #a1499c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.jobRotationTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.jobRotationTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.jobRotationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.jobRotationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.jobRotationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.jobRotationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #a1499c;
}
.jobRotationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.jobRotationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.jobRotationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.jobRotationTheme .mdc-list-item__start,
.jobRotationTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.jobRotationTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #a1499c;
  --mdc-linear-progress-track-color: rgba(161, 73, 156, 0.25);
}
.jobRotationTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.jobRotationTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.jobRotationTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.jobRotationTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.jobRotationTheme .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-focus-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: #a1499c;
  --mdc-radio-selected-hover-icon-color: #a1499c;
  --mdc-radio-selected-icon-color: #a1499c;
  --mdc-radio-selected-pressed-icon-color: #a1499c;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #a1499c;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.jobRotationTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.jobRotationTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.jobRotationTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.jobRotationTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.jobRotationTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.jobRotationTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
.jobRotationTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #9d9d9d;
  --mdc-switch-selected-handle-color: #9d9d9d;
  --mdc-switch-selected-hover-state-layer-color: #9d9d9d;
  --mdc-switch-selected-pressed-state-layer-color: #9d9d9d;
  --mdc-switch-selected-focus-handle-color: #797979;
  --mdc-switch-selected-hover-handle-color: #797979;
  --mdc-switch-selected-pressed-handle-color: #797979;
  --mdc-switch-selected-focus-track-color: silver;
  --mdc-switch-selected-hover-track-color: silver;
  --mdc-switch-selected-pressed-track-color: silver;
  --mdc-switch-selected-track-color: silver;
}
.jobRotationTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #c30a46;
  --mdc-switch-selected-handle-color: #c30a46;
  --mdc-switch-selected-hover-state-layer-color: #c30a46;
  --mdc-switch-selected-pressed-state-layer-color: #c30a46;
  --mdc-switch-selected-focus-handle-color: #a90325;
  --mdc-switch-selected-hover-handle-color: #a90325;
  --mdc-switch-selected-pressed-handle-color: #a90325;
  --mdc-switch-selected-focus-track-color: #d95582;
  --mdc-switch-selected-hover-track-color: #d95582;
  --mdc-switch-selected-pressed-track-color: #d95582;
  --mdc-switch-selected-track-color: #d95582;
}
.jobRotationTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.jobRotationTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.jobRotationTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.jobRotationTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.jobRotationTheme .mat-mdc-tab-group,
.jobRotationTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #a1499c;
  --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: #a1499c;
  --mat-tab-header-active-ripple-color: #a1499c;
  --mat-tab-header-inactive-ripple-color: #a1499c;
  --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: #a1499c;
  --mat-tab-header-active-hover-label-text-color: #a1499c;
  --mat-tab-header-active-focus-indicator-color: #a1499c;
  --mat-tab-header-active-hover-indicator-color: #a1499c;
}
.jobRotationTheme .mat-mdc-tab-group.mat-accent,
.jobRotationTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.jobRotationTheme .mat-mdc-tab-group.mat-warn,
.jobRotationTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.jobRotationTheme .mat-mdc-tab-group.mat-background-primary,
.jobRotationTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #a1499c;
  --mat-tab-header-with-background-foreground-color: white;
}
.jobRotationTheme .mat-mdc-tab-group.mat-background-accent,
.jobRotationTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.jobRotationTheme .mat-mdc-tab-group.mat-background-warn,
.jobRotationTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.jobRotationTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.jobRotationTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #a1499c;
  --mat-toolbar-container-text-color: white;
}
.jobRotationTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.jobRotationTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.jobRotationTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #a1499c;
  --mat-text-button-state-layer-color: #a1499c;
  --mat-text-button-ripple-color: rgba(161, 73, 156, 0.1);
}
.jobRotationTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.jobRotationTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.jobRotationTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #a1499c;
  --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);
}
.jobRotationTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.jobRotationTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.jobRotationTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #a1499c;
  --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);
}
.jobRotationTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.jobRotationTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.jobRotationTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #a1499c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #a1499c;
  --mat-outlined-button-ripple-color: rgba(161, 73, 156, 0.1);
}
.jobRotationTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.jobRotationTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.jobRotationTheme button {
  background-color: #a1499c;
}
.jobRotationTheme button.mat-mdc-button,
.jobRotationTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.jobRotationTheme button.mat-mdc-button .mat-icon,
.jobRotationTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.jobRotationTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.jobRotationTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.jobRotationTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.jobRotationTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.jobRotationTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.jobRotationTheme button.button-simple {
  border: 1px solid black !important;
}
.jobRotationTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.jobRotationTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.jobRotationTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.jobRotationTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.jobRotationTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.jobRotationTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.jobRotationTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.jobRotationTheme button.add-button {
  color: #0ea5e9 !important;
}
.jobRotationTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.jobRotationTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.jobRotationTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.jobRotationTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.jobRotationTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.jobRotationTheme mat-dialog-container {
  padding: 0rem;
}
.jobRotationTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #fafafa;
}
.jobRotationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.jobRotationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.jobRotationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.jobRotationTheme .mat-icon.mat-primary {
  --mat-icon-color: #a1499c;
}
.jobRotationTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.jobRotationTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.jobRotationTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.jobRotationTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a1499c;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.jobRotationTheme mat-icon.material-icons.tooltip,
.jobRotationTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.jobRotationTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.jobRotationTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.jobRotationTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.jobRotationTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.jobRotationTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.jobRotationTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.jobRotationTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.jobRotationTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.jobRotationTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.jobRotationTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.jobRotationTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.jobRotationTheme mat-stepper.mat-stepper-horizontal,
.jobRotationTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.jobRotationTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.jobRotationTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.jobRotationTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.jobRotationTheme app-body-segments #BodySegments {
  width: 100%;
}
.jobRotationTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.jobRotationTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.jobRotationTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.jobRotationTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.jobRotationTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.jobRotationTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.jobRotationTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.jobRotationTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.jobRotationTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.jobRotationTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.jobRotationTheme app-value .value {
  font-weight: 400;
}
.jobRotationTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.jobRotationTheme app-value .value mat-icon {
  font-size: inherit;
}
.jobRotationTheme app-value .value.background {
  background-color: #e4e4e4;
}
.jobRotationTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.jobRotationTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.jobRotationTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.jobRotationTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.jobRotationTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.jobRotationTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.jobRotationTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.jobRotationTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.jobRotationTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.jobRotationTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.jobRotationTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.jobRotationTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.jobRotationTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.jobRotationTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.jobRotationTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.jobRotationTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.jobRotationTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.jobRotationTheme app-value .value.foreground {
  background-color: transparent;
}
.jobRotationTheme app-value .value.foreground.success {
  color: #0ea246;
}
.jobRotationTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.jobRotationTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.jobRotationTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.jobRotationTheme app-value .value.foreground.information {
  color: #409dd0;
}
.jobRotationTheme app-value .value.foreground.low {
  color: #4aa051;
}
.jobRotationTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.jobRotationTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.jobRotationTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.jobRotationTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.jobRotationTheme app-task-card app-image img {
  max-width: 20rem;
}
.jobRotationTheme app-image img {
  background-color: #e4e4e4;
}
.jobRotationTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.jobRotationTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.jobRotationTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.jobRotationTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.jobRotationTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.jobRotationTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.jobRotationTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.jobRotationTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.jobRotationTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.jobRotationTheme app-task-card app-image img {
  max-width: 20rem;
}
.stretchingTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mat-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: #228679;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #228679;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #228679;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(34, 134, 121, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(34, 134, 121, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(34, 134, 121, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #228679;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(34, 134, 121, 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);
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #228679;
  --mdc-filled-text-field-focus-active-indicator-color: #228679;
  --mdc-filled-text-field-focus-label-text-color: rgba(34, 134, 121, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #228679;
  --mdc-outlined-text-field-focus-outline-color: #228679;
  --mdc-outlined-text-field-focus-label-text-color: rgba(34, 134, 121, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(34, 134, 121, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #228679;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(34, 134, 121, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #1e7e71;
  --mdc-switch-selected-handle-color: #1e7e71;
  --mdc-switch-selected-hover-state-layer-color: #1e7e71;
  --mdc-switch-selected-pressed-state-layer-color: #1e7e71;
  --mdc-switch-selected-focus-handle-color: #0c5649;
  --mdc-switch-selected-hover-handle-color: #0c5649;
  --mdc-switch-selected-pressed-handle-color: #0c5649;
  --mdc-switch-selected-focus-track-color: #64aaa1;
  --mdc-switch-selected-hover-track-color: #64aaa1;
  --mdc-switch-selected-pressed-track-color: #64aaa1;
  --mdc-switch-selected-track-color: #64aaa1;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #228679;
  --mdc-slider-focus-handle-color: #228679;
  --mdc-slider-hover-handle-color: #228679;
  --mdc-slider-active-track-color: #228679;
  --mdc-slider-inactive-track-color: #228679;
  --mdc-slider-with-tick-marks-inactive-container-color: #228679;
  --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;
  --mat-slider-ripple-color: #228679;
  --mat-slider-hover-state-layer-color: rgba(34, 134, 121, 0.05);
  --mat-slider-focus-state-layer-color: rgba(34, 134, 121, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --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: #a5a5a5;
  --mat-sort-arrow-color: #757575;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #228679;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #228679;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #228679;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #228679;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #228679;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #228679;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.stretchingTheme .mat-h1,
.stretchingTheme .mat-headline-5,
.stretchingTheme .mat-typography .mat-h1,
.stretchingTheme .mat-typography .mat-headline-5,
.stretchingTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.stretchingTheme .mat-h2,
.stretchingTheme .mat-headline-6,
.stretchingTheme .mat-typography .mat-h2,
.stretchingTheme .mat-typography .mat-headline-6,
.stretchingTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.stretchingTheme .mat-h3,
.stretchingTheme .mat-subtitle-1,
.stretchingTheme .mat-typography .mat-h3,
.stretchingTheme .mat-typography .mat-subtitle-1,
.stretchingTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.stretchingTheme .mat-h4,
.stretchingTheme .mat-body-1,
.stretchingTheme .mat-typography .mat-h4,
.stretchingTheme .mat-typography .mat-body-1,
.stretchingTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.stretchingTheme .mat-h5,
.stretchingTheme .mat-typography .mat-h5,
.stretchingTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.stretchingTheme .mat-h6,
.stretchingTheme .mat-typography .mat-h6,
.stretchingTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.stretchingTheme .mat-body-strong,
.stretchingTheme .mat-subtitle-2,
.stretchingTheme .mat-typography .mat-body-strong,
.stretchingTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.stretchingTheme .mat-body,
.stretchingTheme .mat-body-2,
.stretchingTheme .mat-typography .mat-body,
.stretchingTheme .mat-typography .mat-body-2,
.stretchingTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.stretchingTheme .mat-body p,
.stretchingTheme .mat-body-2 p,
.stretchingTheme .mat-typography .mat-body p,
.stretchingTheme .mat-typography .mat-body-2 p,
.stretchingTheme .mat-typography p {
  margin: 0 0 12px;
}
.stretchingTheme .mat-small,
.stretchingTheme .mat-caption,
.stretchingTheme .mat-typography .mat-small,
.stretchingTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.stretchingTheme .mat-headline-1,
.stretchingTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.stretchingTheme .mat-headline-2,
.stretchingTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.stretchingTheme .mat-headline-3,
.stretchingTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.stretchingTheme .mat-headline-4,
.stretchingTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.stretchingTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.stretchingTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.stretchingTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.stretchingTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.stretchingTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.stretchingTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.stretchingTheme .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: #228679;
  --mdc-checkbox-selected-hover-icon-color: #228679;
  --mdc-checkbox-selected-icon-color: #228679;
  --mdc-checkbox-selected-pressed-icon-color: #228679;
  --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-selected-focus-state-layer-color: #228679;
  --mdc-checkbox-selected-hover-state-layer-color: #228679;
  --mdc-checkbox-selected-pressed-state-layer-color: #228679;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.stretchingTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.stretchingTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.stretchingTheme .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;
}
.stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #228679;
  --mdc-chip-elevated-selected-container-color: #228679;
  --mdc-chip-elevated-disabled-container-color: #228679;
  --mdc-chip-flat-disabled-selected-container-color: #228679;
  --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;
}
.stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.stretchingTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.stretchingTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.stretchingTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.stretchingTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #228679;
  --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: #228679;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.stretchingTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.stretchingTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.stretchingTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.stretchingTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.stretchingTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.stretchingTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.stretchingTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.stretchingTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.stretchingTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.stretchingTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.stretchingTheme .mat-icon.mat-primary {
  --mat-icon-color: #228679;
}
.stretchingTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.stretchingTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.stretchingTheme .mdc-list-item__start,
.stretchingTheme .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-focus-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: #228679;
  --mdc-radio-selected-hover-icon-color: #228679;
  --mdc-radio-selected-icon-color: #228679;
  --mdc-radio-selected-pressed-icon-color: #228679;
}
.stretchingTheme .mat-accent .mdc-list-item__start,
.stretchingTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.stretchingTheme .mat-warn .mdc-list-item__start,
.stretchingTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.stretchingTheme .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: #228679;
  --mdc-checkbox-selected-hover-icon-color: #228679;
  --mdc-checkbox-selected-icon-color: #228679;
  --mdc-checkbox-selected-pressed-icon-color: #228679;
  --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-selected-focus-state-layer-color: #228679;
  --mdc-checkbox-selected-hover-state-layer-color: #228679;
  --mdc-checkbox-selected-pressed-state-layer-color: #228679;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.stretchingTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.stretchingTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.stretchingTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.stretchingTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.stretchingTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.stretchingTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #228679;
}
.stretchingTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.stretchingTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.stretchingTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.stretchingTheme .mdc-list-item__start,
.stretchingTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.stretchingTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #228679;
  --mdc-linear-progress-track-color: rgba(34, 134, 121, 0.25);
}
.stretchingTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.stretchingTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.stretchingTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.stretchingTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.stretchingTheme .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-focus-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: #228679;
  --mdc-radio-selected-hover-icon-color: #228679;
  --mdc-radio-selected-icon-color: #228679;
  --mdc-radio-selected-pressed-icon-color: #228679;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #228679;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.stretchingTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.stretchingTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.stretchingTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.stretchingTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.stretchingTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.stretchingTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
.stretchingTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #9d9d9d;
  --mdc-switch-selected-handle-color: #9d9d9d;
  --mdc-switch-selected-hover-state-layer-color: #9d9d9d;
  --mdc-switch-selected-pressed-state-layer-color: #9d9d9d;
  --mdc-switch-selected-focus-handle-color: #797979;
  --mdc-switch-selected-hover-handle-color: #797979;
  --mdc-switch-selected-pressed-handle-color: #797979;
  --mdc-switch-selected-focus-track-color: silver;
  --mdc-switch-selected-hover-track-color: silver;
  --mdc-switch-selected-pressed-track-color: silver;
  --mdc-switch-selected-track-color: silver;
}
.stretchingTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #c30a46;
  --mdc-switch-selected-handle-color: #c30a46;
  --mdc-switch-selected-hover-state-layer-color: #c30a46;
  --mdc-switch-selected-pressed-state-layer-color: #c30a46;
  --mdc-switch-selected-focus-handle-color: #a90325;
  --mdc-switch-selected-hover-handle-color: #a90325;
  --mdc-switch-selected-pressed-handle-color: #a90325;
  --mdc-switch-selected-focus-track-color: #d95582;
  --mdc-switch-selected-hover-track-color: #d95582;
  --mdc-switch-selected-pressed-track-color: #d95582;
  --mdc-switch-selected-track-color: #d95582;
}
.stretchingTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.stretchingTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.stretchingTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.stretchingTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.stretchingTheme .mat-mdc-tab-group,
.stretchingTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #228679;
  --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: #228679;
  --mat-tab-header-active-ripple-color: #228679;
  --mat-tab-header-inactive-ripple-color: #228679;
  --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: #228679;
  --mat-tab-header-active-hover-label-text-color: #228679;
  --mat-tab-header-active-focus-indicator-color: #228679;
  --mat-tab-header-active-hover-indicator-color: #228679;
}
.stretchingTheme .mat-mdc-tab-group.mat-accent,
.stretchingTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.stretchingTheme .mat-mdc-tab-group.mat-warn,
.stretchingTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.stretchingTheme .mat-mdc-tab-group.mat-background-primary,
.stretchingTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #228679;
  --mat-tab-header-with-background-foreground-color: white;
}
.stretchingTheme .mat-mdc-tab-group.mat-background-accent,
.stretchingTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.stretchingTheme .mat-mdc-tab-group.mat-background-warn,
.stretchingTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.stretchingTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.stretchingTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #228679;
  --mat-toolbar-container-text-color: white;
}
.stretchingTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.stretchingTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.stretchingTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #228679;
  --mat-text-button-state-layer-color: #228679;
  --mat-text-button-ripple-color: rgba(34, 134, 121, 0.1);
}
.stretchingTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.stretchingTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.stretchingTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #228679;
  --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);
}
.stretchingTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.stretchingTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.stretchingTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #228679;
  --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);
}
.stretchingTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.stretchingTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.stretchingTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #228679;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #228679;
  --mat-outlined-button-ripple-color: rgba(34, 134, 121, 0.1);
}
.stretchingTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.stretchingTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.stretchingTheme button {
  background-color: #228679;
}
.stretchingTheme button.mat-mdc-button,
.stretchingTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.stretchingTheme button.mat-mdc-button .mat-icon,
.stretchingTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.stretchingTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.stretchingTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.stretchingTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.stretchingTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.stretchingTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.stretchingTheme button.button-simple {
  border: 1px solid black !important;
}
.stretchingTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.stretchingTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.stretchingTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.stretchingTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.stretchingTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.stretchingTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.stretchingTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.stretchingTheme button.add-button {
  color: #0ea5e9 !important;
}
.stretchingTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.stretchingTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.stretchingTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.stretchingTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.stretchingTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.stretchingTheme mat-dialog-container {
  padding: 0rem;
}
.stretchingTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #fafafa;
}
.stretchingTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.stretchingTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.stretchingTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.stretchingTheme .mat-icon.mat-primary {
  --mat-icon-color: #228679;
}
.stretchingTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.stretchingTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.stretchingTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.stretchingTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #228679;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.stretchingTheme mat-icon.material-icons.tooltip,
.stretchingTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.stretchingTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.stretchingTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.stretchingTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.stretchingTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.stretchingTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.stretchingTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.stretchingTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.stretchingTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.stretchingTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.stretchingTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.stretchingTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.stretchingTheme mat-stepper.mat-stepper-horizontal,
.stretchingTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.stretchingTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.stretchingTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.stretchingTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.stretchingTheme app-body-segments #BodySegments {
  width: 100%;
}
.stretchingTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.stretchingTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.stretchingTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.stretchingTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.stretchingTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.stretchingTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.stretchingTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.stretchingTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.stretchingTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.stretchingTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.stretchingTheme app-value .value {
  font-weight: 400;
}
.stretchingTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.stretchingTheme app-value .value mat-icon {
  font-size: inherit;
}
.stretchingTheme app-value .value.background {
  background-color: #e4e4e4;
}
.stretchingTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.stretchingTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.stretchingTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.stretchingTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.stretchingTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.stretchingTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.stretchingTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.stretchingTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.stretchingTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.stretchingTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.stretchingTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.stretchingTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.stretchingTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.stretchingTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.stretchingTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.stretchingTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.stretchingTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.stretchingTheme app-value .value.foreground {
  background-color: transparent;
}
.stretchingTheme app-value .value.foreground.success {
  color: #0ea246;
}
.stretchingTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.stretchingTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.stretchingTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.stretchingTheme app-value .value.foreground.information {
  color: #409dd0;
}
.stretchingTheme app-value .value.foreground.low {
  color: #4aa051;
}
.stretchingTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.stretchingTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.stretchingTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.stretchingTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.stretchingTheme app-task-card app-image img {
  max-width: 20rem;
}
.stretchingTheme app-image img {
  background-color: #e4e4e4;
}
.stretchingTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.stretchingTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.stretchingTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.stretchingTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.stretchingTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.stretchingTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.stretchingTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.stretchingTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.stretchingTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.stretchingTheme app-task-card app-image img {
  max-width: 20rem;
}
.educationTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mat-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: #035a8f;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #035a8f;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #035a8f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(3, 90, 143, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(3, 90, 143, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(3, 90, 143, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #035a8f;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(3, 90, 143, 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);
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #035a8f;
  --mdc-filled-text-field-focus-active-indicator-color: #035a8f;
  --mdc-filled-text-field-focus-label-text-color: rgba(3, 90, 143, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #035a8f;
  --mdc-outlined-text-field-focus-outline-color: #035a8f;
  --mdc-outlined-text-field-focus-label-text-color: rgba(3, 90, 143, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(3, 90, 143, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #035a8f;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(3, 90, 143, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #035287;
  --mdc-switch-selected-handle-color: #035287;
  --mdc-switch-selected-hover-state-layer-color: #035287;
  --mdc-switch-selected-pressed-state-layer-color: #035287;
  --mdc-switch-selected-focus-handle-color: #012e60;
  --mdc-switch-selected-hover-handle-color: #012e60;
  --mdc-switch-selected-pressed-handle-color: #012e60;
  --mdc-switch-selected-focus-track-color: #4f8cb1;
  --mdc-switch-selected-hover-track-color: #4f8cb1;
  --mdc-switch-selected-pressed-track-color: #4f8cb1;
  --mdc-switch-selected-track-color: #4f8cb1;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #035a8f;
  --mdc-slider-focus-handle-color: #035a8f;
  --mdc-slider-hover-handle-color: #035a8f;
  --mdc-slider-active-track-color: #035a8f;
  --mdc-slider-inactive-track-color: #035a8f;
  --mdc-slider-with-tick-marks-inactive-container-color: #035a8f;
  --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;
  --mat-slider-ripple-color: #035a8f;
  --mat-slider-hover-state-layer-color: rgba(3, 90, 143, 0.05);
  --mat-slider-focus-state-layer-color: rgba(3, 90, 143, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --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: #a5a5a5;
  --mat-sort-arrow-color: #757575;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #035a8f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #035a8f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #035a8f;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #035a8f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #035a8f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #035a8f;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.educationTheme .mat-h1,
.educationTheme .mat-headline-5,
.educationTheme .mat-typography .mat-h1,
.educationTheme .mat-typography .mat-headline-5,
.educationTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.educationTheme .mat-h2,
.educationTheme .mat-headline-6,
.educationTheme .mat-typography .mat-h2,
.educationTheme .mat-typography .mat-headline-6,
.educationTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.educationTheme .mat-h3,
.educationTheme .mat-subtitle-1,
.educationTheme .mat-typography .mat-h3,
.educationTheme .mat-typography .mat-subtitle-1,
.educationTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.educationTheme .mat-h4,
.educationTheme .mat-body-1,
.educationTheme .mat-typography .mat-h4,
.educationTheme .mat-typography .mat-body-1,
.educationTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.educationTheme .mat-h5,
.educationTheme .mat-typography .mat-h5,
.educationTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.educationTheme .mat-h6,
.educationTheme .mat-typography .mat-h6,
.educationTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.educationTheme .mat-body-strong,
.educationTheme .mat-subtitle-2,
.educationTheme .mat-typography .mat-body-strong,
.educationTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.educationTheme .mat-body,
.educationTheme .mat-body-2,
.educationTheme .mat-typography .mat-body,
.educationTheme .mat-typography .mat-body-2,
.educationTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.educationTheme .mat-body p,
.educationTheme .mat-body-2 p,
.educationTheme .mat-typography .mat-body p,
.educationTheme .mat-typography .mat-body-2 p,
.educationTheme .mat-typography p {
  margin: 0 0 12px;
}
.educationTheme .mat-small,
.educationTheme .mat-caption,
.educationTheme .mat-typography .mat-small,
.educationTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.educationTheme .mat-headline-1,
.educationTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.educationTheme .mat-headline-2,
.educationTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.educationTheme .mat-headline-3,
.educationTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.educationTheme .mat-headline-4,
.educationTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.educationTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.educationTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.educationTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.educationTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.educationTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.educationTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.educationTheme .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: #035a8f;
  --mdc-checkbox-selected-hover-icon-color: #035a8f;
  --mdc-checkbox-selected-icon-color: #035a8f;
  --mdc-checkbox-selected-pressed-icon-color: #035a8f;
  --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-selected-focus-state-layer-color: #035a8f;
  --mdc-checkbox-selected-hover-state-layer-color: #035a8f;
  --mdc-checkbox-selected-pressed-state-layer-color: #035a8f;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.educationTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.educationTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.educationTheme .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;
}
.educationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.educationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #035a8f;
  --mdc-chip-elevated-selected-container-color: #035a8f;
  --mdc-chip-elevated-disabled-container-color: #035a8f;
  --mdc-chip-flat-disabled-selected-container-color: #035a8f;
  --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;
}
.educationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.educationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.educationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.educationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.educationTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.educationTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.educationTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.educationTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #035a8f;
  --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: #035a8f;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.educationTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.educationTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.educationTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.educationTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.educationTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.educationTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.educationTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.educationTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.educationTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.educationTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.educationTheme .mat-icon.mat-primary {
  --mat-icon-color: #035a8f;
}
.educationTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.educationTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.educationTheme .mdc-list-item__start,
.educationTheme .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-focus-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: #035a8f;
  --mdc-radio-selected-hover-icon-color: #035a8f;
  --mdc-radio-selected-icon-color: #035a8f;
  --mdc-radio-selected-pressed-icon-color: #035a8f;
}
.educationTheme .mat-accent .mdc-list-item__start,
.educationTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.educationTheme .mat-warn .mdc-list-item__start,
.educationTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.educationTheme .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: #035a8f;
  --mdc-checkbox-selected-hover-icon-color: #035a8f;
  --mdc-checkbox-selected-icon-color: #035a8f;
  --mdc-checkbox-selected-pressed-icon-color: #035a8f;
  --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-selected-focus-state-layer-color: #035a8f;
  --mdc-checkbox-selected-hover-state-layer-color: #035a8f;
  --mdc-checkbox-selected-pressed-state-layer-color: #035a8f;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.educationTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.educationTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.educationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.educationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.educationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.educationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #035a8f;
}
.educationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.educationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.educationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.educationTheme .mdc-list-item__start,
.educationTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.educationTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #035a8f;
  --mdc-linear-progress-track-color: rgba(3, 90, 143, 0.25);
}
.educationTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.educationTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.educationTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.educationTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.educationTheme .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-focus-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: #035a8f;
  --mdc-radio-selected-hover-icon-color: #035a8f;
  --mdc-radio-selected-icon-color: #035a8f;
  --mdc-radio-selected-pressed-icon-color: #035a8f;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #035a8f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.educationTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.educationTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.educationTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.educationTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.educationTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.educationTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
.educationTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #9d9d9d;
  --mdc-switch-selected-handle-color: #9d9d9d;
  --mdc-switch-selected-hover-state-layer-color: #9d9d9d;
  --mdc-switch-selected-pressed-state-layer-color: #9d9d9d;
  --mdc-switch-selected-focus-handle-color: #797979;
  --mdc-switch-selected-hover-handle-color: #797979;
  --mdc-switch-selected-pressed-handle-color: #797979;
  --mdc-switch-selected-focus-track-color: silver;
  --mdc-switch-selected-hover-track-color: silver;
  --mdc-switch-selected-pressed-track-color: silver;
  --mdc-switch-selected-track-color: silver;
}
.educationTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #c30a46;
  --mdc-switch-selected-handle-color: #c30a46;
  --mdc-switch-selected-hover-state-layer-color: #c30a46;
  --mdc-switch-selected-pressed-state-layer-color: #c30a46;
  --mdc-switch-selected-focus-handle-color: #a90325;
  --mdc-switch-selected-hover-handle-color: #a90325;
  --mdc-switch-selected-pressed-handle-color: #a90325;
  --mdc-switch-selected-focus-track-color: #d95582;
  --mdc-switch-selected-hover-track-color: #d95582;
  --mdc-switch-selected-pressed-track-color: #d95582;
  --mdc-switch-selected-track-color: #d95582;
}
.educationTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.educationTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.educationTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.educationTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.educationTheme .mat-mdc-tab-group,
.educationTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #035a8f;
  --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: #035a8f;
  --mat-tab-header-active-ripple-color: #035a8f;
  --mat-tab-header-inactive-ripple-color: #035a8f;
  --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: #035a8f;
  --mat-tab-header-active-hover-label-text-color: #035a8f;
  --mat-tab-header-active-focus-indicator-color: #035a8f;
  --mat-tab-header-active-hover-indicator-color: #035a8f;
}
.educationTheme .mat-mdc-tab-group.mat-accent,
.educationTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.educationTheme .mat-mdc-tab-group.mat-warn,
.educationTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.educationTheme .mat-mdc-tab-group.mat-background-primary,
.educationTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #035a8f;
  --mat-tab-header-with-background-foreground-color: white;
}
.educationTheme .mat-mdc-tab-group.mat-background-accent,
.educationTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.educationTheme .mat-mdc-tab-group.mat-background-warn,
.educationTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.educationTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.educationTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #035a8f;
  --mat-toolbar-container-text-color: white;
}
.educationTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.educationTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.educationTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #035a8f;
  --mat-text-button-state-layer-color: #035a8f;
  --mat-text-button-ripple-color: rgba(3, 90, 143, 0.1);
}
.educationTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.educationTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.educationTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #035a8f;
  --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);
}
.educationTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.educationTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.educationTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #035a8f;
  --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);
}
.educationTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.educationTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.educationTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #035a8f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #035a8f;
  --mat-outlined-button-ripple-color: rgba(3, 90, 143, 0.1);
}
.educationTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.educationTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.educationTheme button {
  background-color: #035a8f;
}
.educationTheme button.mat-mdc-button,
.educationTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.educationTheme button.mat-mdc-button .mat-icon,
.educationTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.educationTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.educationTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.educationTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.educationTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.educationTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.educationTheme button.button-simple {
  border: 1px solid black !important;
}
.educationTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.educationTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.educationTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.educationTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.educationTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.educationTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.educationTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.educationTheme button.add-button {
  color: #0ea5e9 !important;
}
.educationTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.educationTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.educationTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.educationTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.educationTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.educationTheme mat-dialog-container {
  padding: 0rem;
}
.educationTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #fafafa;
}
.educationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.educationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.educationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.educationTheme .mat-icon.mat-primary {
  --mat-icon-color: #035a8f;
}
.educationTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.educationTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.educationTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.educationTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #035a8f;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.educationTheme mat-icon.material-icons.tooltip,
.educationTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.educationTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.educationTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.educationTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.educationTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.educationTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.educationTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.educationTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.educationTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.educationTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.educationTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.educationTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.educationTheme mat-stepper.mat-stepper-horizontal,
.educationTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.educationTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.educationTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.educationTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.educationTheme app-body-segments #BodySegments {
  width: 100%;
}
.educationTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.educationTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.educationTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.educationTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.educationTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.educationTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.educationTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.educationTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.educationTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.educationTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.educationTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.educationTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.educationTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.educationTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.educationTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.educationTheme app-value .value {
  font-weight: 400;
}
.educationTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.educationTheme app-value .value mat-icon {
  font-size: inherit;
}
.educationTheme app-value .value.background {
  background-color: #e4e4e4;
}
.educationTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.educationTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.educationTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.educationTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.educationTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.educationTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.educationTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.educationTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.educationTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.educationTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.educationTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.educationTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.educationTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.educationTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.educationTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.educationTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.educationTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.educationTheme app-value .value.foreground {
  background-color: transparent;
}
.educationTheme app-value .value.foreground.success {
  color: #0ea246;
}
.educationTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.educationTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.educationTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.educationTheme app-value .value.foreground.information {
  color: #409dd0;
}
.educationTheme app-value .value.foreground.low {
  color: #4aa051;
}
.educationTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.educationTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.educationTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.educationTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.educationTheme app-task-card app-image img {
  max-width: 20rem;
}
.educationTheme app-image img {
  background-color: #e4e4e4;
}
.educationTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.educationTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.educationTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.educationTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.educationTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.educationTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.educationTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.educationTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.educationTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.educationTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mat-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: #1d2d35;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: white;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #1d2d35;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #1d2d35;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(29, 45, 53, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(29, 45, 53, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(29, 45, 53, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #1d2d35;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(29, 45, 53, 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;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #1d2d35;
  --mdc-filled-text-field-focus-active-indicator-color: #1d2d35;
  --mdc-filled-text-field-focus-label-text-color: rgba(29, 45, 53, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #1d2d35;
  --mdc-outlined-text-field-focus-outline-color: #1d2d35;
  --mdc-outlined-text-field-focus-label-text-color: rgba(29, 45, 53, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(29, 45, 53, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #1d2d35;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(29, 45, 53, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #616c72;
  --mdc-switch-selected-handle-color: #616c72;
  --mdc-switch-selected-hover-state-layer-color: #616c72;
  --mdc-switch-selected-pressed-state-layer-color: #616c72;
  --mdc-switch-selected-focus-handle-color: #8e969a;
  --mdc-switch-selected-hover-handle-color: #8e969a;
  --mdc-switch-selected-pressed-handle-color: #8e969a;
  --mdc-switch-selected-focus-track-color: #1a2830;
  --mdc-switch-selected-hover-track-color: #1a2830;
  --mdc-switch-selected-pressed-track-color: #1a2830;
  --mdc-switch-selected-track-color: #1a2830;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #1d2d35;
  --mdc-slider-focus-handle-color: #1d2d35;
  --mdc-slider-hover-handle-color: #1d2d35;
  --mdc-slider-active-track-color: #1d2d35;
  --mdc-slider-inactive-track-color: #1d2d35;
  --mdc-slider-with-tick-marks-inactive-container-color: #1d2d35;
  --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;
  --mat-slider-ripple-color: #1d2d35;
  --mat-slider-hover-state-layer-color: rgba(29, 45, 53, 0.05);
  --mat-slider-focus-state-layer-color: rgba(29, 45, 53, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --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-sort-arrow-color: #c6c6c6;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1d2d35;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1d2d35;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1d2d35;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1d2d35;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1d2d35;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1d2d35;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.darkTheme .mat-h1,
.darkTheme .mat-headline-5,
.darkTheme .mat-typography .mat-h1,
.darkTheme .mat-typography .mat-headline-5,
.darkTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .mat-h2,
.darkTheme .mat-headline-6,
.darkTheme .mat-typography .mat-h2,
.darkTheme .mat-typography .mat-headline-6,
.darkTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .mat-h3,
.darkTheme .mat-subtitle-1,
.darkTheme .mat-typography .mat-h3,
.darkTheme .mat-typography .mat-subtitle-1,
.darkTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .mat-h4,
.darkTheme .mat-body-1,
.darkTheme .mat-typography .mat-h4,
.darkTheme .mat-typography .mat-body-1,
.darkTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .mat-h5,
.darkTheme .mat-typography .mat-h5,
.darkTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .mat-h6,
.darkTheme .mat-typography .mat-h6,
.darkTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .mat-body-strong,
.darkTheme .mat-subtitle-2,
.darkTheme .mat-typography .mat-body-strong,
.darkTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .mat-body,
.darkTheme .mat-body-2,
.darkTheme .mat-typography .mat-body,
.darkTheme .mat-typography .mat-body-2,
.darkTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .mat-body p,
.darkTheme .mat-body-2 p,
.darkTheme .mat-typography .mat-body p,
.darkTheme .mat-typography .mat-body-2 p,
.darkTheme .mat-typography p {
  margin: 0 0 12px;
}
.darkTheme .mat-small,
.darkTheme .mat-caption,
.darkTheme .mat-typography .mat-small,
.darkTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .mat-headline-1,
.darkTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.darkTheme .mat-headline-2,
.darkTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .mat-headline-3,
.darkTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .mat-headline-4,
.darkTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.darkTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.darkTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.darkTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.darkTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.darkTheme .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: #1d2d35;
  --mdc-checkbox-selected-hover-icon-color: #1d2d35;
  --mdc-checkbox-selected-icon-color: #1d2d35;
  --mdc-checkbox-selected-pressed-icon-color: #1d2d35;
  --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-selected-focus-state-layer-color: #1d2d35;
  --mdc-checkbox-selected-hover-state-layer-color: #1d2d35;
  --mdc-checkbox-selected-pressed-state-layer-color: #1d2d35;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.darkTheme .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;
}
.darkTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.darkTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1d2d35;
  --mdc-chip-elevated-selected-container-color: #1d2d35;
  --mdc-chip-elevated-disabled-container-color: #1d2d35;
  --mdc-chip-flat-disabled-selected-container-color: #1d2d35;
  --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;
}
.darkTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.darkTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.darkTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.darkTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.darkTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.darkTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.darkTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.darkTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #1d2d35;
  --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: #1d2d35;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.darkTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.darkTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.darkTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.darkTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.darkTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.darkTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.darkTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .mat-icon.mat-primary {
  --mat-icon-color: #1d2d35;
}
.darkTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .mdc-list-item__start,
.darkTheme .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-focus-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: #1d2d35;
  --mdc-radio-selected-hover-icon-color: #1d2d35;
  --mdc-radio-selected-icon-color: #1d2d35;
  --mdc-radio-selected-pressed-icon-color: #1d2d35;
}
.darkTheme .mat-accent .mdc-list-item__start,
.darkTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.darkTheme .mat-warn .mdc-list-item__start,
.darkTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.darkTheme .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: #1d2d35;
  --mdc-checkbox-selected-hover-icon-color: #1d2d35;
  --mdc-checkbox-selected-icon-color: #1d2d35;
  --mdc-checkbox-selected-pressed-icon-color: #1d2d35;
  --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-selected-focus-state-layer-color: #1d2d35;
  --mdc-checkbox-selected-hover-state-layer-color: #1d2d35;
  --mdc-checkbox-selected-pressed-state-layer-color: #1d2d35;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.darkTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.darkTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.darkTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #1d2d35;
}
.darkTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.darkTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.darkTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.darkTheme .mdc-list-item__start,
.darkTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.darkTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.darkTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.darkTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.darkTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.darkTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.darkTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.darkTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #1d2d35;
  --mdc-linear-progress-track-color: rgba(29, 45, 53, 0.25);
}
.darkTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.darkTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.darkTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.darkTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.darkTheme .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-focus-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: #1d2d35;
  --mdc-radio-selected-hover-icon-color: #1d2d35;
  --mdc-radio-selected-icon-color: #1d2d35;
  --mdc-radio-selected-pressed-icon-color: #1d2d35;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #1d2d35;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.darkTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.darkTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: silver;
  --mdc-switch-selected-handle-color: silver;
  --mdc-switch-selected-hover-state-layer-color: silver;
  --mdc-switch-selected-pressed-state-layer-color: silver;
  --mdc-switch-selected-focus-handle-color: #d2d2d2;
  --mdc-switch-selected-hover-handle-color: #d2d2d2;
  --mdc-switch-selected-pressed-handle-color: #d2d2d2;
  --mdc-switch-selected-focus-track-color: #9d9d9d;
  --mdc-switch-selected-hover-track-color: #9d9d9d;
  --mdc-switch-selected-pressed-track-color: #9d9d9d;
  --mdc-switch-selected-track-color: #9d9d9d;
}
.darkTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #d95582;
  --mdc-switch-selected-handle-color: #d95582;
  --mdc-switch-selected-hover-state-layer-color: #d95582;
  --mdc-switch-selected-pressed-state-layer-color: #d95582;
  --mdc-switch-selected-focus-handle-color: #e486a6;
  --mdc-switch-selected-hover-handle-color: #e486a6;
  --mdc-switch-selected-pressed-handle-color: #e486a6;
  --mdc-switch-selected-focus-track-color: #c30a46;
  --mdc-switch-selected-hover-track-color: #c30a46;
  --mdc-switch-selected-pressed-track-color: #c30a46;
  --mdc-switch-selected-track-color: #c30a46;
}
.darkTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.darkTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.darkTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .mat-mdc-tab-group,
.darkTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #1d2d35;
  --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: #1d2d35;
  --mat-tab-header-active-ripple-color: #1d2d35;
  --mat-tab-header-inactive-ripple-color: #1d2d35;
  --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: #1d2d35;
  --mat-tab-header-active-hover-label-text-color: #1d2d35;
  --mat-tab-header-active-focus-indicator-color: #1d2d35;
  --mat-tab-header-active-hover-indicator-color: #1d2d35;
}
.darkTheme .mat-mdc-tab-group.mat-accent,
.darkTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.darkTheme .mat-mdc-tab-group.mat-warn,
.darkTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.darkTheme .mat-mdc-tab-group.mat-background-primary,
.darkTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #1d2d35;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .mat-mdc-tab-group.mat-background-accent,
.darkTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.darkTheme .mat-mdc-tab-group.mat-background-warn,
.darkTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.darkTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1d2d35;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.darkTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #1d2d35;
  --mat-text-button-state-layer-color: #1d2d35;
  --mat-text-button-ripple-color: rgba(29, 45, 53, 0.1);
}
.darkTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #1d2d35;
  --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);
}
.darkTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.darkTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #1d2d35;
  --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);
}
.darkTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.darkTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #1d2d35;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #1d2d35;
  --mat-outlined-button-ripple-color: rgba(29, 45, 53, 0.1);
}
.darkTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme button {
  background-color: #1d2d35;
}
.darkTheme button.mat-mdc-button,
.darkTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.darkTheme button.mat-mdc-button .mat-icon,
.darkTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.darkTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.darkTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.darkTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.darkTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.darkTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.darkTheme button.button-simple {
  border: 1px solid black !important;
}
.darkTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.darkTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.darkTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.darkTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.darkTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.darkTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.darkTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.darkTheme button.add-button {
  color: #0ea5e9 !important;
}
.darkTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.darkTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.darkTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.darkTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.darkTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.darkTheme mat-dialog-container {
  padding: 0rem;
}
.darkTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #303030;
}
.darkTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.darkTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.darkTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.darkTheme .mat-icon.mat-primary {
  --mat-icon-color: #1d2d35;
}
.darkTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.darkTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d2d35;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.darkTheme mat-icon.material-icons.tooltip,
.darkTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.darkTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.darkTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.darkTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.darkTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.darkTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.darkTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.darkTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.darkTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.darkTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.darkTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme mat-stepper.mat-stepper-horizontal,
.darkTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.darkTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.darkTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.darkTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.darkTheme app-body-segments #BodySegments {
  width: 100%;
}
.darkTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.darkTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.darkTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.darkTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.darkTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.darkTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.darkTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.darkTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.darkTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.darkTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.darkTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.darkTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.darkTheme app-value .value {
  font-weight: 400;
}
.darkTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.darkTheme app-value .value mat-icon {
  font-size: inherit;
}
.darkTheme app-value .value.background {
  background-color: #e4e4e4;
}
.darkTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.darkTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.darkTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.darkTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.darkTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.darkTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.darkTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.darkTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.darkTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.darkTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.darkTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.darkTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.darkTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.darkTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.darkTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.darkTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.darkTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.darkTheme app-value .value.foreground {
  background-color: transparent;
}
.darkTheme app-value .value.foreground.success {
  color: #0ea246;
}
.darkTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.darkTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.darkTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.darkTheme app-value .value.foreground.information {
  color: #409dd0;
}
.darkTheme app-value .value.foreground.low {
  color: #4aa051;
}
.darkTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.darkTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.darkTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.darkTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme app-image img {
  background-color: #e4e4e4;
}
.darkTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.darkTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.darkTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.darkTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.darkTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.darkTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .ergonomicsTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mat-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: #047ba0;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: white;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #047ba0;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #047ba0;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(4, 123, 160, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(4, 123, 160, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(4, 123, 160, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #047ba0;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(4, 123, 160, 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;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #047ba0;
  --mdc-filled-text-field-focus-active-indicator-color: #047ba0;
  --mdc-filled-text-field-focus-label-text-color: rgba(4, 123, 160, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #047ba0;
  --mdc-outlined-text-field-focus-outline-color: #047ba0;
  --mdc-outlined-text-field-focus-label-text-color: rgba(4, 123, 160, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(4, 123, 160, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #047ba0;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(4, 123, 160, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #4fa3bd;
  --mdc-switch-selected-handle-color: #4fa3bd;
  --mdc-switch-selected-hover-state-layer-color: #4fa3bd;
  --mdc-switch-selected-pressed-state-layer-color: #4fa3bd;
  --mdc-switch-selected-focus-handle-color: #82bdd0;
  --mdc-switch-selected-hover-handle-color: #82bdd0;
  --mdc-switch-selected-pressed-handle-color: #82bdd0;
  --mdc-switch-selected-focus-track-color: #037398;
  --mdc-switch-selected-hover-track-color: #037398;
  --mdc-switch-selected-pressed-track-color: #037398;
  --mdc-switch-selected-track-color: #037398;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #047ba0;
  --mdc-slider-focus-handle-color: #047ba0;
  --mdc-slider-hover-handle-color: #047ba0;
  --mdc-slider-active-track-color: #047ba0;
  --mdc-slider-inactive-track-color: #047ba0;
  --mdc-slider-with-tick-marks-inactive-container-color: #047ba0;
  --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;
  --mat-slider-ripple-color: #047ba0;
  --mat-slider-hover-state-layer-color: rgba(4, 123, 160, 0.05);
  --mat-slider-focus-state-layer-color: rgba(4, 123, 160, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --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-sort-arrow-color: #c6c6c6;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #047ba0;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #047ba0;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #047ba0;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #047ba0;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #047ba0;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #047ba0;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.darkTheme .ergonomicsTheme .mat-h1,
.darkTheme .ergonomicsTheme .mat-headline-5,
.darkTheme .ergonomicsTheme .mat-typography .mat-h1,
.darkTheme .ergonomicsTheme .mat-typography .mat-headline-5,
.darkTheme .ergonomicsTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .ergonomicsTheme .mat-h2,
.darkTheme .ergonomicsTheme .mat-headline-6,
.darkTheme .ergonomicsTheme .mat-typography .mat-h2,
.darkTheme .ergonomicsTheme .mat-typography .mat-headline-6,
.darkTheme .ergonomicsTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .ergonomicsTheme .mat-h3,
.darkTheme .ergonomicsTheme .mat-subtitle-1,
.darkTheme .ergonomicsTheme .mat-typography .mat-h3,
.darkTheme .ergonomicsTheme .mat-typography .mat-subtitle-1,
.darkTheme .ergonomicsTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .ergonomicsTheme .mat-h4,
.darkTheme .ergonomicsTheme .mat-body-1,
.darkTheme .ergonomicsTheme .mat-typography .mat-h4,
.darkTheme .ergonomicsTheme .mat-typography .mat-body-1,
.darkTheme .ergonomicsTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .ergonomicsTheme .mat-h5,
.darkTheme .ergonomicsTheme .mat-typography .mat-h5,
.darkTheme .ergonomicsTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .ergonomicsTheme .mat-h6,
.darkTheme .ergonomicsTheme .mat-typography .mat-h6,
.darkTheme .ergonomicsTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .ergonomicsTheme .mat-body-strong,
.darkTheme .ergonomicsTheme .mat-subtitle-2,
.darkTheme .ergonomicsTheme .mat-typography .mat-body-strong,
.darkTheme .ergonomicsTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .ergonomicsTheme .mat-body,
.darkTheme .ergonomicsTheme .mat-body-2,
.darkTheme .ergonomicsTheme .mat-typography .mat-body,
.darkTheme .ergonomicsTheme .mat-typography .mat-body-2,
.darkTheme .ergonomicsTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .ergonomicsTheme .mat-body p,
.darkTheme .ergonomicsTheme .mat-body-2 p,
.darkTheme .ergonomicsTheme .mat-typography .mat-body p,
.darkTheme .ergonomicsTheme .mat-typography .mat-body-2 p,
.darkTheme .ergonomicsTheme .mat-typography p {
  margin: 0 0 12px;
}
.darkTheme .ergonomicsTheme .mat-small,
.darkTheme .ergonomicsTheme .mat-caption,
.darkTheme .ergonomicsTheme .mat-typography .mat-small,
.darkTheme .ergonomicsTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .ergonomicsTheme .mat-headline-1,
.darkTheme .ergonomicsTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.darkTheme .ergonomicsTheme .mat-headline-2,
.darkTheme .ergonomicsTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .ergonomicsTheme .mat-headline-3,
.darkTheme .ergonomicsTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .ergonomicsTheme .mat-headline-4,
.darkTheme .ergonomicsTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .ergonomicsTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.darkTheme .ergonomicsTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.darkTheme .ergonomicsTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .ergonomicsTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.darkTheme .ergonomicsTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.darkTheme .ergonomicsTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.darkTheme .ergonomicsTheme .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: #047ba0;
  --mdc-checkbox-selected-hover-icon-color: #047ba0;
  --mdc-checkbox-selected-icon-color: #047ba0;
  --mdc-checkbox-selected-pressed-icon-color: #047ba0;
  --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-selected-focus-state-layer-color: #047ba0;
  --mdc-checkbox-selected-hover-state-layer-color: #047ba0;
  --mdc-checkbox-selected-pressed-state-layer-color: #047ba0;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .ergonomicsTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .ergonomicsTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.darkTheme .ergonomicsTheme .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;
}
.darkTheme .ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.darkTheme .ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #047ba0;
  --mdc-chip-elevated-selected-container-color: #047ba0;
  --mdc-chip-elevated-disabled-container-color: #047ba0;
  --mdc-chip-flat-disabled-selected-container-color: #047ba0;
  --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;
}
.darkTheme .ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.darkTheme .ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.darkTheme .ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.darkTheme .ergonomicsTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.darkTheme .ergonomicsTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.darkTheme .ergonomicsTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.darkTheme .ergonomicsTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.darkTheme .ergonomicsTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #047ba0;
  --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: #047ba0;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .ergonomicsTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .ergonomicsTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .ergonomicsTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.darkTheme .ergonomicsTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.darkTheme .ergonomicsTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.darkTheme .ergonomicsTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.darkTheme .ergonomicsTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.darkTheme .ergonomicsTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.darkTheme .ergonomicsTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.darkTheme .ergonomicsTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .ergonomicsTheme .mat-icon.mat-primary {
  --mat-icon-color: #047ba0;
}
.darkTheme .ergonomicsTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .ergonomicsTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .ergonomicsTheme .mdc-list-item__start,
.darkTheme .ergonomicsTheme .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-focus-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: #047ba0;
  --mdc-radio-selected-hover-icon-color: #047ba0;
  --mdc-radio-selected-icon-color: #047ba0;
  --mdc-radio-selected-pressed-icon-color: #047ba0;
}
.darkTheme .ergonomicsTheme .mat-accent .mdc-list-item__start,
.darkTheme .ergonomicsTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.darkTheme .ergonomicsTheme .mat-warn .mdc-list-item__start,
.darkTheme .ergonomicsTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.darkTheme .ergonomicsTheme .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: #047ba0;
  --mdc-checkbox-selected-hover-icon-color: #047ba0;
  --mdc-checkbox-selected-icon-color: #047ba0;
  --mdc-checkbox-selected-pressed-icon-color: #047ba0;
  --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-selected-focus-state-layer-color: #047ba0;
  --mdc-checkbox-selected-hover-state-layer-color: #047ba0;
  --mdc-checkbox-selected-pressed-state-layer-color: #047ba0;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .ergonomicsTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .ergonomicsTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .ergonomicsTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.darkTheme .ergonomicsTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.darkTheme .ergonomicsTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.darkTheme .ergonomicsTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #047ba0;
}
.darkTheme .ergonomicsTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.darkTheme .ergonomicsTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.darkTheme .ergonomicsTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.darkTheme .ergonomicsTheme .mdc-list-item__start,
.darkTheme .ergonomicsTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.darkTheme .ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.darkTheme .ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.darkTheme .ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.darkTheme .ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.darkTheme .ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.darkTheme .ergonomicsTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.darkTheme .ergonomicsTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #047ba0;
  --mdc-linear-progress-track-color: rgba(4, 123, 160, 0.25);
}
.darkTheme .ergonomicsTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.darkTheme .ergonomicsTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.darkTheme .ergonomicsTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.darkTheme .ergonomicsTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.darkTheme .ergonomicsTheme .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-focus-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: #047ba0;
  --mdc-radio-selected-hover-icon-color: #047ba0;
  --mdc-radio-selected-icon-color: #047ba0;
  --mdc-radio-selected-pressed-icon-color: #047ba0;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #047ba0;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .ergonomicsTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .ergonomicsTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .ergonomicsTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .ergonomicsTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .ergonomicsTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.darkTheme .ergonomicsTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.darkTheme .ergonomicsTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: silver;
  --mdc-switch-selected-handle-color: silver;
  --mdc-switch-selected-hover-state-layer-color: silver;
  --mdc-switch-selected-pressed-state-layer-color: silver;
  --mdc-switch-selected-focus-handle-color: #d2d2d2;
  --mdc-switch-selected-hover-handle-color: #d2d2d2;
  --mdc-switch-selected-pressed-handle-color: #d2d2d2;
  --mdc-switch-selected-focus-track-color: #9d9d9d;
  --mdc-switch-selected-hover-track-color: #9d9d9d;
  --mdc-switch-selected-pressed-track-color: #9d9d9d;
  --mdc-switch-selected-track-color: #9d9d9d;
}
.darkTheme .ergonomicsTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #d95582;
  --mdc-switch-selected-handle-color: #d95582;
  --mdc-switch-selected-hover-state-layer-color: #d95582;
  --mdc-switch-selected-pressed-state-layer-color: #d95582;
  --mdc-switch-selected-focus-handle-color: #e486a6;
  --mdc-switch-selected-hover-handle-color: #e486a6;
  --mdc-switch-selected-pressed-handle-color: #e486a6;
  --mdc-switch-selected-focus-track-color: #c30a46;
  --mdc-switch-selected-hover-track-color: #c30a46;
  --mdc-switch-selected-pressed-track-color: #c30a46;
  --mdc-switch-selected-track-color: #c30a46;
}
.darkTheme .ergonomicsTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.darkTheme .ergonomicsTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.darkTheme .ergonomicsTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .ergonomicsTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .ergonomicsTheme .mat-mdc-tab-group,
.darkTheme .ergonomicsTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #047ba0;
  --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: #047ba0;
  --mat-tab-header-active-ripple-color: #047ba0;
  --mat-tab-header-inactive-ripple-color: #047ba0;
  --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: #047ba0;
  --mat-tab-header-active-hover-label-text-color: #047ba0;
  --mat-tab-header-active-focus-indicator-color: #047ba0;
  --mat-tab-header-active-hover-indicator-color: #047ba0;
}
.darkTheme .ergonomicsTheme .mat-mdc-tab-group.mat-accent,
.darkTheme .ergonomicsTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.darkTheme .ergonomicsTheme .mat-mdc-tab-group.mat-warn,
.darkTheme .ergonomicsTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.darkTheme .ergonomicsTheme .mat-mdc-tab-group.mat-background-primary,
.darkTheme .ergonomicsTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #047ba0;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .ergonomicsTheme .mat-mdc-tab-group.mat-background-accent,
.darkTheme .ergonomicsTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.darkTheme .ergonomicsTheme .mat-mdc-tab-group.mat-background-warn,
.darkTheme .ergonomicsTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .ergonomicsTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.darkTheme .ergonomicsTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #047ba0;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .ergonomicsTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.darkTheme .ergonomicsTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .ergonomicsTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #047ba0;
  --mat-text-button-state-layer-color: #047ba0;
  --mat-text-button-ripple-color: rgba(4, 123, 160, 0.1);
}
.darkTheme .ergonomicsTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .ergonomicsTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .ergonomicsTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #047ba0;
  --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);
}
.darkTheme .ergonomicsTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .ergonomicsTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.darkTheme .ergonomicsTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #047ba0;
  --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);
}
.darkTheme .ergonomicsTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .ergonomicsTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.darkTheme .ergonomicsTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #047ba0;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #047ba0;
  --mat-outlined-button-ripple-color: rgba(4, 123, 160, 0.1);
}
.darkTheme .ergonomicsTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .ergonomicsTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .ergonomicsTheme button {
  background-color: #047ba0;
}
.darkTheme .ergonomicsTheme button.mat-mdc-button,
.darkTheme .ergonomicsTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.darkTheme .ergonomicsTheme button.mat-mdc-button .mat-icon,
.darkTheme .ergonomicsTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.darkTheme .ergonomicsTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.darkTheme .ergonomicsTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.darkTheme .ergonomicsTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.darkTheme .ergonomicsTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.darkTheme .ergonomicsTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.darkTheme .ergonomicsTheme button.button-simple {
  border: 1px solid black !important;
}
.darkTheme .ergonomicsTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.darkTheme .ergonomicsTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.darkTheme .ergonomicsTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.darkTheme .ergonomicsTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.darkTheme .ergonomicsTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.darkTheme .ergonomicsTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.darkTheme .ergonomicsTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.darkTheme .ergonomicsTheme button.add-button {
  color: #0ea5e9 !important;
}
.darkTheme .ergonomicsTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.darkTheme .ergonomicsTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.darkTheme .ergonomicsTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.darkTheme .ergonomicsTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.darkTheme .ergonomicsTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.darkTheme .ergonomicsTheme mat-dialog-container {
  padding: 0rem;
}
.darkTheme .ergonomicsTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #303030;
}
.darkTheme .ergonomicsTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.darkTheme .ergonomicsTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.darkTheme .ergonomicsTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.darkTheme .ergonomicsTheme .mat-icon.mat-primary {
  --mat-icon-color: #047ba0;
}
.darkTheme .ergonomicsTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .ergonomicsTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #047ba0;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.tooltip,
.darkTheme .ergonomicsTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.darkTheme .ergonomicsTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.darkTheme .ergonomicsTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.darkTheme .ergonomicsTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .ergonomicsTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .ergonomicsTheme mat-stepper.mat-stepper-horizontal,
.darkTheme .ergonomicsTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.darkTheme .ergonomicsTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.darkTheme .ergonomicsTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.darkTheme .ergonomicsTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.darkTheme .ergonomicsTheme app-body-segments #BodySegments {
  width: 100%;
}
.darkTheme .ergonomicsTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.darkTheme .ergonomicsTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.darkTheme .ergonomicsTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.darkTheme .ergonomicsTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.darkTheme .ergonomicsTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.darkTheme .ergonomicsTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.darkTheme .ergonomicsTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.darkTheme .ergonomicsTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .ergonomicsTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .ergonomicsTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.darkTheme .ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.darkTheme .ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.darkTheme .ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.darkTheme .ergonomicsTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.darkTheme .ergonomicsTheme app-value .value {
  font-weight: 400;
}
.darkTheme .ergonomicsTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.darkTheme .ergonomicsTheme app-value .value mat-icon {
  font-size: inherit;
}
.darkTheme .ergonomicsTheme app-value .value.background {
  background-color: #e4e4e4;
}
.darkTheme .ergonomicsTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.darkTheme .ergonomicsTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.darkTheme .ergonomicsTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.darkTheme .ergonomicsTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.darkTheme .ergonomicsTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.darkTheme .ergonomicsTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.darkTheme .ergonomicsTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.darkTheme .ergonomicsTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.darkTheme .ergonomicsTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.darkTheme .ergonomicsTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.darkTheme .ergonomicsTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.darkTheme .ergonomicsTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.darkTheme .ergonomicsTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.darkTheme .ergonomicsTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.darkTheme .ergonomicsTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.darkTheme .ergonomicsTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.darkTheme .ergonomicsTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.darkTheme .ergonomicsTheme app-value .value.foreground {
  background-color: transparent;
}
.darkTheme .ergonomicsTheme app-value .value.foreground.success {
  color: #0ea246;
}
.darkTheme .ergonomicsTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.darkTheme .ergonomicsTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.darkTheme .ergonomicsTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.darkTheme .ergonomicsTheme app-value .value.foreground.information {
  color: #409dd0;
}
.darkTheme .ergonomicsTheme app-value .value.foreground.low {
  color: #4aa051;
}
.darkTheme .ergonomicsTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.darkTheme .ergonomicsTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.darkTheme .ergonomicsTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.darkTheme .ergonomicsTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .ergonomicsTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .ergonomicsTheme app-image img {
  background-color: #e4e4e4;
}
.darkTheme .ergonomicsTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.darkTheme .ergonomicsTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.darkTheme .ergonomicsTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.darkTheme .ergonomicsTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.darkTheme .ergonomicsTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.darkTheme .ergonomicsTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .ergonomicsTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .ergonomicsTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .ergonomicsTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .ergonomicsTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .earlyInterventionTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mat-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: #495399;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: white;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #495399;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #495399;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(73, 83, 153, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(73, 83, 153, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(73, 83, 153, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #495399;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(73, 83, 153, 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;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #495399;
  --mdc-filled-text-field-focus-active-indicator-color: #495399;
  --mdc-filled-text-field-focus-label-text-color: rgba(73, 83, 153, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #495399;
  --mdc-outlined-text-field-focus-outline-color: #495399;
  --mdc-outlined-text-field-focus-label-text-color: rgba(73, 83, 153, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(73, 83, 153, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #495399;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(73, 83, 153, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #8087b8;
  --mdc-switch-selected-handle-color: #8087b8;
  --mdc-switch-selected-hover-state-layer-color: #8087b8;
  --mdc-switch-selected-pressed-state-layer-color: #8087b8;
  --mdc-switch-selected-focus-handle-color: #a4a9cc;
  --mdc-switch-selected-hover-handle-color: #a4a9cc;
  --mdc-switch-selected-pressed-handle-color: #a4a9cc;
  --mdc-switch-selected-focus-track-color: #424c91;
  --mdc-switch-selected-hover-track-color: #424c91;
  --mdc-switch-selected-pressed-track-color: #424c91;
  --mdc-switch-selected-track-color: #424c91;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #495399;
  --mdc-slider-focus-handle-color: #495399;
  --mdc-slider-hover-handle-color: #495399;
  --mdc-slider-active-track-color: #495399;
  --mdc-slider-inactive-track-color: #495399;
  --mdc-slider-with-tick-marks-inactive-container-color: #495399;
  --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;
  --mat-slider-ripple-color: #495399;
  --mat-slider-hover-state-layer-color: rgba(73, 83, 153, 0.05);
  --mat-slider-focus-state-layer-color: rgba(73, 83, 153, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --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-sort-arrow-color: #c6c6c6;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #495399;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #495399;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #495399;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #495399;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #495399;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #495399;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.darkTheme .earlyInterventionTheme .mat-h1,
.darkTheme .earlyInterventionTheme .mat-headline-5,
.darkTheme .earlyInterventionTheme .mat-typography .mat-h1,
.darkTheme .earlyInterventionTheme .mat-typography .mat-headline-5,
.darkTheme .earlyInterventionTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .earlyInterventionTheme .mat-h2,
.darkTheme .earlyInterventionTheme .mat-headline-6,
.darkTheme .earlyInterventionTheme .mat-typography .mat-h2,
.darkTheme .earlyInterventionTheme .mat-typography .mat-headline-6,
.darkTheme .earlyInterventionTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .earlyInterventionTheme .mat-h3,
.darkTheme .earlyInterventionTheme .mat-subtitle-1,
.darkTheme .earlyInterventionTheme .mat-typography .mat-h3,
.darkTheme .earlyInterventionTheme .mat-typography .mat-subtitle-1,
.darkTheme .earlyInterventionTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .earlyInterventionTheme .mat-h4,
.darkTheme .earlyInterventionTheme .mat-body-1,
.darkTheme .earlyInterventionTheme .mat-typography .mat-h4,
.darkTheme .earlyInterventionTheme .mat-typography .mat-body-1,
.darkTheme .earlyInterventionTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .earlyInterventionTheme .mat-h5,
.darkTheme .earlyInterventionTheme .mat-typography .mat-h5,
.darkTheme .earlyInterventionTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .earlyInterventionTheme .mat-h6,
.darkTheme .earlyInterventionTheme .mat-typography .mat-h6,
.darkTheme .earlyInterventionTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .earlyInterventionTheme .mat-body-strong,
.darkTheme .earlyInterventionTheme .mat-subtitle-2,
.darkTheme .earlyInterventionTheme .mat-typography .mat-body-strong,
.darkTheme .earlyInterventionTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .earlyInterventionTheme .mat-body,
.darkTheme .earlyInterventionTheme .mat-body-2,
.darkTheme .earlyInterventionTheme .mat-typography .mat-body,
.darkTheme .earlyInterventionTheme .mat-typography .mat-body-2,
.darkTheme .earlyInterventionTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .earlyInterventionTheme .mat-body p,
.darkTheme .earlyInterventionTheme .mat-body-2 p,
.darkTheme .earlyInterventionTheme .mat-typography .mat-body p,
.darkTheme .earlyInterventionTheme .mat-typography .mat-body-2 p,
.darkTheme .earlyInterventionTheme .mat-typography p {
  margin: 0 0 12px;
}
.darkTheme .earlyInterventionTheme .mat-small,
.darkTheme .earlyInterventionTheme .mat-caption,
.darkTheme .earlyInterventionTheme .mat-typography .mat-small,
.darkTheme .earlyInterventionTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .earlyInterventionTheme .mat-headline-1,
.darkTheme .earlyInterventionTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.darkTheme .earlyInterventionTheme .mat-headline-2,
.darkTheme .earlyInterventionTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .earlyInterventionTheme .mat-headline-3,
.darkTheme .earlyInterventionTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .earlyInterventionTheme .mat-headline-4,
.darkTheme .earlyInterventionTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .earlyInterventionTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.darkTheme .earlyInterventionTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.darkTheme .earlyInterventionTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .earlyInterventionTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.darkTheme .earlyInterventionTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.darkTheme .earlyInterventionTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.darkTheme .earlyInterventionTheme .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: #495399;
  --mdc-checkbox-selected-hover-icon-color: #495399;
  --mdc-checkbox-selected-icon-color: #495399;
  --mdc-checkbox-selected-pressed-icon-color: #495399;
  --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-selected-focus-state-layer-color: #495399;
  --mdc-checkbox-selected-hover-state-layer-color: #495399;
  --mdc-checkbox-selected-pressed-state-layer-color: #495399;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .earlyInterventionTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .earlyInterventionTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.darkTheme .earlyInterventionTheme .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;
}
.darkTheme .earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.darkTheme .earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #495399;
  --mdc-chip-elevated-selected-container-color: #495399;
  --mdc-chip-elevated-disabled-container-color: #495399;
  --mdc-chip-flat-disabled-selected-container-color: #495399;
  --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;
}
.darkTheme .earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.darkTheme .earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.darkTheme .earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.darkTheme .earlyInterventionTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.darkTheme .earlyInterventionTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.darkTheme .earlyInterventionTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.darkTheme .earlyInterventionTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.darkTheme .earlyInterventionTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #495399;
  --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: #495399;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .earlyInterventionTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .earlyInterventionTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .earlyInterventionTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.darkTheme .earlyInterventionTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.darkTheme .earlyInterventionTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.darkTheme .earlyInterventionTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.darkTheme .earlyInterventionTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.darkTheme .earlyInterventionTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.darkTheme .earlyInterventionTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.darkTheme .earlyInterventionTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .earlyInterventionTheme .mat-icon.mat-primary {
  --mat-icon-color: #495399;
}
.darkTheme .earlyInterventionTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .earlyInterventionTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .earlyInterventionTheme .mdc-list-item__start,
.darkTheme .earlyInterventionTheme .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-focus-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: #495399;
  --mdc-radio-selected-hover-icon-color: #495399;
  --mdc-radio-selected-icon-color: #495399;
  --mdc-radio-selected-pressed-icon-color: #495399;
}
.darkTheme .earlyInterventionTheme .mat-accent .mdc-list-item__start,
.darkTheme .earlyInterventionTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.darkTheme .earlyInterventionTheme .mat-warn .mdc-list-item__start,
.darkTheme .earlyInterventionTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.darkTheme .earlyInterventionTheme .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: #495399;
  --mdc-checkbox-selected-hover-icon-color: #495399;
  --mdc-checkbox-selected-icon-color: #495399;
  --mdc-checkbox-selected-pressed-icon-color: #495399;
  --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-selected-focus-state-layer-color: #495399;
  --mdc-checkbox-selected-hover-state-layer-color: #495399;
  --mdc-checkbox-selected-pressed-state-layer-color: #495399;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .earlyInterventionTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .earlyInterventionTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .earlyInterventionTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.darkTheme .earlyInterventionTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.darkTheme .earlyInterventionTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.darkTheme .earlyInterventionTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #495399;
}
.darkTheme .earlyInterventionTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.darkTheme .earlyInterventionTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.darkTheme .earlyInterventionTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.darkTheme .earlyInterventionTheme .mdc-list-item__start,
.darkTheme .earlyInterventionTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.darkTheme .earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.darkTheme .earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.darkTheme .earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.darkTheme .earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.darkTheme .earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.darkTheme .earlyInterventionTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.darkTheme .earlyInterventionTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #495399;
  --mdc-linear-progress-track-color: rgba(73, 83, 153, 0.25);
}
.darkTheme .earlyInterventionTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.darkTheme .earlyInterventionTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.darkTheme .earlyInterventionTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.darkTheme .earlyInterventionTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.darkTheme .earlyInterventionTheme .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-focus-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: #495399;
  --mdc-radio-selected-hover-icon-color: #495399;
  --mdc-radio-selected-icon-color: #495399;
  --mdc-radio-selected-pressed-icon-color: #495399;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #495399;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .earlyInterventionTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .earlyInterventionTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .earlyInterventionTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .earlyInterventionTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .earlyInterventionTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.darkTheme .earlyInterventionTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.darkTheme .earlyInterventionTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: silver;
  --mdc-switch-selected-handle-color: silver;
  --mdc-switch-selected-hover-state-layer-color: silver;
  --mdc-switch-selected-pressed-state-layer-color: silver;
  --mdc-switch-selected-focus-handle-color: #d2d2d2;
  --mdc-switch-selected-hover-handle-color: #d2d2d2;
  --mdc-switch-selected-pressed-handle-color: #d2d2d2;
  --mdc-switch-selected-focus-track-color: #9d9d9d;
  --mdc-switch-selected-hover-track-color: #9d9d9d;
  --mdc-switch-selected-pressed-track-color: #9d9d9d;
  --mdc-switch-selected-track-color: #9d9d9d;
}
.darkTheme .earlyInterventionTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #d95582;
  --mdc-switch-selected-handle-color: #d95582;
  --mdc-switch-selected-hover-state-layer-color: #d95582;
  --mdc-switch-selected-pressed-state-layer-color: #d95582;
  --mdc-switch-selected-focus-handle-color: #e486a6;
  --mdc-switch-selected-hover-handle-color: #e486a6;
  --mdc-switch-selected-pressed-handle-color: #e486a6;
  --mdc-switch-selected-focus-track-color: #c30a46;
  --mdc-switch-selected-hover-track-color: #c30a46;
  --mdc-switch-selected-pressed-track-color: #c30a46;
  --mdc-switch-selected-track-color: #c30a46;
}
.darkTheme .earlyInterventionTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.darkTheme .earlyInterventionTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.darkTheme .earlyInterventionTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .earlyInterventionTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .earlyInterventionTheme .mat-mdc-tab-group,
.darkTheme .earlyInterventionTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #495399;
  --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: #495399;
  --mat-tab-header-active-ripple-color: #495399;
  --mat-tab-header-inactive-ripple-color: #495399;
  --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: #495399;
  --mat-tab-header-active-hover-label-text-color: #495399;
  --mat-tab-header-active-focus-indicator-color: #495399;
  --mat-tab-header-active-hover-indicator-color: #495399;
}
.darkTheme .earlyInterventionTheme .mat-mdc-tab-group.mat-accent,
.darkTheme .earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.darkTheme .earlyInterventionTheme .mat-mdc-tab-group.mat-warn,
.darkTheme .earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.darkTheme .earlyInterventionTheme .mat-mdc-tab-group.mat-background-primary,
.darkTheme .earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #495399;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .earlyInterventionTheme .mat-mdc-tab-group.mat-background-accent,
.darkTheme .earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.darkTheme .earlyInterventionTheme .mat-mdc-tab-group.mat-background-warn,
.darkTheme .earlyInterventionTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .earlyInterventionTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.darkTheme .earlyInterventionTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #495399;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .earlyInterventionTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.darkTheme .earlyInterventionTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .earlyInterventionTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #495399;
  --mat-text-button-state-layer-color: #495399;
  --mat-text-button-ripple-color: rgba(73, 83, 153, 0.1);
}
.darkTheme .earlyInterventionTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .earlyInterventionTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .earlyInterventionTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #495399;
  --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);
}
.darkTheme .earlyInterventionTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .earlyInterventionTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.darkTheme .earlyInterventionTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #495399;
  --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);
}
.darkTheme .earlyInterventionTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .earlyInterventionTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.darkTheme .earlyInterventionTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #495399;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #495399;
  --mat-outlined-button-ripple-color: rgba(73, 83, 153, 0.1);
}
.darkTheme .earlyInterventionTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .earlyInterventionTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .earlyInterventionTheme button {
  background-color: #495399;
}
.darkTheme .earlyInterventionTheme button.mat-mdc-button,
.darkTheme .earlyInterventionTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.darkTheme .earlyInterventionTheme button.mat-mdc-button .mat-icon,
.darkTheme .earlyInterventionTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.darkTheme .earlyInterventionTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.darkTheme .earlyInterventionTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.darkTheme .earlyInterventionTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.darkTheme .earlyInterventionTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.darkTheme .earlyInterventionTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.darkTheme .earlyInterventionTheme button.button-simple {
  border: 1px solid black !important;
}
.darkTheme .earlyInterventionTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.darkTheme .earlyInterventionTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.darkTheme .earlyInterventionTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.darkTheme .earlyInterventionTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.darkTheme .earlyInterventionTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.darkTheme .earlyInterventionTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.darkTheme .earlyInterventionTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.darkTheme .earlyInterventionTheme button.add-button {
  color: #0ea5e9 !important;
}
.darkTheme .earlyInterventionTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.darkTheme .earlyInterventionTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.darkTheme .earlyInterventionTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.darkTheme .earlyInterventionTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.darkTheme .earlyInterventionTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.darkTheme .earlyInterventionTheme mat-dialog-container {
  padding: 0rem;
}
.darkTheme .earlyInterventionTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #303030;
}
.darkTheme .earlyInterventionTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.darkTheme .earlyInterventionTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.darkTheme .earlyInterventionTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.darkTheme .earlyInterventionTheme .mat-icon.mat-primary {
  --mat-icon-color: #495399;
}
.darkTheme .earlyInterventionTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .earlyInterventionTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #495399;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.tooltip,
.darkTheme .earlyInterventionTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.darkTheme .earlyInterventionTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.darkTheme .earlyInterventionTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.darkTheme .earlyInterventionTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .earlyInterventionTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .earlyInterventionTheme mat-stepper.mat-stepper-horizontal,
.darkTheme .earlyInterventionTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.darkTheme .earlyInterventionTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.darkTheme .earlyInterventionTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.darkTheme .earlyInterventionTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.darkTheme .earlyInterventionTheme app-body-segments #BodySegments {
  width: 100%;
}
.darkTheme .earlyInterventionTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.darkTheme .earlyInterventionTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.darkTheme .earlyInterventionTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.darkTheme .earlyInterventionTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.darkTheme .earlyInterventionTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.darkTheme .earlyInterventionTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.darkTheme .earlyInterventionTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.darkTheme .earlyInterventionTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .earlyInterventionTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .earlyInterventionTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.darkTheme .earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.darkTheme .earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.darkTheme .earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.darkTheme .earlyInterventionTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.darkTheme .earlyInterventionTheme app-value .value {
  font-weight: 400;
}
.darkTheme .earlyInterventionTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.darkTheme .earlyInterventionTheme app-value .value mat-icon {
  font-size: inherit;
}
.darkTheme .earlyInterventionTheme app-value .value.background {
  background-color: #e4e4e4;
}
.darkTheme .earlyInterventionTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.darkTheme .earlyInterventionTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.darkTheme .earlyInterventionTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.darkTheme .earlyInterventionTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.darkTheme .earlyInterventionTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.darkTheme .earlyInterventionTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.darkTheme .earlyInterventionTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.darkTheme .earlyInterventionTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.darkTheme .earlyInterventionTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.darkTheme .earlyInterventionTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.darkTheme .earlyInterventionTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.darkTheme .earlyInterventionTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.darkTheme .earlyInterventionTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.darkTheme .earlyInterventionTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.darkTheme .earlyInterventionTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.darkTheme .earlyInterventionTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.darkTheme .earlyInterventionTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground {
  background-color: transparent;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground.success {
  color: #0ea246;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground.information {
  color: #409dd0;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground.low {
  color: #4aa051;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.darkTheme .earlyInterventionTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.darkTheme .earlyInterventionTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .earlyInterventionTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .earlyInterventionTheme app-image img {
  background-color: #e4e4e4;
}
.darkTheme .earlyInterventionTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.darkTheme .earlyInterventionTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.darkTheme .earlyInterventionTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.darkTheme .earlyInterventionTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.darkTheme .earlyInterventionTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.darkTheme .earlyInterventionTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .earlyInterventionTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .earlyInterventionTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .earlyInterventionTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .earlyInterventionTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .jobRotationTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mat-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: #a1499c;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: white;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #a1499c;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #a1499c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(161, 73, 156, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(161, 73, 156, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(161, 73, 156, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #a1499c;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(161, 73, 156, 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;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #a1499c;
  --mdc-filled-text-field-focus-active-indicator-color: #a1499c;
  --mdc-filled-text-field-focus-label-text-color: rgba(161, 73, 156, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #a1499c;
  --mdc-outlined-text-field-focus-outline-color: #a1499c;
  --mdc-outlined-text-field-focus-label-text-color: rgba(161, 73, 156, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(161, 73, 156, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #a1499c;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(161, 73, 156, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #bd80ba;
  --mdc-switch-selected-handle-color: #bd80ba;
  --mdc-switch-selected-hover-state-layer-color: #bd80ba;
  --mdc-switch-selected-pressed-state-layer-color: #bd80ba;
  --mdc-switch-selected-focus-handle-color: #d0a4ce;
  --mdc-switch-selected-hover-handle-color: #d0a4ce;
  --mdc-switch-selected-pressed-handle-color: #d0a4ce;
  --mdc-switch-selected-focus-track-color: #994294;
  --mdc-switch-selected-hover-track-color: #994294;
  --mdc-switch-selected-pressed-track-color: #994294;
  --mdc-switch-selected-track-color: #994294;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #a1499c;
  --mdc-slider-focus-handle-color: #a1499c;
  --mdc-slider-hover-handle-color: #a1499c;
  --mdc-slider-active-track-color: #a1499c;
  --mdc-slider-inactive-track-color: #a1499c;
  --mdc-slider-with-tick-marks-inactive-container-color: #a1499c;
  --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;
  --mat-slider-ripple-color: #a1499c;
  --mat-slider-hover-state-layer-color: rgba(161, 73, 156, 0.05);
  --mat-slider-focus-state-layer-color: rgba(161, 73, 156, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --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-sort-arrow-color: #c6c6c6;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #a1499c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #a1499c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #a1499c;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #a1499c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #a1499c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #a1499c;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.darkTheme .jobRotationTheme .mat-h1,
.darkTheme .jobRotationTheme .mat-headline-5,
.darkTheme .jobRotationTheme .mat-typography .mat-h1,
.darkTheme .jobRotationTheme .mat-typography .mat-headline-5,
.darkTheme .jobRotationTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .jobRotationTheme .mat-h2,
.darkTheme .jobRotationTheme .mat-headline-6,
.darkTheme .jobRotationTheme .mat-typography .mat-h2,
.darkTheme .jobRotationTheme .mat-typography .mat-headline-6,
.darkTheme .jobRotationTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .jobRotationTheme .mat-h3,
.darkTheme .jobRotationTheme .mat-subtitle-1,
.darkTheme .jobRotationTheme .mat-typography .mat-h3,
.darkTheme .jobRotationTheme .mat-typography .mat-subtitle-1,
.darkTheme .jobRotationTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .jobRotationTheme .mat-h4,
.darkTheme .jobRotationTheme .mat-body-1,
.darkTheme .jobRotationTheme .mat-typography .mat-h4,
.darkTheme .jobRotationTheme .mat-typography .mat-body-1,
.darkTheme .jobRotationTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .jobRotationTheme .mat-h5,
.darkTheme .jobRotationTheme .mat-typography .mat-h5,
.darkTheme .jobRotationTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .jobRotationTheme .mat-h6,
.darkTheme .jobRotationTheme .mat-typography .mat-h6,
.darkTheme .jobRotationTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .jobRotationTheme .mat-body-strong,
.darkTheme .jobRotationTheme .mat-subtitle-2,
.darkTheme .jobRotationTheme .mat-typography .mat-body-strong,
.darkTheme .jobRotationTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .jobRotationTheme .mat-body,
.darkTheme .jobRotationTheme .mat-body-2,
.darkTheme .jobRotationTheme .mat-typography .mat-body,
.darkTheme .jobRotationTheme .mat-typography .mat-body-2,
.darkTheme .jobRotationTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .jobRotationTheme .mat-body p,
.darkTheme .jobRotationTheme .mat-body-2 p,
.darkTheme .jobRotationTheme .mat-typography .mat-body p,
.darkTheme .jobRotationTheme .mat-typography .mat-body-2 p,
.darkTheme .jobRotationTheme .mat-typography p {
  margin: 0 0 12px;
}
.darkTheme .jobRotationTheme .mat-small,
.darkTheme .jobRotationTheme .mat-caption,
.darkTheme .jobRotationTheme .mat-typography .mat-small,
.darkTheme .jobRotationTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .jobRotationTheme .mat-headline-1,
.darkTheme .jobRotationTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.darkTheme .jobRotationTheme .mat-headline-2,
.darkTheme .jobRotationTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .jobRotationTheme .mat-headline-3,
.darkTheme .jobRotationTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .jobRotationTheme .mat-headline-4,
.darkTheme .jobRotationTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .jobRotationTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.darkTheme .jobRotationTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.darkTheme .jobRotationTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .jobRotationTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.darkTheme .jobRotationTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.darkTheme .jobRotationTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.darkTheme .jobRotationTheme .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: #a1499c;
  --mdc-checkbox-selected-hover-icon-color: #a1499c;
  --mdc-checkbox-selected-icon-color: #a1499c;
  --mdc-checkbox-selected-pressed-icon-color: #a1499c;
  --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-selected-focus-state-layer-color: #a1499c;
  --mdc-checkbox-selected-hover-state-layer-color: #a1499c;
  --mdc-checkbox-selected-pressed-state-layer-color: #a1499c;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .jobRotationTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .jobRotationTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.darkTheme .jobRotationTheme .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;
}
.darkTheme .jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.darkTheme .jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #a1499c;
  --mdc-chip-elevated-selected-container-color: #a1499c;
  --mdc-chip-elevated-disabled-container-color: #a1499c;
  --mdc-chip-flat-disabled-selected-container-color: #a1499c;
  --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;
}
.darkTheme .jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.darkTheme .jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.darkTheme .jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.darkTheme .jobRotationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.darkTheme .jobRotationTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.darkTheme .jobRotationTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.darkTheme .jobRotationTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.darkTheme .jobRotationTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #a1499c;
  --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: #a1499c;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .jobRotationTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .jobRotationTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .jobRotationTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.darkTheme .jobRotationTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.darkTheme .jobRotationTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.darkTheme .jobRotationTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.darkTheme .jobRotationTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.darkTheme .jobRotationTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.darkTheme .jobRotationTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.darkTheme .jobRotationTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .jobRotationTheme .mat-icon.mat-primary {
  --mat-icon-color: #a1499c;
}
.darkTheme .jobRotationTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .jobRotationTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .jobRotationTheme .mdc-list-item__start,
.darkTheme .jobRotationTheme .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-focus-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: #a1499c;
  --mdc-radio-selected-hover-icon-color: #a1499c;
  --mdc-radio-selected-icon-color: #a1499c;
  --mdc-radio-selected-pressed-icon-color: #a1499c;
}
.darkTheme .jobRotationTheme .mat-accent .mdc-list-item__start,
.darkTheme .jobRotationTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.darkTheme .jobRotationTheme .mat-warn .mdc-list-item__start,
.darkTheme .jobRotationTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.darkTheme .jobRotationTheme .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: #a1499c;
  --mdc-checkbox-selected-hover-icon-color: #a1499c;
  --mdc-checkbox-selected-icon-color: #a1499c;
  --mdc-checkbox-selected-pressed-icon-color: #a1499c;
  --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-selected-focus-state-layer-color: #a1499c;
  --mdc-checkbox-selected-hover-state-layer-color: #a1499c;
  --mdc-checkbox-selected-pressed-state-layer-color: #a1499c;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .jobRotationTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .jobRotationTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .jobRotationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.darkTheme .jobRotationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.darkTheme .jobRotationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.darkTheme .jobRotationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #a1499c;
}
.darkTheme .jobRotationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.darkTheme .jobRotationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.darkTheme .jobRotationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.darkTheme .jobRotationTheme .mdc-list-item__start,
.darkTheme .jobRotationTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.darkTheme .jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.darkTheme .jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.darkTheme .jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.darkTheme .jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.darkTheme .jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.darkTheme .jobRotationTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.darkTheme .jobRotationTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #a1499c;
  --mdc-linear-progress-track-color: rgba(161, 73, 156, 0.25);
}
.darkTheme .jobRotationTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.darkTheme .jobRotationTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.darkTheme .jobRotationTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.darkTheme .jobRotationTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.darkTheme .jobRotationTheme .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-focus-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: #a1499c;
  --mdc-radio-selected-hover-icon-color: #a1499c;
  --mdc-radio-selected-icon-color: #a1499c;
  --mdc-radio-selected-pressed-icon-color: #a1499c;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #a1499c;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .jobRotationTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .jobRotationTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .jobRotationTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .jobRotationTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .jobRotationTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.darkTheme .jobRotationTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.darkTheme .jobRotationTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: silver;
  --mdc-switch-selected-handle-color: silver;
  --mdc-switch-selected-hover-state-layer-color: silver;
  --mdc-switch-selected-pressed-state-layer-color: silver;
  --mdc-switch-selected-focus-handle-color: #d2d2d2;
  --mdc-switch-selected-hover-handle-color: #d2d2d2;
  --mdc-switch-selected-pressed-handle-color: #d2d2d2;
  --mdc-switch-selected-focus-track-color: #9d9d9d;
  --mdc-switch-selected-hover-track-color: #9d9d9d;
  --mdc-switch-selected-pressed-track-color: #9d9d9d;
  --mdc-switch-selected-track-color: #9d9d9d;
}
.darkTheme .jobRotationTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #d95582;
  --mdc-switch-selected-handle-color: #d95582;
  --mdc-switch-selected-hover-state-layer-color: #d95582;
  --mdc-switch-selected-pressed-state-layer-color: #d95582;
  --mdc-switch-selected-focus-handle-color: #e486a6;
  --mdc-switch-selected-hover-handle-color: #e486a6;
  --mdc-switch-selected-pressed-handle-color: #e486a6;
  --mdc-switch-selected-focus-track-color: #c30a46;
  --mdc-switch-selected-hover-track-color: #c30a46;
  --mdc-switch-selected-pressed-track-color: #c30a46;
  --mdc-switch-selected-track-color: #c30a46;
}
.darkTheme .jobRotationTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.darkTheme .jobRotationTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.darkTheme .jobRotationTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .jobRotationTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .jobRotationTheme .mat-mdc-tab-group,
.darkTheme .jobRotationTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #a1499c;
  --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: #a1499c;
  --mat-tab-header-active-ripple-color: #a1499c;
  --mat-tab-header-inactive-ripple-color: #a1499c;
  --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: #a1499c;
  --mat-tab-header-active-hover-label-text-color: #a1499c;
  --mat-tab-header-active-focus-indicator-color: #a1499c;
  --mat-tab-header-active-hover-indicator-color: #a1499c;
}
.darkTheme .jobRotationTheme .mat-mdc-tab-group.mat-accent,
.darkTheme .jobRotationTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.darkTheme .jobRotationTheme .mat-mdc-tab-group.mat-warn,
.darkTheme .jobRotationTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.darkTheme .jobRotationTheme .mat-mdc-tab-group.mat-background-primary,
.darkTheme .jobRotationTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #a1499c;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .jobRotationTheme .mat-mdc-tab-group.mat-background-accent,
.darkTheme .jobRotationTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.darkTheme .jobRotationTheme .mat-mdc-tab-group.mat-background-warn,
.darkTheme .jobRotationTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .jobRotationTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.darkTheme .jobRotationTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #a1499c;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .jobRotationTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.darkTheme .jobRotationTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .jobRotationTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #a1499c;
  --mat-text-button-state-layer-color: #a1499c;
  --mat-text-button-ripple-color: rgba(161, 73, 156, 0.1);
}
.darkTheme .jobRotationTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .jobRotationTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .jobRotationTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #a1499c;
  --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);
}
.darkTheme .jobRotationTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .jobRotationTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.darkTheme .jobRotationTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #a1499c;
  --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);
}
.darkTheme .jobRotationTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .jobRotationTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.darkTheme .jobRotationTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #a1499c;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #a1499c;
  --mat-outlined-button-ripple-color: rgba(161, 73, 156, 0.1);
}
.darkTheme .jobRotationTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .jobRotationTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .jobRotationTheme button {
  background-color: #a1499c;
}
.darkTheme .jobRotationTheme button.mat-mdc-button,
.darkTheme .jobRotationTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.darkTheme .jobRotationTheme button.mat-mdc-button .mat-icon,
.darkTheme .jobRotationTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.darkTheme .jobRotationTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.darkTheme .jobRotationTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.darkTheme .jobRotationTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.darkTheme .jobRotationTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.darkTheme .jobRotationTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.darkTheme .jobRotationTheme button.button-simple {
  border: 1px solid black !important;
}
.darkTheme .jobRotationTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.darkTheme .jobRotationTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.darkTheme .jobRotationTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.darkTheme .jobRotationTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.darkTheme .jobRotationTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.darkTheme .jobRotationTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.darkTheme .jobRotationTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.darkTheme .jobRotationTheme button.add-button {
  color: #0ea5e9 !important;
}
.darkTheme .jobRotationTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.darkTheme .jobRotationTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.darkTheme .jobRotationTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.darkTheme .jobRotationTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.darkTheme .jobRotationTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.darkTheme .jobRotationTheme mat-dialog-container {
  padding: 0rem;
}
.darkTheme .jobRotationTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #303030;
}
.darkTheme .jobRotationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.darkTheme .jobRotationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.darkTheme .jobRotationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.darkTheme .jobRotationTheme .mat-icon.mat-primary {
  --mat-icon-color: #a1499c;
}
.darkTheme .jobRotationTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .jobRotationTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .jobRotationTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a1499c;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.tooltip,
.darkTheme .jobRotationTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.darkTheme .jobRotationTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.darkTheme .jobRotationTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.darkTheme .jobRotationTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .jobRotationTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .jobRotationTheme mat-stepper.mat-stepper-horizontal,
.darkTheme .jobRotationTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.darkTheme .jobRotationTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.darkTheme .jobRotationTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.darkTheme .jobRotationTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.darkTheme .jobRotationTheme app-body-segments #BodySegments {
  width: 100%;
}
.darkTheme .jobRotationTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.darkTheme .jobRotationTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.darkTheme .jobRotationTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.darkTheme .jobRotationTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.darkTheme .jobRotationTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.darkTheme .jobRotationTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.darkTheme .jobRotationTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.darkTheme .jobRotationTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .jobRotationTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .jobRotationTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.darkTheme .jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.darkTheme .jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.darkTheme .jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.darkTheme .jobRotationTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.darkTheme .jobRotationTheme app-value .value {
  font-weight: 400;
}
.darkTheme .jobRotationTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.darkTheme .jobRotationTheme app-value .value mat-icon {
  font-size: inherit;
}
.darkTheme .jobRotationTheme app-value .value.background {
  background-color: #e4e4e4;
}
.darkTheme .jobRotationTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.darkTheme .jobRotationTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.darkTheme .jobRotationTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.darkTheme .jobRotationTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.darkTheme .jobRotationTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.darkTheme .jobRotationTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.darkTheme .jobRotationTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.darkTheme .jobRotationTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.darkTheme .jobRotationTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.darkTheme .jobRotationTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.darkTheme .jobRotationTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.darkTheme .jobRotationTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.darkTheme .jobRotationTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.darkTheme .jobRotationTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.darkTheme .jobRotationTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.darkTheme .jobRotationTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.darkTheme .jobRotationTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.darkTheme .jobRotationTheme app-value .value.foreground {
  background-color: transparent;
}
.darkTheme .jobRotationTheme app-value .value.foreground.success {
  color: #0ea246;
}
.darkTheme .jobRotationTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.darkTheme .jobRotationTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.darkTheme .jobRotationTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.darkTheme .jobRotationTheme app-value .value.foreground.information {
  color: #409dd0;
}
.darkTheme .jobRotationTheme app-value .value.foreground.low {
  color: #4aa051;
}
.darkTheme .jobRotationTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.darkTheme .jobRotationTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.darkTheme .jobRotationTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.darkTheme .jobRotationTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .jobRotationTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .jobRotationTheme app-image img {
  background-color: #e4e4e4;
}
.darkTheme .jobRotationTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.darkTheme .jobRotationTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.darkTheme .jobRotationTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.darkTheme .jobRotationTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.darkTheme .jobRotationTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.darkTheme .jobRotationTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .jobRotationTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .jobRotationTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .jobRotationTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .jobRotationTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .stretchingTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mat-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: #228679;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: white;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #228679;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #228679;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(34, 134, 121, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(34, 134, 121, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(34, 134, 121, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #228679;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(34, 134, 121, 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;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #228679;
  --mdc-filled-text-field-focus-active-indicator-color: #228679;
  --mdc-filled-text-field-focus-label-text-color: rgba(34, 134, 121, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #228679;
  --mdc-outlined-text-field-focus-outline-color: #228679;
  --mdc-outlined-text-field-focus-label-text-color: rgba(34, 134, 121, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(34, 134, 121, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #228679;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(34, 134, 121, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #64aaa1;
  --mdc-switch-selected-handle-color: #64aaa1;
  --mdc-switch-selected-hover-state-layer-color: #64aaa1;
  --mdc-switch-selected-pressed-state-layer-color: #64aaa1;
  --mdc-switch-selected-focus-handle-color: #91c3bc;
  --mdc-switch-selected-hover-handle-color: #91c3bc;
  --mdc-switch-selected-pressed-handle-color: #91c3bc;
  --mdc-switch-selected-focus-track-color: #1e7e71;
  --mdc-switch-selected-hover-track-color: #1e7e71;
  --mdc-switch-selected-pressed-track-color: #1e7e71;
  --mdc-switch-selected-track-color: #1e7e71;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #228679;
  --mdc-slider-focus-handle-color: #228679;
  --mdc-slider-hover-handle-color: #228679;
  --mdc-slider-active-track-color: #228679;
  --mdc-slider-inactive-track-color: #228679;
  --mdc-slider-with-tick-marks-inactive-container-color: #228679;
  --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;
  --mat-slider-ripple-color: #228679;
  --mat-slider-hover-state-layer-color: rgba(34, 134, 121, 0.05);
  --mat-slider-focus-state-layer-color: rgba(34, 134, 121, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --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-sort-arrow-color: #c6c6c6;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #228679;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #228679;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #228679;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #228679;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #228679;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #228679;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.darkTheme .stretchingTheme .mat-h1,
.darkTheme .stretchingTheme .mat-headline-5,
.darkTheme .stretchingTheme .mat-typography .mat-h1,
.darkTheme .stretchingTheme .mat-typography .mat-headline-5,
.darkTheme .stretchingTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .stretchingTheme .mat-h2,
.darkTheme .stretchingTheme .mat-headline-6,
.darkTheme .stretchingTheme .mat-typography .mat-h2,
.darkTheme .stretchingTheme .mat-typography .mat-headline-6,
.darkTheme .stretchingTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .stretchingTheme .mat-h3,
.darkTheme .stretchingTheme .mat-subtitle-1,
.darkTheme .stretchingTheme .mat-typography .mat-h3,
.darkTheme .stretchingTheme .mat-typography .mat-subtitle-1,
.darkTheme .stretchingTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .stretchingTheme .mat-h4,
.darkTheme .stretchingTheme .mat-body-1,
.darkTheme .stretchingTheme .mat-typography .mat-h4,
.darkTheme .stretchingTheme .mat-typography .mat-body-1,
.darkTheme .stretchingTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .stretchingTheme .mat-h5,
.darkTheme .stretchingTheme .mat-typography .mat-h5,
.darkTheme .stretchingTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .stretchingTheme .mat-h6,
.darkTheme .stretchingTheme .mat-typography .mat-h6,
.darkTheme .stretchingTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .stretchingTheme .mat-body-strong,
.darkTheme .stretchingTheme .mat-subtitle-2,
.darkTheme .stretchingTheme .mat-typography .mat-body-strong,
.darkTheme .stretchingTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .stretchingTheme .mat-body,
.darkTheme .stretchingTheme .mat-body-2,
.darkTheme .stretchingTheme .mat-typography .mat-body,
.darkTheme .stretchingTheme .mat-typography .mat-body-2,
.darkTheme .stretchingTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .stretchingTheme .mat-body p,
.darkTheme .stretchingTheme .mat-body-2 p,
.darkTheme .stretchingTheme .mat-typography .mat-body p,
.darkTheme .stretchingTheme .mat-typography .mat-body-2 p,
.darkTheme .stretchingTheme .mat-typography p {
  margin: 0 0 12px;
}
.darkTheme .stretchingTheme .mat-small,
.darkTheme .stretchingTheme .mat-caption,
.darkTheme .stretchingTheme .mat-typography .mat-small,
.darkTheme .stretchingTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .stretchingTheme .mat-headline-1,
.darkTheme .stretchingTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.darkTheme .stretchingTheme .mat-headline-2,
.darkTheme .stretchingTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .stretchingTheme .mat-headline-3,
.darkTheme .stretchingTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .stretchingTheme .mat-headline-4,
.darkTheme .stretchingTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .stretchingTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.darkTheme .stretchingTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.darkTheme .stretchingTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .stretchingTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.darkTheme .stretchingTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.darkTheme .stretchingTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.darkTheme .stretchingTheme .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: #228679;
  --mdc-checkbox-selected-hover-icon-color: #228679;
  --mdc-checkbox-selected-icon-color: #228679;
  --mdc-checkbox-selected-pressed-icon-color: #228679;
  --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-selected-focus-state-layer-color: #228679;
  --mdc-checkbox-selected-hover-state-layer-color: #228679;
  --mdc-checkbox-selected-pressed-state-layer-color: #228679;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .stretchingTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .stretchingTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.darkTheme .stretchingTheme .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;
}
.darkTheme .stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.darkTheme .stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #228679;
  --mdc-chip-elevated-selected-container-color: #228679;
  --mdc-chip-elevated-disabled-container-color: #228679;
  --mdc-chip-flat-disabled-selected-container-color: #228679;
  --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;
}
.darkTheme .stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.darkTheme .stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.darkTheme .stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.darkTheme .stretchingTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.darkTheme .stretchingTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.darkTheme .stretchingTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.darkTheme .stretchingTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.darkTheme .stretchingTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #228679;
  --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: #228679;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .stretchingTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .stretchingTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .stretchingTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.darkTheme .stretchingTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.darkTheme .stretchingTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.darkTheme .stretchingTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.darkTheme .stretchingTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.darkTheme .stretchingTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.darkTheme .stretchingTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.darkTheme .stretchingTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .stretchingTheme .mat-icon.mat-primary {
  --mat-icon-color: #228679;
}
.darkTheme .stretchingTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .stretchingTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .stretchingTheme .mdc-list-item__start,
.darkTheme .stretchingTheme .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-focus-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: #228679;
  --mdc-radio-selected-hover-icon-color: #228679;
  --mdc-radio-selected-icon-color: #228679;
  --mdc-radio-selected-pressed-icon-color: #228679;
}
.darkTheme .stretchingTheme .mat-accent .mdc-list-item__start,
.darkTheme .stretchingTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.darkTheme .stretchingTheme .mat-warn .mdc-list-item__start,
.darkTheme .stretchingTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.darkTheme .stretchingTheme .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: #228679;
  --mdc-checkbox-selected-hover-icon-color: #228679;
  --mdc-checkbox-selected-icon-color: #228679;
  --mdc-checkbox-selected-pressed-icon-color: #228679;
  --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-selected-focus-state-layer-color: #228679;
  --mdc-checkbox-selected-hover-state-layer-color: #228679;
  --mdc-checkbox-selected-pressed-state-layer-color: #228679;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .stretchingTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .stretchingTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .stretchingTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.darkTheme .stretchingTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.darkTheme .stretchingTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.darkTheme .stretchingTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #228679;
}
.darkTheme .stretchingTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.darkTheme .stretchingTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.darkTheme .stretchingTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.darkTheme .stretchingTheme .mdc-list-item__start,
.darkTheme .stretchingTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.darkTheme .stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.darkTheme .stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.darkTheme .stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.darkTheme .stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.darkTheme .stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.darkTheme .stretchingTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.darkTheme .stretchingTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #228679;
  --mdc-linear-progress-track-color: rgba(34, 134, 121, 0.25);
}
.darkTheme .stretchingTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.darkTheme .stretchingTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.darkTheme .stretchingTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.darkTheme .stretchingTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.darkTheme .stretchingTheme .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-focus-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: #228679;
  --mdc-radio-selected-hover-icon-color: #228679;
  --mdc-radio-selected-icon-color: #228679;
  --mdc-radio-selected-pressed-icon-color: #228679;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #228679;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .stretchingTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .stretchingTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .stretchingTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .stretchingTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .stretchingTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.darkTheme .stretchingTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.darkTheme .stretchingTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: silver;
  --mdc-switch-selected-handle-color: silver;
  --mdc-switch-selected-hover-state-layer-color: silver;
  --mdc-switch-selected-pressed-state-layer-color: silver;
  --mdc-switch-selected-focus-handle-color: #d2d2d2;
  --mdc-switch-selected-hover-handle-color: #d2d2d2;
  --mdc-switch-selected-pressed-handle-color: #d2d2d2;
  --mdc-switch-selected-focus-track-color: #9d9d9d;
  --mdc-switch-selected-hover-track-color: #9d9d9d;
  --mdc-switch-selected-pressed-track-color: #9d9d9d;
  --mdc-switch-selected-track-color: #9d9d9d;
}
.darkTheme .stretchingTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #d95582;
  --mdc-switch-selected-handle-color: #d95582;
  --mdc-switch-selected-hover-state-layer-color: #d95582;
  --mdc-switch-selected-pressed-state-layer-color: #d95582;
  --mdc-switch-selected-focus-handle-color: #e486a6;
  --mdc-switch-selected-hover-handle-color: #e486a6;
  --mdc-switch-selected-pressed-handle-color: #e486a6;
  --mdc-switch-selected-focus-track-color: #c30a46;
  --mdc-switch-selected-hover-track-color: #c30a46;
  --mdc-switch-selected-pressed-track-color: #c30a46;
  --mdc-switch-selected-track-color: #c30a46;
}
.darkTheme .stretchingTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.darkTheme .stretchingTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.darkTheme .stretchingTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .stretchingTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .stretchingTheme .mat-mdc-tab-group,
.darkTheme .stretchingTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #228679;
  --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: #228679;
  --mat-tab-header-active-ripple-color: #228679;
  --mat-tab-header-inactive-ripple-color: #228679;
  --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: #228679;
  --mat-tab-header-active-hover-label-text-color: #228679;
  --mat-tab-header-active-focus-indicator-color: #228679;
  --mat-tab-header-active-hover-indicator-color: #228679;
}
.darkTheme .stretchingTheme .mat-mdc-tab-group.mat-accent,
.darkTheme .stretchingTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.darkTheme .stretchingTheme .mat-mdc-tab-group.mat-warn,
.darkTheme .stretchingTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.darkTheme .stretchingTheme .mat-mdc-tab-group.mat-background-primary,
.darkTheme .stretchingTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #228679;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .stretchingTheme .mat-mdc-tab-group.mat-background-accent,
.darkTheme .stretchingTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.darkTheme .stretchingTheme .mat-mdc-tab-group.mat-background-warn,
.darkTheme .stretchingTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .stretchingTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.darkTheme .stretchingTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #228679;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .stretchingTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.darkTheme .stretchingTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .stretchingTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #228679;
  --mat-text-button-state-layer-color: #228679;
  --mat-text-button-ripple-color: rgba(34, 134, 121, 0.1);
}
.darkTheme .stretchingTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .stretchingTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .stretchingTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #228679;
  --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);
}
.darkTheme .stretchingTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .stretchingTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.darkTheme .stretchingTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #228679;
  --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);
}
.darkTheme .stretchingTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .stretchingTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.darkTheme .stretchingTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #228679;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #228679;
  --mat-outlined-button-ripple-color: rgba(34, 134, 121, 0.1);
}
.darkTheme .stretchingTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .stretchingTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .stretchingTheme button {
  background-color: #228679;
}
.darkTheme .stretchingTheme button.mat-mdc-button,
.darkTheme .stretchingTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.darkTheme .stretchingTheme button.mat-mdc-button .mat-icon,
.darkTheme .stretchingTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.darkTheme .stretchingTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.darkTheme .stretchingTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.darkTheme .stretchingTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.darkTheme .stretchingTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.darkTheme .stretchingTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.darkTheme .stretchingTheme button.button-simple {
  border: 1px solid black !important;
}
.darkTheme .stretchingTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.darkTheme .stretchingTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.darkTheme .stretchingTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.darkTheme .stretchingTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.darkTheme .stretchingTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.darkTheme .stretchingTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.darkTheme .stretchingTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.darkTheme .stretchingTheme button.add-button {
  color: #0ea5e9 !important;
}
.darkTheme .stretchingTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.darkTheme .stretchingTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.darkTheme .stretchingTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.darkTheme .stretchingTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.darkTheme .stretchingTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.darkTheme .stretchingTheme mat-dialog-container {
  padding: 0rem;
}
.darkTheme .stretchingTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #303030;
}
.darkTheme .stretchingTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.darkTheme .stretchingTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.darkTheme .stretchingTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.darkTheme .stretchingTheme .mat-icon.mat-primary {
  --mat-icon-color: #228679;
}
.darkTheme .stretchingTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .stretchingTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .stretchingTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.darkTheme .stretchingTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #228679;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.darkTheme .stretchingTheme mat-icon.material-icons.tooltip,
.darkTheme .stretchingTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.darkTheme .stretchingTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.darkTheme .stretchingTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.darkTheme .stretchingTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.darkTheme .stretchingTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.darkTheme .stretchingTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.darkTheme .stretchingTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.darkTheme .stretchingTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.darkTheme .stretchingTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.darkTheme .stretchingTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.darkTheme .stretchingTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .stretchingTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .stretchingTheme mat-stepper.mat-stepper-horizontal,
.darkTheme .stretchingTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.darkTheme .stretchingTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.darkTheme .stretchingTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.darkTheme .stretchingTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.darkTheme .stretchingTheme app-body-segments #BodySegments {
  width: 100%;
}
.darkTheme .stretchingTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.darkTheme .stretchingTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.darkTheme .stretchingTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.darkTheme .stretchingTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.darkTheme .stretchingTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.darkTheme .stretchingTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.darkTheme .stretchingTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.darkTheme .stretchingTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .stretchingTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .stretchingTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.darkTheme .stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.darkTheme .stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.darkTheme .stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.darkTheme .stretchingTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.darkTheme .stretchingTheme app-value .value {
  font-weight: 400;
}
.darkTheme .stretchingTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.darkTheme .stretchingTheme app-value .value mat-icon {
  font-size: inherit;
}
.darkTheme .stretchingTheme app-value .value.background {
  background-color: #e4e4e4;
}
.darkTheme .stretchingTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.darkTheme .stretchingTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.darkTheme .stretchingTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.darkTheme .stretchingTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.darkTheme .stretchingTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.darkTheme .stretchingTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.darkTheme .stretchingTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.darkTheme .stretchingTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.darkTheme .stretchingTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.darkTheme .stretchingTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.darkTheme .stretchingTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.darkTheme .stretchingTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.darkTheme .stretchingTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.darkTheme .stretchingTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.darkTheme .stretchingTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.darkTheme .stretchingTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.darkTheme .stretchingTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.darkTheme .stretchingTheme app-value .value.foreground {
  background-color: transparent;
}
.darkTheme .stretchingTheme app-value .value.foreground.success {
  color: #0ea246;
}
.darkTheme .stretchingTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.darkTheme .stretchingTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.darkTheme .stretchingTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.darkTheme .stretchingTheme app-value .value.foreground.information {
  color: #409dd0;
}
.darkTheme .stretchingTheme app-value .value.foreground.low {
  color: #4aa051;
}
.darkTheme .stretchingTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.darkTheme .stretchingTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.darkTheme .stretchingTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.darkTheme .stretchingTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .stretchingTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .stretchingTheme app-image img {
  background-color: #e4e4e4;
}
.darkTheme .stretchingTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.darkTheme .stretchingTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.darkTheme .stretchingTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.darkTheme .stretchingTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.darkTheme .stretchingTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.darkTheme .stretchingTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .stretchingTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .stretchingTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .stretchingTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .stretchingTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .educationTheme {
  --mat-badge-text-font: Inter, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-text-font: Inter, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 26px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-label-text-font: Inter, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 26px;
  --mat-legacy-button-toggle-label-text-size: 16px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: Inter, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 26px;
  --mat-standard-button-toggle-label-text-size: 16px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-text-font: Inter, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 16px;
  --mat-datepicker-calendar-body-label-text-weight: 600;
  --mat-datepicker-calendar-period-button-text-size: 16px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-expansion-header-text-font: Inter, sans-serif;
  --mat-expansion-header-text-size: 18px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Inter, sans-serif;
  --mat-expansion-container-text-line-height: 26px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 14px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 14px;
  --mat-stepper-container-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-font: Inter, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-size: 16px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-title-text-font: Inter, sans-serif;
  --mat-toolbar-title-text-line-height: 22px;
  --mat-toolbar-title-text-size: 22px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 700;
  --mat-tree-node-text-font: Inter, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
  --mat-option-label-text-font: Inter, sans-serif;
  --mat-option-label-text-line-height: 26px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: Inter, sans-serif;
  --mat-optgroup-label-text-line-height: 26px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mat-card-title-text-font: Inter, sans-serif;
  --mat-card-title-text-line-height: 22px;
  --mat-card-title-text-size: 22px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 700;
  --mat-card-subtitle-text-font: Inter, sans-serif;
  --mat-card-subtitle-text-line-height: 30px;
  --mat-card-subtitle-text-size: 18px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-font: Inter, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 14px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-label-text-font: Inter, sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: Inter, sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: Inter, sans-serif;
  --mat-form-field-container-text-line-height: 26px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: Inter, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 14px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: Inter, sans-serif;
  --mat-select-trigger-text-line-height: 26px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-subhead-font: Inter, sans-serif;
  --mdc-dialog-subhead-line-height: 22px;
  --mdc-dialog-subhead-size: 22px;
  --mdc-dialog-subhead-weight: 700;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: Inter, sans-serif;
  --mdc-dialog-supporting-text-line-height: 26px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
  --mat-radio-label-text-font: Inter, sans-serif;
  --mat-radio-label-text-line-height: 26px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
  --mdc-slider-label-label-text-font: Inter, sans-serif;
  --mdc-slider-label-label-text-size: 18px;
  --mdc-slider-label-label-text-line-height: 30px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-item-label-text-font: Inter, sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 26px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-label-text-font: Inter, sans-serif;
  --mdc-list-list-item-label-text-line-height: 26px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 26px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Inter, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 14px;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
  --mat-paginator-container-text-font: Inter, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 14px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 14px;
  --mat-checkbox-label-text-font: Inter, sans-serif;
  --mat-checkbox-label-text-line-height: 26px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
  --mdc-text-button-label-text-font: Inter, sans-serif;
  --mdc-text-button-label-text-size: 16px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 600;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: Inter, sans-serif;
  --mdc-filled-button-label-text-size: 16px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 600;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: Inter, sans-serif;
  --mdc-protected-button-label-text-size: 16px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 600;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: Inter, sans-serif;
  --mdc-outlined-button-label-text-size: 16px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 600;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-extended-fab-label-text-font: Inter, sans-serif;
  --mdc-extended-fab-label-text-size: 16px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 600;
  --mdc-snackbar-supporting-text-font: Inter, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 26px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-header-headline-font: Inter, sans-serif;
  --mat-table-header-headline-line-height: 30px;
  --mat-table-header-headline-size: 18px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Inter, sans-serif;
  --mat-table-row-item-label-text-line-height: 26px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Inter, sans-serif;
  --mat-table-footer-supporting-text-line-height: 26px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mat-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: #035a8f;
  --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;
  --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-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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --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-checkbox-label-text-color: white;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #035a8f;
  --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: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-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: #035a8f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(3, 90, 143, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(3, 90, 143, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(3, 90, 143, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #035a8f;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(3, 90, 143, 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;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --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-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --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: #035a8f;
  --mdc-filled-text-field-focus-active-indicator-color: #035a8f;
  --mdc-filled-text-field-focus-label-text-color: rgba(3, 90, 143, 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: #c90c4d;
  --mdc-filled-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-label-text-color: #c90c4d;
  --mdc-filled-text-field-error-caret-color: #c90c4d;
  --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: #c90c4d;
  --mdc-filled-text-field-error-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-error-hover-active-indicator-color: #c90c4d;
  --mdc-outlined-text-field-caret-color: #035a8f;
  --mdc-outlined-text-field-focus-outline-color: #035a8f;
  --mdc-outlined-text-field-focus-label-text-color: rgba(3, 90, 143, 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: #c90c4d;
  --mdc-outlined-text-field-error-focus-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-label-text-color: #c90c4d;
  --mdc-outlined-text-field-error-hover-label-text-color: #c90c4d;
  --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: #c90c4d;
  --mdc-outlined-text-field-error-hover-outline-color: #c90c4d;
  --mdc-outlined-text-field-error-outline-color: #c90c4d;
  --mat-form-field-focus-select-arrow-color: rgba(3, 90, 143, 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: #c90c4d;
  --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-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-icon-color: inherit;
  --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;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --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-base-elevation-level: 8;
  --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);
  --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);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #035a8f;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --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(3, 90, 143, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --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);
  --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;
  --mdc-switch-selected-focus-state-layer-color: #4f8cb1;
  --mdc-switch-selected-handle-color: #4f8cb1;
  --mdc-switch-selected-hover-state-layer-color: #4f8cb1;
  --mdc-switch-selected-pressed-state-layer-color: #4f8cb1;
  --mdc-switch-selected-focus-handle-color: #81adc7;
  --mdc-switch-selected-hover-handle-color: #81adc7;
  --mdc-switch-selected-pressed-handle-color: #81adc7;
  --mdc-switch-selected-focus-track-color: #035287;
  --mdc-switch-selected-hover-track-color: #035287;
  --mdc-switch-selected-pressed-track-color: #035287;
  --mdc-switch-selected-track-color: #035287;
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-switch-state-layer-size: 40px;
  --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-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-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-handle-color: #035a8f;
  --mdc-slider-focus-handle-color: #035a8f;
  --mdc-slider-hover-handle-color: #035a8f;
  --mdc-slider-active-track-color: #035a8f;
  --mdc-slider-inactive-track-color: #035a8f;
  --mdc-slider-with-tick-marks-inactive-container-color: #035a8f;
  --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;
  --mat-slider-ripple-color: #035a8f;
  --mat-slider-hover-state-layer-color: rgba(3, 90, 143, 0.05);
  --mat-slider-focus-state-layer-color: rgba(3, 90, 143, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --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-sort-arrow-color: #c6c6c6;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #035a8f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #035a8f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #035a8f;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --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;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-tree-node-min-height: 48px;
  --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-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-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);
  --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-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --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-standard-button-toggle-height: 48px;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --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);
  --mat-icon-color: inherit;
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #035a8f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #035a8f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #035a8f;
  --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: #c90c4d;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #c90c4d;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
}
.darkTheme .educationTheme .mat-h1,
.darkTheme .educationTheme .mat-headline-5,
.darkTheme .educationTheme .mat-typography .mat-h1,
.darkTheme .educationTheme .mat-typography .mat-headline-5,
.darkTheme .educationTheme .mat-typography h1 {
  font: 700 25px / 25px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .educationTheme .mat-h2,
.darkTheme .educationTheme .mat-headline-6,
.darkTheme .educationTheme .mat-typography .mat-h2,
.darkTheme .educationTheme .mat-typography .mat-headline-6,
.darkTheme .educationTheme .mat-typography h2 {
  font: 700 22px / 22px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .educationTheme .mat-h3,
.darkTheme .educationTheme .mat-subtitle-1,
.darkTheme .educationTheme .mat-typography .mat-h3,
.darkTheme .educationTheme .mat-typography .mat-subtitle-1,
.darkTheme .educationTheme .mat-typography h3 {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .educationTheme .mat-h4,
.darkTheme .educationTheme .mat-body-1,
.darkTheme .educationTheme .mat-typography .mat-h4,
.darkTheme .educationTheme .mat-typography .mat-body-1,
.darkTheme .educationTheme .mat-typography h4 {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.darkTheme .educationTheme .mat-h5,
.darkTheme .educationTheme .mat-typography .mat-h5,
.darkTheme .educationTheme .mat-typography h5 {
  font: 400 calc(16px * 0.83) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .educationTheme .mat-h6,
.darkTheme .educationTheme .mat-typography .mat-h6,
.darkTheme .educationTheme .mat-typography h6 {
  font: 400 calc(16px * 0.67) / 26px Inter, sans-serif;
  margin: 0 0 12px;
}
.darkTheme .educationTheme .mat-body-strong,
.darkTheme .educationTheme .mat-subtitle-2,
.darkTheme .educationTheme .mat-typography .mat-body-strong,
.darkTheme .educationTheme .mat-typography .mat-subtitle-2 {
  font: 400 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .educationTheme .mat-body,
.darkTheme .educationTheme .mat-body-2,
.darkTheme .educationTheme .mat-typography .mat-body,
.darkTheme .educationTheme .mat-typography .mat-body-2,
.darkTheme .educationTheme .mat-typography {
  font: 400 16px / 26px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .educationTheme .mat-body p,
.darkTheme .educationTheme .mat-body-2 p,
.darkTheme .educationTheme .mat-typography .mat-body p,
.darkTheme .educationTheme .mat-typography .mat-body-2 p,
.darkTheme .educationTheme .mat-typography p {
  margin: 0 0 12px;
}
.darkTheme .educationTheme .mat-small,
.darkTheme .educationTheme .mat-caption,
.darkTheme .educationTheme .mat-typography .mat-small,
.darkTheme .educationTheme .mat-typography .mat-caption {
  font: 400 14px / 20px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .educationTheme .mat-headline-1,
.darkTheme .educationTheme .mat-typography .mat-headline-1 {
  font: 300 112px / 112px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 56px;
}
.darkTheme .educationTheme .mat-headline-2,
.darkTheme .educationTheme .mat-typography .mat-headline-2 {
  font: 400 56px / 56px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .educationTheme .mat-headline-3,
.darkTheme .educationTheme .mat-typography .mat-headline-3 {
  font: 400 45px / 48px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .educationTheme .mat-headline-4,
.darkTheme .educationTheme .mat-typography .mat-headline-4 {
  font: 400 34px / 40px Inter, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.darkTheme .educationTheme .mat-mdc-standard-chip {
  --mdc-chip-label-text-font: Inter, sans-serif;
  --mdc-chip-label-text-line-height: 26px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}
.darkTheme .educationTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: Inter, sans-serif;
  --mat-switch-label-text-line-height: 26px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}
.darkTheme .educationTheme .mdc-list-group__subheader {
  font: 700 18px / 30px Inter, sans-serif;
  letter-spacing: normal;
}
.darkTheme .educationTheme .mat-mdc-tab-header {
  --mat-tab-header-label-text-font: Inter, sans-serif;
  --mat-tab-header-label-text-size: 16px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 16px;
  --mat-tab-header-label-text-weight: 600;
}
.darkTheme .educationTheme .mat-badge-accent {
  --mat-badge-background-color: #a5a5a5;
  --mat-badge-text-color: black;
}
.darkTheme .educationTheme .mat-badge-warn {
  --mat-badge-background-color: #c90c4d;
  --mat-badge-text-color: white;
}
.darkTheme .educationTheme .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: #035a8f;
  --mdc-checkbox-selected-hover-icon-color: #035a8f;
  --mdc-checkbox-selected-icon-color: #035a8f;
  --mdc-checkbox-selected-pressed-icon-color: #035a8f;
  --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-selected-focus-state-layer-color: #035a8f;
  --mdc-checkbox-selected-hover-state-layer-color: #035a8f;
  --mdc-checkbox-selected-pressed-state-layer-color: #035a8f;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .educationTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .educationTheme .mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 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;
}
.darkTheme .educationTheme .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;
}
.darkTheme .educationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.darkTheme .educationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #035a8f;
  --mdc-chip-elevated-selected-container-color: #035a8f;
  --mdc-chip-elevated-disabled-container-color: #035a8f;
  --mdc-chip-flat-disabled-selected-container-color: #035a8f;
  --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;
}
.darkTheme .educationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.darkTheme .educationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #a5a5a5;
  --mdc-chip-elevated-selected-container-color: #a5a5a5;
  --mdc-chip-elevated-disabled-container-color: #a5a5a5;
  --mdc-chip-flat-disabled-selected-container-color: #a5a5a5;
  --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: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.darkTheme .educationTheme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.darkTheme .educationTheme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #c90c4d;
  --mdc-chip-elevated-selected-container-color: #c90c4d;
  --mdc-chip-elevated-disabled-container-color: #c90c4d;
  --mdc-chip-flat-disabled-selected-container-color: #c90c4d;
  --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;
}
.darkTheme .educationTheme .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.darkTheme .educationTheme .mat-accent {
  --mat-option-selected-state-label-text-color: #a5a5a5;
  --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);
}
.darkTheme .educationTheme .mat-warn {
  --mat-option-selected-state-label-text-color: #c90c4d;
  --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);
}
.darkTheme .educationTheme .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #035a8f;
  --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: #035a8f;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .educationTheme .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .educationTheme .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #c90c4d;
  --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: #c90c4d;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.darkTheme .educationTheme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #a5a5a5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(165, 165, 165, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(165, 165, 165, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(165, 165, 165, 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;
}
.darkTheme .educationTheme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #c90c4d;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(201, 12, 77, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(201, 12, 77, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(201, 12, 77, 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;
}
.darkTheme .educationTheme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #a5a5a5;
}
.darkTheme .educationTheme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #c90c4d;
}
.darkTheme .educationTheme .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.darkTheme .educationTheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.darkTheme .educationTheme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #a5a5a5;
  --mdc-filled-text-field-focus-active-indicator-color: #a5a5a5;
  --mdc-filled-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mdc-outlined-text-field-caret-color: #a5a5a5;
  --mdc-outlined-text-field-focus-outline-color: #a5a5a5;
  --mdc-outlined-text-field-focus-label-text-color: rgba(165, 165, 165, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(165, 165, 165, 0.87);
}
.darkTheme .educationTheme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #c90c4d;
  --mdc-filled-text-field-focus-active-indicator-color: #c90c4d;
  --mdc-filled-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mdc-outlined-text-field-caret-color: #c90c4d;
  --mdc-outlined-text-field-focus-outline-color: #c90c4d;
  --mdc-outlined-text-field-focus-label-text-color: rgba(201, 12, 77, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .educationTheme .mat-icon.mat-primary {
  --mat-icon-color: #035a8f;
}
.darkTheme .educationTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .educationTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .educationTheme .mdc-list-item__start,
.darkTheme .educationTheme .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-focus-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: #035a8f;
  --mdc-radio-selected-hover-icon-color: #035a8f;
  --mdc-radio-selected-icon-color: #035a8f;
  --mdc-radio-selected-pressed-icon-color: #035a8f;
}
.darkTheme .educationTheme .mat-accent .mdc-list-item__start,
.darkTheme .educationTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
}
.darkTheme .educationTheme .mat-warn .mdc-list-item__start,
.darkTheme .educationTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
}
.darkTheme .educationTheme .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: #035a8f;
  --mdc-checkbox-selected-hover-icon-color: #035a8f;
  --mdc-checkbox-selected-icon-color: #035a8f;
  --mdc-checkbox-selected-pressed-icon-color: #035a8f;
  --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-selected-focus-state-layer-color: #035a8f;
  --mdc-checkbox-selected-hover-state-layer-color: #035a8f;
  --mdc-checkbox-selected-pressed-state-layer-color: #035a8f;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .educationTheme .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: black;
  --mdc-checkbox-selected-focus-icon-color: #a5a5a5;
  --mdc-checkbox-selected-hover-icon-color: #a5a5a5;
  --mdc-checkbox-selected-icon-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-icon-color: #a5a5a5;
  --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-selected-focus-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-hover-state-layer-color: #a5a5a5;
  --mdc-checkbox-selected-pressed-state-layer-color: #a5a5a5;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .educationTheme .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: #c90c4d;
  --mdc-checkbox-selected-hover-icon-color: #c90c4d;
  --mdc-checkbox-selected-icon-color: #c90c4d;
  --mdc-checkbox-selected-pressed-icon-color: #c90c4d;
  --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-selected-focus-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-hover-state-layer-color: #c90c4d;
  --mdc-checkbox-selected-pressed-state-layer-color: #c90c4d;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.darkTheme .educationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.darkTheme .educationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.darkTheme .educationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.darkTheme .educationTheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #035a8f;
}
.darkTheme .educationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.darkTheme .educationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.darkTheme .educationTheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.darkTheme .educationTheme .mdc-list-item__start,
.darkTheme .educationTheme .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.darkTheme .educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.darkTheme .educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.darkTheme .educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.darkTheme .educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.darkTheme .educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.darkTheme .educationTheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.darkTheme .educationTheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #035a8f;
  --mdc-linear-progress-track-color: rgba(3, 90, 143, 0.25);
}
.darkTheme .educationTheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #a5a5a5;
  --mdc-linear-progress-track-color: rgba(165, 165, 165, 0.25);
}
.darkTheme .educationTheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #c90c4d;
  --mdc-linear-progress-track-color: rgba(201, 12, 77, 0.25);
}
.darkTheme .educationTheme .mat-accent {
  --mdc-circular-progress-active-indicator-color: #a5a5a5;
}
.darkTheme .educationTheme .mat-warn {
  --mdc-circular-progress-active-indicator-color: #c90c4d;
}
.darkTheme .educationTheme .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-focus-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: #035a8f;
  --mdc-radio-selected-hover-icon-color: #035a8f;
  --mdc-radio-selected-icon-color: #035a8f;
  --mdc-radio-selected-pressed-icon-color: #035a8f;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #035a8f;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .educationTheme .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-focus-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: #a5a5a5;
  --mdc-radio-selected-hover-icon-color: #a5a5a5;
  --mdc-radio-selected-icon-color: #a5a5a5;
  --mdc-radio-selected-pressed-icon-color: #a5a5a5;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #a5a5a5;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .educationTheme .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-focus-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: #c90c4d;
  --mdc-radio-selected-hover-icon-color: #c90c4d;
  --mdc-radio-selected-icon-color: #c90c4d;
  --mdc-radio-selected-pressed-icon-color: #c90c4d;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #c90c4d;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-label-text-color: white;
}
.darkTheme .educationTheme .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(165, 165, 165, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .educationTheme .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(201, 12, 77, 0.87);
  --mat-select-invalid-arrow-color: rgba(201, 12, 77, 0.87);
}
.darkTheme .educationTheme .mat-mdc-slide-toggle {
  --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-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
.darkTheme .educationTheme .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: white;
}
.darkTheme .educationTheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: silver;
  --mdc-switch-selected-handle-color: silver;
  --mdc-switch-selected-hover-state-layer-color: silver;
  --mdc-switch-selected-pressed-state-layer-color: silver;
  --mdc-switch-selected-focus-handle-color: #d2d2d2;
  --mdc-switch-selected-hover-handle-color: #d2d2d2;
  --mdc-switch-selected-pressed-handle-color: #d2d2d2;
  --mdc-switch-selected-focus-track-color: #9d9d9d;
  --mdc-switch-selected-hover-track-color: #9d9d9d;
  --mdc-switch-selected-pressed-track-color: #9d9d9d;
  --mdc-switch-selected-track-color: #9d9d9d;
}
.darkTheme .educationTheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #d95582;
  --mdc-switch-selected-handle-color: #d95582;
  --mdc-switch-selected-hover-state-layer-color: #d95582;
  --mdc-switch-selected-pressed-state-layer-color: #d95582;
  --mdc-switch-selected-focus-handle-color: #e486a6;
  --mdc-switch-selected-hover-handle-color: #e486a6;
  --mdc-switch-selected-pressed-handle-color: #e486a6;
  --mdc-switch-selected-focus-track-color: #c30a46;
  --mdc-switch-selected-hover-track-color: #c30a46;
  --mdc-switch-selected-pressed-track-color: #c30a46;
  --mdc-switch-selected-track-color: #c30a46;
}
.darkTheme .educationTheme .mat-accent {
  --mdc-slider-handle-color: #a5a5a5;
  --mdc-slider-focus-handle-color: #a5a5a5;
  --mdc-slider-hover-handle-color: #a5a5a5;
  --mdc-slider-active-track-color: #a5a5a5;
  --mdc-slider-inactive-track-color: #a5a5a5;
  --mdc-slider-with-tick-marks-inactive-container-color: #a5a5a5;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #a5a5a5;
  --mat-slider-hover-state-layer-color: rgba(165, 165, 165, 0.05);
  --mat-slider-focus-state-layer-color: rgba(165, 165, 165, 0.2);
}
.darkTheme .educationTheme .mat-warn {
  --mdc-slider-handle-color: #c90c4d;
  --mdc-slider-focus-handle-color: #c90c4d;
  --mdc-slider-hover-handle-color: #c90c4d;
  --mdc-slider-active-track-color: #c90c4d;
  --mdc-slider-inactive-track-color: #c90c4d;
  --mdc-slider-with-tick-marks-inactive-container-color: #c90c4d;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #c90c4d;
  --mat-slider-hover-state-layer-color: rgba(201, 12, 77, 0.05);
  --mat-slider-focus-state-layer-color: rgba(201, 12, 77, 0.2);
}
.darkTheme .educationTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .educationTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .educationTheme .mat-mdc-tab-group,
.darkTheme .educationTheme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #035a8f;
  --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: #035a8f;
  --mat-tab-header-active-ripple-color: #035a8f;
  --mat-tab-header-inactive-ripple-color: #035a8f;
  --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: #035a8f;
  --mat-tab-header-active-hover-label-text-color: #035a8f;
  --mat-tab-header-active-focus-indicator-color: #035a8f;
  --mat-tab-header-active-hover-indicator-color: #035a8f;
}
.darkTheme .educationTheme .mat-mdc-tab-group.mat-accent,
.darkTheme .educationTheme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-ripple-color: #a5a5a5;
  --mat-tab-header-inactive-ripple-color: #a5a5a5;
  --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: #a5a5a5;
  --mat-tab-header-active-hover-label-text-color: #a5a5a5;
  --mat-tab-header-active-focus-indicator-color: #a5a5a5;
  --mat-tab-header-active-hover-indicator-color: #a5a5a5;
}
.darkTheme .educationTheme .mat-mdc-tab-group.mat-warn,
.darkTheme .educationTheme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-ripple-color: #c90c4d;
  --mat-tab-header-inactive-ripple-color: #c90c4d;
  --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: #c90c4d;
  --mat-tab-header-active-hover-label-text-color: #c90c4d;
  --mat-tab-header-active-focus-indicator-color: #c90c4d;
  --mat-tab-header-active-hover-indicator-color: #c90c4d;
}
.darkTheme .educationTheme .mat-mdc-tab-group.mat-background-primary,
.darkTheme .educationTheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #035a8f;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .educationTheme .mat-mdc-tab-group.mat-background-accent,
.darkTheme .educationTheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #a5a5a5;
  --mat-tab-header-with-background-foreground-color: black;
}
.darkTheme .educationTheme .mat-mdc-tab-group.mat-background-warn,
.darkTheme .educationTheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #c90c4d;
  --mat-tab-header-with-background-foreground-color: white;
}
.darkTheme .educationTheme .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.darkTheme .educationTheme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #035a8f;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .educationTheme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #a5a5a5;
  --mat-toolbar-container-text-color: black;
}
.darkTheme .educationTheme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #c90c4d;
  --mat-toolbar-container-text-color: white;
}
.darkTheme .educationTheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #035a8f;
  --mat-text-button-state-layer-color: #035a8f;
  --mat-text-button-ripple-color: rgba(3, 90, 143, 0.1);
}
.darkTheme .educationTheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #a5a5a5;
  --mat-text-button-state-layer-color: #a5a5a5;
  --mat-text-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .educationTheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #c90c4d;
  --mat-text-button-state-layer-color: #c90c4d;
  --mat-text-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .educationTheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #035a8f;
  --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);
}
.darkTheme .educationTheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #a5a5a5;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .educationTheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #c90c4d;
  --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);
}
.darkTheme .educationTheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #035a8f;
  --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);
}
.darkTheme .educationTheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #a5a5a5;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.darkTheme .educationTheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #c90c4d;
  --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);
}
.darkTheme .educationTheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #035a8f;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #035a8f;
  --mat-outlined-button-ripple-color: rgba(3, 90, 143, 0.1);
}
.darkTheme .educationTheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #a5a5a5;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #a5a5a5;
  --mat-outlined-button-ripple-color: rgba(165, 165, 165, 0.1);
}
.darkTheme .educationTheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #c90c4d;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #c90c4d;
  --mat-outlined-button-ripple-color: rgba(201, 12, 77, 0.1);
}
.darkTheme .educationTheme button {
  background-color: #035a8f;
}
.darkTheme .educationTheme button.mat-mdc-button,
.darkTheme .educationTheme button.mat-mdc-raised-button {
  white-space: nowrap;
  height: 42px;
  --mat-text-button-horizontal-padding: 16px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
}
.darkTheme .educationTheme button.mat-mdc-button .mat-icon,
.darkTheme .educationTheme button.mat-mdc-raised-button .mat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.darkTheme .educationTheme button.default-black-button {
  color: white !important;
  background-color: #0f172b !important;
}
.darkTheme .educationTheme button.default-black-button:disabled {
  color: lightgrey !important;
  background-color: #0f172b !important;
}
.darkTheme .educationTheme button.button-primary {
  background-color: #0ea5e9 !important;
  color: white !important;
}
.darkTheme .educationTheme button.button-primary:disabled {
  color: var(--mdc-text-button-disabled-label-text-color) !important;
}
.darkTheme .educationTheme button.button-secondary {
  background-color: #f1f5f8 !important;
  color: #0f172b !important;
}
.darkTheme .educationTheme button.button-simple {
  border: 1px solid black !important;
}
.darkTheme .educationTheme button.button-light {
  color: #0ea5e9 !important;
  background-color: rgba(14, 165, 233, 0.2) !important;
}
.darkTheme .educationTheme button.button-high {
  background-color: #e52b6e !important;
  color: white !important;
}
.darkTheme .educationTheme button.button-dark {
  color: #eff9fe !important;
  background-color: #0f172b !important;
}
.darkTheme .educationTheme button.button-dark.mat-mdc-button-disabled {
  color: #eff9fe !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.darkTheme .educationTheme button.button-white {
  color: black !important;
  background-color: white !important;
}
.darkTheme .educationTheme button.button-learn {
  font-size: 14px;
  border: 1px solid black !important;
  line-height: 24px !important;
  padding: 8px 12px !important;
  border-radius: 8px !important;
}
.darkTheme .educationTheme button.button-learn mat-icon {
  margin-right: 4px;
  font-size: 22px;
}
.darkTheme .educationTheme button.add-button {
  color: #0ea5e9 !important;
}
.darkTheme .educationTheme button.button-small {
  height: 34px !important;
  font-size: 15px;
}
.darkTheme .educationTheme mat-button-toggle-group {
  --mat-standard-button-toggle-shape: 25px;
  --mat-standard-button-toggle-text-color: #0ea5e9 !important;
  --mat-standard-button-toggle-selected-state-text-color: white !important;
}
.darkTheme .educationTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked {
  background-color: #0ea5e9 !important;
}
.darkTheme .educationTheme mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked .mat-pseudo-checkbox-minimal.mat-pseudo-checkbox-checked::after {
  border-bottom-width: 3px;
  border-left-width: 3px;
}
.darkTheme .educationTheme mat-card.container-card:not([class*="mat-elevation-*"]) {
  box-shadow: none;
}
.darkTheme .educationTheme mat-dialog-container {
  padding: 0rem;
}
.darkTheme .educationTheme .cdk-overlay-container .full-screen-dialog-backdrop {
  background: #303030;
}
.darkTheme .educationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog {
  border-radius: 0px;
}
.darkTheme .educationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog mat-dialog-container.mat-mdc-dialog-container {
  height: 100%;
}
.darkTheme .educationTheme .cdk-global-overlay-wrapper .cdk-overlay-pane.full-screen-dialog .mat-mdc-dialog-content {
  max-height: none;
}
.darkTheme .educationTheme .mat-icon.mat-primary {
  --mat-icon-color: #035a8f;
}
.darkTheme .educationTheme .mat-icon.mat-accent {
  --mat-icon-color: #a5a5a5;
}
.darkTheme .educationTheme .mat-icon.mat-warn {
  --mat-icon-color: #c90c4d;
}
.darkTheme .educationTheme mat-icon.material-icons {
  overflow: visible;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 1;
}
.darkTheme .educationTheme mat-icon.material-icons.round {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #035a8f;
  color: #fff;
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
}
.darkTheme .educationTheme mat-icon.material-icons.tooltip,
.darkTheme .educationTheme mat-icon.material-icons.outlined {
  font-variation-settings: "FILL" 0;
}
.darkTheme .educationTheme mat-icon.material-icons.primary {
  background-color: #0ea5e9;
  color: white;
}
.darkTheme .educationTheme mat-icon.material-icons.light {
  background-color: rgba(14, 165, 233, 0.2);
  color: #0ea5e9;
}
.darkTheme .educationTheme mat-icon.material-icons.early-intervention {
  background-color: #495399;
  color: white;
}
.darkTheme .educationTheme mat-icon.material-icons.sm {
  font-size: 1.25rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin-right: 0.75rem;
  padding: 0.15rem;
}
.darkTheme .educationTheme mat-icon.material-icons.md {
  font-size: 1.75rem;
  height: 1.5rem;
  min-height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  margin: 0.6rem;
}
.darkTheme .educationTheme mat-icon.material-icons.lg {
  font-size: 2rem;
  height: 2.75rem;
  min-height: 2.75rem;
  width: 2.75rem;
  min-width: 2.75rem;
  margin: 0.9rem;
}
.darkTheme .educationTheme mat-icon.material-icons.xlg {
  font-size: 1.625rem;
  padding: 0.75rem;
  height: 3rem;
  min-height: 3rem;
  width: 3rem;
  min-width: 3rem;
  margin: 1rem;
}
.darkTheme .educationTheme mat-icon.material-icons.pointer {
  cursor: pointer;
}
.darkTheme .educationTheme snack-bar-container.mat-mdc-snack-bar-container {
  max-width: 100vw;
  min-width: fit-content;
  background-color: #0f172b;
}
.darkTheme .educationTheme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #a5a5a5;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
.darkTheme .educationTheme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #c90c4d;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #c90c4d;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #c90c4d;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.darkTheme .educationTheme mat-stepper.mat-stepper-horizontal,
.darkTheme .educationTheme mat-stepper.mat-stepper-vertical {
  background-color: transparent;
}
.darkTheme .educationTheme mat-toolbar.mat-toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  height: 56px;
  display: flex;
  background-color: #ffffff;
}
.darkTheme .educationTheme mat-toolbar.mat-toolbar.mat-mdc-dialog-actions {
  display: flex;
  justify-content: center;
}
.darkTheme .educationTheme .mat-mdc-tooltip {
  font-size: 1rem;
}
@keyframes PULSE {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.65;
  }
}
.darkTheme .educationTheme app-body-segments #BodySegments {
  width: 100%;
}
.darkTheme .educationTheme app-body-segments #BodySegments .body-part {
  fill: #d2d2d2;
}
.darkTheme .educationTheme app-body-segments #BodySegments .body-part.active {
  fill: #5dacd7;
}
.darkTheme .educationTheme app-body-segments #BodySegments .body-part.active:hover {
  opacity: 1;
  cursor: pointer;
}
.darkTheme .educationTheme app-body-segments #BodySegments .body-part:hover {
  opacity: 0.25;
  cursor: pointer;
}
.darkTheme .educationTheme app-body-segments #BodySegments .body-part.low {
  fill: #32b062;
}
.darkTheme .educationTheme app-body-segments #BodySegments .body-part.medium {
  fill: #ffc146;
}
.darkTheme .educationTheme app-body-segments #BodySegments .body-part.high {
  fill: #d13068;
  animation: PULSE 3s infinite;
}
.darkTheme .educationTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .educationTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .educationTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .educationTheme app-nav-links mat-nav-list.mat-nav-list button.active {
  color: #0f172b !important;
}
.darkTheme .educationTheme app-nav-links mat-nav-list.mat-nav-list button.main {
  color: #0f172b !important;
}
.darkTheme .educationTheme app-nav-links mat-nav-list.mat-nav-list button.ergonomics {
  color: #0f172b !important;
}
.darkTheme .educationTheme app-nav-links mat-nav-list.mat-nav-list button.early-intervention {
  color: #0f172b !important;
}
.darkTheme .educationTheme app-nav-links mat-nav-list.mat-nav-list button.education {
  color: #0f172b !important;
}
.darkTheme .educationTheme app-value .value {
  font-weight: 400;
}
.darkTheme .educationTheme app-value .value:not(.appFont) {
  font-family:
    menlo,
    monospace,
    "Courier New";
}
.darkTheme .educationTheme app-value .value mat-icon {
  font-size: inherit;
}
.darkTheme .educationTheme app-value .value.background {
  background-color: #e4e4e4;
}
.darkTheme .educationTheme app-value .value.background.success {
  color: #0ea246;
  background-color: #e2f4e9;
}
.darkTheme .educationTheme app-value .value.background.warning {
  color: #ffa61b;
  background-color: #fff6e5;
}
.darkTheme .educationTheme app-value .value.background.failure {
  color: #c90c4d;
  background-color: #f9e2ea;
}
.darkTheme .educationTheme app-value .value.background.critical {
  color: #f9e2ea;
  background-color: #c90c4d;
}
.darkTheme .educationTheme app-value .value.background.information {
  color: #409dd0;
  background-color: #e8f3f9;
}
.darkTheme .educationTheme app-value .value.background.low {
  color: #fff;
  background-color: #4aa051;
}
.darkTheme .educationTheme app-value .value.background.low.border {
  border: 1px solid #4aa051;
}
.darkTheme .educationTheme app-value .value.background.moderate {
  color: #fff;
  background-color: #f4b94a;
}
.darkTheme .educationTheme app-value .value.background.moderate.border {
  border: 1px solid #f4b94a;
}
.darkTheme .educationTheme app-value .value.background.high {
  color: #fff;
  background-color: #e52b6e;
}
.darkTheme .educationTheme app-value .value.background.high.border {
  border: 1px solid #e52b6e;
}
.darkTheme .educationTheme app-value .value.background.veryhigh {
  color: #fff;
  background-color: #b20541;
}
.darkTheme .educationTheme app-value .value.background.veryhigh.border {
  border: 1px solid #b20541;
}
.darkTheme .educationTheme app-value .value.background.light.low {
  color: #4aa051;
  background-color: #e2f4e9;
}
.darkTheme .educationTheme app-value .value.background.light.moderate {
  color: #f4b94a;
  background-color: #fff6e5;
}
.darkTheme .educationTheme app-value .value.background.light.high {
  color: #e52b6e;
  background-color: #f9e2ea;
}
.darkTheme .educationTheme app-value .value.background.light.veryhigh {
  color: #b20541;
  background-color: #f9e2ea;
}
.darkTheme .educationTheme app-value .value.foreground {
  background-color: transparent;
}
.darkTheme .educationTheme app-value .value.foreground.success {
  color: #0ea246;
}
.darkTheme .educationTheme app-value .value.foreground.warning {
  color: #ffb625;
}
.darkTheme .educationTheme app-value .value.foreground.failure {
  color: #c90c4d;
}
.darkTheme .educationTheme app-value .value.foreground.critical {
  color: #f9e2ea;
}
.darkTheme .educationTheme app-value .value.foreground.information {
  color: #409dd0;
}
.darkTheme .educationTheme app-value .value.foreground.low {
  color: #4aa051;
}
.darkTheme .educationTheme app-value .value.foreground.moderate {
  color: #f4b94a;
}
.darkTheme .educationTheme app-value .value.foreground.high {
  color: #e52b6e;
}
.darkTheme .educationTheme app-value .value.foreground.veryhigh {
  color: #b20541;
}
.darkTheme .educationTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .educationTheme app-task-card app-image img {
  max-width: 20rem;
}
.darkTheme .educationTheme app-image img {
  background-color: #e4e4e4;
}
.darkTheme .educationTheme app-quick-filters mat-chip-listbox mat-chip-option.mat-mdc-chip {
  font-weight: 400;
  letter-spacing: 0.025rem;
  font-size: 0.8rem;
}
.darkTheme .educationTheme app-breadcrumbs {
  font-size: 18px;
  font-weight: 600;
}
.darkTheme .educationTheme app-breadcrumbs .current-crumb-label {
  margin: 0rem;
  padding: 0rem;
  white-space: pre-wrap;
  cursor: pointer;
}
.darkTheme .educationTheme app-breadcrumbs .breadcrumb-crumb {
  cursor: pointer;
}
.darkTheme .educationTheme app-breadcrumbs .breadcrumb-crumb:hover .crumb-label {
  text-decoration: underline;
}
.darkTheme .educationTheme app-education-content-card mat-card-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.darkTheme .educationTheme app-interaction-card .mat-caption {
  font-weight: bold;
}
.darkTheme .educationTheme app-coaching-interaction-card .background-accent {
  white-space: break-spaces;
}
.darkTheme .educationTheme app-task-card app-image.mat-mdc-card-avatar {
  height: initial;
  width: initial;
}
.darkTheme .educationTheme app-task-card app-image img {
  max-width: 20rem;
}
.cursor-pointer {
  cursor: pointer;
}
.mat-mdc-row:hover {
  background-color: #eff9fe;
}
.card-hover * .visible-on-hover {
  visibility: hidden;
}
.card-hover:hover {
  background-color: #eff9fe;
}
.card-hover:hover * .visible-on-hover {
  visibility: visible;
}
.spacer {
  flex: 1 1 auto;
}
.mat-mdc-menu-panel {
  max-width: none !important;
}
.standard-button {
  background:
    linear-gradient(
      to right,
      #158eff 0%,
      #1577ff 50%,
      #1562ff 100%);
  color: #ffffff;
  border-radius: 100px !important;
  min-width: 6rem !important;
  box-shadow: none !important;
}
.standard-button:disabled {
  opacity: 0.2 !important;
  background:
    linear-gradient(
      to right,
      #158eff 0%,
      #1577ff 50%,
      #1562ff 100%) !important;
  color: #ffffff !important;
}
.light-standard-button {
  background-color: #f5f5f5;
  color: #000000;
  border-radius: 100px !important;
  min-width: 6rem !important;
}
a {
  color: #000000;
}
.ed-content > img.wide-image {
  width: 100%;
  min-width: 100%;
  margin-bottom: 25px;
  margin-top: 25px;
}
.ed-content > img.border-radius {
  border-radius: 8px;
}
.ed-content {
  color: #4d6282;
}
.ed-content p > a {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
  color: #4d6282;
}
.ed-content p > a:hover {
  color: #0ea5e9 !important;
}
.ed-content h4 {
  font-weight: 600;
  font-size: 24px;
}
.ed-content .quiz {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
}
.ed-content .quiz button {
  cursor: pointer;
  background-color: transparent;
  color: #4d6282;
  border: none;
  text-decoration: underline;
  font-weight: 600;
}
.ed-content .quiz button:hover {
  color: #0ea5e9;
}
.ed-content .video-player {
  width: 850px;
  height: 478px;
}
@media (max-width: 959px) {
  .ed-content .video-player {
    width: 100%;
    height: 51vw;
  }
}
.mat-icon.small {
  font-size: 18px;
}
.task-progress-tab-group mat-ink-bar {
  transform: translateX(-10px);
}
.circular {
  border-radius: 50%;
}
.font-1rem {
  font-size: 1rem;
}
.mat-mdc-card-title {
  margin-bottom: 1rem;
}
.thin {
  font-weight: 100 !important;
}
.extra-light {
  font-weight: 200 !important;
}
.light {
  font-weight: 300 !important;
}
.normal {
  font-weight: 400 !important;
}
.medium {
  font-weight: 500 !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.bold {
  font-weight: 700 !important;
}
.bolder {
  font-weight: 800 !important;
}
.black {
  font-weight: 900 !important;
}
.icon-primary {
  color: #0ea5e9;
}
.icon-secondary {
  color: #dedede;
}
.link {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
.link:hover {
  color: #0ea5e9 !important;
}
.panel-background {
  height: 100%;
  overflow-y: auto;
  background-image: url(https://ergo-plus.com/wp-content/uploads/app-bg-with-blue-scaled.jpg);
  background-size: 100% 20rem;
  background-color: #f8fbfd;
  background-repeat: no-repeat;
}
.bottom-border {
  border-bottom: 1px solid rgba(229, 231, 235, 0.8) !important;
  box-shadow: none !important;
}
.horz-line {
  height: 2px;
  border-bottom: 1px solid rgba(229, 231, 235, 0.8) !important;
  box-shadow: none !important;
}
.thick-horz-line {
  height: 2px;
  border-bottom: 2px solid black;
}
.vert-line {
  width: 2px;
  border-right: 1px solid rgba(229, 231, 235, 0.8) !important;
  box-shadow: none !important;
}
.card-border {
  border-radius: 8px !important;
  border: 1px solid rgba(229, 231, 235, 0.8) !important;
  box-shadow: none !important;
}
.card-panel {
  padding: 25px !important;
}
.card-background {
  background-color: white;
}
.blank-separator {
  display: block;
  height: 1.2rem;
}
.ergo-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  border-spacing: 0;
}
.ergo-table th {
  text-align: left;
  color: #4d6282 !important;
  font-weight: 500 !important;
  font-size: 14px;
  padding-right: 5px;
}
.ergo-table td {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
  padding-right: 5px;
}
.ergo-table-add-border th {
  border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}
.ergo-table-add-border td {
  border-bottom: 1px rgba(0, 0, 0, 0.12) solid;
}
.mat-ink-bar {
  background-color: #0ea5e9 !important;
}
.mat-mdc-tab-header {
  background-color: white !important;
}
.chip {
  cursor: pointer;
  background-color: white !important;
  border: 1px #e5e7eb solid !important;
  color: #0ea5e9 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: center !important;
}
.chip-selected {
  background-color: #0ea5e9 !important;
  color: white !important;
}
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
.mat-caption {
  font-family: inherit;
}
.mat-icon.mat-accent {
  color: rgba(77, 98, 130, 0.5215686275);
}
.icon-high {
  font-size: 28px;
  color: #e52b6e;
}
.settings-title {
  font-size: 24px;
  font-weight: 600;
  margin-left: 16px;
}
.dialog-title {
  font-size: 24px;
  font-weight: 600;
}
.dialog-panel {
  padding: 2rem;
}
.low {
  color: #4aa051;
}
.low-bgfill {
  background-color: #4aa051;
  color: white;
}
.moderate {
  color: #f4b94a;
}
.moderate-bgfill {
  background-color: #f4b94a;
  color: white;
}
.high {
  color: #e52b6e;
}
.high-bgfill {
  background-color: #e52b6e;
  color: white;
}
.veryhigh {
  color: #b20541;
}
.veryhigh-bgfill {
  background-color: #b20541;
  color: white;
}
.task-step-in-progress {
  background-color: #374253;
}
.task-step-done {
  background-color: #0ea5e9;
  color: #eff9fe;
}
.color-accent {
  color: #4d6282;
}
mat-slide-toggle .mdc-switch--checked .mdc-switch__track::after,
mat-slide-toggle .mdc-switch--checked .mdc-switch__track::before {
  background-color: rgba(14, 165, 233, 0.2) !important;
}
mat-slide-toggle .mdc-switch--checked .mdc-switch__handle::after,
mat-slide-toggle .mdc-switch--checked .mdc-switch__handle::before {
  background-color: #0ea5e9 !important;
}
.dialog-card-left {
  background-color: #fff;
  padding: 24px;
  border-right: 1px solid rgba(229, 231, 235, 0.8) !important;
}
.dialog-card-right {
  padding: 24px;
}
.calculator-buttons-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.form-subtitle {
  font-size: 14px;
}
.success-bg {
  background-color: rgb(207, 243, 221) !important;
  color: #0ea246 !important;
}
.warning-bg {
  background-color: rgb(255, 244, 209) !important;
  color: #ffb625 !important;
}
.failure-bg {
  background-color: rgb(253, 237, 243) !important;
  color: #e42c6e !important;
}
.critical-bg {
  background-color: rgb(254, 230, 239) !important;
  color: #b20541 !important;
}
.full-width {
  width: 100% !important;
}
.full-height {
  height: 100% !important;
}
.container .body .calculator-results table {
  border-spacing: 0;
}
.container .body .calculator-results table .mat-mdc-header-row {
  background-color: #f8fbfd;
}
.container .body .calculator-results table .mat-mdc-header-row .mat-mdc-header-cell {
  text-align: left;
  font-weight: 500 !important;
}
.calculator-results .mat-mdc-table .mat-mdc-header-row {
  height: 24px;
}
.calculator-results .mat-mdc-table .mat-mdc-row .mat-mdc-cell:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  padding-left: 1rem;
}
.calculator-results .mat-mdc-table .mat-mdc-row .mat-mdc-cell:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  padding-right: 1rem;
}
.calculator-results .mat-headline-6 {
  font-size: 16px;
  margin-bottom: 0;
}
.calculator-results .mat-cell-value {
  width: 25%;
}
.lg-tooltip {
  font-size: 15px !important;
}
mat-form-field.form-field-tooltip mat-icon {
  margin-left: 0.5rem;
}
.background-accent {
  background-color: rgba(244, 244, 244, 0.48);
}
.ngx-mat-tel-input-mat-menu-panel {
  max-height: 480px !important;
  background-color: white;
}
.ngx-mat-tel-input-container .country-selector {
  opacity: 1 !important;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex !important;
  flex-direction: column !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-half {
  gap: 0.5rem;
}
.gap-1 {
  gap: 1rem;
}
.gap-2 {
  gap: 2rem;
}
.gap-3 {
  gap: 3rem;
}
.gap-4 {
  gap: 4rem;
}
.gap-5 {
  gap: 5rem;
}
.space-between {
  justify-content: space-between !important;
}
.space-around {
  justify-content: space-around !important;
}
.space-evenly {
  justify-content: space-evenly !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-start {
  justify-content: start !important;
}
.justify-end {
  justify-content: end !important;
}
.align-start {
  align-items: flex-start !important;
}
.align-center {
  align-items: center !important;
}
.align-end {
  align-items: flex-end !important;
}
.align-stretch {
  align-items: stretch !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-1-1-auto {
  flex: 1 1 auto;
}
.flex-1-1-full {
  flex: 1 1 100%;
}
.current-crumb-label,
.crumb-label {
  font-weight: 600;
}
.fit-content {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.text-align-center {
  text-align: center;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.tag {
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 34px;
  white-space: nowrap;
}
.tag.small {
  height: 34px !important;
  font-size: 15px;
}
.tag.primary {
  background-color: #0ea5e9;
  color: white;
}
.tag.secondary {
  background-color: #f1f5f8;
  color: #0f172b;
}
.tag.light {
  color: #0ea5e9;
  background-color: rgba(14, 165, 233, 0.2);
}
.tag.dark {
  color: #eff9fe;
  background-color: #0f172b;
}
.tag.green {
  color: #4aa051;
  background-color: #e2f4e9;
}
.tag.yellow {
  color: #f4b94a;
  background-color: #fff6e5;
}
.tag.round {
  border-radius: 17px;
}
.mat-mdc-header-cell {
  color: #4d6282;
  font-size: 14px;
  font-weight: 500;
}
.break-word {
  word-break: break-word;
}
.break-all {
  word-break: break-all;
}
.mat-app {
  --mdc-dialog-supporting-text-color: black;
  --mat-dialog-actions-padding: 0 24px 24px;
}
.mat-app .mat-mdc-card {
  padding: 16px;
}
.mat-app .mat-mdc-card .mat-mdc-card-title {
  margin-bottom: 8px;
}
.mat-app .mat-mdc-card .mat-mdc-card-content {
  padding: 0;
}
.mat-app .mat-mdc-icon-button {
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 30px;
}
.mat-app .mat-mdc-menu-item .mat-icon-no-color,
.mat-app .mat-mdc-menu-item .mat-mdc-menu-submenu-icon {
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.54);
}
.mat-app .mat-mdc-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-app .mat-mdc-tab-label-container {
  background: white;
}
.mat-app .mat-mdc-tab {
  font-size: 15px !important;
  --mat-tab-header-active-label-text-color: #0ea5e9;
  --mat-tab-header-active-focus-label-text-color: #0ea5e9;
  --mat-tab-header-active-hover-label-text-color: #0ea5e9;
  --mdc-tab-indicator-active-indicator-color: #0ea5e9;
  --mat-tab-header-active-focus-indicator-color: #0ea5e9;
  --mat-tab-header-active-hover-indicator-color: #0ea5e9;
  --mat-tab-header-inactive-label-text-color: #4d6282;
  --mat-tab-header-inactive-focus-label-text-color: #4d6282;
  --mat-tab-header-inactive-hover-label-text-color: #4d6282;
}
.mat-app .mat-mdc-menu-panel {
  max-width: none !important;
}
.mat-app .mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) .mdc-evolution-chip__text-label {
  color: unset;
  font-size: 14px;
  font-weight: 400;
}
.mat-app .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0ea5e9;
  --mdc-linear-progress-track-color: #e5e7eb;
}
.mat-app .mat-mdc-text-field-wrapper {
  background-color: white;
}
.mat-app .mat-mdc-text-field-wrapper.mdc-text-field--disabled {
  background-color: #eee;
}
.mat-app .mdc-text-field {
  --mdc-outlined-text-field-focus-outline-color: #0ea5e9;
  --mdc-outlined-text-field-outline-color: #e5e7eb;
  --mdc-outlined-text-field-disabled-outline-color: #e5e7eb;
  --mdc-outlined-text-field-hover-outline-color: #4d6282;
}
.mat-app .mdc-data-table__cell,
.mat-app .mdc-data-table__header-cell {
  padding-right: 0;
}
.mat-app .mdc-data-table__row:last-child .mat-mdc-cell {
  border-bottom-color: var(--mat-table-row-item-outline-color, rgba(0, 0, 0, 0.12));
  border-bottom-width: var(--mat-table-row-item-outline-width, 1px);
  border-bottom-style: solid;
}
.mat-app .mdc-checkbox {
  --mdc-checkbox-selected-icon-color: #0ea5e9;
  --mdc-checkbox-selected-focus-icon-color: #0586ca;
  --mdc-checkbox-selected-hover-icon-color: #0586ca;
  --mdc-checkbox-selected-pressed-icon-color: #0586ca;
  --mdc-checkbox-checkmark-color: white;
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-disabled-selected-checkmark-color: white;
}
.mat-app .mdc-radio {
  --mdc-radio-selected-icon-color: #0ea5e9;
  --mdc-radio-selected-focus-icon-color: #0586ca;
  --mdc-radio-selected-hover-icon-color: #0586ca;
  --mdc-radio-selected-pressed-icon-color: #0586ca;
}
.mat-app .mat-mdc-radio-button .mdc-label {
  cursor: pointer;
}
.mat-app .mat-mdc-form-field-infix {
  display: flex;
  align-items: center;
}
.mat-app .mat-mdc-form-field-infix .mat-mdc-tooltip-trigger {
  display: flex;
}
.mat-app .mat-mdc-form-field {
  --mdc-outlined-text-field-label-text-color: #4d6282;
}
.mat-app .mat-mdc-form-field-hint-wrapper .mat-mdc-form-field-hint {
  font-size: 12px;
  font-weight: 400;
  color: #4d6182;
}
.mat-mdc-dialog-container .mat-mdc-dialog-title + .mat-mdc-dialog-content {
  padding-top: 8px !important;
  margin-top: -8px !important;
  height: 100%;
}
.mat-mdc-no-data-row .mat-mdc-cell {
  padding-left: 1rem;
}
.mobile-dialog {
  width: 100vw !important;
  height: 100dvh !important;
  max-width: none !important;
  max-height: none !important;
}
.loading-dialog-overlay .mat-mdc-dialog-surface {
  background: none;
  box-shadow: none;
}

/* src/ergo-colors.scss */

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