/* node_modules/material-icons-font/material-icons-font.css */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src:
    local("Material Icons"),
    local("MaterialIcons-Regular"),
    url("./media/MaterialIcons-Regular.woff2") format("woff2"),
    url("./media/MaterialIcons-Regular.woff") format("woff"),
    url("./media/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

/* node_modules/@ng-select/ng-select/themes/material.theme.css */
.ng-select {
  padding-bottom: 1.25em;
}
.ng-select.ng-select-disabled .ng-select-container:after {
  border-bottom-color: rgba(0, 0, 0, 0);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.42) 0%,
      rgba(0, 0, 0, 0.42) 33%,
      transparent 0%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  color: rgba(0, 0, 0, .38);
}
.ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder {
  color: rgba(0, 0, 0, .38);
}
.ng-select.ng-select-disabled .ng-arrow-wrapper .ng-arrow,
.ng-select.ng-select-disabled .ng-clear-wrapper {
  color: rgba(0, 0, 0, .38);
}
.ng-select.ng-select-focused .ng-select-container:after {
  border-color: #3f51b5;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:after,
.ng-select.ng-select-focused .ng-select-container.ng-appearance-outline:hover:after {
  border-color: #3f51b5;
  border-width: 2px;
}
.ng-select.ng-select-focused .ng-select-container .ng-value-container .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  color: #3f51b5;
}
.ng-select.ng-select-focused .ng-select-container .ng-arrow-wrapper .ng-arrow {
  color: #3f51b5;
}
.ng-select .ng-has-value .ng-placeholder,
.ng-select.ng-select-filtered .ng-select-container .ng-placeholder {
  display: initial;
}
.ng-select .ng-has-value .ng-placeholder,
.ng-select.ng-select-opened .ng-placeholder {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
}
.ng-select .ng-select-container {
  color: rgba(0, 0, 0, .87);
  align-items: baseline;
  min-height: 51.5px;
}
.ng-select .ng-select-container:after {
  border-bottom: thin solid rgba(0, 0, 0, .42);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: border-color .3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
.ng-select .ng-select-container.ng-appearance-outline {
  padding: 0 .5em;
  min-height: 60px;
}
.ng-select .ng-select-container.ng-appearance-outline:after {
  border: solid 1px rgba(0, 0, 0, .12);
  border-radius: 5px;
  height: calc(100% - .5em);
  pointer-events: none;
  transition: border-color .3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.ng-select .ng-select-container.ng-appearance-outline:hover:after {
  border-color: rgba(0, 0, 0, .87);
  border-width: 2px;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-placeholder {
  padding: 0 .25em;
  background-color: #fff;
  z-index: 1;
}
.ng-select .ng-select-container.ng-appearance-outline .ng-value {
  padding-left: .25em;
}
.ng-select .ng-select-container .ng-value-container {
  align-items: stretch;
  padding: .4375em 0;
  border-top: .84375em solid rgba(0, 0, 0, 0);
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  position: absolute;
  color: rgba(0, 0, 0, .54);
  transform-origin: left 0;
  transition:
    transform .4s cubic-bezier(0.25, 0.8, 0.25, 1),
    color .4s cubic-bezier(0.25, 0.8, 0.25, 1),
    width .4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  transform-origin: right 0;
}
.ng-select .ng-select-container .ng-value-container .ng-input {
  bottom: .4375em;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  bottom: 17px;
}
.ng-select.ng-select-single .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  bottom: 14px;
}
.ng-select.ng-select-single .ng-select-container .ng-arrow-wrapper {
  align-self: flex-end;
  bottom: 9px;
}
.ng-select.ng-select-single .ng-select-container .ng-clear-wrapper {
  align-self: flex-end;
  bottom: 7px;
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-select-container .ng-value-container .ng-value {
  background-color: rgba(0, 0, 0, .12);
  color: rgba(0, 0, 0, .26);
}
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:after,
.ng-select.ng-select-multiple.ng-select-disabled .ng-appearance-outline:hover:after {
  background-image: none;
  border: dotted 1px rgba(0, 0, 0, .12);
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-arrow-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline.ng-has-value .ng-clear-wrapper {
  border-top: none;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-arrow-wrapper {
  top: 0;
}
.ng-select.ng-select-multiple .ng-select-container.ng-appearance-outline .ng-clear-wrapper {
  top: 4px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  background-color: #3f51b5;
  border-radius: 2px;
  color: #fff;
  padding: 2px 5px;
  margin: 0 .4375em .4375em 0;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin: 0 0 .4375em .4375em;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: rgba(0, 0, 0, .12);
  color: rgba(0, 0, 0, .26);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  font-size: 14px;
  font-weight: 500;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  color: hsla(0, 0%, 100%, .54);
  padding-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  color: hsla(0, 0%, 100%, .87);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  line-height: 1.375em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value {
  align-items: center;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-value-container {
  padding-bottom: 0;
  padding-top: .1875em;
}
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-clear-wrapper,
.ng-select.ng-select-multiple .ng-select-container.ng-has-value .ng-arrow-wrapper {
  border-top: .84375em solid rgba(0, 0, 0, 0);
}
.ng-select .ng-clear-wrapper {
  color: rgba(0, 0, 0, .54);
}
.ng-select .ng-clear-wrapper:hover {
  color: rgba(0, 0, 0, .87);
}
.ng-select .ng-clear-wrapper:focus {
  color: rgba(0, 0, 0, .87);
  outline: none;
}
.ng-select .ng-arrow-wrapper {
  bottom: 2px;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid;
  margin: 0 4px;
  color: rgba(0, 0, 0, .54);
}
.ng-select .ng-spinner-zone {
  top: 3px;
}
.ng-dropdown-panel {
  background: #fff;
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: calc(100% - .84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, .2),
    0 -8px 10px 1px rgba(0, 0, 0, .14),
    0 -3px 14px 2px rgba(0, 0, 0, .12);
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: calc(0% + .84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, .2),
    0 -8px 10px 1px rgba(0, 0, 0, .14),
    0 -3px 14px 2px rgba(0, 0, 0, .12);
  margin-left: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: calc(100% - 1.25em);
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, .2),
    0 8px 10px 1px rgba(0, 0, 0, .14),
    0 3px 14px 2px rgba(0, 0, 0, .12);
}
.ng-dropdown-panel.ng-select-left {
  left: calc(-100% - 4px);
  top: calc(0% + .84375em);
  box-shadow:
    0 -5px 5px -3px rgba(0, 0, 0, .2),
    0 -8px 10px 1px rgba(0, 0, 0, .14),
    0 -3px 14px 2px rgba(0, 0, 0, .12);
}
.ng-dropdown-panel.multiple .ng-option.selected {
  background: #fff;
}
.ng-dropdown-panel.multiple .ng-option.marked {
  background: rgba(0, 0, 0, .04);
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid rgba(0, 0, 0, .12);
  padding: 0 16px;
  line-height: 3em;
  min-height: 3em;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  line-height: 3em;
  height: 3em;
  padding: 0 16px;
  color: rgba(0, 0, 0, .54);
  font-weight: 500;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background: rgba(0, 0, 0, .04);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected {
  background: rgba(0, 0, 0, .12);
  color: #3f51b5;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  line-height: 3em;
  min-height: 3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
  text-decoration: none;
  position: relative;
  color: rgba(0, 0, 0, .87);
  text-align: left;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  text-align: right;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background: rgba(0, 0, 0, .04);
  color: rgba(0, 0, 0, .87);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background: rgba(0, 0, 0, .12);
  color: #3f51b5;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: rgba(0, 0, 0, .38);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 32px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 32px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-right: 5px;
  font-size: 80%;
  font-weight: 400;
  color: rgba(0, 0, 0, .38);
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}

/* src/styles/styles.scss */
:root {
  --body-background-color: #fbfcff;
  --md3-body-background-color: #fbfcff;
  --avatar-color: var(--mat-sys-primary);
  --accent-color: var(--mat-sys-primary);
  --accent-color-light: var(--mat-sys-primary-container);
  --warning-color: var(--mat-sys-error-container);
  --warning-color-light: var(--mat-sys-error);
  --warning-color-dark: var(--mat-sys-on-error-container);
  --on-surface-variant: #8f949f;
  --mat-sys-surface-container-high: #e9e7ef;
  --app-max-width: 1920px;
  --nav-bar-collapsed-width: 64px;
  --nav-bar-expanded-width: 192px;
  --nav-bar-item-expanded-width: 168px;
  --nav-bar-background-color: light-dark(#191c31, #e6e3ce);
  --tooltip-text-color: light-dark(#dfe2eb, #191c31);
}
:root {
  --font-plain-family: "Manrope", sans-serif;
  --font-brand-family: "Manrope", sans-serif;
  --font-bold-weight: 700;
  --font-medium-weight: 500;
  --font-regular-weight: 400;
}
:root {
  --sizes-spacing-0: 0;
  --sizes-spacing-1: 0.0625rem;
  --sizes-spacing-2: 0.125rem;
  --sizes-spacing-4: 0.25rem;
  --sizes-spacing-5: 0.3;
  --sizes-spacing-6: 0.375rem;
  --sizes-spacing-8: 0.5rem;
  --sizes-spacing-10: 0.625rem;
  --sizes-spacing-12: 0.75rem;
  --sizes-spacing-14: 0.875rem;
  --sizes-spacing-16: 1rem;
  --sizes-spacing-18: 1.125rem;
  --sizes-spacing-20: 1.25rem;
  --sizes-spacing-24: 1.5rem;
  --sizes-spacing-28: 1.75rem;
  --sizes-spacing-32: 2rem;
  --sizes-spacing-40: 2.5rem;
  --sizes-spacing-46: 2.875rem;
  --sizes-spacing-48: 3rem;
  --sizes-spacing-56: 3.5rem;
  --sizes-spacing-58: 3.625rem;
  --sizes-spacing-60: 3.75rem;
  --sizes-spacing-64: 4rem;
  --sizes-spacing-72: 4.5rem;
  --sizes-spacing-80: 5rem;
  --sizes-spacing-84: 5.25rem;
  --sizes-spacing-88: 5.5rem;
  --sizes-spacing-96: 6rem;
}
:root {
  --z-index-negative: -1;
  --z-index-base: 0;
  --z-index-1: 1;
  --z-index-2: 2;
  --z-index-3: 3;
  --z-index-dropdown: 100;
  --z-index-sticky: 200;
  --z-index-fixed: 300;
  --z-index-nav-bar: 999;
  --z-index-overlay: 1000;
  --z-index-modal: 1100;
  --z-index-popover: 1200;
  --z-index-tooltip: 1300;
  --z-index-notification: 2000;
  --z-index-toast: 2100;
  --z-index-max: 9999;
}
:root {
  --mat-sys-gray: light-dark(#c3c6cf, #4a4d56);
  --mat-sys-neutral-on-surface: light-dark(#f2f2f2, #4a4d56);
  --mat-sys-critical: light-dark(#e10d34, #ff5b6a);
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src:
    local("Manrope Variable"),
    local("Manrope-Variable"),
    url("./media/Manrope-VariableFont_wght.woff2") format("woff2-variations"),
    url("./media/Manrope-VariableFont_wght.ttf") format("truetype-variations");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("./media/manrope-v15-cyrillic_latin-regular.eot");
  src:
    url("./media/manrope-v15-cyrillic_latin-regular.eot?#iefix") format("embedded-opentype"),
    url("./media/manrope-v15-cyrillic_latin-regular.woff2") format("woff2"),
    url("./media/manrope-v15-cyrillic_latin-regular.woff") format("woff"),
    url("./media/manrope-v15-cyrillic_latin-regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("./media/manrope-v15-cyrillic_latin-500.eot");
  src:
    url("./media/manrope-v15-cyrillic_latin-500.eot?#iefix") format("embedded-opentype"),
    url("./media/manrope-v15-cyrillic_latin-500.woff2") format("woff2"),
    url("./media/manrope-v15-cyrillic_latin-500.woff") format("woff"),
    url("./media/manrope-v15-cyrillic_latin-500.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("./media/manrope-v15-cyrillic_latin-600.eot");
  src:
    url("./media/manrope-v15-cyrillic_latin-600.eot?#iefix") format("embedded-opentype"),
    url("./media/manrope-v15-cyrillic_latin-600.woff2") format("woff2"),
    url("./media/manrope-v15-cyrillic_latin-600.woff") format("woff"),
    url("./media/manrope-v15-cyrillic_latin-600.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("./media/manrope-v15-cyrillic_latin-700.eot");
  src:
    url("./media/manrope-v15-cyrillic_latin-700.eot?#iefix") format("embedded-opentype"),
    url("./media/manrope-v15-cyrillic_latin-700.woff2") format("woff2"),
    url("./media/manrope-v15-cyrillic_latin-700.woff") format("woff"),
    url("./media/manrope-v15-cyrillic_latin-700.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300.eot");
  src:
    local(""),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300.eot?#iefix") format("embedded-opentype"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300.woff2") format("woff2"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300.woff") format("woff"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300italic.eot");
  src:
    local(""),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300italic.eot?#iefix") format("embedded-opentype"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300italic.woff2") format("woff2"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300italic.woff") format("woff"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300italic.ttf") format("truetype"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-300italic.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-regular.eot");
  src:
    local(""),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff2") format("woff2"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-regular.woff") format("woff"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-regular.ttf") format("truetype"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500.eot");
  src:
    local(""),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500.eot?#iefix") format("embedded-opentype"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500.woff2") format("woff2"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500.woff") format("woff"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500.ttf") format("truetype"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500.svg#Roboto") format("svg");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500italic.eot");
  src:
    local(""),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500italic.eot?#iefix") format("embedded-opentype"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500italic.woff2") format("woff2"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500italic.woff") format("woff"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500italic.ttf") format("truetype"),
    url("./media/roboto-v20-latin_cyrillic-ext_cyrillic-500italic.svg#Roboto") format("svg");
}
html,
body,
main {
  height: 100%;
}
body {
  margin: 0;
  font-family: var(--font-plain-family);
  background: var(--body-background-color);
}
main {
  flex: 1;
}
.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-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #e10d34;
  --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-accent {
  --mat-option-selected-state-label-text-color: #e10d34;
  --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-warn {
  --mat-option-selected-state-label-text-color: #e10d34;
  --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);
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #e10d34;
  --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;
}
html {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #e10d34;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #e10d34;
  --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;
}
html .mat-primary {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #e10d34;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #e10d34;
  --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;
}
html .mat-accent {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #e10d34;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #e10d34;
  --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;
}
html .mat-warn {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #e10d34;
  --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 {
  --mdc-elevated-card-container-shape: 4px;
}
html {
  --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);
}
html {
  --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);
}
html {
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
html .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #e10d34;
  --mdc-linear-progress-track-color: rgba(225, 13, 52, 0.25);
}
html .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #e10d34;
  --mdc-linear-progress-track-color: rgba(225, 13, 52, 0.25);
}
html .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #e10d34;
  --mdc-linear-progress-track-color: rgba(225, 13, 52, 0.25);
}
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 {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
html {
  --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: #e10d34;
  --mdc-filled-text-field-focus-active-indicator-color: #e10d34;
  --mdc-filled-text-field-focus-label-text-color: rgba(225, 13, 52, 0.87);
  --mdc-filled-text-field-container-color: rgb(244.8, 244.8, 244.8);
  --mdc-filled-text-field-disabled-container-color: rgb(249.9, 249.9, 249.9);
  --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: #e10d34;
  --mdc-filled-text-field-error-focus-label-text-color: #e10d34;
  --mdc-filled-text-field-error-label-text-color: #e10d34;
  --mdc-filled-text-field-error-caret-color: #e10d34;
  --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: #e10d34;
  --mdc-filled-text-field-error-focus-active-indicator-color: #e10d34;
  --mdc-filled-text-field-error-hover-active-indicator-color: #e10d34;
}
html {
  --mdc-outlined-text-field-caret-color: #e10d34;
  --mdc-outlined-text-field-focus-outline-color: #e10d34;
  --mdc-outlined-text-field-focus-label-text-color: rgba(225, 13, 52, 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: #e10d34;
  --mdc-outlined-text-field-error-focus-label-text-color: #e10d34;
  --mdc-outlined-text-field-error-label-text-color: #e10d34;
  --mdc-outlined-text-field-error-hover-label-text-color: #e10d34;
  --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: #e10d34;
  --mdc-outlined-text-field-error-hover-outline-color: #e10d34;
  --mdc-outlined-text-field-error-outline-color: #e10d34;
}
html {
  --mat-form-field-focus-select-arrow-color: rgba(225, 13, 52, 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: #e10d34;
  --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;
}
html .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #e10d34;
  --mdc-filled-text-field-focus-active-indicator-color: #e10d34;
  --mdc-filled-text-field-focus-label-text-color: rgba(225, 13, 52, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mdc-outlined-text-field-caret-color: #e10d34;
  --mdc-outlined-text-field-focus-outline-color: #e10d34;
  --mdc-outlined-text-field-focus-label-text-color: rgba(225, 13, 52, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(225, 13, 52, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #e10d34;
  --mdc-filled-text-field-focus-active-indicator-color: #e10d34;
  --mdc-filled-text-field-focus-label-text-color: rgba(225, 13, 52, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mdc-outlined-text-field-caret-color: #e10d34;
  --mdc-outlined-text-field-focus-outline-color: #e10d34;
  --mdc-outlined-text-field-focus-label-text-color: rgba(225, 13, 52, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(225, 13, 52, 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-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(225, 13, 52, 0.87);
  --mat-select-invalid-arrow-color: rgba(225, 13, 52, 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(225, 13, 52, 0.87);
  --mat-select-invalid-arrow-color: rgba(225, 13, 52, 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(225, 13, 52, 0.87);
  --mat-select-invalid-arrow-color: rgba(225, 13, 52, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
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 {
  --mdc-dialog-container-shape: 4px;
}
html {
  --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-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;
}
html .mat-mdc-standard-chip {
  --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;
}
html .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-selected-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-elevated-disabled-container-color: rgb(224.4, 224.4, 224.4);
  --mdc-chip-flat-disabled-selected-container-color: rgb(224.4, 224.4, 224.4);
  --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;
}
html .mat-mdc-standard-chip {
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #fff3f3;
  --mdc-chip-elevated-container-color: #e10d34;
  --mdc-chip-elevated-selected-container-color: #e10d34;
  --mdc-chip-elevated-disabled-container-color: #e10d34;
  --mdc-chip-flat-disabled-selected-container-color: #e10d34;
  --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: #fff3f3;
  --mdc-chip-selected-label-text-color: #fff3f3;
  --mdc-chip-with-icon-icon-color: #fff3f3;
  --mdc-chip-with-icon-disabled-icon-color: #fff3f3;
  --mdc-chip-with-icon-selected-icon-color: #fff3f3;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fff3f3;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fff3f3;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-selected-disabled-trailing-icon-color: #fff3f3;
  --mat-chip-selected-trailing-icon-color: #fff3f3;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: #fff3f3;
  --mdc-chip-elevated-container-color: #e10d34;
  --mdc-chip-elevated-selected-container-color: #e10d34;
  --mdc-chip-elevated-disabled-container-color: #e10d34;
  --mdc-chip-flat-disabled-selected-container-color: #e10d34;
  --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: #fff3f3;
  --mdc-chip-selected-label-text-color: #fff3f3;
  --mdc-chip-with-icon-icon-color: #fff3f3;
  --mdc-chip-with-icon-disabled-icon-color: #fff3f3;
  --mdc-chip-with-icon-selected-icon-color: #fff3f3;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fff3f3;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fff3f3;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-selected-disabled-trailing-icon-color: #fff3f3;
  --mat-chip-selected-trailing-icon-color: #fff3f3;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: #fff3f3;
  --mdc-chip-elevated-container-color: #e10d34;
  --mdc-chip-elevated-selected-container-color: #e10d34;
  --mdc-chip-elevated-disabled-container-color: #e10d34;
  --mdc-chip-flat-disabled-selected-container-color: #e10d34;
  --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: #fff3f3;
  --mdc-chip-selected-label-text-color: #fff3f3;
  --mdc-chip-with-icon-icon-color: #fff3f3;
  --mdc-chip-with-icon-disabled-icon-color: #fff3f3;
  --mdc-chip-with-icon-selected-icon-color: #fff3f3;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fff3f3;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fff3f3;
}
html .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
html .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-selected-disabled-trailing-icon-color: #fff3f3;
  --mat-chip-selected-trailing-icon-color: #fff3f3;
}
html .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
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: #a04343;
  --mdc-switch-selected-handle-color: #a04343;
  --mdc-switch-selected-hover-state-layer-color: #a04343;
  --mdc-switch-selected-pressed-state-layer-color: #a04343;
  --mdc-switch-selected-focus-handle-color: #5e1b1b;
  --mdc-switch-selected-hover-handle-color: #5e1b1b;
  --mdc-switch-selected-pressed-handle-color: #5e1b1b;
  --mdc-switch-selected-focus-track-color: #c78181;
  --mdc-switch-selected-hover-track-color: #c78181;
  --mdc-switch-selected-pressed-track-color: #c78181;
  --mdc-switch-selected-track-color: #c78181;
  --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);
}
html {
  --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: #a04343;
  --mdc-switch-selected-handle-color: #a04343;
  --mdc-switch-selected-hover-state-layer-color: #a04343;
  --mdc-switch-selected-pressed-state-layer-color: #a04343;
  --mdc-switch-selected-focus-handle-color: #5e1b1b;
  --mdc-switch-selected-hover-handle-color: #5e1b1b;
  --mdc-switch-selected-pressed-handle-color: #5e1b1b;
  --mdc-switch-selected-focus-track-color: #c78181;
  --mdc-switch-selected-hover-track-color: #c78181;
  --mdc-switch-selected-pressed-track-color: #c78181;
  --mdc-switch-selected-track-color: #c78181;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #a04343;
  --mdc-switch-selected-handle-color: #a04343;
  --mdc-switch-selected-hover-state-layer-color: #a04343;
  --mdc-switch-selected-pressed-state-layer-color: #a04343;
  --mdc-switch-selected-focus-handle-color: #5e1b1b;
  --mdc-switch-selected-hover-handle-color: #5e1b1b;
  --mdc-switch-selected-pressed-handle-color: #5e1b1b;
  --mdc-switch-selected-focus-track-color: #c78181;
  --mdc-switch-selected-hover-track-color: #c78181;
  --mdc-switch-selected-pressed-track-color: #c78181;
  --mdc-switch-selected-track-color: #c78181;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
html .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: #e10d34;
  --mdc-radio-selected-hover-icon-color: #e10d34;
  --mdc-radio-selected-icon-color: #e10d34;
  --mdc-radio-selected-pressed-icon-color: #e10d34;
}
html .mat-mdc-radio-button.mat-primary {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #e10d34;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html .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: #e10d34;
  --mdc-radio-selected-hover-icon-color: #e10d34;
  --mdc-radio-selected-icon-color: #e10d34;
  --mdc-radio-selected-pressed-icon-color: #e10d34;
}
html .mat-mdc-radio-button.mat-accent {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #e10d34;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html .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: #e10d34;
  --mdc-radio-selected-hover-icon-color: #e10d34;
  --mdc-radio-selected-icon-color: #e10d34;
  --mdc-radio-selected-pressed-icon-color: #e10d34;
}
html .mat-mdc-radio-button.mat-warn {
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #e10d34;
  --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;
}
html {
  --mat-radio-touch-target-display: block;
}
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);
}
html {
  --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: #e10d34;
  --mdc-slider-focus-handle-color: #e10d34;
  --mdc-slider-hover-handle-color: #e10d34;
  --mdc-slider-active-track-color: #e10d34;
  --mdc-slider-inactive-track-color: #e10d34;
  --mdc-slider-with-tick-marks-inactive-container-color: #e10d34;
  --mdc-slider-with-tick-marks-active-container-color: #fff3f3;
  --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;
}
html {
  --mat-slider-ripple-color: #e10d34;
  --mat-slider-hover-state-layer-color: rgba(225, 13, 52, 0.05);
  --mat-slider-focus-state-layer-color: rgba(225, 13, 52, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #e10d34;
  --mdc-slider-focus-handle-color: #e10d34;
  --mdc-slider-hover-handle-color: #e10d34;
  --mdc-slider-active-track-color: #e10d34;
  --mdc-slider-inactive-track-color: #e10d34;
  --mdc-slider-with-tick-marks-inactive-container-color: #e10d34;
  --mdc-slider-with-tick-marks-active-container-color: #fff3f3;
}
html .mat-accent {
  --mat-slider-ripple-color: #e10d34;
  --mat-slider-hover-state-layer-color: rgba(225, 13, 52, 0.05);
  --mat-slider-focus-state-layer-color: rgba(225, 13, 52, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #e10d34;
  --mdc-slider-focus-handle-color: #e10d34;
  --mdc-slider-hover-handle-color: #e10d34;
  --mdc-slider-active-track-color: #e10d34;
  --mdc-slider-inactive-track-color: #e10d34;
  --mdc-slider-with-tick-marks-inactive-container-color: #e10d34;
  --mdc-slider-with-tick-marks-active-container-color: #fff3f3;
}
html .mat-warn {
  --mat-slider-ripple-color: #e10d34;
  --mat-slider-hover-state-layer-color: rgba(225, 13, 52, 0.05);
  --mat-slider-focus-state-layer-color: rgba(225, 13, 52, 0.2);
}
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-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-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 {
  --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;
}
html {
  --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;
}
html .mdc-list-item__start,
html .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: #e10d34;
  --mdc-radio-selected-hover-icon-color: #e10d34;
  --mdc-radio-selected-icon-color: #e10d34;
  --mdc-radio-selected-pressed-icon-color: #e10d34;
}
html .mat-accent .mdc-list-item__start,
html .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: #e10d34;
  --mdc-radio-selected-hover-icon-color: #e10d34;
  --mdc-radio-selected-icon-color: #e10d34;
  --mdc-radio-selected-pressed-icon-color: #e10d34;
}
html .mat-warn .mdc-list-item__start,
html .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: #e10d34;
  --mdc-radio-selected-hover-icon-color: #e10d34;
  --mdc-radio-selected-icon-color: #e10d34;
  --mdc-radio-selected-pressed-icon-color: #e10d34;
}
html .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: #fff3f3;
  --mdc-checkbox-selected-focus-icon-color: #e10d34;
  --mdc-checkbox-selected-hover-icon-color: #e10d34;
  --mdc-checkbox-selected-icon-color: #e10d34;
  --mdc-checkbox-selected-pressed-icon-color: #e10d34;
  --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: #e10d34;
  --mdc-checkbox-selected-hover-state-layer-color: #e10d34;
  --mdc-checkbox-selected-pressed-state-layer-color: #e10d34;
  --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 .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: #fff3f3;
  --mdc-checkbox-selected-focus-icon-color: #e10d34;
  --mdc-checkbox-selected-hover-icon-color: #e10d34;
  --mdc-checkbox-selected-icon-color: #e10d34;
  --mdc-checkbox-selected-pressed-icon-color: #e10d34;
  --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: #e10d34;
  --mdc-checkbox-selected-hover-state-layer-color: #e10d34;
  --mdc-checkbox-selected-pressed-state-layer-color: #e10d34;
  --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 .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: #fff3f3;
  --mdc-checkbox-selected-focus-icon-color: #e10d34;
  --mdc-checkbox-selected-hover-icon-color: #e10d34;
  --mdc-checkbox-selected-icon-color: #e10d34;
  --mdc-checkbox-selected-pressed-icon-color: #e10d34;
  --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: #e10d34;
  --mdc-checkbox-selected-hover-state-layer-color: #e10d34;
  --mdc-checkbox-selected-pressed-state-layer-color: #e10d34;
  --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 .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
html .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #e10d34;
}
html .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
html .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
html .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;
}
html {
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
html .mdc-list-item__start,
html .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
html .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
html .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
html .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
html .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
html .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
html .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
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-secondary-navigation-tab-container-height: 48px;
}
html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
html {
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #e10d34;
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar {
  --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: #e10d34;
  --mat-tab-header-active-ripple-color: #e10d34;
  --mat-tab-header-inactive-ripple-color: #e10d34;
  --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: #e10d34;
  --mat-tab-header-active-hover-label-text-color: #e10d34;
  --mat-tab-header-active-focus-indicator-color: #e10d34;
  --mat-tab-header-active-hover-indicator-color: #e10d34;
}
html .mat-mdc-tab-group.mat-accent,
html .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #e10d34;
}
html .mat-mdc-tab-group.mat-accent,
html .mat-mdc-tab-nav-bar.mat-accent {
  --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: #e10d34;
  --mat-tab-header-active-ripple-color: #e10d34;
  --mat-tab-header-inactive-ripple-color: #e10d34;
  --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: #e10d34;
  --mat-tab-header-active-hover-label-text-color: #e10d34;
  --mat-tab-header-active-focus-indicator-color: #e10d34;
  --mat-tab-header-active-hover-indicator-color: #e10d34;
}
html .mat-mdc-tab-group.mat-warn,
html .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #e10d34;
}
html .mat-mdc-tab-group.mat-warn,
html .mat-mdc-tab-nav-bar.mat-warn {
  --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: #e10d34;
  --mat-tab-header-active-ripple-color: #e10d34;
  --mat-tab-header-inactive-ripple-color: #e10d34;
  --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: #e10d34;
  --mat-tab-header-active-hover-label-text-color: #e10d34;
  --mat-tab-header-active-focus-indicator-color: #e10d34;
  --mat-tab-header-active-hover-indicator-color: #e10d34;
}
html .mat-mdc-tab-group.mat-background-primary,
html .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #e10d34;
  --mat-tab-header-with-background-foreground-color: #fff3f3;
}
html .mat-mdc-tab-group.mat-background-accent,
html .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #e10d34;
  --mat-tab-header-with-background-foreground-color: #fff3f3;
}
html .mat-mdc-tab-group.mat-background-warn,
html .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #e10d34;
  --mat-tab-header-with-background-foreground-color: #fff3f3;
}
html .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
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: #fff3f3;
  --mdc-checkbox-selected-focus-icon-color: #e10d34;
  --mdc-checkbox-selected-hover-icon-color: #e10d34;
  --mdc-checkbox-selected-icon-color: #e10d34;
  --mdc-checkbox-selected-pressed-icon-color: #e10d34;
  --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: #e10d34;
  --mdc-checkbox-selected-hover-state-layer-color: #e10d34;
  --mdc-checkbox-selected-pressed-state-layer-color: #e10d34;
  --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 {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
html .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: #fff3f3;
  --mdc-checkbox-selected-focus-icon-color: #e10d34;
  --mdc-checkbox-selected-hover-icon-color: #e10d34;
  --mdc-checkbox-selected-icon-color: #e10d34;
  --mdc-checkbox-selected-pressed-icon-color: #e10d34;
  --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: #e10d34;
  --mdc-checkbox-selected-hover-state-layer-color: #e10d34;
  --mdc-checkbox-selected-pressed-state-layer-color: #e10d34;
  --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 .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: #fff3f3;
  --mdc-checkbox-selected-focus-icon-color: #e10d34;
  --mdc-checkbox-selected-hover-icon-color: #e10d34;
  --mdc-checkbox-selected-icon-color: #e10d34;
  --mdc-checkbox-selected-pressed-icon-color: #e10d34;
  --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: #e10d34;
  --mdc-checkbox-selected-hover-state-layer-color: #e10d34;
  --mdc-checkbox-selected-pressed-state-layer-color: #e10d34;
  --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;
}
html {
  --mat-checkbox-touch-target-display: block;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
}
html {
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
}
html {
  --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);
}
html {
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}
html {
  --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;
}
html {
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
}
html {
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
}
html {
  --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);
}
html {
  --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;
}
html {
  --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);
}
html {
  --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;
}
html {
  --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);
}
html {
  --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;
}
html {
  --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);
}
html {
  --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;
}
html .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #e10d34;
}
html .mat-mdc-button.mat-primary {
  --mat-text-button-state-layer-color: #e10d34;
  --mat-text-button-ripple-color: rgba(225, 13, 52, 0.1);
}
html .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #e10d34;
}
html .mat-mdc-button.mat-accent {
  --mat-text-button-state-layer-color: #e10d34;
  --mat-text-button-ripple-color: rgba(225, 13, 52, 0.1);
}
html .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #e10d34;
}
html .mat-mdc-button.mat-warn {
  --mat-text-button-state-layer-color: #e10d34;
  --mat-text-button-ripple-color: rgba(225, 13, 52, 0.1);
}
html .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #e10d34;
  --mdc-filled-button-label-text-color: #fff3f3;
}
html .mat-mdc-unelevated-button.mat-primary {
  --mat-filled-button-state-layer-color: #fff3f3;
  --mat-filled-button-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #e10d34;
  --mdc-filled-button-label-text-color: #fff3f3;
}
html .mat-mdc-unelevated-button.mat-accent {
  --mat-filled-button-state-layer-color: #fff3f3;
  --mat-filled-button-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #e10d34;
  --mdc-filled-button-label-text-color: #fff3f3;
}
html .mat-mdc-unelevated-button.mat-warn {
  --mat-filled-button-state-layer-color: #fff3f3;
  --mat-filled-button-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #e10d34;
  --mdc-protected-button-label-text-color: #fff3f3;
}
html .mat-mdc-raised-button.mat-primary {
  --mat-protected-button-state-layer-color: #fff3f3;
  --mat-protected-button-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #e10d34;
  --mdc-protected-button-label-text-color: #fff3f3;
}
html .mat-mdc-raised-button.mat-accent {
  --mat-protected-button-state-layer-color: #fff3f3;
  --mat-protected-button-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #e10d34;
  --mdc-protected-button-label-text-color: #fff3f3;
}
html .mat-mdc-raised-button.mat-warn {
  --mat-protected-button-state-layer-color: #fff3f3;
  --mat-protected-button-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #e10d34;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html .mat-mdc-outlined-button.mat-primary {
  --mat-outlined-button-state-layer-color: #e10d34;
  --mat-outlined-button-ripple-color: rgba(225, 13, 52, 0.1);
}
html .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #e10d34;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html .mat-mdc-outlined-button.mat-accent {
  --mat-outlined-button-state-layer-color: #e10d34;
  --mat-outlined-button-ripple-color: rgba(225, 13, 52, 0.1);
}
html .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #e10d34;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
html .mat-mdc-outlined-button.mat-warn {
  --mat-outlined-button-state-layer-color: #e10d34;
  --mat-outlined-button-ripple-color: rgba(225, 13, 52, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
}
html {
  --mdc-filled-button-container-height: 36px;
}
html {
  --mdc-protected-button-container-height: 36px;
}
html {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mat-text-button-touch-target-display: block;
}
html {
  --mat-filled-button-touch-target-display: block;
}
html {
  --mat-protected-button-touch-target-display: block;
}
html {
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
html {
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #e10d34;
}
html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-state-layer-color: #e10d34;
  --mat-icon-button-ripple-color: rgba(225, 13, 52, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #e10d34;
}
html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-state-layer-color: #e10d34;
  --mat-icon-button-ripple-color: rgba(225, 13, 52, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #e10d34;
}
html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-state-layer-color: #e10d34;
  --mat-icon-button-ripple-color: rgba(225, 13, 52, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
html .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color: white;
}
html {
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html {
  --mdc-fab-small-container-color: white;
}
html {
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #e10d34;
}
html .mat-mdc-fab.mat-primary {
  --mat-fab-foreground-color: #fff3f3;
  --mat-fab-state-layer-color: #fff3f3;
  --mat-fab-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #e10d34;
}
html .mat-mdc-fab.mat-accent {
  --mat-fab-foreground-color: #fff3f3;
  --mat-fab-state-layer-color: #fff3f3;
  --mat-fab-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #e10d34;
}
html .mat-mdc-fab.mat-warn {
  --mat-fab-foreground-color: #fff3f3;
  --mat-fab-state-layer-color: #fff3f3;
  --mat-fab-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #e10d34;
}
html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-small-foreground-color: #fff3f3;
  --mat-fab-small-state-layer-color: #fff3f3;
  --mat-fab-small-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #e10d34;
}
html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-small-foreground-color: #fff3f3;
  --mat-fab-small-state-layer-color: #fff3f3;
  --mat-fab-small-ripple-color: rgba(255, 243, 243, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #e10d34;
}
html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-small-foreground-color: #fff3f3;
  --mat-fab-small-state-layer-color: #fff3f3;
  --mat-fab-small-ripple-color: rgba(255, 243, 243, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
}
html {
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
html {
  --mat-snack-bar-button-color: #e6c8c8;
}
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-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: #e10d34;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #e10d34;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #e10d34;
}
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: #e10d34;
  --mat-badge-text-color: #fff3f3;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-badge-accent {
  --mat-badge-background-color: #e10d34;
  --mat-badge-text-color: #fff3f3;
}
html .mat-badge-warn {
  --mat-badge-background-color: #e10d34;
  --mat-badge-text-color: #fff3f3;
}
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 {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
}
html {
  --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;
}
html {
  --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: rgb(224.4, 224.4, 224.4);
}
html {
  --mat-standard-button-toggle-height: 48px;
}
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: #fff3f3;
  --mat-datepicker-calendar-date-selected-state-background-color: #e10d34;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(225, 13, 52, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff3f3;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(225, 13, 52, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(225, 13, 52, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #e10d34;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(225, 13, 52, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --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);
}
html .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: #fff3f3;
  --mat-datepicker-calendar-date-selected-state-background-color: #e10d34;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(225, 13, 52, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff3f3;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(225, 13, 52, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(225, 13, 52, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(225, 13, 52, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
html .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: #fff3f3;
  --mat-datepicker-calendar-date-selected-state-background-color: #e10d34;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(225, 13, 52, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff3f3;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(225, 13, 52, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(225, 13, 52, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(225, 13, 52, 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: rgb(69.5241935484, 163.4758064516, 93.9516129032);
}
html .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #e10d34;
}
html .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #e10d34;
}
html .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
html .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 {
  --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 {
  --mat-icon-color: inherit;
}
html .mat-icon.mat-primary {
  --mat-icon-color: #e10d34;
}
html .mat-icon.mat-accent {
  --mat-icon-color: #e10d34;
}
html .mat-icon.mat-warn {
  --mat-icon-color: #e10d34;
}
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 {
  --mat-stepper-header-icon-foreground-color: #fff3f3;
  --mat-stepper-header-selected-state-icon-background-color: #e10d34;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff3f3;
  --mat-stepper-header-done-state-icon-background-color: #e10d34;
  --mat-stepper-header-done-state-icon-foreground-color: #fff3f3;
  --mat-stepper-header-edit-state-icon-background-color: #e10d34;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff3f3;
  --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: #e10d34;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #e10d34;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff3f3;
  --mat-stepper-header-selected-state-icon-background-color: #e10d34;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff3f3;
  --mat-stepper-header-done-state-icon-background-color: #e10d34;
  --mat-stepper-header-done-state-icon-foreground-color: #fff3f3;
  --mat-stepper-header-edit-state-icon-background-color: #e10d34;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff3f3;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff3f3;
  --mat-stepper-header-selected-state-icon-background-color: #e10d34;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff3f3;
  --mat-stepper-header-done-state-icon-background-color: #e10d34;
  --mat-stepper-header-done-state-icon-foreground-color: #fff3f3;
  --mat-stepper-header-edit-state-icon-background-color: #e10d34;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff3f3;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-sort-arrow-color: rgb(117.3, 117.3, 117.3);
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #e10d34;
  --mat-toolbar-container-text-color: #fff3f3;
}
html .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #e10d34;
  --mat-toolbar-container-text-color: #fff3f3;
}
html .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #e10d34;
  --mat-toolbar-container-text-color: #fff3f3;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
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 {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-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-timepicker-container-background-color: white;
}
:root {
  --xs-button-container-height: 1.75rem;
  --small-button-container-height: 2.5rem;
  --medium-button-container-height: 3rem;
  --large-button-container-height: 3rem;
  --xs-button-horizontal-padding: 0rem;
  --small-button-horizontal-padding: clamp(0.75rem, 1vw + 0.5rem, 1.3125rem);
  --medium-button-horizontal-padding: clamp(1.25rem, 3vw + 0.75rem, 3.75rem);
  --large-button-horizontal-padding: clamp(2rem, 5vw + 1rem, 5.8125rem);
}
html {
  color-scheme: light;
}
html {
  --mat-sys-background: light-dark(#fbf8ff, #12131b);
  --mat-sys-error: light-dark(#ae3117, #ffb4a4);
  --mat-sys-error-container: light-dark(#ffdad3, #8c1900);
  --mat-sys-inverse-on-surface: light-dark(#f1effc, #2f3039);
  --mat-sys-inverse-primary: light-dark(#b9c3ff, #2a4edf);
  --mat-sys-inverse-surface: light-dark(#2f3039, #e2e1ed);
  --mat-sys-on-background: light-dark(#1a1b24, #e2e1ed);
  --mat-sys-on-error: light-dark(#ffffff, #630e00);
  --mat-sys-on-error-container: light-dark(#8c1900, #ffdad3);
  --mat-sys-on-primary: light-dark(#ffffff, #00228a);
  --mat-sys-on-primary-container: light-dark(#0033c1, #dde1ff);
  --mat-sys-on-primary-fixed: light-dark(#001257, #001257);
  --mat-sys-on-primary-fixed-variant: light-dark(#0033c1, #0033c1);
  --mat-sys-on-secondary: light-dark(#ffffff, #380094);
  --mat-sys-on-secondary-container: light-dark(#5016c3, #e8ddff);
  --mat-sys-on-secondary-fixed: light-dark(#21005e, #21005e);
  --mat-sys-on-secondary-fixed-variant: light-dark(#5016c3, #5016c3);
  --mat-sys-on-surface: light-dark(#1a1b24, #e2e1ed);
  --mat-sys-on-surface-variant: light-dark(#444655, #e0e1f4);
  --mat-sys-on-tertiary: light-dark(#ffffff, #003a04);
  --mat-sys-on-tertiary-container: light-dark(#005308, #98f98a);
  --mat-sys-on-tertiary-fixed: light-dark(#002201, #002201);
  --mat-sys-on-tertiary-fixed-variant: light-dark(#005308, #005308);
  --mat-sys-outline: light-dark(#747686, #8e90a1);
  --mat-sys-outline-variant: light-dark(#c4c5d7, #444655);
  --mat-sys-primary: light-dark(#2a4edf, #b9c3ff);
  --mat-sys-primary-container: light-dark(#dde1ff, #0033c1);
  --mat-sys-primary-fixed: light-dark(#dde1ff, #dde1ff);
  --mat-sys-primary-fixed-dim: light-dark(#b9c3ff, #b9c3ff);
  --mat-sys-scrim: light-dark(#000000, #000000);
  --mat-sys-secondary: light-dark(#693bdb, #cebdff);
  --mat-sys-secondary-container: light-dark(#e8ddff, #5016c3);
  --mat-sys-secondary-fixed: light-dark(#e8ddff, #e8ddff);
  --mat-sys-secondary-fixed-dim: light-dark(#cebdff, #cebdff);
  --mat-sys-shadow: light-dark(#000000, #000000);
  --mat-sys-surface: light-dark(#fbf8ff, #12131b);
  --mat-sys-surface-bright: light-dark(#fbf8ff, #383942);
  --mat-sys-surface-container: light-dark(#eeedf9, #1e1f28);
  --mat-sys-surface-container-high: light-dark(#e8e7f3, #282932);
  --mat-sys-surface-container-highest: light-dark(#e2e1ed, #33343d);
  --mat-sys-surface-container-low: light-dark(#f4f2ff, #1a1b24);
  --mat-sys-surface-container-lowest: light-dark(#ffffff, #0c0e16);
  --mat-sys-surface-dim: light-dark(#dad9e5, #12131b);
  --mat-sys-surface-tint: light-dark(#2a4edf, #b9c3ff);
  --mat-sys-surface-variant: light-dark(#e0e1f4, #444655);
  --mat-sys-tertiary: light-dark(#016e0e, #7ddc70);
  --mat-sys-tertiary-container: light-dark(#98f98a, #005308);
  --mat-sys-tertiary-fixed: light-dark(#98f98a, #98f98a);
  --mat-sys-tertiary-fixed-dim: light-dark(#7ddc70, #7ddc70);
  --mat-sys-neutral-variant20: #2d303e;
  --mat-sys-neutral10: #1a1b24;
}
html {
  --mat-sys-level0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level2:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level3:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level4:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-level5:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mat-sys-body-large: var(--font-regular-weight) 1rem / 1.5rem var(--font-plain-family);
  --mat-sys-body-large-font: var(--font-plain-family);
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: var(--font-regular-weight);
  --mat-sys-body-medium: var(--font-regular-weight) 0.875rem / 1.25rem var(--font-plain-family);
  --mat-sys-body-medium-font: var(--font-plain-family);
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: var(--font-regular-weight);
  --mat-sys-body-small: var(--font-regular-weight) 0.75rem / 1rem var(--font-plain-family);
  --mat-sys-body-small-font: var(--font-plain-family);
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: var(--font-regular-weight);
  --mat-sys-display-large: var(--font-regular-weight) 3.562rem / 4rem var(--font-brand-family);
  --mat-sys-display-large-font: var(--font-brand-family);
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: var(--font-regular-weight);
  --mat-sys-display-medium: var(--font-regular-weight) 2.812rem / 3.25rem var(--font-brand-family);
  --mat-sys-display-medium-font: var(--font-brand-family);
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: var(--font-regular-weight);
  --mat-sys-display-small: var(--font-regular-weight) 2.25rem / 2.75rem var(--font-brand-family);
  --mat-sys-display-small-font: var(--font-brand-family);
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: var(--font-regular-weight);
  --mat-sys-headline-large: var(--font-regular-weight) 2rem / 2.5rem var(--font-brand-family);
  --mat-sys-headline-large-font: var(--font-brand-family);
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: var(--font-regular-weight);
  --mat-sys-headline-medium: var(--font-regular-weight) 1.75rem / 2.25rem var(--font-brand-family);
  --mat-sys-headline-medium-font: var(--font-brand-family);
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: var(--font-regular-weight);
  --mat-sys-headline-small: var(--font-regular-weight) 1.5rem / 2rem var(--font-brand-family);
  --mat-sys-headline-small-font: var(--font-brand-family);
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: var(--font-regular-weight);
  --mat-sys-label-large: var(--font-medium-weight) 0.875rem / 1.25rem var(--font-plain-family);
  --mat-sys-label-large-font: var(--font-plain-family);
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: var(--font-medium-weight);
  --mat-sys-label-large-weight-prominent: var(--font-bold-weight);
  --mat-sys-label-medium: var(--font-medium-weight) 0.75rem / 1rem var(--font-plain-family);
  --mat-sys-label-medium-font: var(--font-plain-family);
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: var(--font-medium-weight);
  --mat-sys-label-medium-weight-prominent: var(--font-bold-weight);
  --mat-sys-label-small: var(--font-medium-weight) 0.688rem / 1rem var(--font-plain-family);
  --mat-sys-label-small-font: var(--font-plain-family);
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: var(--font-medium-weight);
  --mat-sys-title-large: var(--font-regular-weight) 1.375rem / 1.75rem var(--font-brand-family);
  --mat-sys-title-large-font: var(--font-brand-family);
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: var(--font-regular-weight);
  --mat-sys-title-medium: var(--font-medium-weight) 1rem / 1.5rem var(--font-plain-family);
  --mat-sys-title-medium-font: var(--font-plain-family);
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: var(--font-medium-weight);
  --mat-sys-title-small: var(--font-medium-weight) 0.875rem / 1.25rem var(--font-plain-family);
  --mat-sys-title-small-font: var(--font-plain-family);
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: var(--font-medium-weight);
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html {
  --primary-0: light-dark(#000000, #ffffff);
  --primary-10: light-dark(#001257, #f5f8ff);
  --primary-20: light-dark(#00228a, #e8eefc);
  --primary-25: light-dark(#002aa5, #dde1ff);
  --primary-30: light-dark(#0033c1, #b9c3ff);
  --primary-35: light-dark(#1640d3, #94a6ff);
  --primary-40: light-dark(#2a4edf, #6f88ff);
  --primary-50: light-dark(#4969f9, #4969f9);
  --primary-60: light-dark(#6f88ff, #2a4edf);
  --primary-70: light-dark(#94a6ff, #1640d3);
  --primary-80: light-dark(#b9c3ff, #0033c1);
  --primary-90: light-dark(#dde1ff, #002aa5);
  --primary-95: light-dark(#e8eefc, #00228a);
  --primary-98: light-dark(#f5f8ff, #001257);
  --primary-100: light-dark(#ffffff, #000000);
  --secondary-0: light-dark(#000000, #ffffff);
  --secondary-10: light-dark(#21005e, #fdf7ff);
  --secondary-20: light-dark(#380094, #f5eeff);
  --secondary-25: light-dark(#4400b1, #e8ddff);
  --secondary-30: light-dark(#5016c3, #cebdff);
  --secondary-35: light-dark(#5c2bcf, #b49cff);
  --secondary-40: light-dark(#693bdb, #9b7aff);
  --secondary-50: light-dark(#8258f6, #8258f6);
  --secondary-60: light-dark(#9b7aff, #693bdb);
  --secondary-70: light-dark(#b49cff, #5c2bcf);
  --secondary-80: light-dark(#cebdff, #5016c3);
  --secondary-90: light-dark(#e8ddff, #4400b1);
  --secondary-95: light-dark(#f5eeff, #380094);
  --secondary-98: light-dark(#fdf7ff, #21005e);
  --secondary-100: light-dark(#ffffff, #000000);
  --tertiary-0: light-dark(#000000, #ffffff);
  --tertiary-10: light-dark(#002201, #ecffe3);
  --tertiary-20: light-dark(#003a04, #caffbb);
  --tertiary-25: light-dark(#004606, #98f98a);
  --tertiary-30: light-dark(#005308, #7ddc70);
  --tertiary-35: light-dark(#00610b, #62bf58);
  --tertiary-40: light-dark(#016e0e, #47a440);
  --tertiary-50: light-dark(#2a8928, #2a8928);
  --tertiary-60: light-dark(#47a440, #016e0e);
  --tertiary-70: light-dark(#62bf58, #00610b);
  --tertiary-80: light-dark(#7ddc70, #005308);
  --tertiary-90: light-dark(#98f98a, #004606);
  --tertiary-95: light-dark(#caffbb, #003a04);
  --tertiary-98: light-dark(#ecffe3, #002201);
  --tertiary-100: light-dark(#ffffff, #000000);
  --error-0: light-dark(#000000, #ffffff);
  --error-10: light-dark(#3d0600, #fff8f6);
  --error-20: light-dark(#630e00, #ffede9);
  --error-25: light-dark(#771300, #ffdad3);
  --error-30: light-dark(#8c1900, #ffb4a4);
  --error-35: light-dark(#9d250b, #ff8a70);
  --error-40: light-dark(#ae3117, #f26243);
  --error-50: light-dark(#d04a2d, #d04a2d);
  --error-60: light-dark(#f26243, #ae3117);
  --error-70: light-dark(#ff8a70, #9d250b);
  --error-80: light-dark(#ffb4a4, #8c1900);
  --error-90: light-dark(#ffdad3, #771300);
  --error-95: light-dark(#ffede9, #630e00);
  --error-98: light-dark(#fff8f6, #3d0600);
  --error-100: light-dark(#ffffff, #000000);
  --neutral-0: light-dark(#000000, #ffffff);
  --neutral-10: light-dark(#1a1b24, #fbf8ff);
  --neutral-20: light-dark(#2f3039, #f1effc);
  --neutral-25: light-dark(#3a3b44, #e2e1ed);
  --neutral-30: light-dark(#454650, #c6c5d1);
  --neutral-35: light-dark(#51525c, #aaaab6);
  --neutral-40: light-dark(#5d5e68, #90909b);
  --neutral-50: light-dark(#767681, #767681);
  --neutral-60: light-dark(#90909b, #5d5e68);
  --neutral-70: light-dark(#aaaab6, #51525c);
  --neutral-80: light-dark(#c6c5d1, #454650);
  --neutral-90: light-dark(#e2e1ed, #3a3b44);
  --neutral-95: light-dark(#f1effc, #2f3039);
  --neutral-98: light-dark(#fbf8ff, #1a1b24);
  --neutral-100: light-dark(#ffffff, #000000);
  --neutral-variant-0: light-dark(#000000, #ffffff);
  --neutral-variant-10: light-dark(#181b28, #fbf8ff);
  --neutral-variant-20: light-dark(#2d303e, #f0efff);
  --neutral-variant-25: light-dark(#383b49, #e0e1f4);
  --neutral-variant-30: light-dark(#444655, #c4c5d7);
  --neutral-variant-35: light-dark(#4f5161, #a9aabc);
  --neutral-variant-40: light-dark(#5c5d6d, #8e90a1);
  --neutral-variant-50: light-dark(#747686, #747686);
  --neutral-variant-60: light-dark(#8e90a1, #5c5d6d);
  --neutral-variant-70: light-dark(#a9aabc, #4f5161);
  --neutral-variant-80: light-dark(#c4c5d7, #444655);
  --neutral-variant-90: light-dark(#e0e1f4, #383b49);
  --neutral-variant-95: light-dark(#f0efff, #2d303e);
  --neutral-variant-98: light-dark(#fbf8ff, #181b28);
  --neutral-variant-100: light-dark(#ffffff, #000000);
}
html [data-typography=displaySmall] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-display-small-size);
  font-weight: var(--font-medium-weight);
  line-height: var(--mat-sys-display-small-line-height);
  letter-spacing: var(--mat-sys-display-small-tracking);
}
html [data-typography=displayMedium] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-display-medium-size);
  font-weight: var(--font-bold-weight);
  line-height: var(--mat-sys-display-medium-line-height);
  letter-spacing: var(--mat-sys-display-medium-tracking);
}
html [data-typography=displayLarge] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-display-large-size);
  font-weight: var(--font-bold-weight);
  line-height: var(--mat-sys-display-large-line-height);
  letter-spacing: var(--mat-sys-display-large-tracking);
}
html [data-typography=headlineSmall] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-headline-small-size);
  font-weight: var(--font-medium-weight);
  line-height: var(--mat-sys-headline-small-line-height);
  letter-spacing: var(--mat-sys-headline-small-tracking);
}
html [data-typography=headlineMedium] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-headline-medium-size);
  font-weight: var(--font-medium-weight);
  line-height: var(--mat-sys-headline-medium-line-height);
  letter-spacing: var(--mat-sys-headline-medium-tracking);
}
html [data-typography=headlineLarge] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-headline-large-size);
  font-weight: var(--font-bold-weight);
  line-height: var(--mat-sys-headline-large-line-height);
  letter-spacing: var(--mat-sys-headline-large-tracking);
}
html [data-typography=titleSmall] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-title-small-size);
  font-weight: var(--font-medium-weight);
  line-height: var(--mat-sys-title-small-line-height);
  letter-spacing: var(--mat-sys-title-small-tracking);
}
html [data-typography=titleMedium] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-title-medium-size);
  font-weight: var(--font-bold-weight);
  line-height: var(--mat-sys-title-medium-line-height);
  letter-spacing: var(--mat-sys-title-medium-tracking);
}
html [data-typography=titleLarge] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-title-large-size);
  font-weight: var(--font-medium-weight);
  line-height: var(--mat-sys-title-large-line-height);
  letter-spacing: var(--mat-sys-title-large-tracking);
}
html [data-typography=labelSmall] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-label-small-size);
  font-weight: var(--font-medium-weight);
  line-height: var(--mat-sys-label-small-line-height);
  letter-spacing: var(--mat-sys-label-small-tracking);
}
html [data-typography=labelMedium] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-label-medium-size);
  font-weight: var(--font-medium-weight);
  line-height: var(--mat-sys-label-medium-line-height);
  letter-spacing: var(--mat-sys-label-medium-tracking);
}
html [data-typography=labelLarge] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-label-large-size);
  font-weight: var(--font-medium-weight);
  line-height: var(--mat-sys-label-large-line-height);
  letter-spacing: var(--mat-sys-label-large-tracking);
}
html [data-typography=bodySmall] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-body-small-size);
  font-weight: var(--font-regular-weight);
  line-height: var(--mat-sys-body-small-line-height);
  letter-spacing: var(--mat-sys-body-small-tracking);
}
html [data-typography=bodyMedium] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-body-medium-size);
  font-weight: var(--font-regular-weight);
  line-height: var(--mat-sys-body-medium-line-height);
  letter-spacing: var(--mat-sys-body-medium-tracking);
}
html [data-typography=bodyLarge] {
  font-family: var(--font-plain-family);
  font-size: var(--mat-sys-body-large-size);
  font-weight: var(--font-regular-weight);
  line-height: var(--mat-sys-body-large-line-height);
  letter-spacing: var(--mat-sys-body-large-tracking);
}
html {
  --mat-sys-display-small-size: 36px;
  --mat-sys-display-small-line-height: 44px;
  --mat-sys-display-small-tracking: 0px;
  --mat-sys-display-medium-size: 40px;
  --mat-sys-display-medium-line-height: 48px;
  --mat-sys-display-medium-tracking: 0px;
  --mat-sys-display-large-size: 48px;
  --mat-sys-display-large-line-height: 64px;
  --mat-sys-display-large-tracking: 0px;
  --mat-sys-headline-small-size: 24px;
  --mat-sys-headline-small-line-height: 32px;
  --mat-sys-headline-small-tracking: 0px;
  --mat-sys-headline-medium-size: 28px;
  --mat-sys-headline-medium-line-height: 36px;
  --mat-sys-headline-medium-tracking: 0px;
  --mat-sys-headline-large-size: 32px;
  --mat-sys-headline-large-line-height: 40px;
  --mat-sys-headline-large-tracking: 0px;
  --mat-sys-title-small-size: 14px;
  --mat-sys-title-small-line-height: 20px;
  --mat-sys-title-small-tracking: 0.1px;
  --mat-sys-title-medium-size: 16px;
  --mat-sys-title-medium-line-height: 24px;
  --mat-sys-title-medium-tracking: 0.15px;
  --mat-sys-title-large-size: 20px;
  --mat-sys-title-large-line-height: 28px;
  --mat-sys-title-large-tracking: 0px;
  --mat-sys-label-small-size: 11px;
  --mat-sys-label-small-line-height: 16px;
  --mat-sys-label-small-tracking: 0.5px;
  --mat-sys-label-medium-size: 12px;
  --mat-sys-label-medium-line-height: 16px;
  --mat-sys-label-medium-tracking: 0.5px;
  --mat-sys-label-large-size: 14px;
  --mat-sys-label-large-line-height: 20px;
  --mat-sys-label-large-tracking: 0.1px;
  --mat-sys-body-small-size: 12px;
  --mat-sys-body-small-line-height: 16px;
  --mat-sys-body-small-tracking: 0.4px;
  --mat-sys-body-medium-size: 14px;
  --mat-sys-body-medium-line-height: 20px;
  --mat-sys-body-medium-tracking: 0.25px;
  --mat-sys-body-large-size: 16px;
  --mat-sys-body-large-line-height: 24px;
  --mat-sys-body-large-tracking: 0.5px;
}
html {
  --mat-sys-level0: 0px;
  --mat-sys-level1: 6px 6px 30px 0px rgba(0, 0, 0, 0.05);
  --mat-sys-level2: 0 2px 20px 5px rgba(12, 12, 13, 0.05);
  --mat-sys-level3: 0 4px 30px 10px rgba(12, 12, 13, 0.05);
}
html [class*=mat-mdc-button] .mat-icon,
html [class*=mat-mdc-fab] .mat-icon,
html [class*=mat-mdc-icon-button] .mat-icon {
  vertical-align: middle;
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mat-sys-outline: var(--mat-sys-color-on-primary);
}
html button[mat-stroked-button]:has(.mdc-button__label:not(:empty)),
html a[mat-stroked-button]:has(.mdc-button__label:not(:empty)) {
  gap: 8px;
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-container-shape: var(--mat-sys-corner-medium);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-outline-width: 1px;
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-label-text-font: var(--mat-sys-label-large-font);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-label-text-weight: var(--mat-sys-label-large-weight);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-label-text-size: var(--mat-sys-label-large-size);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-label-text-tracking: 0.1px;
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-container-height: var(--large-button-container-height);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mat-outlined-button-horizontal-padding: var(--small-button-horizontal-padding);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mat-outlined-button-icon-spacing: 8px;
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-label-text-color: var(--mat-sys-color-primary);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-outline-color: var(--mat-sys-color-primary);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mat-outlined-button-state-layer-color: var(--mat-sys-color-primary);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mat-outlined-button-ripple-color: var(--mat-sys-color-primary);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-disabled-label-text-color: var(--mat-sys-color-on-surface);
}
html button[mat-stroked-button],
html a[mat-stroked-button] {
  --mdc-outlined-button-disabled-outline-color: var(--mat-sys-color-on-surface);
}
html button[mat-stroked-button][data-size=full],
html a[mat-stroked-button][data-size=full] {
  width: 100%;
}
html button[mat-stroked-button][data-size=full],
html a[mat-stroked-button][data-size=full] {
  --mat-filled-button-horizontal-padding: var(--large-button-horizontal-padding);
}
html button[mat-stroked-button][data-size=large],
html a[mat-stroked-button][data-size=large] {
  --mat-outlined-button-horizontal-padding: var(--large-button-horizontal-padding);
}
html button[mat-stroked-button][data-size=medium],
html a[mat-stroked-button][data-size=medium] {
  --mdc-outlined-button-container-height: var(--large-button-container-height);
}
html button[mat-stroked-button][data-size=medium],
html a[mat-stroked-button][data-size=medium] {
  --mat-outlined-button-horizontal-padding: var(--medium-button-horizontal-padding);
}
html button[mat-stroked-button][data-size=small],
html a[mat-stroked-button][data-size=small] {
  --mdc-outlined-button-container-height: var(--small-button-container-height);
}
html button[mat-stroked-button][data-size=small],
html a[mat-stroked-button][data-size=small] {
  --mat-outlined-button-horizontal-padding: var(--small-button-horizontal-padding);
}
html button[mat-stroked-button][data-size=icon],
html a[mat-stroked-button][data-size=icon] {
  --mdc-outlined-button-container-height: var(--xs-button-container-height);
}
html button[mat-stroked-button][data-size=icon],
html a[mat-stroked-button][data-size=icon] {
  --mat-outlined-button-horizontal-padding: var(--xs-button-horizontal-padding);
}
html button[mat-stroked-button][data-size=icon],
html a[mat-stroked-button][data-size=icon] {
  min-width: 39px;
}
html button[mat-stroked-button]:not([data-no-ellipsis=true]) .mdc-button__label,
html a[mat-stroked-button]:not([data-no-ellipsis=true]) .mdc-button__label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: auto;
  min-height: auto;
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mat-sys-outline: var(--mat-sys-color-on-primary);
}
html button[mat-flat-button]:has(.mdc-button__label:not(:empty)),
html a[mat-flat-button]:has(.mdc-button__label:not(:empty)) {
  gap: 8px;
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-container-shape: var(--mat-sys-corner-medium);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-label-text-font: var(--mat-sys-label-large-font);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-label-text-weight: var(--mat-sys-label-large-weight);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-label-text-size: var(--mat-sys-label-large-size);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-label-text-tracking: 0.1px;
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-container-height: var(--large-button-container-height);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mat-filled-button-horizontal-padding: var(--small-button-horizontal-padding);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mat-filled-button-icon-spacing: 8px;
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-container-color: var(--mat-sys-color-primary);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-label-text-color: var(--mat-sys-color-on-primary);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mat-filled-button-state-layer-color: var(--mat-sys-color-on-primary);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mat-filled-button-ripple-color: var(--mat-sys-color-on-primary);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mat-filled-button-hover-state-layer-opacity: 0.08;
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mat-filled-button-focus-state-layer-opacity: 0.12;
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-disabled-label-text-color: var(--mat-sys-color-on-surface);
}
html button[mat-flat-button],
html a[mat-flat-button] {
  --mdc-filled-button-disabled-container-color: var(--mat-sys-color-on-surface);
}
html button[mat-flat-button][data-size=full],
html a[mat-flat-button][data-size=full] {
  width: 100%;
}
html button[mat-flat-button][data-size=full],
html a[mat-flat-button][data-size=full] {
  --mat-filled-button-horizontal-padding: var(--large-button-horizontal-padding);
}
html button[mat-flat-button][data-size=large],
html a[mat-flat-button][data-size=large] {
  --mat-filled-button-horizontal-padding: var(--large-button-horizontal-padding);
}
html button[mat-flat-button][data-size=medium],
html a[mat-flat-button][data-size=medium] {
  --mdc-filled-button-container-height: var(--large-button-container-height);
}
html button[mat-flat-button][data-size=medium],
html a[mat-flat-button][data-size=medium] {
  --mat-filled-button-horizontal-padding: var(--medium-button-horizontal-padding);
}
html button[mat-flat-button][data-size=small],
html a[mat-flat-button][data-size=small] {
  --mdc-filled-button-container-height: var(--small-button-container-height);
}
html button[mat-flat-button][data-size=small],
html a[mat-flat-button][data-size=small] {
  --mat-filled-button-horizontal-padding: var(--small-button-horizontal-padding);
}
html button[mat-flat-button]:hover,
html button[mat-flat-button]:focus,
html a[mat-flat-button]:hover,
html a[mat-flat-button]:focus {
  box-shadow: var(--mat-sys-level3);
}
html button[mat-flat-button]:not([data-no-ellipsis=true]) .mdc-button__label,
html a[mat-flat-button]:not([data-no-ellipsis=true]) .mdc-button__label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: auto;
  min-height: auto;
}
html button[mat-icon-button].mat-mdc-icon-button.mat-mdc-button-base,
html a[mat-icon-button] {
  --mdc-icon-button-state-layer-size: var(--sizes-spacing-48);
  align-items: center;
  display: flex;
}
html button[mat-icon-button].mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target,
html a[mat-icon-button] .mat-mdc-button-touch-target {
  display: none;
}
html button[mat-icon-button].mat-mdc-icon-button.mat-mdc-button-base .mat-focus-indicator,
html a[mat-icon-button] .mat-focus-indicator {
  display: none;
}
html button[mat-icon-button].mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__ripple,
html a[mat-icon-button] .mdc-icon-button__ripple {
  display: none;
}
html button[mat-icon-button].mat-mdc-icon-button.mat-mdc-button-base:hover,
html a[mat-icon-button]:hover {
  background-color: transparent;
}
html mat-card {
  box-shadow: var(--mat-sys-level0);
  padding: 1.5rem;
  border-radius: var(--mat-sys-corner-medium);
}
html mat-card[variant=link] {
  cursor: pointer;
}
html mat-card[subtitle-ellipsis] .mat-mdc-card-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: auto;
  min-height: auto;
}
html mat-card p {
  padding: 0;
  margin: 0;
}
html mat-card .mat-mdc-card-header,
html mat-card .mat-mdc-card-content {
  padding: 0;
}
html mat-card .mat-mdc-card-title {
  --mat-card-title-text-font: var(--font-plain-family);
}
html mat-card .mat-mdc-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: auto;
  min-height: 48px;
}
html mat-card {
  --mdc-elevated-card-container-shape: var(--mat-sys-corner-medium);
}
html mat-card {
  --mat-card-title-text-font: var(--font-plain-family);
}
html mat-card {
  --mat-card-title-text-line-height: var(--mat-sys-body-large-line-height);
}
html mat-card {
  --mat-card-title-text-size: var(--mat-sys-title-medium-size);
}
html mat-card {
  --mat-card-title-text-tracking: var(--mat-sys-title-medium-tracking);
}
html mat-card {
  --mat-card-title-text-weight: var(--font-bold-weight);
}
html mat-card {
  --mat-card-subtitle-text-font: var(--font-plain-family);
}
html mat-card {
  --mat-card-subtitle-text-line-height: var(--mat-sys-body-medium-line-height);
}
html mat-card {
  --mat-card-subtitle-text-size: var(--mat-sys-body-medium-size);
}
html mat-card {
  --mat-card-subtitle-text-tracking: var(--mat-sys-body-medium-tracking);
}
html mat-card {
  --mat-card-subtitle-text-weight: var(--font-regular-weight);
}
html mat-card {
  --mat-card-subtitle-text-color: var(--neutral-50);
}
html mat-card[shadowed] {
  box-shadow: var(--mat-sys-level1);
}
html mat-card[shadowed]:hover,
html mat-card[shadowed]:focus {
  box-shadow: var(--mat-sys-level3);
}
html .mat-mdc-tab-label-container {
  margin-bottom: 40px;
}
html .mat-mdc-tab-body-wrapper,
html .mat-mdc-tab-body.mat-mdc-tab-body-active,
html .mat-mdc-tab-body-content {
  overflow: visible;
}
html .mdc-tab {
  padding: 0;
}
html .mdc-tab__content {
  padding: 0 12px;
}
html .mdc-tab[aria-selected=false] {
  border-bottom: 2px solid var(--neutral-70, #aaaab6);
}
html .mdc-tab[aria-selected=false]:hover {
  border-bottom: 2px solid var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mdc-secondary-navigation-tab-container-height: 35px;
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mdc-tab-indicator-active-indicator-height: 2px;
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mdc-tab-indicator-active-indicator-shape: 2px;
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mdc-tab-indicator-active-indicator-color: var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-divider-color: var(--neutral-50);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-divider-height: 0;
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-disabled-ripple-color: var(--mat-sys-outline);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-pagination-icon-color: var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-inactive-label-text-color: var(--neutral-70, #aaaab6);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-active-label-text-color: var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-active-ripple-color: var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-inactive-ripple-color: var(--mat-sys-outline);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-inactive-focus-label-text-color: var(--neutral-50);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-inactive-hover-label-text-color: var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-active-focus-label-text-color: var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-active-hover-label-text-color: var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-active-focus-indicator-color: var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-active-hover-indicator-color: var(--mat-sys-primary);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-label-text-font: var(--mat-sys-label-large-font);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-label-text-size: var(--mat-sys-label-large-size);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-label-text-tracking: var(--mat-sys-label-large-tracking);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-label-text-line-height: var(--mat-sys-label-large-line-height);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-label-text-weight: var(--mat-sys-label-large-weight);
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-with-background-background-color: transparent;
}
html .mat-mdc-tab-group,
html .mat-mdc-tab-nav-bar,
html .mat-mdc-tab {
  --mat-tab-header-with-background-foreground-color: inherit;
}
html [data-layout=list] {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sizes-spacing-24, 24px);
  justify-content: flex-start;
  align-items: stretch;
}
html mat-progress-bar.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-height: 4px;
}
html mat-progress-bar.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: var(--mat-sys-primary);
}
html mat-progress-bar.mat-mdc-progress-bar {
  --mdc-linear-progress-track-color: var(--primary-98);
}
html mat-progress-bar.mat-mdc-progress-bar {
  --mdc-linear-progress-track-shape: var(--mat-sys-corner-medium);
}
html mat-form-field {
  width: 100%;
}
html mat-label {
  padding: var(--sizes-spacing-2);
  line-height: var(--sizes-spacing-24);
  font-size: var(--sizes-font-size-16);
  letter-spacing: 0.4px;
  font-weight: 500;
}
html .mat-mdc-form-field {
  --mdc-outlined-text-field-container-shape: var(--sizes-spacing-8);
  --mdc-outlined-text-field-focus-outline-color: var(--primary-40, #2a4edf);
  --mdc-outlined-text-field-focus-outline-width: var(--sizes-spacing-1);
  --mdc-outlined-text-field-focus-label-text-color: var(--primary-40, #2a4edf);
  --mat-mdc-form-field-floating-label-text-color: var(--primary-40, #2a4edf);
  --mdc-outlined-text-field-outline-color: var(--neutral-80, #c6c5d1);
  --mdc-outlined-text-field-label-text-color: var(--neutral-50, #767681);
  --mdc-outlined-text-field-outline-width: var(--sizes-spacing-1);
  --mat-form-field-error-text-color: var(--error-40, #ae3117);
  --mdc-outlined-text-field-error-outline-color: var(--error-40, #ae3117);
  --mdc-outlined-text-field-error-label-text-color: var(--neutral-50, #767681);
  --mdc-outlined-text-field-error-focus-outline-color: var(--error-40, #ae3117);
  --mdc-outlined-text-field-error-focus-label-text-color: var(--error-40, #ae3117);
  --mdc-outlined-text-field-error-hover-outline-color: var(--error-40, #ae3117);
  --mdc-outlined-text-field-error-hover-label-text-color: var(--error-40, #ae3117);
}
html .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--neutral-60, #90909b);
}
html .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-text-field__input {
  caret-color: var(--primary-40, #2a4edf);
}
html {
  --mat-checkbox-label-text-color: var(--on-surface);
}
html {
  --mat-checkbox-label-text-size: var(--mat-sys-body-medium-size);
}
html {
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mdc-checkbox-unselected-icon-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-unselected-hover-icon-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-unselected-focus-icon-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-unselected-pressed-state-layer-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-unselected-hover-state-layer-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-unselected-focus-state-layer-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-selected-icon-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-selected-hover-icon-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-selected-focus-icon-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-selected-checkmark-color: var(--primary-100, #ffffff) !important;
}
html {
  --mdc-checkbox-selected-pressed-state-layer-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-selected-hover-state-layer-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mdc-checkbox-selected-focus-state-layer-color: var(--primary-40, #2a4edf) !important;
}
html {
  --mat-checkbox-disabled-label-color: var(--neutral-80, #c6c5d1);
}
html {
  --mdc-checkbox-disabled-selected-icon-color: var(--neutral-80, #c6c5d1);
}
html {
  --mdc-checkbox-disabled-unselected-icon-color: var(--neutral-80, #c6c5d1);
}
html {
  --mdc-checkbox-selected-hover-state-layer-opacity: 0;
}
html {
  --mdc-checkbox-selected-focus-state-layer-opacity: 0;
}
html {
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0;
}
html {
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0;
}
html {
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0;
}
html {
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0;
}
html {
  --mat-expansion-container-background-color: var(--neutral-100);
}
html {
  --mat-expansion-container-text-color: var(--on-surface);
}
html {
  --mat-expansion-container-shape: var(--mat-sys-corner-medium);
}
html {
  --mat-expansion-header-text-color: var(--on-surface);
}
html {
  --mat-expansion-header-description-color: var(--on-surface-variant);
}
html {
  --mat-expansion-header-indicator-color: var(--primary);
}
html {
  --mat-expansion-header-text-font: var(--mat-sys-title-medium-font);
}
html {
  --mat-expansion-header-text-size: var(--mat-sys-title-medium-size);
}
html {
  --mat-expansion-header-text-weight: var(--mat-sys-title-medium-weight);
}
html {
  --mat-expansion-header-text-line-height: var(--mat-sys-title-medium-line-height);
}
html {
  --mat-expansion-container-text-font: var(--mat-sys-body-medium-font);
}
html {
  --mat-expansion-container-text-size: var(--mat-sys-body-medium-size);
}
html {
  --mat-expansion-container-text-weight: var(--mat-sys-body-medium-weight);
}
html {
  --mat-expansion-container-text-line-height: var(--mat-sys-body-medium-line-height);
}
html {
  --mat-expansion-header-hover-state-layer-color: var(--neutral-100);
}
html {
  --mat-expansion-header-focus-state-layer-color: var(--neutral-100);
}
html {
  --mat-expansion-header-disabled-state-text-color: var(--neutral-40);
}
html {
  --mat-expansion-header-collapsed-state-height: 96px;
}
html {
  --mat-expansion-header-expanded-state-height: 96px;
}
html {
  --mat-expansion-actions-divider-color: var(--outline);
}
html .mat-expansion-panel {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  box-shadow: 6px 6px 24px 0 var(--neutral-90, rgba(80, 91, 146, 0.08));
  transition: box-shadow 0.3s ease;
}
html .mat-expansion-panel .mat-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
html .mat-expansion-panel:hover {
  box-shadow: 6px 6px 24px 0 var(--neutral-90, rgba(80, 91, 146, 0.08));
}
html .mat-expansion-panel.mat-expanded {
  box-shadow: 6px 6px 24px 0 var(--neutral-90, rgba(80, 91, 146, 0.08));
}
html .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 6px 6px 24px 0 var(--neutral-90, rgba(80, 91, 146, 0.08));
}
html .mat-expansion-panel-content-wrapper {
  transition: opacity 0.2s ease-in-out;
}
html .mat-expansion-panel-content-wrapper[inert] {
  opacity: 0%;
  pointer-events: none;
}
html .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-content-wrapper {
  height: 0;
}
html .mat-expansion-panel.mat-expanded .mat-expansion-panel-content-wrapper {
  opacity: 100%;
}
html .mat-expansion-panel-content {
  background-color: rgba(var(--surface-container-high), 0.16);
  padding: var(--sizes-spacing-8);
  transition: transform 0.2s ease-in-out;
}
html .mat-expansion-panel-content .mat-expansion-panel-body {
  background-color: var(--primary-98);
}
html {
  --mdc-dialog-container-shape: var(--mat-sys-corner-medium);
}
html {
  --mat-dialog-container-min-width: 300px;
}
html {
  --mat-dialog-container-max-width: 800px;
}
html .mat-mdc-dialog-container .mdc-dialog__surface {
  padding: var(--sizes-spacing-24) var(--sizes-spacing-32) var(--sizes-spacing-32) var(--sizes-spacing-32) !important;
  border-radius: var(--sizes-spacing-24) !important;
  display: flex;
  flex-direction: column;
  transition: height 0.3s ease-in-out, max-height 0.3s ease-in-out;
  min-height: 200px;
  max-height: 800px;
  overflow: auto;
}
html .mat-mdc-dialog-container .mdc-dialog__container {
  height: 100%;
}
html .mat-mdc-dialog-container .mat-mdc-dialog-content {
  display: flex;
  flex-direction: column;
  max-height: none;
  overflow-y: scroll;
}
html .full-screen-dialog {
  --mdc-dialog-container-shape: 0;
}
html .full-screen-dialog {
  --mat-dialog-container-min-width: 100vw;
}
html .full-screen-dialog {
  --mat-dialog-container-max-width: 100vw;
}
html .full-screen-dialog .mat-mdc-dialog-container .mdc-dialog__container {
  align-items: stretch;
  justify-content: stretch;
  height: 100vh;
}
html .full-screen-dialog .mat-mdc-dialog-container .mdc-dialog__surface {
  padding: var(--sizes-spacing-24) var(--sizes-spacing-16) !important;
  height: 100vh;
  max-height: 100vh;
  border-radius: 0 !important;
}
html {
  --mdc-plain-tooltip-container-color: var(--nav-bar-background-color);
}
html {
  --mdc-plain-tooltip-container-shape: var(--sizes-spacing-4);
}
html {
  --mdc-plain-tooltip-supporting-text-color: var(--tooltip-text-color);
}
html {
  --mdc-plain-tooltip-supporting-text-font: var(--font-plain-family);
}
html {
  --mdc-plain-tooltip-supporting-text-size: var(--mat-sys-label-small-size);
}
html {
  --mdc-plain-tooltip-supporting-text-weight: var(--font-regular-weight);
}
html {
  --mdc-plain-tooltip-supporting-text-line-height: var(--mat-sys-label-small-line-height);
}
html {
  --mdc-plain-tooltip-supporting-text-tracking: var(--mat-sys-label-small-tracking);
}
html .mat-mdc-tooltip .mdc-tooltip__surface {
  animation-duration: 150ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html .app-search-suggestion-highlight {
  font-weight: 700;
  color: var(--neutral-10, #1a1b24);
}
.app-surveys-survey-tree-visual-node circle {
  fill: #fff;
  stroke-width: 1px;
}
.app-surveys-survey-tree-visual-node text {
  font: 11px sans-serif;
}
.app-surveys-survey-tree-visual-link {
  fill: none;
  stroke: #ccc;
}
.ng-star-inserted {
  white-space: normal !important;
}
.cdk-overlay-pane {
  height: auto !important;
}
.mat-mdc-dialog-container .mdc-dialog__surface {
  padding: 24px;
}
.mat-icon {
  margin: 0 !important;
}
.dev-border {
  border: 2px dotted black;
}
.app-person-avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}
.app-icon-text-vertical-align {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}
.router-outlet-container {
  height: 100%;
}
app-thing-competence-levels .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
  display: none;
}
.highlight {
  color: var(--mat-sys-primary);
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}
:focus-visible {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --mat-sys-display-small-size: 36px;
  --mat-sys-display-small-line-height: 44px;
  --mat-sys-display-small-tracking: 0px;
  --mat-sys-display-medium-size: 40px;
  --mat-sys-display-medium-line-height: 48px;
  --mat-sys-display-medium-tracking: 0px;
  --mat-sys-display-large-size: 48px;
  --mat-sys-display-large-line-height: 64px;
  --mat-sys-display-large-tracking: 0px;
  --mat-sys-headline-small-size: 24px;
  --mat-sys-headline-small-line-height: 32px;
  --mat-sys-headline-small-tracking: 0px;
  --mat-sys-headline-medium-size: 28px;
  --mat-sys-headline-medium-line-height: 36px;
  --mat-sys-headline-medium-tracking: 0px;
  --mat-sys-headline-large-size: 32px;
  --mat-sys-headline-large-line-height: 40px;
  --mat-sys-headline-large-tracking: 0px;
  --mat-sys-title-small-size: 14px;
  --mat-sys-title-small-line-height: 20px;
  --mat-sys-title-small-tracking: 0.1px;
  --mat-sys-title-medium-size: 16px;
  --mat-sys-title-medium-line-height: 24px;
  --mat-sys-title-medium-tracking: 0.15px;
  --mat-sys-title-large-size: 20px;
  --mat-sys-title-large-line-height: 28px;
  --mat-sys-title-large-tracking: 0px;
  --mat-sys-label-small-size: 11px;
  --mat-sys-label-small-line-height: 16px;
  --mat-sys-label-small-tracking: 0.5px;
  --mat-sys-label-medium-size: 12px;
  --mat-sys-label-medium-line-height: 16px;
  --mat-sys-label-medium-tracking: 0.5px;
  --mat-sys-label-large-size: 14px;
  --mat-sys-label-large-line-height: 20px;
  --mat-sys-label-large-tracking: 0.1px;
  --mat-sys-body-small-size: 12px;
  --mat-sys-body-small-line-height: 16px;
  --mat-sys-body-small-tracking: 0.4px;
  --mat-sys-body-medium-size: 14px;
  --mat-sys-body-medium-line-height: 20px;
  --mat-sys-body-medium-tracking: 0.25px;
  --mat-sys-body-large-size: 16px;
  --mat-sys-body-large-line-height: 24px;
  --mat-sys-body-large-tracking: 0.5px;
}
:root .cdk-overlay-container .mat-mdc-menu-panel.context-menu {
  border-radius: var(--mat-sys-corner-medium) !important;
  background-color: var(--mat-sys-on-primary) !important;
}
:root .cdk-overlay-container .mat-mdc-menu-panel.context-menu .mat-mdc-menu-content {
  padding: 0;
  margin: 0;
}
:root .md3-theme .mat-mdc-menu-item-text {
  display: flex;
  align-items: center;
}
:root {
  --mdc-plain-tooltip-container-color: var(--nav-bar-background-color);
}
:root {
  --mdc-plain-tooltip-container-shape: var(--sizes-spacing-4);
}
:root {
  --mdc-plain-tooltip-supporting-text-color: var(--tooltip-text-color);
}
:root {
  --mdc-plain-tooltip-supporting-text-font: var(--font-plain-family);
}
:root {
  --mdc-plain-tooltip-supporting-text-size: var(--mat-sys-label-small-size);
}
:root {
  --mdc-plain-tooltip-supporting-text-weight: var(--font-regular-weight);
}
:root {
  --mdc-plain-tooltip-supporting-text-line-height: var(--mat-sys-label-small-line-height);
}
:root {
  --mdc-plain-tooltip-supporting-text-tracking: var(--mat-sys-label-small-tracking);
}
:root .mat-mdc-tooltip .mdc-tooltip__surface {
  animation-duration: 150ms;
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root .mat-datepicker-content .mat-calendar-header .mat-calendar-arrow {
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-datepicker-content .mat-calendar-header .mat-calendar-period-button {
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-datepicker-content .mat-calendar-header .mat-calendar-period-button:hover {
  background-color: var(--primary-92, #e8eefc) !important;
}
:root .mat-datepicker-content .mat-calendar-body .mat-calendar-body-selected {
  background-color: var(--primary-40, #2a4edf) !important;
  color: var(--neutral-100, #ffffff) !important;
}
:root .mat-datepicker-content .mat-calendar-body .mat-calendar-body-today {
  border-color: var(--primary-40, #2a4edf) !important;
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-datepicker-content .mat-calendar-body .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover .mat-calendar-body-cell-content {
  background-color: var(--primary-92, #e8eefc) !important;
}
:root .mat-datepicker-content .mat-calendar-body .mat-calendar-body-cell:not(.mat-calendar-body-disabled):focus .mat-calendar-body-cell-content {
  background-color: var(--primary-92, #e8eefc) !important;
}
:root .mat-datepicker-content .mat-calendar-body .mat-calendar-body-in-range {
  background-color: var(--primary-92, #e8eefc) !important;
}
:root .mat-datepicker-content .mat-calendar-body .mat-calendar-body-range-start,
:root .mat-datepicker-content .mat-calendar-body .mat-calendar-body-range-end {
  background-color: var(--primary-92, #e8eefc) !important;
  color: var(--neutral-100, #ffffff) !important;
}
:root .mat-datepicker-content .mat-calendar-table .mat-calendar-body-selected {
  background-color: var(--primary-40, #2a4edf) !important;
  color: var(--neutral-100, #ffffff) !important;
}
:root .mat-datepicker-content .mat-calendar-table .mat-calendar-body-today {
  border-color: var(--primary-40, #2a4edf) !important;
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-datepicker-toggle {
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-datepicker-toggle:hover {
  background-color: var(--primary-92, #e8eefc) !important;
}
:root .mat-mdc-form-field.mat-form-field-invalid .mat-datepicker-toggle {
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-datepicker-content {
  --mat-calendar-selected-date-background-color: var(--primary-40, #2a4edf);
  --mat-calendar-selected-date-text-color: var(--neutral-100, #ffffff);
  --mat-calendar-today-date-outline-color: var(--primary-40, #2a4edf);
  --mat-calendar-today-date-text-color: var(--primary-40, #2a4edf);
  --mat-calendar-date-hover-state-background-color: var(--primary-92, #e8eefc);
  --mat-calendar-date-focus-state-background-color: var(--primary-92, #e8eefc);
  --mat-datepicker-calendar-date-in-range-state-background-color: var(--primary-92, #e8eefc);
}
:root .mat-mdc-select-panel .mat-mdc-option.mdc-list-item--selected {
  background-color: var(--primary-92, #e8eefc) !important;
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-mdc-select-panel .mat-mdc-option:hover:not(.mdc-list-item--disabled) {
  background-color: var(--primary-95, #f1effc) !important;
}
:root .mat-mdc-select-panel .mat-mdc-option:focus:not(.mdc-list-item--disabled) {
  background-color: var(--primary-95, #f1effc) !important;
}
:root .mat-mdc-select-panel .mat-mdc-option.mdc-list-item--activated {
  background-color: var(--primary-92, #e8eefc) !important;
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-mdc-select.mat-mdc-select-focused .mat-mdc-select-trigger {
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-mdc-select .mat-mdc-select-placeholder {
  color: var(--neutral-50, #767681) !important;
}
:root .mat-mdc-select .mat-mdc-select-value {
  color: var(--neutral-10, #1a1b24) !important;
}
:root .mat-mdc-select .mat-mdc-select-arrow {
  color: var(--neutral-50, #767681) !important;
}
:root .mat-mdc-form-field.mat-focused .mat-mdc-select .mat-mdc-select-trigger {
  color: var(--primary-40, #2a4edf) !important;
}
:root .mat-mdc-form-field.mat-form-field-invalid .mat-mdc-select .mat-mdc-select-trigger {
  color: var(--error-40, #ae3117) !important;
}
:root .mat-mdc-select-panel {
  --mdc-list-item-selected-container-color: var(--primary-92, #e8eefc);
  --mdc-list-item-selected-label-text-color: var(--primary-40, #2a4edf);
  --mdc-list-item-hover-state-layer-color: var(--primary-95, #f1effc);
  --mdc-list-item-focus-state-layer-color: var(--primary-95, #f1effc);
  --mdc-list-item-hover-state-layer-opacity: 1;
  --mdc-list-item-focus-state-layer-opacity: 1;
  --mat-option-selected-state-label-text-color: var(--primary-40, #2a4edf);
}
:root .custom-select .mat-mdc-select-panel,
:root .app-select .mat-mdc-select-panel,
:root [class*=custom-select] .mat-mdc-select-panel,
:root [class*=app-select] .mat-mdc-select-panel {
  --mdc-list-item-selected-container-color: unset;
  --mdc-list-item-selected-label-text-color: unset;
  --mdc-list-item-hover-state-layer-color: unset;
  --mdc-list-item-focus-state-layer-color: unset;
  --mat-option-selected-state-label-text-color: unset;
}
.mat-datepicker-content,
.mat-calendar,
.mat-datepicker-toggle {
  --mat-calendar-selected-date-background-color: var(--primary-40, #2a4edf) !important;
  --mat-calendar-selected-date-text-color: var(--neutral-100, #ffffff) !important;
  --mat-calendar-today-date-outline-color: var(--primary-40, #2a4edf) !important;
  --mat-calendar-today-date-text-color: var(--primary-40, #2a4edf) !important;
  --mat-calendar-date-hover-state-background-color: var(--primary-92, #e8eefc) !important;
  --mat-calendar-date-focus-state-background-color: var(--primary-92, #e8eefc) !important;
}
.mat-mdc-form-field.mat-form-field-invalid .mat-datepicker-toggle {
  color: var(--primary-40, #2a4edf) !important;
}
.mat-mdc-select-panel {
  --mdc-list-item-selected-container-color: var(--primary-92, #e8eefc) !important;
  --mdc-list-item-selected-label-text-color: var(--primary-40, #2a4edf) !important;
  --mdc-list-item-hover-state-layer-color: var(--primary-95, #f1effc) !important;
  --mdc-list-item-focus-state-layer-color: var(--primary-95, #f1effc) !important;
}
.mat-mdc-select {
  --mdc-select-focus-label-text-color: var(--primary-40, #2a4edf) !important;
  --mdc-select-focus-outline-color: var(--primary-40, #2a4edf) !important;
}

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