/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/ci-landstudio2-ui-lib/src/styles.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
html, body {
  height: 100%;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./node_modules/ci-landstudio2-ui-lib/src/styles.scss?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Brand colors */
/* Special colors */
/* Other colors */
/* Brand colors */
/* Special colors */
/* Other colors */
/* Brand colors */
/* Special colors */
/* Other colors */
/* Brand colors */
/* Special colors */
/* Other colors */
/* Brand colors */
/* Special colors */
/* Other colors */
* {
  font-family: "Akkurat-Pro-Regular", Arial, sans-serif;
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  color: var(--color-text-primary);
}

:not([class*=mat-]).disabled {
  color: rgba(var(--color-gray-10), 0.5);
}

a {
  text-decoration: none;
  color: var(--color-link);
}

.semi-bold {
  font-weight: 600;
}

.small-text {
  font-size: 1.2rem;
}

.extra-small-text {
  font-size: 1.1rem;
}

.jumbo {
  font-size: 3.6rem;
}

.mat-typography .semi-bold {
  font-weight: 600;
}
.mat-typography .small-text {
  font-size: 1.2rem;
}
.mat-typography .extra-small-text {
  font-size: 1.1rem;
}
.mat-typography .jumbo {
  font-size: 3.6rem;
}

/* Brand colors */
/* Special colors */
/* Other colors */
/* Brand colors */
/* Special colors */
/* Other colors */
/* Brand colors */
/* Special colors */
/* Other colors */
@font-face {
  font-family: "Akkurat-Pro-Regular";
  src: url('lineto-akkurat-pro-bold.eot');
  src: url('lineto-akkurat-pro-regular.eot?#iefix') format("embedded-opentype"), url('lineto-akkurat-pro-regular.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Brand colors */
/* Special colors */
/* Other colors */
/* Brand colors */
/* Special colors */
/* Other colors */
/* Following colors are deprecated and will be removed soon */
/* Brand colors */
/* Special colors */
/* Other colors */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-scrollbar) rgba(0, 0, 0, 0.02);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.02);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-scrollbar);
  border-radius: 16px;
  border: 2px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-scrollbar-hover);
}

/* Brand colors */
/* Special colors */
/* Other colors */
* {
  font-family: "Akkurat-Pro-Regular", Arial, sans-serif;
  font-style: normal;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.4rem;
  color: var(--color-text-primary);
}

:not([class*=mat-]).disabled {
  color: rgba(var(--color-gray-10), 0.5);
}

a {
  text-decoration: none;
  color: var(--color-link);
}

.semi-bold {
  font-weight: 600;
}

.small-text {
  font-size: 1.2rem;
}

.extra-small-text {
  font-size: 1.1rem;
}

.jumbo {
  font-size: 3.6rem;
}

.mat-typography .semi-bold {
  font-weight: 600;
}
.mat-typography .small-text {
  font-size: 1.2rem;
}
.mat-typography .extra-small-text {
  font-size: 1.1rem;
}
.mat-typography .jumbo {
  font-size: 3.6rem;
}

/* Brand colors */
/* Special colors */
/* Other colors */
/* Brand colors */
/* Special colors */
/* Other colors */
/*
> Every color should be named with initial part of '--color-'
> Every image should be named with initial part of '--image-'
> Due to legacy url-token parsing, custom variables can't be used inside of url() function in css styles like this: background: url(var(--image));
  That's why define --image- properties with url function like: --image-: url('<path>');
*/
body {
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-background: #FFFFFF;
  --color-text-primary: #000000;
  --color-text-secondary: #000000;
  --color-gray-0: #F9F9F9;
  --color-gray-1: #F8F8F8;
  --color-gray-5: #F5F5F5;
  --color-gray-6: #F2F2F2;
  --color-gray-7: #EFEFEF;
  --color-gray-10: #EBEBEB;
  --color-gray-20: #BFBFBF;
  --color-gray-30: #AFAFAF;
  --color-gray-35: #999999;
  --color-gray-50: #737676;
  --color-gray-65: #525252;
  --color-blue-5: #E4F0FE;
  --color-blue-55: #0D71C6;
  --color-blue-gray-10: #E0E7EF;
  --color-green-40: #719C12;
  --color-green-55: #167527;
  --color-red-55: #CC0000;
  --color-core-yellow-10: #EDF86F;
  --color-primary: #0D71C6;
  --color-primary-15: rgba(13, 113, 198, 0.15);
  --color-primary-35: rgba(13, 113, 198, 0.35);
  --color-brand: #167527;
  --color-attention: #CC0000;
  --color-info: #0D71C6;
  --color-success: #167527;
  --color-footer: #525252;
  --color-footer-text: #FFFFFF;
  --color-hover-basic: #E4F0FE;
  --color-disabled: #BFBFBF;
  --color-border-primary: #EBEBEB;
  --color-selected-background: #E0E7EF;
  --color-link: #0D71C6;
  --color-scrollbar: #737676;
  --color-scrollbar-hover: #525252;
  --color-chips-label: #737676;
  --color-chips-icon: #EBEBEB;
  --color-chips-hover: #F2F2F2;
  --color-checkbox: #000000;
  --color-expansion-panel-text: #000000;
  --color-expansion-panel-header-light: #F9F9F9;
  --color-expansion-panel-header-medium: #E8EAE8;
  --color-expansion-panel-header-heavy: #C2C4C3;
  --color-expansion-panel-border-medium: #BFBFBF;
  --color-expansion-panel-header-heavy-disabled: #EBEBEB;
  --color-toggle-switch-border: #BFBFBF;
  --color-toggle-switch-text-selected: #FFFFFF;
  --color-toggle-switch-text-disabled: #737676;
  --color-toggle-switch-background-selected-disabled: #FFFFFF;
  --color-toggle-switch-background-selected: #0D71C6;
  --color-toggle-switch-background-disabled: #BFBFBF;
  --color-sidenav-header-border: #EBEBEB;
  --color-mat-tab-ink-bar: #0D71C6;
  --color-selection-list-border: #F2F2F2;
  --color-menu-panel-background: #FFFFFF;
  --color-menu-panel-border: #F2F2F2;
  --color-select-border: #AFAFAF;
  --color-select-text: #000000;
  --color-select-placeholder: #999999;
  --color-navigation-drawer-border: #EBEBEB;
  --color-panel-background: #FFFFFF;
  --color-panel-icon: #000000;
  --color-panel-border: #AFAFAF;
  --color-panel-footer-border: #BFBFBF;
  --color-button-toggle-background-hover: #E4F0FE;
  --color-button-toggle-icon: #FFFFFF;
  --color-drag-drop-list-border: #F2F2F2;
  --color-divider: #BFBFBF;
  --color-tab-background: #FFFFFF;
  --color-tab-active-text: #000000;
  --color-tab-disabled-text: #737676;
  --color-tab-background-hover: #F5F5F5;
  --color-form-input-border: #F2F2F2;
  --color-form-input-text: #000000;
  --color-form-red-x-button-hover: #D6002A;
  --color-form-border: #AFAFAF;
  --color-basic-list-border: #F2F2F2;
  --color-primary-button-background-disabled: #BFBFBF;
  --color-primary-button-background: #000000;
  --color-primary-button-background-hover: #525252;
  --color-primary-button-focused-border: #0D71C6;
  --color-primary-button-text: #FFFFFF;
  --color-primary-button-text-disabled: #FFFFFF;
  --color-secondary-button-background: transparent;
  --color-secondary-button-background-hover: #E4F0FE;
  --color-secondary-button-background-disabled: transparent;
  --color-secondary-button-text-disabled: #BFBFBF;
  --color-secondary-button-text: #000000;
  --color-secondary-button-border: #999999;
  --color-secondary-button-border-disabled: #BFBFBF;
  --color-secondary-button-border-hover: #000000;
  --color-secondary-button-border-focus: #0D71C6;
  --color-secondary-button-icon-background: #737676;
  --color-text-button-text: #0D71C6;
  --color-text-button-text-disabled: #BFBFBF;
  --color-text-button-border-hover: #0D71C6;
  --color-text-button-border-focus: #0D71C6;
  --color-text-button-icon-background: #0D71C6;
  --color-icon-button-background: #737676;
  --color-icon-button-background-hover: #000000;
  --color-icon-button-background-disabled: #BFBFBF;
  --color-header-bottom-border: #AFAFAF;
  --color-text-highlight: rgba(237, 248, 111, 0.5);
  --color-selection-background: rgba(13, 113, 198, 0.1);
  --color-page-header-label-text: #FFFFFF;
  --color-page-header-label-background: #0D71C6;
  --image-logo: url('Logo-S-P.svg');
}
body.dark-mode {
  --color-black: #FFFFFF;
  --color-white: #000000;
  --color-background: #181A1F;
  --color-text-primary: #FFFFFF;
  --color-text-secondary: #EBEBEB;
  --color-gray-0: #273B4C;
  --color-gray-1: #737676;
  --color-gray-5: #3F3F3F;
  --color-gray-6: #333333;
  --color-gray-7: #3F3F3F;
  --color-gray-10: #525252;
  --color-gray-20: #737676;
  --color-gray-30: #333333;
  --color-gray-35: #999999;
  --color-gray-50: #AFAFAF;
  --color-gray-65: #AFAFAF;
  --color-blue-5: #1D242D;
  --color-blue-55: #8AB4F8;
  --color-blue-gray-10: #273B4C;
  --color-green-40: #719C12;
  --color-green-55: #06C72B;
  --color-red-55: #FF4848;
  --color-core-yellow-10: #F89406;
  --color-primary: #8AB4F8;
  --color-primary-15: rgba(138, 180, 248, 0.15);
  --color-primary-35: rgba(138, 180, 248, 0.35);
  --color-brand: #06C72B;
  --color-attention: #FF4848;
  --color-info: #0D71C6;
  --color-success: #06C72B;
  --color-footer: #333333;
  --color-footer-text: #FFFFFF;
  --color-disabled: #737676;
  --color-hover-basic: #1D242D;
  --color-border-primary: #525252;
  --color-selected-background: #273B4C;
  --color-link: #8AB4F8;
  --color-scrollbar: #999999;
  --color-scrollbar-hover: #BFBFBF;
  --color-chips-label: #EBEBEB;
  --color-chips-icon: #EBEBEB;
  --color-chips-hover: #26364A;
  --color-checkbox: #EBEBEB;
  --color-expansion-panel-text: #EBEBEB;
  --color-expansion-panel-header-light: #333333;
  --color-expansion-panel-header-medium: #222222;
  --color-expansion-panel-header-heavy: #000000;
  --color-expansion-panel-border-medium: #525252;
  --color-expansion-panel-header-heavy-disabled: #737676;
  --color-toggle-switch-border: #525252;
  --color-toggle-switch-text-selected: #FFFFFF;
  --color-toggle-switch-text-disabled: #BFBFBF;
  --color-toggle-switch-background-selected-disabled: #525252;
  --color-toggle-switch-background-selected: #0D71C6;
  --color-toggle-switch-background-disabled: #737676;
  --color-sidenav-header-border: #525252;
  --color-mat-tab-ink-bar: #0D71C6;
  --color-selection-list-border: #272727;
  --color-menu-panel-background: #181A1F;
  --color-menu-panel-border: #272727;
  --color-select-border: #525252;
  --color-select-text: #E3E3E3;
  --color-select-placeholder: #AFAFAF;
  --color-navigation-drawer-border: #525252;
  --color-panel-background: #333333;
  --color-panel-icon: #EBEBEB;
  --color-panel-border: #F2F2F2;
  --color-panel-footer-border: #525252;
  --color-button-toggle-background-hover: #26364A;
  --color-button-toggle-icon: #FFFFFF;
  --color-drag-drop-list-border: #272727;
  --color-divider: #BFBFBF;
  --color-tab-background: #181A1F;
  --color-tab-active-text: #FFFFFF;
  --color-tab-disabled-text: #BFBFBF;
  --color-tab-background-hover: #272727;
  --color-form-input-border: #272727;
  --color-form-input-text: #EBEBEB;
  --color-form-red-x-button-hover: #D6002A;
  --color-form-border: #525252;
  --color-basic-list-border: #272727;
  --color-primary-button-background-disabled: #525252;
  --color-primary-button-background: #0D71C6;
  --color-primary-button-background-hover: #26364A;
  --color-primary-button-focused-border: #8AB4F8;
  --color-primary-button-text: #FFFFFF;
  --color-primary-button-text-disabled: #737676;
  --color-secondary-button-background: #3F3F3F;
  --color-secondary-button-background-hover: #26364A;
  --color-secondary-button-background-disabled: transparent;
  --color-secondary-button-text-disabled: #737676;
  --color-secondary-button-text: #EBEBEB;
  --color-secondary-button-border: #525252;
  --color-secondary-button-border-disabled: #525252;
  --color-secondary-button-border-hover: #525252;
  --color-secondary-button-border-focus: #8AB4F8;
  --color-secondary-button-icon-background: #EBEBEB;
  --color-text-button-text: #8AB4F8;
  --color-text-button-text-disabled: #737676;
  --color-text-button-border-hover: #8AB4F8;
  --color-text-button-border-focus: #8AB4F8;
  --color-text-button-icon-background: #8AB4F8;
  --color-icon-button-background: #AFAFAF;
  --color-icon-button-background-hover: #FFFFFF;
  --color-icon-button-background-disabled: #737676;
  --color-header-bottom-border: #999999;
  --color-text-highlight: rgba(248, 148, 6, 0.5);
  --color-selection-background: rgba(138, 180, 248, 0.1);
  --color-page-header-label-text: #FFFFFF;
  --color-page-header-label-background: #0D71C6;
  --image-logo: url('SP-Logo-White.svg');
}

/*TODO(mdc-migration): Remove all-legacy-component-typographies once all legacy components are migrated*/
.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 1.4rem / 1.3 "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 400 1.4rem / 1.3 "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 1.4rem / 1.3 "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 1.4rem / 1.3 "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(1.4rem * 0.83) / 1.3 "Akkurat-Pro-Regular", Arial, sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(1.4rem * 0.67) / 1.3 "Akkurat-Pro-Regular", Arial, sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 600 1.4rem / 1.3 "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 1.4rem / 1.3 "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 1.4rem / 1.3 "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: normal;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 96px / 96px "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 300 60px / 60px "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 48px / 50px "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px / 40px "Akkurat-Pro-Regular", Arial, sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}

/*TODO(mdc-migration): Remove legacy-core once all legacy components are migrated*/
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mat-typography h1, h1 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}

.mat-typography h2, h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}

.mat-typography h3, h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: normal;
}

.mat-typography h4, h4 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: normal;
}

.mat-typography h5, h5 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: normal;
}

.mat-typography p, p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: normal;
}

.mat-mdc-chip {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.1;
}

/*TODO(mdc-migration): Remove all-legacy-component-colors once all legacy components are migrated*/
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #0d71c6;
  --mat-option-label-text-color: black;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #167527;
  --mat-option-label-text-color: black;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #cc0000;
  --mat-option-label-text-color: black;
  --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: black;
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #0d71c6;
  --mat-full-pseudo-checkbox-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #0d71c6;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #167527;
  --mat-full-pseudo-checkbox-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #167527;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #167527;
  --mat-full-pseudo-checkbox-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #167527;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #cc0000;
  --mat-full-pseudo-checkbox-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #cc0000;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: white;
  --mat-app-text-color: black;
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}

html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d71c6;
  --mdc-linear-progress-track-color: rgba(13, 113, 198, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #167527;
  --mdc-linear-progress-track-color: rgba(22, 117, 39, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #cc0000;
  --mdc-linear-progress-track-color: rgba(204, 0, 0, 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;
  --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: #0d71c6;
  --mdc-filled-text-field-focus-active-indicator-color: #0d71c6;
  --mdc-filled-text-field-focus-label-text-color: rgba(13, 113, 198, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #cc0000;
  --mdc-filled-text-field-error-focus-label-text-color: #cc0000;
  --mdc-filled-text-field-error-label-text-color: #cc0000;
  --mdc-filled-text-field-error-caret-color: #cc0000;
  --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: #cc0000;
  --mdc-filled-text-field-error-focus-active-indicator-color: #cc0000;
  --mdc-filled-text-field-error-hover-active-indicator-color: #cc0000;
  --mdc-outlined-text-field-caret-color: #0d71c6;
  --mdc-outlined-text-field-focus-outline-color: #0d71c6;
  --mdc-outlined-text-field-focus-label-text-color: rgba(13, 113, 198, 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: #cc0000;
  --mdc-outlined-text-field-error-focus-label-text-color: #cc0000;
  --mdc-outlined-text-field-error-label-text-color: #cc0000;
  --mdc-outlined-text-field-error-hover-label-text-color: #cc0000;
  --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: #cc0000;
  --mdc-outlined-text-field-error-hover-outline-color: #cc0000;
  --mdc-outlined-text-field-error-outline-color: #cc0000;
  --mat-form-field-focus-select-arrow-color: rgba(13, 113, 198, 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: #cc0000;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #167527;
  --mdc-filled-text-field-focus-active-indicator-color: #167527;
  --mdc-filled-text-field-focus-label-text-color: rgba(22, 117, 39, 0.87);
  --mdc-outlined-text-field-caret-color: #167527;
  --mdc-outlined-text-field-focus-outline-color: #167527;
  --mdc-outlined-text-field-focus-label-text-color: rgba(22, 117, 39, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(22, 117, 39, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #cc0000;
  --mdc-filled-text-field-focus-active-indicator-color: #cc0000;
  --mdc-filled-text-field-focus-label-text-color: rgba(204, 0, 0, 0.87);
  --mdc-outlined-text-field-caret-color: #cc0000;
  --mdc-outlined-text-field-focus-outline-color: #cc0000;
  --mdc-outlined-text-field-focus-label-text-color: rgba(204, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(204, 0, 0, 0.87);
}

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(13, 113, 198, 0.87);
  --mat-select-invalid-arrow-color: rgba(204, 0, 0, 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(22, 117, 39, 0.87);
  --mat-select-invalid-arrow-color: rgba(204, 0, 0, 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(204, 0, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(204, 0, 0, 0.87);
}

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-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #0d71c6;
  --mdc-chip-elevated-selected-container-color: #0d71c6;
  --mdc-chip-elevated-disabled-container-color: #0d71c6;
  --mdc-chip-flat-disabled-selected-container-color: #0d71c6;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #167527;
  --mdc-chip-elevated-selected-container-color: #167527;
  --mdc-chip-elevated-disabled-container-color: #167527;
  --mdc-chip-flat-disabled-selected-container-color: #167527;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #cc0000;
  --mdc-chip-elevated-selected-container-color: #cc0000;
  --mdc-chip-elevated-disabled-container-color: #cc0000;
  --mdc-chip-flat-disabled-selected-container-color: #cc0000;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

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;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: black;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-color: black;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d71c6;
  --mdc-radio-selected-hover-icon-color: #0d71c6;
  --mdc-radio-selected-icon-color: #0d71c6;
  --mdc-radio-selected-pressed-icon-color: #0d71c6;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #0d71c6;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #167527;
  --mdc-radio-selected-hover-icon-color: #167527;
  --mdc-radio-selected-icon-color: #167527;
  --mdc-radio-selected-pressed-icon-color: #167527;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #167527;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #cc0000;
  --mdc-radio-selected-hover-icon-color: #cc0000;
  --mdc-radio-selected-icon-color: #cc0000;
  --mdc-radio-selected-pressed-icon-color: #cc0000;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #cc0000;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

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%);
  --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;
}

html {
  --mdc-slider-handle-color: #0d71c6;
  --mdc-slider-focus-handle-color: #0d71c6;
  --mdc-slider-hover-handle-color: #0d71c6;
  --mdc-slider-active-track-color: #0d71c6;
  --mdc-slider-inactive-track-color: #0d71c6;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d71c6;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #0d71c6;
  --mat-slider-hover-state-layer-color: rgba(13, 113, 198, 0.05);
  --mat-slider-focus-state-layer-color: rgba(13, 113, 198, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #167527;
  --mat-slider-hover-state-layer-color: rgba(22, 117, 39, 0.05);
  --mat-slider-focus-state-layer-color: rgba(22, 117, 39, 0.2);
  --mdc-slider-handle-color: #167527;
  --mdc-slider-focus-handle-color: #167527;
  --mdc-slider-hover-handle-color: #167527;
  --mdc-slider-active-track-color: #167527;
  --mdc-slider-inactive-track-color: #167527;
  --mdc-slider-with-tick-marks-inactive-container-color: #167527;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #cc0000;
  --mat-slider-hover-state-layer-color: rgba(204, 0, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(204, 0, 0, 0.2);
  --mdc-slider-handle-color: #cc0000;
  --mdc-slider-focus-handle-color: #cc0000;
  --mdc-slider-hover-handle-color: #cc0000;
  --mdc-slider-active-track-color: #cc0000;
  --mdc-slider-inactive-track-color: #cc0000;
  --mdc-slider-with-tick-marks-inactive-container-color: #cc0000;
  --mdc-slider-with-tick-marks-active-container-color: white;
}

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;
}

html {
  --mat-menu-item-label-text-color: black;
  --mat-menu-item-icon-color: black;
  --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;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

html {
  --mdc-list-list-item-label-text-color: black;
  --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: black;
  --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: black;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-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: #0d71c6;
  --mdc-radio-selected-hover-icon-color: #0d71c6;
  --mdc-radio-selected-icon-color: #0d71c6;
  --mdc-radio-selected-pressed-icon-color: #0d71c6;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-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: #167527;
  --mdc-radio-selected-hover-icon-color: #167527;
  --mdc-radio-selected-icon-color: #167527;
  --mdc-radio-selected-pressed-icon-color: #167527;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-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: #cc0000;
  --mdc-radio-selected-hover-icon-color: #cc0000;
  --mdc-radio-selected-icon-color: #cc0000;
  --mdc-radio-selected-pressed-icon-color: #cc0000;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #0d71c6;
  --mdc-checkbox-selected-hover-icon-color: #0d71c6;
  --mdc-checkbox-selected-icon-color: #0d71c6;
  --mdc-checkbox-selected-pressed-icon-color: #0d71c6;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d71c6;
  --mdc-checkbox-selected-hover-state-layer-color: #0d71c6;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d71c6;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #167527;
  --mdc-checkbox-selected-hover-icon-color: #167527;
  --mdc-checkbox-selected-icon-color: #167527;
  --mdc-checkbox-selected-pressed-icon-color: #167527;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #167527;
  --mdc-checkbox-selected-hover-state-layer-color: #167527;
  --mdc-checkbox-selected-pressed-state-layer-color: #167527;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #cc0000;
  --mdc-checkbox-selected-hover-icon-color: #cc0000;
  --mdc-checkbox-selected-icon-color: #cc0000;
  --mdc-checkbox-selected-pressed-icon-color: #cc0000;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #cc0000;
  --mdc-checkbox-selected-hover-state-layer-color: #cc0000;
  --mdc-checkbox-selected-pressed-state-layer-color: #cc0000;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #0d71c6;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #0d71c6;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --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 {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d71c6;
  --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: #0d71c6;
  --mat-tab-header-active-ripple-color: #0d71c6;
  --mat-tab-header-inactive-ripple-color: #0d71c6;
  --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: #0d71c6;
  --mat-tab-header-active-hover-label-text-color: #0d71c6;
  --mat-tab-header-active-focus-indicator-color: #0d71c6;
  --mat-tab-header-active-hover-indicator-color: #0d71c6;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #167527;
  --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: #167527;
  --mat-tab-header-active-ripple-color: #167527;
  --mat-tab-header-inactive-ripple-color: #167527;
  --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: #167527;
  --mat-tab-header-active-hover-label-text-color: #167527;
  --mat-tab-header-active-focus-indicator-color: #167527;
  --mat-tab-header-active-hover-indicator-color: #167527;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #cc0000;
  --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: #cc0000;
  --mat-tab-header-active-ripple-color: #cc0000;
  --mat-tab-header-inactive-ripple-color: #cc0000;
  --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: #cc0000;
  --mat-tab-header-active-hover-label-text-color: #cc0000;
  --mat-tab-header-active-focus-indicator-color: #cc0000;
  --mat-tab-header-active-hover-indicator-color: #cc0000;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #0d71c6;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #167527;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #cc0000;
  --mat-tab-header-with-background-foreground-color: white;
}

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: white;
  --mdc-checkbox-selected-focus-icon-color: #167527;
  --mdc-checkbox-selected-hover-icon-color: #167527;
  --mdc-checkbox-selected-icon-color: #167527;
  --mdc-checkbox-selected-pressed-icon-color: #167527;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #167527;
  --mdc-checkbox-selected-hover-state-layer-color: #167527;
  --mdc-checkbox-selected-pressed-state-layer-color: #167527;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-color: black;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #0d71c6;
  --mdc-checkbox-selected-hover-icon-color: #0d71c6;
  --mdc-checkbox-selected-icon-color: #0d71c6;
  --mdc-checkbox-selected-pressed-icon-color: #0d71c6;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d71c6;
  --mdc-checkbox-selected-hover-state-layer-color: #0d71c6;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d71c6;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #cc0000;
  --mdc-checkbox-selected-hover-icon-color: #cc0000;
  --mdc-checkbox-selected-icon-color: #cc0000;
  --mdc-checkbox-selected-pressed-icon-color: #cc0000;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #cc0000;
  --mdc-checkbox-selected-hover-state-layer-color: #cc0000;
  --mdc-checkbox-selected-pressed-state-layer-color: #cc0000;
  --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-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d71c6;
  --mat-text-button-state-layer-color: #0d71c6;
  --mat-text-button-ripple-color: rgba(13, 113, 198, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #167527;
  --mat-text-button-state-layer-color: #167527;
  --mat-text-button-ripple-color: rgba(22, 117, 39, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #cc0000;
  --mat-text-button-state-layer-color: #cc0000;
  --mat-text-button-ripple-color: rgba(204, 0, 0, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d71c6;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #167527;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #cc0000;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d71c6;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #167527;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #cc0000;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d71c6;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #0d71c6;
  --mat-outlined-button-ripple-color: rgba(13, 113, 198, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #167527;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #167527;
  --mat-outlined-button-ripple-color: rgba(22, 117, 39, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #cc0000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #cc0000;
  --mat-outlined-button-ripple-color: rgba(204, 0, 0, 0.1);
}

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);
  --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: #0d71c6;
  --mat-icon-button-state-layer-color: #0d71c6;
  --mat-icon-button-ripple-color: rgba(13, 113, 198, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #167527;
  --mat-icon-button-state-layer-color: #167527;
  --mat-icon-button-ripple-color: rgba(22, 117, 39, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #cc0000;
  --mat-icon-button-state-layer-color: #cc0000;
  --mat-icon-button-ripple-color: rgba(204, 0, 0, 0.1);
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
}

html {
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #0d71c6;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #167527;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #cc0000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #0d71c6;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #167527;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #cc0000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #167527;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: black;
  --mat-table-row-item-label-text-color: black;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #0d71c6;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #167527;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #cc0000;
}

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: #0d71c6;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #bdbdbd;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #167527;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #cc0000;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: black;
  --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;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: black;
  --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: black;
  --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: black;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #0d71c6;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(13, 113, 198, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(13, 113, 198, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(13, 113, 198, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0d71c6;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(13, 113, 198, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: black;
  --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: black;
  --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: black;
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #167527;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(22, 117, 39, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(22, 117, 39, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(22, 117, 39, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(22, 117, 39, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #cc0000;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(204, 0, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(204, 0, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(204, 0, 0, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(204, 0, 0, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #167527;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #cc0000;
}

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: black;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: #e4f0fe;
  --mat-expansion-header-focus-state-layer-color: #e4f0fe;
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: black;
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #0d71c6;
}
.mat-icon.mat-accent {
  --mat-icon-color: #167527;
}
.mat-icon.mat-warn {
  --mat-icon-color: #cc0000;
}

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: black;
  --mat-sidenav-content-background-color: white;
  --mat-sidenav-content-text-color: black;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #0d71c6;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #0d71c6;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #0d71c6;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: #e4f0fe;
  --mat-stepper-header-focus-state-layer-color: #e4f0fe;
  --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: black;
  --mat-stepper-header-error-state-label-text-color: #cc0000;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #cc0000;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #167527;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #167527;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #167527;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #cc0000;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #cc0000;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #cc0000;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-sort-arrow-color: #757575;
}

html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: black;
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0d71c6;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #167527;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #cc0000;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: black;
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #0d71c6;
  --mat-option-label-text-color: black;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #167527;
  --mat-option-label-text-color: black;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #cc0000;
  --mat-option-label-text-color: black;
  --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: black;
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #0d71c6;
  --mat-full-pseudo-checkbox-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #0d71c6;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #167527;
  --mat-full-pseudo-checkbox-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #167527;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #167527;
  --mat-full-pseudo-checkbox-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #167527;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #cc0000;
  --mat-full-pseudo-checkbox-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: white;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #cc0000;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: white;
  --mat-app-text-color: black;
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}

html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d71c6;
  --mdc-linear-progress-track-color: rgba(13, 113, 198, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #167527;
  --mdc-linear-progress-track-color: rgba(22, 117, 39, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #cc0000;
  --mdc-linear-progress-track-color: rgba(204, 0, 0, 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;
  --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: #0d71c6;
  --mdc-filled-text-field-focus-active-indicator-color: #0d71c6;
  --mdc-filled-text-field-focus-label-text-color: rgba(13, 113, 198, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #cc0000;
  --mdc-filled-text-field-error-focus-label-text-color: #cc0000;
  --mdc-filled-text-field-error-label-text-color: #cc0000;
  --mdc-filled-text-field-error-caret-color: #cc0000;
  --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: #cc0000;
  --mdc-filled-text-field-error-focus-active-indicator-color: #cc0000;
  --mdc-filled-text-field-error-hover-active-indicator-color: #cc0000;
  --mdc-outlined-text-field-caret-color: #0d71c6;
  --mdc-outlined-text-field-focus-outline-color: #0d71c6;
  --mdc-outlined-text-field-focus-label-text-color: rgba(13, 113, 198, 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: #cc0000;
  --mdc-outlined-text-field-error-focus-label-text-color: #cc0000;
  --mdc-outlined-text-field-error-label-text-color: #cc0000;
  --mdc-outlined-text-field-error-hover-label-text-color: #cc0000;
  --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: #cc0000;
  --mdc-outlined-text-field-error-hover-outline-color: #cc0000;
  --mdc-outlined-text-field-error-outline-color: #cc0000;
  --mat-form-field-focus-select-arrow-color: rgba(13, 113, 198, 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: #cc0000;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #167527;
  --mdc-filled-text-field-focus-active-indicator-color: #167527;
  --mdc-filled-text-field-focus-label-text-color: rgba(22, 117, 39, 0.87);
  --mdc-outlined-text-field-caret-color: #167527;
  --mdc-outlined-text-field-focus-outline-color: #167527;
  --mdc-outlined-text-field-focus-label-text-color: rgba(22, 117, 39, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(22, 117, 39, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #cc0000;
  --mdc-filled-text-field-focus-active-indicator-color: #cc0000;
  --mdc-filled-text-field-focus-label-text-color: rgba(204, 0, 0, 0.87);
  --mdc-outlined-text-field-caret-color: #cc0000;
  --mdc-outlined-text-field-focus-outline-color: #cc0000;
  --mdc-outlined-text-field-focus-label-text-color: rgba(204, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(204, 0, 0, 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(13, 113, 198, 0.87);
  --mat-select-invalid-arrow-color: rgba(204, 0, 0, 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(22, 117, 39, 0.87);
  --mat-select-invalid-arrow-color: rgba(204, 0, 0, 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(204, 0, 0, 0.87);
  --mat-select-invalid-arrow-color: rgba(204, 0, 0, 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-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #0d71c6;
  --mdc-chip-elevated-selected-container-color: #0d71c6;
  --mdc-chip-elevated-disabled-container-color: #0d71c6;
  --mdc-chip-flat-disabled-selected-container-color: #0d71c6;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #167527;
  --mdc-chip-elevated-selected-container-color: #167527;
  --mdc-chip-elevated-disabled-container-color: #167527;
  --mdc-chip-flat-disabled-selected-container-color: #167527;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #cc0000;
  --mdc-chip-elevated-selected-container-color: #cc0000;
  --mdc-chip-elevated-disabled-container-color: #cc0000;
  --mdc-chip-flat-disabled-selected-container-color: #cc0000;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

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;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: black;
}
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;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-color: black;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #0d71c6;
  --mdc-radio-selected-hover-icon-color: #0d71c6;
  --mdc-radio-selected-icon-color: #0d71c6;
  --mdc-radio-selected-pressed-icon-color: #0d71c6;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #0d71c6;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #167527;
  --mdc-radio-selected-hover-icon-color: #167527;
  --mdc-radio-selected-icon-color: #167527;
  --mdc-radio-selected-pressed-icon-color: #167527;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #167527;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #cc0000;
  --mdc-radio-selected-hover-icon-color: #cc0000;
  --mdc-radio-selected-icon-color: #cc0000;
  --mdc-radio-selected-pressed-icon-color: #cc0000;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #cc0000;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}

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%);
  --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;
}

html {
  --mdc-slider-handle-color: #0d71c6;
  --mdc-slider-focus-handle-color: #0d71c6;
  --mdc-slider-hover-handle-color: #0d71c6;
  --mdc-slider-active-track-color: #0d71c6;
  --mdc-slider-inactive-track-color: #0d71c6;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d71c6;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #0d71c6;
  --mat-slider-hover-state-layer-color: rgba(13, 113, 198, 0.05);
  --mat-slider-focus-state-layer-color: rgba(13, 113, 198, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #167527;
  --mat-slider-hover-state-layer-color: rgba(22, 117, 39, 0.05);
  --mat-slider-focus-state-layer-color: rgba(22, 117, 39, 0.2);
  --mdc-slider-handle-color: #167527;
  --mdc-slider-focus-handle-color: #167527;
  --mdc-slider-hover-handle-color: #167527;
  --mdc-slider-active-track-color: #167527;
  --mdc-slider-inactive-track-color: #167527;
  --mdc-slider-with-tick-marks-inactive-container-color: #167527;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #cc0000;
  --mat-slider-hover-state-layer-color: rgba(204, 0, 0, 0.05);
  --mat-slider-focus-state-layer-color: rgba(204, 0, 0, 0.2);
  --mdc-slider-handle-color: #cc0000;
  --mdc-slider-focus-handle-color: #cc0000;
  --mdc-slider-hover-handle-color: #cc0000;
  --mdc-slider-active-track-color: #cc0000;
  --mdc-slider-inactive-track-color: #cc0000;
  --mdc-slider-with-tick-marks-inactive-container-color: #cc0000;
  --mdc-slider-with-tick-marks-active-container-color: white;
}

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;
}

html {
  --mat-menu-item-label-text-color: black;
  --mat-menu-item-icon-color: black;
  --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;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

html {
  --mdc-list-list-item-label-text-color: black;
  --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: black;
  --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: black;
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-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: #0d71c6;
  --mdc-radio-selected-hover-icon-color: #0d71c6;
  --mdc-radio-selected-icon-color: #0d71c6;
  --mdc-radio-selected-pressed-icon-color: #0d71c6;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-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: #167527;
  --mdc-radio-selected-hover-icon-color: #167527;
  --mdc-radio-selected-icon-color: #167527;
  --mdc-radio-selected-pressed-icon-color: #167527;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-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: #cc0000;
  --mdc-radio-selected-hover-icon-color: #cc0000;
  --mdc-radio-selected-icon-color: #cc0000;
  --mdc-radio-selected-pressed-icon-color: #cc0000;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #0d71c6;
  --mdc-checkbox-selected-hover-icon-color: #0d71c6;
  --mdc-checkbox-selected-icon-color: #0d71c6;
  --mdc-checkbox-selected-pressed-icon-color: #0d71c6;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d71c6;
  --mdc-checkbox-selected-hover-state-layer-color: #0d71c6;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d71c6;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #167527;
  --mdc-checkbox-selected-hover-icon-color: #167527;
  --mdc-checkbox-selected-icon-color: #167527;
  --mdc-checkbox-selected-pressed-icon-color: #167527;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #167527;
  --mdc-checkbox-selected-hover-state-layer-color: #167527;
  --mdc-checkbox-selected-pressed-state-layer-color: #167527;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #cc0000;
  --mdc-checkbox-selected-hover-icon-color: #cc0000;
  --mdc-checkbox-selected-icon-color: #cc0000;
  --mdc-checkbox-selected-pressed-icon-color: #cc0000;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #cc0000;
  --mdc-checkbox-selected-hover-state-layer-color: #cc0000;
  --mdc-checkbox-selected-pressed-state-layer-color: #cc0000;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #0d71c6;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #0d71c6;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mat-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;
}

html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d71c6;
  --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: #0d71c6;
  --mat-tab-header-active-ripple-color: #0d71c6;
  --mat-tab-header-inactive-ripple-color: #0d71c6;
  --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: #0d71c6;
  --mat-tab-header-active-hover-label-text-color: #0d71c6;
  --mat-tab-header-active-focus-indicator-color: #0d71c6;
  --mat-tab-header-active-hover-indicator-color: #0d71c6;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #167527;
  --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: #167527;
  --mat-tab-header-active-ripple-color: #167527;
  --mat-tab-header-inactive-ripple-color: #167527;
  --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: #167527;
  --mat-tab-header-active-hover-label-text-color: #167527;
  --mat-tab-header-active-focus-indicator-color: #167527;
  --mat-tab-header-active-hover-indicator-color: #167527;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #cc0000;
  --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: #cc0000;
  --mat-tab-header-active-ripple-color: #cc0000;
  --mat-tab-header-inactive-ripple-color: #cc0000;
  --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: #cc0000;
  --mat-tab-header-active-hover-label-text-color: #cc0000;
  --mat-tab-header-active-focus-indicator-color: #cc0000;
  --mat-tab-header-active-hover-indicator-color: #cc0000;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #0d71c6;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #167527;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #cc0000;
  --mat-tab-header-with-background-foreground-color: white;
}

.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: white;
  --mdc-checkbox-selected-focus-icon-color: #167527;
  --mdc-checkbox-selected-hover-icon-color: #167527;
  --mdc-checkbox-selected-icon-color: #167527;
  --mdc-checkbox-selected-pressed-icon-color: #167527;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #167527;
  --mdc-checkbox-selected-hover-state-layer-color: #167527;
  --mdc-checkbox-selected-pressed-state-layer-color: #167527;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-color: black;
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #0d71c6;
  --mdc-checkbox-selected-hover-icon-color: #0d71c6;
  --mdc-checkbox-selected-icon-color: #0d71c6;
  --mdc-checkbox-selected-pressed-icon-color: #0d71c6;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #0d71c6;
  --mdc-checkbox-selected-hover-state-layer-color: #0d71c6;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d71c6;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #cc0000;
  --mdc-checkbox-selected-hover-icon-color: #cc0000;
  --mdc-checkbox-selected-icon-color: #cc0000;
  --mdc-checkbox-selected-pressed-icon-color: #cc0000;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #cc0000;
  --mdc-checkbox-selected-hover-state-layer-color: #cc0000;
  --mdc-checkbox-selected-pressed-state-layer-color: #cc0000;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d71c6;
  --mat-text-button-state-layer-color: #0d71c6;
  --mat-text-button-ripple-color: rgba(13, 113, 198, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #167527;
  --mat-text-button-state-layer-color: #167527;
  --mat-text-button-ripple-color: rgba(22, 117, 39, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #cc0000;
  --mat-text-button-state-layer-color: #cc0000;
  --mat-text-button-ripple-color: rgba(204, 0, 0, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d71c6;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #167527;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #cc0000;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d71c6;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #167527;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #cc0000;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d71c6;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #0d71c6;
  --mat-outlined-button-ripple-color: rgba(13, 113, 198, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #167527;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #167527;
  --mat-outlined-button-ripple-color: rgba(22, 117, 39, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #cc0000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #cc0000;
  --mat-outlined-button-ripple-color: rgba(204, 0, 0, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
}

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);
  --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: #0d71c6;
  --mat-icon-button-state-layer-color: #0d71c6;
  --mat-icon-button-ripple-color: rgba(13, 113, 198, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #167527;
  --mat-icon-button-state-layer-color: #167527;
  --mat-icon-button-ripple-color: rgba(22, 117, 39, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #cc0000;
  --mat-icon-button-state-layer-color: #cc0000;
  --mat-icon-button-ripple-color: rgba(204, 0, 0, 0.1);
}

html {
  --mat-icon-button-touch-target-display: block;
}

.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-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
}

html {
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #0d71c6;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #167527;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #cc0000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #0d71c6;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #167527;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #cc0000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
  --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);
  --mat-snack-bar-button-color: #167527;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: black;
  --mat-table-row-item-label-text-color: black;
  --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: #0d71c6;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #167527;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #cc0000;
}

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: #0d71c6;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #bdbdbd;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #167527;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #cc0000;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: black;
  --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;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: black;
  --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: black;
  --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: black;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

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: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #0d71c6;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(13, 113, 198, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(13, 113, 198, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(13, 113, 198, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0d71c6;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(13, 113, 198, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: black;
  --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: black;
  --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: black;
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #167527;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(22, 117, 39, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(22, 117, 39, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(22, 117, 39, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(22, 117, 39, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #cc0000;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(204, 0, 0, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(204, 0, 0, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(204, 0, 0, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(204, 0, 0, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #167527;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #cc0000;
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --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: black;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: #e4f0fe;
  --mat-expansion-header-focus-state-layer-color: #e4f0fe;
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: black;
  --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;
}

.mat-icon.mat-primary {
  --mat-icon-color: #0d71c6;
}
.mat-icon.mat-accent {
  --mat-icon-color: #167527;
}
.mat-icon.mat-warn {
  --mat-icon-color: #cc0000;
}

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: black;
  --mat-sidenav-content-background-color: white;
  --mat-sidenav-content-text-color: black;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #0d71c6;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #0d71c6;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #0d71c6;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: #e4f0fe;
  --mat-stepper-header-focus-state-layer-color: #e4f0fe;
  --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: black;
  --mat-stepper-header-error-state-label-text-color: #cc0000;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #cc0000;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #167527;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #167527;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #167527;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #cc0000;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #cc0000;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #cc0000;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-sort-arrow-color: #757575;
}

html {
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: black;
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0d71c6;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #167527;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #cc0000;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: black;
}

html {
  --mat-tree-node-min-height: 48px;
}

.large-button .mat-icon, .x-large-button .mat-icon {
  height: 24px !important;
}

.mat-datepicker-toggle .mat-mdc-icon-button.mat-mdc-button-base {
  width: auto;
  height: auto;
  padding: 0;
}

euc-navigation-drawer .mdc-icon-button {
  width: 48px !important;
  height: 48px !important;
  right: 4px;
}

euc-form-field .mdc-icon-button, euc-input-dropdown .mdc-icon-button, euc-date-picker .mdc-icon-button, euc-range-datepicker .mdc-icon-button, euc-autocomplete .mdc-icon-button {
  width: 32px !important;
  height: 32px !important;
}

euc-page-header .mdc-icon-button {
  width: 48px !important;
  height: 48px !important;
}

.mdc-icon-button {
  padding: 0px !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.mdc-icon-button .mat-icon {
  overflow: visible;
  color: var(--color-icon-button-background);
}
.mdc-icon-button .mat-icon:hover {
  color: var(--color-icon-button-background-hover);
}
.mdc-icon-button.mat-mdc-icon-button.mat-button-disabled .mat-icon {
  color: var(--color-icon-button-background-disabled);
}

.primary-button {
  color: white !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.primary-button .mat-icon {
  color: #FFFFFF;
  vertical-align: middle;
  display: inline-block;
}
.primary-button.mat-mdc-button {
  background-color: var(--color-primary-button-background);
  border-radius: 2px;
  color: var(--color-primary-button-text);
}
.primary-button.mat-mdc-button:focus:not(.mat-button-disabled):not(.focus-disabled) {
  outline: var(--color-primary-button-focused-border) solid 1px;
}
.primary-button.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-color: var(--color-primary-button-background-hover);
}
.primary-button.mat-mdc-button.mat-button-disabled.mat-button-disabled {
  color: var(--color-primary-button-text-disabled);
  background-color: var(--color-primary-button-background-disabled);
}
.primary-button.mat-mdc-button.mat-button-disabled.mat-button-disabled .mat-icon {
  color: var(--color-primary-button-text-disabled);
}

.secondary-button {
  color: var(--color-secondary-button-text);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.secondary-button .mat-icon {
  vertical-align: middle;
  display: inline-block;
}
.secondary-button.mat-mdc-button:not(.mat-button-disabled) {
  padding: 0;
  background-color: var(--color-secondary-button-background);
  outline: var(--color-secondary-button-border) solid 1px;
}
.secondary-button.mat-mdc-button:not(.mat-button-disabled) .mat-icon {
  color: var(--color-secondary-button-icon-background);
}
.secondary-button.mat-mdc-button:focus:not(.mat-button-disabled):not(.focus-disabled) {
  outline: var(--color-secondary-button-border-focus) solid 1px;
}
.secondary-button.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-color: var(--color-secondary-button-background-hover);
  outline: var(--color-secondary-button-border-hover) solid 1px;
}
.secondary-button.mat-mdc-button.mat-button-disabled.mat-button-disabled {
  padding: 0;
  background-color: var(--color-secondary-button-background-disabled);
  color: var(--color-secondary-button-text-disabled);
  outline: var(--color-secondary-button-border-disabled) solid 1px;
}
.secondary-button.mat-mdc-button.mat-button-disabled.mat-button-disabled .mat-icon {
  color: var(--color-secondary-button-text-disabled);
}

.text-button {
  color: var(--color-text-button-text) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.text-button .mat-icon {
  vertical-align: middle;
  display: inline-block;
}
.text-button.mat-mdc-button {
  color: var(--color-text-button-text);
  border-radius: 2px;
}
.text-button.mat-mdc-button .mat-icon {
  color: var(--color-text-button-icon-background);
}
.text-button.mat-mdc-button:focus:not(.mat-button-disabled):not(.focus-disabled) {
  outline: var(--color-text-button-border-focus) solid 1px;
}
.text-button.mat-mdc-button:hover:not(.mat-button-disabled) {
  text-decoration: underline;
}
.text-button.mat-mdc-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay {
  opacity: 0;
}
.text-button.mat-mdc-button.mat-button-disabled.mat-button-disabled {
  color: var(--color-text-button-text-disabled);
}
.text-button.mat-mdc-button.mat-button-disabled.mat-button-disabled .mat-icon {
  color: var(--color-text-button-text-disabled);
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
euc-toggle-switch .mat-button-toggle-label-content {
  line-height: 0;
  padding: 0;
  vertical-align: 0;
}

euc-button, euc-dropdown-button, euc-link {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-button .mat-mdc-button.cdk-focused.focus-disabled .mat-button-focus-overlay, euc-dropdown-button .mat-mdc-button.cdk-focused.focus-disabled .mat-button-focus-overlay, euc-link .mat-mdc-button.cdk-focused.focus-disabled .mat-button-focus-overlay {
  opacity: 0;
}

euc-link .mat-mdc-mini-fab, euc-link .mat-mdc-icon-button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-link .mat-mdc-mini-fab .mdc-button__label, euc-link .mat-mdc-icon-button .mdc-button__label {
  padding: 8px 0;
}

euc-paginator .mat-mdc-icon-button svg, euc-paginator .mat-mdc-icon-button img {
  width: 24px !important;
  height: 24px !important;
}

euc-selection-list .mat-mdc-icon-button svg, euc-selection-list .mat-mdc-icon-button img {
  width: 24px !important;
  height: 24px !important;
  margin-left: -4px;
}

.mat-mdc-icon-button svg, .mat-mdc-icon-button img {
  width: 16px !important;
  height: 16px !important;
}

euc-split-button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-label-content {
  padding: 0 8px;
  line-height: unset;
  display: flex;
}
euc-split-button .mat-button-toggle-group {
  box-shadow: none !important;
  border-radius: 2px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group.secondary {
  border: 1px solid var(--color-secondary-button-border);
}
euc-split-button .mat-button-toggle-group .mat-button-toggle.primary {
  background-color: var(--color-primary-button-background);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group .mat-button-toggle.primary .mat-button-toggle-label-content {
  color: var(--color-primary-button-text);
}
euc-split-button .mat-button-toggle-group .mat-button-toggle.secondary {
  background-color: var(--color-secondary-button-background);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group .mat-button-toggle.secondary .mat-button-toggle-checked {
  background-color: var(--color-secondary-button-background);
}
euc-split-button .mat-button-toggle-group .mat-button-toggle.secondary .mat-button-toggle-label-content {
  color: var(--color-secondary-button-text);
}
euc-split-button .mat-button-toggle-group:hover:not(.disabled) {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group:hover:not(.disabled) .primary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group:hover:not(.disabled) .primary .mat-button-toggle-button {
  background-color: var(--color-primary-button-background-hover);
}
euc-split-button .mat-button-toggle-group:hover:not(.disabled).secondary {
  border: 1px solid var(--color-secondary-button-border-disabled);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group:hover:not(.disabled).secondary .mat-button-toggle-button {
  background-color: var(--color-secondary-button-background-hover);
}
euc-split-button .mat-button-toggle-group:hover:not(.disabled) .mat-button-toggle.primary {
  background-color: var(--color-primary-button-background-hover);
}
euc-split-button .mat-button-toggle-group:hover:not(.disabled) .mat-button-toggle.secondary {
  background-color: var(--color-secondary-button-background-hover);
}
euc-split-button .mat-button-toggle-group.disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group.disabled .primary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group.disabled .primary .mat-button-toggle-button {
  background-color: var(--color-primary-button-background-disabled);
}
euc-split-button .mat-button-toggle-group.disabled .secondary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group.disabled .secondary .mat-button-toggle-button {
  background-color: var(--color-secondary-button-background-disabled);
}
euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.primary {
  background-color: var(--color-primary-button-background-disabled);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.primary .mat-icon {
  color: var(--color-primary-button-text-disabled);
}
euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.primary .mat-button-toggle-label-content {
  color: var(--color-primary-button-text-disabled);
}
euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.secondary {
  background-color: var(--color-secondary-button-background-disabled);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.secondary .mat-icon {
  color: var(--color-secondary-button-text-disabled);
}
euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.secondary .mat-button-toggle-label-content {
  color: var(--color-secondary-button-text-disabled);
}
euc-split-button .mat-button-toggle-group .primary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group .primary .mat-button-toggle-label-content {
  color: var(--color-primary-button-text);
}
euc-split-button .mat-button-toggle-group .primary .mat-icon {
  color: var(--color-primary-button-text);
}
euc-split-button .mat-button-toggle-group .secondary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-split-button .mat-button-toggle-group .secondary .mat-button-toggle-label-content {
  color: var(--color-secondary-button-text);
}
euc-split-button .mat-button-toggle-group .secondary .mat-icon {
  color: var(--color-secondary-button-text);
}

/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
euc-split-button .mat-menu-trigger .mat-button-toggle-label-content {
  padding-right: 8px;
}

euc-split-button .stroke-primary .mat-icon {
  color: var(--color-secondary-button-icon-background);
}
euc-split-button .fill-primary .mat-icon {
  color: var(--color-primary-button-text);
}

euc-button button[class^=mat-]:not(.mat-mdc-fab, .mat-mdc-mini-fab, .mat-mdc-icon-button),
euc-link a[class^=mat-]:not(.mat-mdc-fab, .mat-mdc-mini-fab, .mat-mdc-icon-button) {
  border-radius: 2px;
}

.mat-mdc-button .mdc-button__label {
  display: flex;
  justify-content: center;
  margin-top: -3px;
}
.mat-mdc-button.undefined-button .mdc-button__label {
  margin-top: 0px;
}
.mat-mdc-button.secondary-button .mdc-button__label {
  padding-left: 8px;
  padding-right: 8px;
}

.button-div-save .mat-mdc-button.secondary-button .mdc-button__label {
  padding-left: 0px;
  padding-right: 0px;
}

euc-button-toggle {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-button-toggle .mat-button-toggle:hover:not(.mat-button-toggle-checked):not(.mat-button-toggle-disabled) {
  background: var(--color-button-toggle-background-hover);
}
euc-button-toggle .mat-button-toggle:hover:not(.mat-button-toggle-checked):not(.mat-button-toggle-disabled) .mat-icon {
  color: var(--color-black);
}
euc-button-toggle .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  background-color: var(--color-gray-65);
}
euc-button-toggle .mat-button-toggle-appearance-standard.mat-button-toggle-checked .mat-icon {
  color: var(--color-button-toggle-icon);
}
euc-button-toggle .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px var(--color-gray-65);
}
euc-button-toggle .mat-button-toggle-group-appearance-standard {
  border: solid 1px var(--color-gray-65);
}
euc-button-toggle .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: transparent;
}
euc-button-toggle .mat-button-toggle-disabled.mat-button-toggle-appearance-standard .mat-icon {
  color: var(--color-disabled);
}
euc-button-toggle .mat-button-toggle-appearance-standard {
  background: transparent;
}
euc-button-toggle .mat-button-toggle-checked {
  background-color: var(--color-gray-65);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
euc-button-toggle .mat-button-toggle-checked .mat-icon {
  color: var(--color-button-toggle-icon);
}
euc-button-toggle .mat-button-toggle-checked.mat-button-toggle-disabled {
  background-color: var(--color-disabled);
}
euc-button-toggle .mat-button-toggle-checked.mat-button-toggle-disabled .mat-icon {
  color: var(--color-button-toggle-icon);
}
euc-button-toggle .mat-button-toggle-checked .mat-button-toggle-label-content {
  color: var(--color-white);
}

.mat-mdc-chip-option.mat-mdc-standard-chip {
  background-color: var(--color-gray-10);
  color: var(--color-chips-label);
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
}
.mat-mdc-chip-option.mat-mdc-standard-chip .mat-chip-remove {
  color: var(--color-chips-label);
}
.mat-mdc-chip-option.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,
.mat-mdc-chip-option.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,
.mat-mdc-chip-option.mat-mdc-standard-chip .mat-mdc-chip-action-label {
  overflow: hidden;
}
.mat-mdc-chip-option.mat-mdc-standard-chip .mat-ripple-element {
  opacity: 1;
  background-color: var(--color-chips-hover);
}
.mat-mdc-chip-option.mat-mdc-standard-chip:not(.mat-chip-disabled) {
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
}
.mat-mdc-chip-option.mat-mdc-standard-chip:not(.mat-chip-disabled):hover {
  background-color: var(--color-chips-hover);
}
.mat-mdc-chip-option.mat-mdc-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-disabled {
  color: var(--color-disabled);
  background: transparent;
  border: 1px solid var(--color-disabled);
  opacity: 1;
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
}
.mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-disabled .mat-chip-remove {
  cursor: pointer;
}
.mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-disabled .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-mdc-chip-option.mat-mdc-standard-chip::after {
  display: none;
}
.mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-primary, .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-warn, .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-accent {
  border: 1px solid var(--color-primary);
  background-color: var(--color-gray-10);
  color: var(--color-chips-label);
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
}
.mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove, .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove, .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: var(--color-chips-label);
}

euc-accordion .euc-expansion-panel .mat-expansion-panel-body {
  padding: 0;
  color: var(--color-expansion-panel-text);
}
euc-accordion .euc-expansion-panel .mat-expansion-indicator::after {
  transform: translate(0, -3px) rotate(45deg);
  margin: 0 8px;
}
euc-accordion.light-theme .mat-expansion-panel-header {
  background: var(--color-expansion-panel-header-light);
}
euc-accordion.light-theme .mat-expansion-panel-header:focus-within {
  background: var(--color-expansion-panel-header-light);
}
euc-accordion.light-theme .mat-expansion-panel {
  border-bottom: 1px solid var(--color-gray-10);
}
euc-accordion.medium-theme .mat-expansion-panel-header {
  background: var(--color-expansion-panel-header-medium);
}
euc-accordion.medium-theme .mat-expansion-panel-header:focus-within {
  background: var(--color-expansion-panel-header-medium);
}
euc-accordion.medium-theme .mat-expansion-panel {
  border-bottom: 1px solid var(--color-expansion-panel-border-medium);
}
euc-accordion.heavy-theme .mat-expansion-panel-header {
  background: var(--color-expansion-panel-header-heavy);
}
euc-accordion.heavy-theme .mat-expansion-panel-header:focus-within {
  background: var(--color-expansion-panel-header-heavy);
}
euc-accordion.heavy-theme .mat-expansion-panel-header .mat-expansion-panel-header-title {
  font-weight: 700;
}
euc-accordion.heavy-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title .expansion-header-text {
  color: var(--color-expansion-panel-header-heavy-disabled);
}
euc-accordion.heavy-theme .mat-expansion-panel-header[aria-disabled=true] .mat-icon {
  color: var(--color-expansion-panel-header-heavy-disabled);
}
euc-accordion.heavy-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-indicator::after {
  color: var(--color-expansion-panel-header-heavy-disabled);
}
euc-accordion.heavy-theme .mat-expansion-panel {
  border-bottom: 1px solid var(--color-gray-10);
}
euc-accordion.heavy-theme .mat-expansion-panel euc-button {
  margin: 0px 8px 0px 0px !important;
}
euc-accordion.heavy-theme .mat-expansion-panel euc-button button {
  margin-top: 12px;
  margin-left: 24px;
  width: 24px !important;
  transform: scale(1.5);
}
euc-accordion.heavy-theme .mat-expansion-panel euc-button button .mat-mdc-button-touch-target {
  width: 24px;
}
euc-accordion .mat-expansion-panel {
  background: var(--color-background);
  color: #000000;
  box-shadow: none !important;
  border-bottom: var(--color-gray-10) solid 1px;
}
euc-accordion .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), euc-accordion .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), euc-accordion .mat-expansion-panel .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: var(--color-hover-basic);
  filter: brightness(100%) !important;
}
euc-accordion .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
euc-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: var(--color-hover-basic);
  filter: brightness(100%) !important;
}
euc-accordion .size-small .mat-expansion-panel-header {
  height: 28px;
}
euc-accordion .size-medium .mat-expansion-panel-header {
  height: 36px;
}
euc-accordion .size-large .mat-expansion-panel-header {
  height: 48px;
}
euc-accordion .size-extra-large .mat-expansion-panel-header {
  height: 64px;
}
euc-accordion .mat-expansion-panel-header .mat-content {
  align-items: center;
}
euc-accordion .mat-expansion-panel-header .mat-expansion-panel-header-title {
  align-items: center;
  color: var(--color-expansion-panel-text);
}
euc-accordion .mat-expansion-panel-header.mat-expanded .expansion-header-text {
  color: var(--color-expansion-panel-text);
}
euc-accordion .mat-expansion-panel-header[aria-disabled=true] {
  color: var(--color-disabled);
}
euc-accordion .mat-expansion-panel-header[aria-disabled=true] .mat-icon {
  color: var(--color-disabled);
}
euc-accordion .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-indicator::after {
  color: var(--color-disabled);
}
euc-accordion .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
  color: var(--color-disabled);
}
euc-accordion .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title .expansion-header-text {
  color: var(--color-disabled);
}

.mat-form-field-appearance-fill,
.mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-appearance-fill .mat-label,
.mat-form-field-appearance-fill .mat-mdc-form-field-required-marker,
.mat-mdc-form-field-appearance-outline .mat-label,
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-required-marker {
  color: var(--color-gray-65);
}
.mat-form-field-appearance-fill:focus-within,
.mat-mdc-form-field-appearance-outline:focus-within {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-appearance-fill:focus-within .mat-label,
.mat-form-field-appearance-fill:focus-within .mat-mdc-form-field-required-marker,
.mat-mdc-form-field-appearance-outline:focus-within .mat-label,
.mat-mdc-form-field-appearance-outline:focus-within .mat-mdc-form-field-required-marker {
  color: var(--color-blue-55);
}
.mat-form-field-appearance-fill input,
.mat-mdc-form-field-appearance-outline input {
  color: var(--color-form-input-text);
}
.mat-form-field-appearance-fill input::placeholder,
.mat-mdc-form-field-appearance-outline input::placeholder {
  color: var(--color-gray-35);
}

.mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field-appearance-outline input::-webkit-outer-spin-button,
.mat-mdc-form-field-appearance-outline input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mat-mdc-form-field-appearance-outline input[type=number] {
  -moz-appearance: textfield;
}
.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid) {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid) .mat-mdc-form-field-outline {
  color: var(--color-form-border);
}
.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):hover .mat-mdc-form-field-outline {
  color: var(--color-blue-55);
}
.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):focus-within .mat-mdc-form-field-outline {
  color: var(--color-blue-55);
}
.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-outline {
  color: var(--color-primary);
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline {
  color: var(--color-gray-5);
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-label,
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-required-marker {
  color: var(--color-gray-20);
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-hint {
  color: var(--color-gray-20);
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-icon {
  color: var(--color-gray-20);
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-label,
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-mdc-form-field-required-marker {
  color: var(--color-red-55);
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-icon {
  color: var(--color-red-55);
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-icon:hover {
  color: var(--color-form-red-x-button-hover) !important;
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-mdc-form-field-error {
  color: var(--color-red-55);
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-mdc-form-field-outline {
  color: var(--color-red-55) !important;
}
.mat-mdc-form-field-appearance-outline.mat-focused:not(.mat-mdc-form-field-invalid) .mat-mdc-form-field-label {
  color: var(--color-primary);
}
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline .mat-mdc-form-field-outline-start {
  border-radius: 3px 0 0 3px;
}
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline .mat-mdc-form-field-outline-end {
  border-radius: 0 3px 3px 0;
}
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper {
  padding: 4px 4px 0px 4px !important;
}

.mat-form-field-appearance-fill {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-appearance-fill .mat-mdc-form-field-underline {
  background-color: var(--color-form-border);
}
.mat-form-field-appearance-fill:hover {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-appearance-fill:hover .mat-mdc-form-field-underline {
  background-color: var(--color-blue-55);
  height: 1px;
}
.mat-form-field-appearance-fill:hover.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-appearance-fill:hover.mat-mdc-form-field-invalid .mat-mdc-form-field-underline {
  background-color: var(--color-red-55);
  height: 2px;
}
.mat-form-field-appearance-fill:focus-within {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-appearance-fill:focus-within .mat-mdc-form-field-underline {
  background-color: var(--color-blue-55);
  height: 2px;
}
.mat-form-field-appearance-fill:focus-within.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-appearance-fill:focus-within.mat-mdc-form-field-invalid .mat-mdc-form-field-underline {
  background-color: var(--color-red-55);
  height: 2px;
}
.mat-form-field-appearance-fill:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-flex:hover ~ .mat-mdc-form-field-underline .mat-mdc-form-field-ripple {
  opacity: 0 !important;
}
.mat-form-field-appearance-fill.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-label,
.mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-mdc-form-field-required-marker {
  color: var(--color-red-55) !important;
}
.mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-icon {
  color: var(--color-red-55);
}
.mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-icon:hover {
  color: var(--color-form-red-x-button-hover) !important;
}
.mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-mdc-form-field-error {
  color: var(--color-red-55);
}
.mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-mdc-form-field-ripple {
  background-color: var(--color-red-55);
}
.mat-form-field-appearance-fill.mat-mdc-form-field-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-mdc-form-field-standard {
  color: var(--color-gray-5);
}
.mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-label,
.mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-mdc-form-field-required-marker {
  color: var(--color-gray-20);
}
.mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-mdc-form-field-hint {
  color: var(--color-gray-20);
}
.mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-icon {
  color: var(--color-gray-20);
}
.mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-mdc-form-field-underline {
  background-color: var(--color-gray-20) !important;
  height: 1px;
  background-image: none;
}

.mat-form-field-appearance-fill.form-field-full-width {
  width: 100%;
}

.mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field-appearance-outline.form-field-full-width {
  width: 100%;
}
.mat-mdc-form-field-appearance-outline.form-field-side-padding {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field-appearance-outline.form-field-side-padding .mat-mdc-form-field-wrapper .mat-mdc-form-field-flex {
  padding-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
.mat-mdc-form-field-appearance-outline.remove-bottom-padding {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field-appearance-outline.remove-bottom-padding .mat-mdc-form-field-wrapper {
  padding-bottom: 0px;
  margin: 0px;
}
.mat-mdc-form-field-appearance-outline.remove-bottom-padding .mat-mdc-form-field-underline {
  bottom: 0px;
}
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-prefix,
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-suffix,
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
  top: 0.1em !important;
}
.mat-mdc-form-field-appearance-outline .mat-mdc-select-arrow-wrapper {
  transform: none !important;
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field:not(.mat-mdc-form-field-appearance-legacy) .mat-mdc-form-field-suffix .mat-mdc-icon-button {
  height: 1.125em;
  width: 1.125em;
  top: -0.06em;
}
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field .mat-mdc-form-field-suffix .mat-icon {
  height: 1.125em;
}
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-hint-wrapper {
  line-height: 1.25em;
}
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper {
  margin: 0px;
}
.mat-mdc-form-field-appearance-outline .mat-mdc-icon-button.mat-primary {
  color: var(--color-gray-6);
}
.mat-mdc-form-field-appearance-outline .mat-mdc-icon-button.mat-primary mat-icon:hover {
  color: var(--color-gray-7);
}
.mat-mdc-form-field-appearance-outline .clear-btn-container:not(.hide-icon) .mat-mdc-icon-button.mat-primary {
  color: var(--color-gray-6);
}
.mat-mdc-form-field-appearance-outline .clear-btn-container:not(.hide-icon) .mat-mdc-icon-button.mat-primary mat-icon:hover {
  color: var(--color-gray-7);
}
.mat-mdc-form-field-appearance-outline .clear-btn-container.hide-icon {
  cursor: text;
}
.mat-mdc-form-field-appearance-outline .clear-btn-container.hide-icon .mat-mdc-icon-button.mat-primary {
  color: transparent !important;
  cursor: text;
}
.mat-mdc-form-field-appearance-outline .clear-btn-container.hide-icon .mat-mdc-icon-button.mat-primary mat-icon:hover {
  color: transparent;
}

.mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 0.25em 0 0.25em 0;
  border-top: 0.25em solid transparent;
}

.mat-mdc-form-field.size-small {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline {
  line-height: 22px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label {
  top: 1.335em;
}
.mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard {
  line-height: 23.5px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-label {
  top: 1.28em;
}
.mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  padding: 0.43em 0 0em 0;
  border-top: 0em solid transparent;
}
.mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix euc-icon {
  max-height: 1.65em;
}
.mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard input {
  padding-top: 0px !important;
}
.mat-mdc-form-field.size-small.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-small.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label {
  transform: translateY(-0.6em) scale(0.75);
}
.mat-mdc-form-field.size-medium {
  width: 100%;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline {
  line-height: 26px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label {
  top: 1.355em;
}
.mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard {
  line-height: 23.5px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-label {
  top: 1.28em;
}
.mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  padding: 0.43em 0 0em 0;
  border-top: 0.25em solid transparent;
}
.mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix euc-icon {
  max-height: 1.65em;
}
.mat-mdc-form-field.size-medium.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-medium.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label {
  transform: translateY(-0.8em) scale(0.75);
}
.mat-mdc-form-field.size-large {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline {
  line-height: 34px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label {
  top: 1.335em;
}
.mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard {
  line-height: 30px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-label {
  top: 1.35em;
}
.mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  padding: 0.5em 0 0em 0;
  border-top: 0.25em solid transparent;
}
.mat-mdc-form-field.size-large.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-large.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label {
  transform: translateY(-1em) scale(0.75);
}
.mat-mdc-form-field.size-extra-large {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline {
  line-height: 42px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label {
  top: 1.355em;
}
.mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard {
  line-height: 38px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-label {
  top: 1.355em;
}
.mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  padding: 0.5em 0 0em 0;
  border-top: 0.25em solid transparent;
}
.mat-mdc-form-field.size-extra-large.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.mat-mdc-form-field.size-extra-large.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label {
  transform: translateY(-1.2em) scale(0.75);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px var(--color-background) inset;
  -webkit-box-shadow: 0 0 0px 1000px var(--color-background) inset;
}

.mat-mdc-form-field-error {
  line-height: 16px;
}

.mat-mdc-form-field-hint {
  line-height: 16px;
  color: var(--color-gray-65);
}

euc-select {
  /* ---- mat-form-field specific styles ---- */
  /* ---- mat-select specific styles ---- */
  /*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field {
  /* if euc-svg-icon is used as matSuffix */
  /* outline and standard styles */
  /* outline/underline size on hover, invalid, disabled */
  /* colors */
  /* size */
}
euc-select mat-mdc-form-field euc-svg-icon {
  height: 100%;
}
euc-select mat-mdc-form-field euc-svg-icon mat-icon {
  height: 100% !important;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline {
  height: 100%;
  top: 0;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-hint, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-hint {
  font-size: 10px;
  line-height: 12px !important;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard mat-label, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline mat-label {
  font-size: 13.3333333333px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 0 !important;
  border: 0;
  height: 17px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-suffix {
  top: 0 !important;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  height: 16px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-subscript-wrapper, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper {
  margin-top: 0;
  padding: 4px 0 0 0 !important;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline mat-label {
  padding: 0 2px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-start {
  box-sizing: border-box;
  width: 8px !important;
  min-width: 8px;
  border-radius: 2px 0 0 2px !important;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-gap {
  margin-right: -5px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-end {
  box-sizing: border-box;
  width: 8px !important;
  min-width: 8px;
  border-radius: 0 2px 2px 0 !important;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
  align-self: center;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-suffix {
  align-self: center;
  display: flex;
  align-items: center;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex {
  padding: 0 8px !important;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  align-self: flex-end;
  top: 0 !important; /* temporarily */
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  display: flex;
  align-items: center;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover.mat-focused, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover.mat-focused {
  border-width: 2px !important;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-end {
  border-width: 1px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-end {
  border-width: 1px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-end {
  border-width: 1px !important;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused) .mat-mdc-form-field-flex:hover + .mat-mdc-form-field-underline > .mat-mdc-form-field-ripple {
  height: 1px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-ripple {
  height: 1px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-ripple {
  height: 1px;
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard mat-label,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-hint, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline mat-label,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-hint {
  color: var(--color-gray-65);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline-end, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-end {
  color: var(--color-select-border);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline {
  color: var(--color-gray-30);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused mat-label, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused mat-label {
  color: var(--color-blue-55);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled), euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) mat-label,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-hint, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) mat-label,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-hint {
  color: var(--color-red-55);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled mat-label,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-outline,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-hint,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-end, euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled mat-label,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-hint,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-end {
  color: var(--color-gray-20);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-outline-end {
  color: var(--color-blue-55);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-end {
  color: var(--color-blue-55);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-start,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-gap,
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-end {
  color: var(--color-red-55);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-underline {
  color: var(--color-blue-55);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused) .mat-mdc-form-field-flex:hover + .mat-mdc-form-field-underline > .mat-mdc-form-field-ripple {
  background-color: var(--color-blue-55);
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-ripple {
  background-color: var(--color-gray-30);
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard, euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline {
  line-height: unset !important; /* temporarily */
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex, euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 28px;
  display: flex;
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.67em) scale(0.75);
  top: 1.84375em; /* temporarily */
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34375em) scale(0.75); /* temporarily */
}
euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  height: 28px;
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard, euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline {
  line-height: unset !important; /* temporarily */
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex, euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 32px;
  display: flex;
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  padding-top: -12px;
  top: -12px;
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-23.5px) scale(0.75);
  top: 1.84375em; /* temporarily */
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34375em) scale(0.75); /* temporarily */
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  height: 32px;
}
euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  margin-bottom: 2.5px;
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard, euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline {
  line-height: unset !important; /* temporarily */
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex, euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 40px;
  display: flex;
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  padding-top: -16px;
  top: -16px;
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-23.5px) scale(0.75);
  top: 1.84375em; /* temporarily */
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34375em) scale(0.75); /* temporarily */
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  height: 40px;
}
euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  margin-bottom: 5.5px;
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard, euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline {
  line-height: unset !important; /* temporarily */
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex, euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 48px;
  display: flex;
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  padding-top: -20px;
  top: -20px;
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-23.5px) scale(0.75);
  top: 1.84375em; /* temporarily */
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34375em) scale(0.75); /* temporarily */
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  height: 48px;
}
euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  margin-bottom: 9.5px;
}
euc-select mat-form-field {
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
euc-select mat-form-field mat-select {
  line-height: 17px;
}
euc-select mat-form-field .mat-mdc-select-arrow {
  display: none;
}
euc-select mat-form-field.mat-mdc-form-field-appearance-standard, euc-select mat-form-field.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
euc-select mat-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-select-placeholder, euc-select mat-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-select-placeholder {
  color: var(--color-select-placeholder);
}
euc-select mat-form-field.mat-mdc-form-field-appearance-standard path, euc-select mat-form-field.mat-mdc-form-field-appearance-outline path {
  fill: var(--color-gray-50);
}
euc-select mat-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled, euc-select mat-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
euc-select mat-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-select-placeholder, euc-select mat-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-select-placeholder {
  color: var(--color-gray-20);
}
euc-select mat-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled path, euc-select mat-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled path {
  fill: var(--color-gray-20);
}
euc-select mat-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) path {
  fill: var(--color-red-55);
}
euc-select .mat-mdc-option:hover:not(.mat-mdc-option-disabled) {
  background: var(--color-hover-basic);
}
euc-select .mat-mdc-option.mat-active {
  background: var(--color-selected-background);
}
euc-select .mat-mdc-select-panel {
  border: 1px solid var(--color-selection-list-border);
}
euc-select .mat-mdc-select-panel .mat-mdc-option.mat-mdc-selected,
euc-select .mat-mdc-select-panel .mat-mdc-option.mat-mdc-selected:not(.mat-mdc-option-multiple) {
  background: var(--color-selected-background);
  border-bottom: 1px solid var(--color-selection-list-border);
}
euc-select .mat-mdc-select-panel .mat-mdc-option {
  border-bottom: 1px solid var(--color-selection-list-border);
}
euc-select .mat-mdc-option.mat-option-disabled {
  color: var(--color-disabled);
}
euc-select .mat-mdc-select-value {
  color: var(--color-select-text);
}
euc-select .mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  border-color: var(--color-black);
}
euc-select .mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked::after {
  color: var(--color-black);
}

.euc-paginator {
  color: var(--color-gray-65);
  display: flex;
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.euc-paginator.paginator-left {
  justify-content: flex-start;
}
.euc-paginator.paginator-center {
  justify-content: center;
}
.euc-paginator.paginator-right {
  justify-content: flex-end;
}
.euc-paginator .mat-mdc-paginator-range-actions {
  order: 1;
}
.euc-paginator .mat-mdc-paginator-page-size {
  order: 0;
}
.euc-paginator .mat-mdc-paginator {
  margin-left: 64px;
  margin-right: 64px;
  background: transparent;
}
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-previous,
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-next {
  height: unset;
  width: unset;
  line-height: 1;
}
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-first {
  order: 20;
  margin-right: 0px;
  margin-top: -5px;
}
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-previous {
  order: 30;
  margin-right: 84px;
}
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  order: 10;
  margin: 0 64px;
  color: var(--color-gray-65);
}
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-page-size-value {
  color: var(--color-gray-65);
}
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-next {
  order: 50;
  margin-right: 12px;
}
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-next .mat-mdc-paginator-navigation-previous {
  margin-top: 5px;
}
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-last {
  order: 60;
  margin-top: -5px;
  margin-left: -9px;
}
.euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-page-size {
  margin-right: 64px;
}
.euc-paginator .mat-mdc-paginator-container {
  margin: -6px 0;
  padding: 0;
  position: relative;
  font-size: 14px;
}
.euc-paginator .mdc-icon-button svg {
  height: 24px;
  width: 24px;
}
.euc-paginator .mat-mdc-paginator-page-size .mat-mdc-select-trigger {
  color: var(--color-gray-65);
}
.euc-paginator .page-index-container {
  order: 40;
  margin-top: -3px;
  transform: translateX(-255px);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.euc-paginator .page_index_input {
  min-width: 1em;
  max-width: 1.1em;
  width: auto;
  text-align: center;
  border: none;
  border-radius: 4px;
  background: none;
  color: var(--color-gray-65);
  flex-shrink: 0;
  padding: 0;
}
.euc-paginator .page_index_input:focus {
  outline: none;
  border: 2px solid var(--color-primary);
  caret-color: var(--color-primary);
}
.euc-paginator .mat-mdc-paginator-page-size-label {
  margin-right: 4px;
  color: var(--color-gray-65) !important;
}
.euc-paginator input::-webkit-outer-spin-button,
.euc-paginator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.euc-paginator input[type=number] {
  -moz-appearance: textfield;
}
.euc-paginator .mat-mdc-icon-button {
  color: var(--color-gray-65) !important;
}
.euc-paginator .mat-button-disabled {
  color: var(--color-disabled) !important;
}

euc-drag-drop-list .search-container euc-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
euc-drag-drop-list .search-container euc-form-field .mat-mdc-form-field-infix {
  padding: 8px 0 !important;
}
euc-drag-drop-list .search-container euc-form-field .mat-mdc-form-field {
  display: block;
}

euc-checkbox-list-dialogue .checkbox-list-dialogue-flex-settings euc-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
euc-checkbox-list-dialogue .checkbox-list-dialogue-flex-settings euc-form-field .mat-mdc-form-field-infix {
  padding: 8px 0 !important;
}

euc-autocomplete .mat-mdc-form-field-appearance-standard,
euc-autocomplete .mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
euc-autocomplete .mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex,
euc-autocomplete .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

euc-input-dropdown .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control {
  margin-left: 0px;
}
euc-input-dropdown .mat-mdc-form-field.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
}
euc-input-dropdown .mat-mdc-form-field.mat-mdc-form-field-invalid .mat-mdc-select-arrow,
euc-input-dropdown .mat-mdc-form-field.mat-mdc-form-field-invalid .mat-mdc-select-value {
  color: var(--color-red-55) !important;
}
euc-input-dropdown .mat-mdc-form-field .mat-mdc-select-value {
  overflow: visible;
  padding-right: 4px;
}
euc-input-dropdown .mat-mdc-form-field .input-suffix .measure-select {
  margin: 0px 12px 0px 0px !important;
  padding-top: 6px;
}
euc-input-dropdown .mdc-icon-button {
  padding: initial !important;
  margin-top: 2px;
}

html {
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 6px;
  --mat-form-field-filled-with-label-container-padding-top: 6px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
}

.dark-mode {
  /*TODO(mdc-migration): Remove all-legacy-component-colors once all legacy components are migrated*/
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #8ab4f8;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #06c72b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #06c72b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #181a1f;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #424242;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #8ab4f8;
  --mdc-filled-text-field-focus-active-indicator-color: #8ab4f8;
  --mdc-filled-text-field-focus-label-text-color: rgba(138, 180, 248, 0.87);
  --mdc-filled-text-field-container-color: #4a4a4a;
  --mdc-filled-text-field-disabled-container-color: #464646;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ff6e6b;
  --mdc-filled-text-field-error-focus-label-text-color: #ff6e6b;
  --mdc-filled-text-field-error-label-text-color: #ff6e6b;
  --mdc-filled-text-field-error-caret-color: #ff6e6b;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ff6e6b;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ff6e6b;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ff6e6b;
  --mdc-outlined-text-field-caret-color: #8ab4f8;
  --mdc-outlined-text-field-focus-outline-color: #8ab4f8;
  --mdc-outlined-text-field-focus-label-text-color: rgba(138, 180, 248, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ff6e6b;
  --mdc-outlined-text-field-error-focus-label-text-color: #ff6e6b;
  --mdc-outlined-text-field-error-label-text-color: #ff6e6b;
  --mdc-outlined-text-field-error-hover-label-text-color: #ff6e6b;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ff6e6b;
  --mdc-outlined-text-field-error-hover-outline-color: #ff6e6b;
  --mdc-outlined-text-field-error-outline-color: #ff6e6b;
  --mat-form-field-focus-select-arrow-color: rgba(138, 180, 248, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ff6e6b;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(138, 180, 248, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 110, 107, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #8ab4f8;
  --mdc-slider-focus-handle-color: #8ab4f8;
  --mdc-slider-hover-handle-color: #8ab4f8;
  --mdc-slider-active-track-color: #8ab4f8;
  --mdc-slider-inactive-track-color: #8ab4f8;
  --mdc-slider-with-tick-marks-inactive-container-color: #8ab4f8;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #8ab4f8;
  --mat-slider-hover-state-layer-color: rgba(138, 180, 248, 0.05);
  --mat-slider-focus-state-layer-color: rgba(138, 180, 248, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #06c72b;
  --mdc-checkbox-selected-hover-icon-color: #06c72b;
  --mdc-checkbox-selected-icon-color: #06c72b;
  --mdc-checkbox-selected-pressed-icon-color: #06c72b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #06c72b;
  --mdc-checkbox-selected-hover-state-layer-color: #06c72b;
  --mdc-checkbox-selected-pressed-state-layer-color: #06c72b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #424242;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-fab-small-container-color: #424242;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #8ab4f8;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #8ab4f8;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #5d5f62;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, 0.5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: #595959;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #8ab4f8;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(138, 180, 248, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(138, 180, 248, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(138, 180, 248, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #8ab4f8;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(138, 180, 248, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: #1d242d;
  --mat-expansion-header-focus-state-layer-color: #1d242d;
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #181a1f;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #8ab4f8;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #8ab4f8;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #8ab4f8;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: #1d242d;
  --mat-stepper-header-focus-state-layer-color: #1d242d;
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ff6e6b;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ff6e6b;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #c6c6c6;
  --mat-toolbar-container-background-color: #181a1f;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #8ab4f8;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #06c72b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #06c72b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #181a1f;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #424242;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #8ab4f8;
  --mdc-filled-text-field-focus-active-indicator-color: #8ab4f8;
  --mdc-filled-text-field-focus-label-text-color: rgba(138, 180, 248, 0.87);
  --mdc-filled-text-field-container-color: #4a4a4a;
  --mdc-filled-text-field-disabled-container-color: #464646;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ff6e6b;
  --mdc-filled-text-field-error-focus-label-text-color: #ff6e6b;
  --mdc-filled-text-field-error-label-text-color: #ff6e6b;
  --mdc-filled-text-field-error-caret-color: #ff6e6b;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ff6e6b;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ff6e6b;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ff6e6b;
  --mdc-outlined-text-field-caret-color: #8ab4f8;
  --mdc-outlined-text-field-focus-outline-color: #8ab4f8;
  --mdc-outlined-text-field-focus-label-text-color: rgba(138, 180, 248, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ff6e6b;
  --mdc-outlined-text-field-error-focus-label-text-color: #ff6e6b;
  --mdc-outlined-text-field-error-label-text-color: #ff6e6b;
  --mdc-outlined-text-field-error-hover-label-text-color: #ff6e6b;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ff6e6b;
  --mdc-outlined-text-field-error-hover-outline-color: #ff6e6b;
  --mdc-outlined-text-field-error-outline-color: #ff6e6b;
  --mat-form-field-focus-select-arrow-color: rgba(138, 180, 248, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ff6e6b;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(138, 180, 248, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 110, 107, 0.87);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #424242;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-switch-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #8ab4f8;
  --mdc-slider-focus-handle-color: #8ab4f8;
  --mdc-slider-hover-handle-color: #8ab4f8;
  --mdc-slider-active-track-color: #8ab4f8;
  --mdc-slider-inactive-track-color: #8ab4f8;
  --mdc-slider-with-tick-marks-inactive-container-color: #8ab4f8;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #8ab4f8;
  --mat-slider-hover-state-layer-color: rgba(138, 180, 248, 0.05);
  --mat-slider-focus-state-layer-color: rgba(138, 180, 248, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #06c72b;
  --mdc-checkbox-selected-hover-icon-color: #06c72b;
  --mdc-checkbox-selected-icon-color: #06c72b;
  --mdc-checkbox-selected-pressed-icon-color: #06c72b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #06c72b;
  --mdc-checkbox-selected-hover-state-layer-color: #06c72b;
  --mdc-checkbox-selected-pressed-state-layer-color: #06c72b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mat-icon-button-touch-target-display: block;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #424242;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-fab-small-container-color: #424242;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #8ab4f8;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #8ab4f8;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #5d5f62;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(255, 255, 255, 0.5);
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-legacy-button-toggle-selected-state-background-color: #212121;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #424242;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #212121;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-standard-button-toggle-disabled-state-background-color: #424242;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-standard-button-toggle-divider-color: #595959;
  --mat-standard-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #8ab4f8;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(138, 180, 248, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(138, 180, 248, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(138, 180, 248, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #8ab4f8;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(138, 180, 248, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(255, 255, 255, 0.3);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(255, 255, 255, 0.5);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: #1d242d;
  --mat-expansion-header-focus-state-layer-color: #1d242d;
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #181a1f;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #8ab4f8;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #8ab4f8;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #8ab4f8;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: #1d242d;
  --mat-stepper-header-focus-state-layer-color: #1d242d;
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ff6e6b;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ff6e6b;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #c6c6c6;
  --mat-toolbar-container-background-color: #181a1f;
  --mat-toolbar-container-text-color: white;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-tree-node-min-height: 48px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 6px;
  --mat-form-field-filled-with-label-container-padding-top: 6px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
}
.dark-mode .mat-accent {
  --mat-option-selected-state-label-text-color: #06c72b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.dark-mode .mat-warn {
  --mat-option-selected-state-label-text-color: #ff6e6b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.dark-mode .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #8ab4f8;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #8ab4f8;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark-mode .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #06c72b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #06c72b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark-mode .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e6b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e6b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark-mode .mat-elevation-z0, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z1, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z2, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z3, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z4, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z5, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z6, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z7, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z8, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z9, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z10, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z11, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z12, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z13, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z14, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z15, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z16, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z17, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z18, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z19, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z20, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z21, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z22, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z23, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z24, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.dark-mode .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #8ab4f8;
  --mdc-linear-progress-track-color: rgba(138, 180, 248, 0.25);
}
.dark-mode .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #06c72b;
  --mdc-linear-progress-track-color: rgba(6, 199, 43, 0.25);
}
.dark-mode .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff6e6b;
  --mdc-linear-progress-track-color: rgba(255, 110, 107, 0.25);
}
.dark-mode .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #06c72b;
  --mdc-filled-text-field-focus-active-indicator-color: #06c72b;
  --mdc-filled-text-field-focus-label-text-color: rgba(6, 199, 43, 0.87);
  --mdc-outlined-text-field-caret-color: #06c72b;
  --mdc-outlined-text-field-focus-outline-color: #06c72b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(6, 199, 43, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(6, 199, 43, 0.87);
}
.dark-mode .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ff6e6b;
  --mdc-filled-text-field-focus-active-indicator-color: #ff6e6b;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 110, 107, 0.87);
  --mdc-outlined-text-field-caret-color: #ff6e6b;
  --mdc-outlined-text-field-focus-outline-color: #ff6e6b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 110, 107, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 110, 107, 0.87);
}
.dark-mode .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(6, 199, 43, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 110, 107, 0.87);
}
.dark-mode .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 110, 107, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 110, 107, 0.87);
}
.dark-mode .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.dark-mode .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-selected-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-flat-disabled-selected-container-color: #595959;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.dark-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .dark-mode .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #8ab4f8;
  --mdc-chip-elevated-selected-container-color: #8ab4f8;
  --mdc-chip-elevated-disabled-container-color: #8ab4f8;
  --mdc-chip-flat-disabled-selected-container-color: #8ab4f8;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .dark-mode .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #06c72b;
  --mdc-chip-elevated-selected-container-color: #06c72b;
  --mdc-chip-elevated-disabled-container-color: #06c72b;
  --mdc-chip-flat-disabled-selected-container-color: #06c72b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .dark-mode .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff6e6b;
  --mdc-chip-elevated-selected-container-color: #ff6e6b;
  --mdc-chip-elevated-disabled-container-color: #ff6e6b;
  --mdc-chip-flat-disabled-selected-container-color: #ff6e6b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-mode .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.dark-mode .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.dark-mode .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #8ab4f8;
  --mdc-radio-selected-hover-icon-color: #8ab4f8;
  --mdc-radio-selected-icon-color: #8ab4f8;
  --mdc-radio-selected-pressed-icon-color: #8ab4f8;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #8ab4f8;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.dark-mode .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #06c72b;
  --mdc-radio-selected-hover-icon-color: #06c72b;
  --mdc-radio-selected-icon-color: #06c72b;
  --mdc-radio-selected-pressed-icon-color: #06c72b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #06c72b;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.dark-mode .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6e6b;
  --mdc-radio-selected-hover-icon-color: #ff6e6b;
  --mdc-radio-selected-icon-color: #ff6e6b;
  --mdc-radio-selected-pressed-icon-color: #ff6e6b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ff6e6b;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.dark-mode .mat-accent {
  --mat-slider-ripple-color: #06c72b;
  --mat-slider-hover-state-layer-color: rgba(6, 199, 43, 0.05);
  --mat-slider-focus-state-layer-color: rgba(6, 199, 43, 0.2);
  --mdc-slider-handle-color: #06c72b;
  --mdc-slider-focus-handle-color: #06c72b;
  --mdc-slider-hover-handle-color: #06c72b;
  --mdc-slider-active-track-color: #06c72b;
  --mdc-slider-inactive-track-color: #06c72b;
  --mdc-slider-with-tick-marks-inactive-container-color: #06c72b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.dark-mode .mat-warn {
  --mat-slider-ripple-color: #ff6e6b;
  --mat-slider-hover-state-layer-color: rgba(255, 110, 107, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 110, 107, 0.2);
  --mdc-slider-handle-color: #ff6e6b;
  --mdc-slider-focus-handle-color: #ff6e6b;
  --mdc-slider-hover-handle-color: #ff6e6b;
  --mdc-slider-active-track-color: #ff6e6b;
  --mdc-slider-inactive-track-color: #ff6e6b;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff6e6b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.dark-mode .mdc-list-item__start,
.dark-mode .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #8ab4f8;
  --mdc-radio-selected-hover-icon-color: #8ab4f8;
  --mdc-radio-selected-icon-color: #8ab4f8;
  --mdc-radio-selected-pressed-icon-color: #8ab4f8;
}
.dark-mode .mat-accent .mdc-list-item__start,
.dark-mode .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #06c72b;
  --mdc-radio-selected-hover-icon-color: #06c72b;
  --mdc-radio-selected-icon-color: #06c72b;
  --mdc-radio-selected-pressed-icon-color: #06c72b;
}
.dark-mode .mat-warn .mdc-list-item__start,
.dark-mode .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6e6b;
  --mdc-radio-selected-hover-icon-color: #ff6e6b;
  --mdc-radio-selected-icon-color: #ff6e6b;
  --mdc-radio-selected-pressed-icon-color: #ff6e6b;
}
.dark-mode .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #8ab4f8;
  --mdc-checkbox-selected-hover-icon-color: #8ab4f8;
  --mdc-checkbox-selected-icon-color: #8ab4f8;
  --mdc-checkbox-selected-pressed-icon-color: #8ab4f8;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #8ab4f8;
  --mdc-checkbox-selected-hover-state-layer-color: #8ab4f8;
  --mdc-checkbox-selected-pressed-state-layer-color: #8ab4f8;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #06c72b;
  --mdc-checkbox-selected-hover-icon-color: #06c72b;
  --mdc-checkbox-selected-icon-color: #06c72b;
  --mdc-checkbox-selected-pressed-icon-color: #06c72b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #06c72b;
  --mdc-checkbox-selected-hover-state-layer-color: #06c72b;
  --mdc-checkbox-selected-pressed-state-layer-color: #06c72b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff6e6b;
  --mdc-checkbox-selected-hover-icon-color: #ff6e6b;
  --mdc-checkbox-selected-icon-color: #ff6e6b;
  --mdc-checkbox-selected-pressed-icon-color: #ff6e6b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6e6b;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6e6b;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6e6b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.dark-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #8ab4f8;
}
.dark-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.dark-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #8ab4f8;
}
.dark-mode .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.dark-mode .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.dark-mode .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.dark-mode .mat-mdc-tab-group, .dark-mode .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #8ab4f8;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #8ab4f8;
  --mat-tab-header-active-ripple-color: #8ab4f8;
  --mat-tab-header-inactive-ripple-color: #8ab4f8;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #8ab4f8;
  --mat-tab-header-active-hover-label-text-color: #8ab4f8;
  --mat-tab-header-active-focus-indicator-color: #8ab4f8;
  --mat-tab-header-active-hover-indicator-color: #8ab4f8;
}
.dark-mode .mat-mdc-tab-group.mat-accent, .dark-mode .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #06c72b;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #06c72b;
  --mat-tab-header-active-ripple-color: #06c72b;
  --mat-tab-header-inactive-ripple-color: #06c72b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #06c72b;
  --mat-tab-header-active-hover-label-text-color: #06c72b;
  --mat-tab-header-active-focus-indicator-color: #06c72b;
  --mat-tab-header-active-hover-indicator-color: #06c72b;
}
.dark-mode .mat-mdc-tab-group.mat-warn, .dark-mode .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ff6e6b;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ff6e6b;
  --mat-tab-header-active-ripple-color: #ff6e6b;
  --mat-tab-header-inactive-ripple-color: #ff6e6b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff6e6b;
  --mat-tab-header-active-hover-label-text-color: #ff6e6b;
  --mat-tab-header-active-focus-indicator-color: #ff6e6b;
  --mat-tab-header-active-hover-indicator-color: #ff6e6b;
}
.dark-mode .mat-mdc-tab-group.mat-background-primary, .dark-mode .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #8ab4f8;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-mode .mat-mdc-tab-group.mat-background-accent, .dark-mode .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #06c72b;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-mode .mat-mdc-tab-group.mat-background-warn, .dark-mode .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ff6e6b;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-mode .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.dark-mode .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #8ab4f8;
  --mdc-checkbox-selected-hover-icon-color: #8ab4f8;
  --mdc-checkbox-selected-icon-color: #8ab4f8;
  --mdc-checkbox-selected-pressed-icon-color: #8ab4f8;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #8ab4f8;
  --mdc-checkbox-selected-hover-state-layer-color: #8ab4f8;
  --mdc-checkbox-selected-pressed-state-layer-color: #8ab4f8;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff6e6b;
  --mdc-checkbox-selected-hover-icon-color: #ff6e6b;
  --mdc-checkbox-selected-icon-color: #ff6e6b;
  --mdc-checkbox-selected-pressed-icon-color: #ff6e6b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6e6b;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6e6b;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6e6b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #8ab4f8;
  --mat-text-button-state-layer-color: #8ab4f8;
  --mat-text-button-ripple-color: rgba(138, 180, 248, 0.1);
}
.dark-mode .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #06c72b;
  --mat-text-button-state-layer-color: #06c72b;
  --mat-text-button-ripple-color: rgba(6, 199, 43, 0.1);
}
.dark-mode .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff6e6b;
  --mat-text-button-state-layer-color: #ff6e6b;
  --mat-text-button-ripple-color: rgba(255, 110, 107, 0.1);
}
.dark-mode .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #8ab4f8;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #06c72b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff6e6b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #8ab4f8;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #06c72b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff6e6b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #8ab4f8;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #8ab4f8;
  --mat-outlined-button-ripple-color: rgba(138, 180, 248, 0.1);
}
.dark-mode .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #06c72b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #06c72b;
  --mat-outlined-button-ripple-color: rgba(6, 199, 43, 0.1);
}
.dark-mode .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff6e6b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ff6e6b;
  --mat-outlined-button-ripple-color: rgba(255, 110, 107, 0.1);
}
.dark-mode .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #8ab4f8;
  --mat-icon-button-state-layer-color: #8ab4f8;
  --mat-icon-button-ripple-color: rgba(138, 180, 248, 0.1);
}
.dark-mode .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #06c72b;
  --mat-icon-button-state-layer-color: #06c72b;
  --mat-icon-button-ripple-color: rgba(6, 199, 43, 0.1);
}
.dark-mode .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff6e6b;
  --mat-icon-button-state-layer-color: #ff6e6b;
  --mat-icon-button-ripple-color: rgba(255, 110, 107, 0.1);
}
.dark-mode .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #8ab4f8;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #06c72b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ff6e6b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #8ab4f8;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #06c72b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ff6e6b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-accent {
  --mdc-circular-progress-active-indicator-color: #06c72b;
}
.dark-mode .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff6e6b;
}
.dark-mode .mat-badge-accent {
  --mat-badge-background-color: #06c72b;
  --mat-badge-text-color: white;
}
.dark-mode .mat-badge-warn {
  --mat-badge-background-color: #ff6e6b;
  --mat-badge-text-color: white;
}
.dark-mode .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #06c72b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(6, 199, 43, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(6, 199, 43, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(6, 199, 43, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(6, 199, 43, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-mode .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff6e6b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 110, 107, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 110, 107, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 110, 107, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 110, 107, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-mode .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #06c72b;
}
.dark-mode .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ff6e6b;
}
.dark-mode .mat-icon.mat-primary {
  --mat-icon-color: #8ab4f8;
}
.dark-mode .mat-icon.mat-accent {
  --mat-icon-color: #06c72b;
}
.dark-mode .mat-icon.mat-warn {
  --mat-icon-color: #ff6e6b;
}
.dark-mode .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #06c72b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #06c72b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #06c72b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.dark-mode .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff6e6b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff6e6b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff6e6b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.dark-mode .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #8ab4f8;
  --mat-toolbar-container-text-color: white;
}
.dark-mode .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #06c72b;
  --mat-toolbar-container-text-color: white;
}
.dark-mode .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ff6e6b;
  --mat-toolbar-container-text-color: white;
}
.dark-mode .mat-accent {
  --mat-option-selected-state-label-text-color: #06c72b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.dark-mode .mat-warn {
  --mat-option-selected-state-label-text-color: #ff6e6b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.dark-mode .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #8ab4f8;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #8ab4f8;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark-mode .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #06c72b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #06c72b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark-mode .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ff6e6b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #181a1f;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ff6e6b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.dark-mode .mat-elevation-z0, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z1, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z2, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z3, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z4, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z5, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z6, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z7, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z8, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z9, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z10, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z11, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z12, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z13, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z14, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z15, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z16, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z17, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z18, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z19, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z20, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z21, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z22, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z23, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.dark-mode .mat-elevation-z24, .dark-mode .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.dark-mode .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #8ab4f8;
  --mdc-linear-progress-track-color: rgba(138, 180, 248, 0.25);
}
.dark-mode .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #06c72b;
  --mdc-linear-progress-track-color: rgba(6, 199, 43, 0.25);
}
.dark-mode .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ff6e6b;
  --mdc-linear-progress-track-color: rgba(255, 110, 107, 0.25);
}
.dark-mode .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #06c72b;
  --mdc-filled-text-field-focus-active-indicator-color: #06c72b;
  --mdc-filled-text-field-focus-label-text-color: rgba(6, 199, 43, 0.87);
  --mdc-outlined-text-field-caret-color: #06c72b;
  --mdc-outlined-text-field-focus-outline-color: #06c72b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(6, 199, 43, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(6, 199, 43, 0.87);
}
.dark-mode .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ff6e6b;
  --mdc-filled-text-field-focus-active-indicator-color: #ff6e6b;
  --mdc-filled-text-field-focus-label-text-color: rgba(255, 110, 107, 0.87);
  --mdc-outlined-text-field-caret-color: #ff6e6b;
  --mdc-outlined-text-field-focus-outline-color: #ff6e6b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(255, 110, 107, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(255, 110, 107, 0.87);
}
.dark-mode .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(6, 199, 43, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 110, 107, 0.87);
}
.dark-mode .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(255, 110, 107, 0.87);
  --mat-select-invalid-arrow-color: rgba(255, 110, 107, 0.87);
}
.dark-mode .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.dark-mode .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-selected-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-flat-disabled-selected-container-color: #595959;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.dark-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .dark-mode .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #8ab4f8;
  --mdc-chip-elevated-selected-container-color: #8ab4f8;
  --mdc-chip-elevated-disabled-container-color: #8ab4f8;
  --mdc-chip-flat-disabled-selected-container-color: #8ab4f8;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .dark-mode .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #06c72b;
  --mdc-chip-elevated-selected-container-color: #06c72b;
  --mdc-chip-elevated-disabled-container-color: #06c72b;
  --mdc-chip-flat-disabled-selected-container-color: #06c72b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-mode .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .dark-mode .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ff6e6b;
  --mdc-chip-elevated-selected-container-color: #ff6e6b;
  --mdc-chip-elevated-disabled-container-color: #ff6e6b;
  --mdc-chip-flat-disabled-selected-container-color: #ff6e6b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.dark-mode .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.dark-mode .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.dark-mode .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.dark-mode .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #8ab4f8;
  --mdc-radio-selected-hover-icon-color: #8ab4f8;
  --mdc-radio-selected-icon-color: #8ab4f8;
  --mdc-radio-selected-pressed-icon-color: #8ab4f8;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #8ab4f8;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.dark-mode .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #06c72b;
  --mdc-radio-selected-hover-icon-color: #06c72b;
  --mdc-radio-selected-icon-color: #06c72b;
  --mdc-radio-selected-pressed-icon-color: #06c72b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #06c72b;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.dark-mode .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6e6b;
  --mdc-radio-selected-hover-icon-color: #ff6e6b;
  --mdc-radio-selected-icon-color: #ff6e6b;
  --mdc-radio-selected-pressed-icon-color: #ff6e6b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ff6e6b;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
.dark-mode .mat-accent {
  --mat-slider-ripple-color: #06c72b;
  --mat-slider-hover-state-layer-color: rgba(6, 199, 43, 0.05);
  --mat-slider-focus-state-layer-color: rgba(6, 199, 43, 0.2);
  --mdc-slider-handle-color: #06c72b;
  --mdc-slider-focus-handle-color: #06c72b;
  --mdc-slider-hover-handle-color: #06c72b;
  --mdc-slider-active-track-color: #06c72b;
  --mdc-slider-inactive-track-color: #06c72b;
  --mdc-slider-with-tick-marks-inactive-container-color: #06c72b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.dark-mode .mat-warn {
  --mat-slider-ripple-color: #ff6e6b;
  --mat-slider-hover-state-layer-color: rgba(255, 110, 107, 0.05);
  --mat-slider-focus-state-layer-color: rgba(255, 110, 107, 0.2);
  --mdc-slider-handle-color: #ff6e6b;
  --mdc-slider-focus-handle-color: #ff6e6b;
  --mdc-slider-hover-handle-color: #ff6e6b;
  --mdc-slider-active-track-color: #ff6e6b;
  --mdc-slider-inactive-track-color: #ff6e6b;
  --mdc-slider-with-tick-marks-inactive-container-color: #ff6e6b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.dark-mode .mdc-list-item__start,
.dark-mode .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #8ab4f8;
  --mdc-radio-selected-hover-icon-color: #8ab4f8;
  --mdc-radio-selected-icon-color: #8ab4f8;
  --mdc-radio-selected-pressed-icon-color: #8ab4f8;
}
.dark-mode .mat-accent .mdc-list-item__start,
.dark-mode .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #06c72b;
  --mdc-radio-selected-hover-icon-color: #06c72b;
  --mdc-radio-selected-icon-color: #06c72b;
  --mdc-radio-selected-pressed-icon-color: #06c72b;
}
.dark-mode .mat-warn .mdc-list-item__start,
.dark-mode .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ff6e6b;
  --mdc-radio-selected-hover-icon-color: #ff6e6b;
  --mdc-radio-selected-icon-color: #ff6e6b;
  --mdc-radio-selected-pressed-icon-color: #ff6e6b;
}
.dark-mode .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #8ab4f8;
  --mdc-checkbox-selected-hover-icon-color: #8ab4f8;
  --mdc-checkbox-selected-icon-color: #8ab4f8;
  --mdc-checkbox-selected-pressed-icon-color: #8ab4f8;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #8ab4f8;
  --mdc-checkbox-selected-hover-state-layer-color: #8ab4f8;
  --mdc-checkbox-selected-pressed-state-layer-color: #8ab4f8;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #06c72b;
  --mdc-checkbox-selected-hover-icon-color: #06c72b;
  --mdc-checkbox-selected-icon-color: #06c72b;
  --mdc-checkbox-selected-pressed-icon-color: #06c72b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #06c72b;
  --mdc-checkbox-selected-hover-state-layer-color: #06c72b;
  --mdc-checkbox-selected-pressed-state-layer-color: #06c72b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff6e6b;
  --mdc-checkbox-selected-hover-icon-color: #ff6e6b;
  --mdc-checkbox-selected-icon-color: #ff6e6b;
  --mdc-checkbox-selected-pressed-icon-color: #ff6e6b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6e6b;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6e6b;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6e6b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.dark-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #8ab4f8;
}
.dark-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.dark-mode .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #8ab4f8;
}
.dark-mode .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.dark-mode .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.dark-mode .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.dark-mode .mdc-list-item__start,
.dark-mode .mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.dark-mode .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .dark-mode .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .dark-mode .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.dark-mode .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .dark-mode .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .dark-mode .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
.dark-mode .mat-mdc-tab-group, .dark-mode .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #8ab4f8;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #8ab4f8;
  --mat-tab-header-active-ripple-color: #8ab4f8;
  --mat-tab-header-inactive-ripple-color: #8ab4f8;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #8ab4f8;
  --mat-tab-header-active-hover-label-text-color: #8ab4f8;
  --mat-tab-header-active-focus-indicator-color: #8ab4f8;
  --mat-tab-header-active-hover-indicator-color: #8ab4f8;
}
.dark-mode .mat-mdc-tab-group.mat-accent, .dark-mode .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #06c72b;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #06c72b;
  --mat-tab-header-active-ripple-color: #06c72b;
  --mat-tab-header-inactive-ripple-color: #06c72b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #06c72b;
  --mat-tab-header-active-hover-label-text-color: #06c72b;
  --mat-tab-header-active-focus-indicator-color: #06c72b;
  --mat-tab-header-active-hover-indicator-color: #06c72b;
}
.dark-mode .mat-mdc-tab-group.mat-warn, .dark-mode .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ff6e6b;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ff6e6b;
  --mat-tab-header-active-ripple-color: #ff6e6b;
  --mat-tab-header-inactive-ripple-color: #ff6e6b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ff6e6b;
  --mat-tab-header-active-hover-label-text-color: #ff6e6b;
  --mat-tab-header-active-focus-indicator-color: #ff6e6b;
  --mat-tab-header-active-hover-indicator-color: #ff6e6b;
}
.dark-mode .mat-mdc-tab-group.mat-background-primary, .dark-mode .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #8ab4f8;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-mode .mat-mdc-tab-group.mat-background-accent, .dark-mode .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #06c72b;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-mode .mat-mdc-tab-group.mat-background-warn, .dark-mode .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ff6e6b;
  --mat-tab-header-with-background-foreground-color: white;
}
.dark-mode .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.dark-mode .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.dark-mode .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #8ab4f8;
  --mdc-checkbox-selected-hover-icon-color: #8ab4f8;
  --mdc-checkbox-selected-icon-color: #8ab4f8;
  --mdc-checkbox-selected-pressed-icon-color: #8ab4f8;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #8ab4f8;
  --mdc-checkbox-selected-hover-state-layer-color: #8ab4f8;
  --mdc-checkbox-selected-pressed-state-layer-color: #8ab4f8;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ff6e6b;
  --mdc-checkbox-selected-hover-icon-color: #ff6e6b;
  --mdc-checkbox-selected-icon-color: #ff6e6b;
  --mdc-checkbox-selected-pressed-icon-color: #ff6e6b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ff6e6b;
  --mdc-checkbox-selected-hover-state-layer-color: #ff6e6b;
  --mdc-checkbox-selected-pressed-state-layer-color: #ff6e6b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.dark-mode .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #8ab4f8;
  --mat-text-button-state-layer-color: #8ab4f8;
  --mat-text-button-ripple-color: rgba(138, 180, 248, 0.1);
}
.dark-mode .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #06c72b;
  --mat-text-button-state-layer-color: #06c72b;
  --mat-text-button-ripple-color: rgba(6, 199, 43, 0.1);
}
.dark-mode .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ff6e6b;
  --mat-text-button-state-layer-color: #ff6e6b;
  --mat-text-button-ripple-color: rgba(255, 110, 107, 0.1);
}
.dark-mode .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #8ab4f8;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #06c72b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ff6e6b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #8ab4f8;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #06c72b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ff6e6b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #8ab4f8;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #8ab4f8;
  --mat-outlined-button-ripple-color: rgba(138, 180, 248, 0.1);
}
.dark-mode .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #06c72b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #06c72b;
  --mat-outlined-button-ripple-color: rgba(6, 199, 43, 0.1);
}
.dark-mode .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ff6e6b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ff6e6b;
  --mat-outlined-button-ripple-color: rgba(255, 110, 107, 0.1);
}
.dark-mode .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #8ab4f8;
  --mat-icon-button-state-layer-color: #8ab4f8;
  --mat-icon-button-ripple-color: rgba(138, 180, 248, 0.1);
}
.dark-mode .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #06c72b;
  --mat-icon-button-state-layer-color: #06c72b;
  --mat-icon-button-ripple-color: rgba(6, 199, 43, 0.1);
}
.dark-mode .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ff6e6b;
  --mat-icon-button-state-layer-color: #ff6e6b;
  --mat-icon-button-ripple-color: rgba(255, 110, 107, 0.1);
}
.dark-mode .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;
}
.dark-mode .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #8ab4f8;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #06c72b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ff6e6b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #8ab4f8;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #06c72b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ff6e6b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.dark-mode .mat-accent {
  --mdc-circular-progress-active-indicator-color: #06c72b;
}
.dark-mode .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ff6e6b;
}
.dark-mode .mat-badge-accent {
  --mat-badge-background-color: #06c72b;
  --mat-badge-text-color: white;
}
.dark-mode .mat-badge-warn {
  --mat-badge-background-color: #ff6e6b;
  --mat-badge-text-color: white;
}
.dark-mode .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #06c72b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(6, 199, 43, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(6, 199, 43, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(6, 199, 43, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(6, 199, 43, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-mode .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ff6e6b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(255, 110, 107, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(255, 110, 107, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(255, 110, 107, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(255, 110, 107, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.dark-mode .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #06c72b;
}
.dark-mode .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ff6e6b;
}
.dark-mode .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.dark-mode .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;
}
.dark-mode .mat-icon.mat-primary {
  --mat-icon-color: #8ab4f8;
}
.dark-mode .mat-icon.mat-accent {
  --mat-icon-color: #06c72b;
}
.dark-mode .mat-icon.mat-warn {
  --mat-icon-color: #ff6e6b;
}
.dark-mode .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #06c72b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #06c72b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #06c72b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.dark-mode .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ff6e6b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ff6e6b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ff6e6b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.dark-mode .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #8ab4f8;
  --mat-toolbar-container-text-color: white;
}
.dark-mode .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #06c72b;
  --mat-toolbar-container-text-color: white;
}
.dark-mode .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ff6e6b;
  --mat-toolbar-container-text-color: white;
}
.dark-mode .large-button .mat-icon, .dark-mode .x-large-button .mat-icon {
  height: 24px !important;
}
.dark-mode .mat-datepicker-toggle .mat-mdc-icon-button.mat-mdc-button-base {
  width: auto;
  height: auto;
  padding: 0;
}
.dark-mode euc-navigation-drawer .mdc-icon-button {
  width: 48px !important;
  height: 48px !important;
  right: 4px;
}
.dark-mode euc-form-field .mdc-icon-button, .dark-mode euc-input-dropdown .mdc-icon-button, .dark-mode euc-date-picker .mdc-icon-button, .dark-mode euc-range-datepicker .mdc-icon-button, .dark-mode euc-autocomplete .mdc-icon-button {
  width: 32px !important;
  height: 32px !important;
}
.dark-mode euc-page-header .mdc-icon-button {
  width: 48px !important;
  height: 48px !important;
}
.dark-mode .mdc-icon-button {
  padding: 0px !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode .mdc-icon-button .mat-icon {
  overflow: visible;
  color: var(--color-icon-button-background);
}
.dark-mode .mdc-icon-button .mat-icon:hover {
  color: var(--color-icon-button-background-hover);
}
.dark-mode .mdc-icon-button.mat-mdc-icon-button.mat-button-disabled .mat-icon {
  color: var(--color-icon-button-background-disabled);
}
.dark-mode .primary-button {
  color: white !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode .primary-button .mat-icon {
  color: #FFFFFF;
  vertical-align: middle;
  display: inline-block;
}
.dark-mode .primary-button.mat-mdc-button {
  background-color: var(--color-primary-button-background);
  border-radius: 2px;
  color: var(--color-primary-button-text);
}
.dark-mode .primary-button.mat-mdc-button:focus:not(.mat-button-disabled):not(.focus-disabled) {
  outline: var(--color-primary-button-focused-border) solid 1px;
}
.dark-mode .primary-button.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-color: var(--color-primary-button-background-hover);
}
.dark-mode .primary-button.mat-mdc-button.mat-button-disabled.mat-button-disabled {
  color: var(--color-primary-button-text-disabled);
  background-color: var(--color-primary-button-background-disabled);
}
.dark-mode .primary-button.mat-mdc-button.mat-button-disabled.mat-button-disabled .mat-icon {
  color: var(--color-primary-button-text-disabled);
}
.dark-mode .secondary-button {
  color: var(--color-secondary-button-text);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode .secondary-button .mat-icon {
  vertical-align: middle;
  display: inline-block;
}
.dark-mode .secondary-button.mat-mdc-button:not(.mat-button-disabled) {
  padding: 0;
  background-color: var(--color-secondary-button-background);
  outline: var(--color-secondary-button-border) solid 1px;
}
.dark-mode .secondary-button.mat-mdc-button:not(.mat-button-disabled) .mat-icon {
  color: var(--color-secondary-button-icon-background);
}
.dark-mode .secondary-button.mat-mdc-button:focus:not(.mat-button-disabled):not(.focus-disabled) {
  outline: var(--color-secondary-button-border-focus) solid 1px;
}
.dark-mode .secondary-button.mat-mdc-button:hover:not(.mat-button-disabled) {
  background-color: var(--color-secondary-button-background-hover);
  outline: var(--color-secondary-button-border-hover) solid 1px;
}
.dark-mode .secondary-button.mat-mdc-button.mat-button-disabled.mat-button-disabled {
  padding: 0;
  background-color: var(--color-secondary-button-background-disabled);
  color: var(--color-secondary-button-text-disabled);
  outline: var(--color-secondary-button-border-disabled) solid 1px;
}
.dark-mode .secondary-button.mat-mdc-button.mat-button-disabled.mat-button-disabled .mat-icon {
  color: var(--color-secondary-button-text-disabled);
}
.dark-mode .text-button {
  color: var(--color-text-button-text) !important;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode .text-button .mat-icon {
  vertical-align: middle;
  display: inline-block;
}
.dark-mode .text-button.mat-mdc-button {
  color: var(--color-text-button-text);
  border-radius: 2px;
}
.dark-mode .text-button.mat-mdc-button .mat-icon {
  color: var(--color-text-button-icon-background);
}
.dark-mode .text-button.mat-mdc-button:focus:not(.mat-button-disabled):not(.focus-disabled) {
  outline: var(--color-text-button-border-focus) solid 1px;
}
.dark-mode .text-button.mat-mdc-button:hover:not(.mat-button-disabled) {
  text-decoration: underline;
}
.dark-mode .text-button.mat-mdc-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay {
  opacity: 0;
}
.dark-mode .text-button.mat-mdc-button.mat-button-disabled.mat-button-disabled {
  color: var(--color-text-button-text-disabled);
}
.dark-mode .text-button.mat-mdc-button.mat-button-disabled.mat-button-disabled .mat-icon {
  color: var(--color-text-button-text-disabled);
}
.dark-mode euc-toggle-switch .mat-button-toggle-label-content {
  line-height: 0;
  padding: 0;
  vertical-align: 0;
}
.dark-mode euc-button, .dark-mode euc-dropdown-button, .dark-mode euc-link {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-button .mat-mdc-button.cdk-focused.focus-disabled .mat-button-focus-overlay, .dark-mode euc-dropdown-button .mat-mdc-button.cdk-focused.focus-disabled .mat-button-focus-overlay, .dark-mode euc-link .mat-mdc-button.cdk-focused.focus-disabled .mat-button-focus-overlay {
  opacity: 0;
}
.dark-mode euc-link .mat-mdc-mini-fab, .dark-mode euc-link .mat-mdc-icon-button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-link .mat-mdc-mini-fab .mdc-button__label, .dark-mode euc-link .mat-mdc-icon-button .mdc-button__label {
  padding: 8px 0;
}
.dark-mode euc-paginator .mat-mdc-icon-button svg, .dark-mode euc-paginator .mat-mdc-icon-button img {
  width: 24px !important;
  height: 24px !important;
}
.dark-mode euc-selection-list .mat-mdc-icon-button svg, .dark-mode euc-selection-list .mat-mdc-icon-button img {
  width: 24px !important;
  height: 24px !important;
  margin-left: -4px;
}
.dark-mode .mat-mdc-icon-button svg, .dark-mode .mat-mdc-icon-button img {
  width: 16px !important;
  height: 16px !important;
}
.dark-mode euc-split-button {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-label-content {
  padding: 0 8px;
  line-height: unset;
  display: flex;
}
.dark-mode euc-split-button .mat-button-toggle-group {
  box-shadow: none !important;
  border-radius: 2px;
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group.secondary {
  border: 1px solid var(--color-secondary-button-border);
}
.dark-mode euc-split-button .mat-button-toggle-group .mat-button-toggle.primary {
  background-color: var(--color-primary-button-background);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group .mat-button-toggle.primary .mat-button-toggle-label-content {
  color: var(--color-primary-button-text);
}
.dark-mode euc-split-button .mat-button-toggle-group .mat-button-toggle.secondary {
  background-color: var(--color-secondary-button-background);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group .mat-button-toggle.secondary .mat-button-toggle-checked {
  background-color: var(--color-secondary-button-background);
}
.dark-mode euc-split-button .mat-button-toggle-group .mat-button-toggle.secondary .mat-button-toggle-label-content {
  color: var(--color-secondary-button-text);
}
.dark-mode euc-split-button .mat-button-toggle-group:hover:not(.disabled) {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group:hover:not(.disabled) .primary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group:hover:not(.disabled) .primary .mat-button-toggle-button {
  background-color: var(--color-primary-button-background-hover);
}
.dark-mode euc-split-button .mat-button-toggle-group:hover:not(.disabled).secondary {
  border: 1px solid var(--color-secondary-button-border-disabled);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group:hover:not(.disabled).secondary .mat-button-toggle-button {
  background-color: var(--color-secondary-button-background-hover);
}
.dark-mode euc-split-button .mat-button-toggle-group:hover:not(.disabled) .mat-button-toggle.primary {
  background-color: var(--color-primary-button-background-hover);
}
.dark-mode euc-split-button .mat-button-toggle-group:hover:not(.disabled) .mat-button-toggle.secondary {
  background-color: var(--color-secondary-button-background-hover);
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .primary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .primary .mat-button-toggle-button {
  background-color: var(--color-primary-button-background-disabled);
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .secondary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .secondary .mat-button-toggle-button {
  background-color: var(--color-secondary-button-background-disabled);
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.primary {
  background-color: var(--color-primary-button-background-disabled);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.primary .mat-icon {
  color: var(--color-primary-button-text-disabled);
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.primary .mat-button-toggle-label-content {
  color: var(--color-primary-button-text-disabled);
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.secondary {
  background-color: var(--color-secondary-button-background-disabled);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.secondary .mat-icon {
  color: var(--color-secondary-button-text-disabled);
}
.dark-mode euc-split-button .mat-button-toggle-group.disabled .mat-button-toggle.secondary .mat-button-toggle-label-content {
  color: var(--color-secondary-button-text-disabled);
}
.dark-mode euc-split-button .mat-button-toggle-group .primary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group .primary .mat-button-toggle-label-content {
  color: var(--color-primary-button-text);
}
.dark-mode euc-split-button .mat-button-toggle-group .primary .mat-icon {
  color: var(--color-primary-button-text);
}
.dark-mode euc-split-button .mat-button-toggle-group .secondary {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-split-button .mat-button-toggle-group .secondary .mat-button-toggle-label-content {
  color: var(--color-secondary-button-text);
}
.dark-mode euc-split-button .mat-button-toggle-group .secondary .mat-icon {
  color: var(--color-secondary-button-text);
}
.dark-mode euc-split-button .mat-menu-trigger .mat-button-toggle-label-content {
  padding-right: 8px;
}
.dark-mode euc-split-button .stroke-primary .mat-icon {
  color: var(--color-secondary-button-icon-background);
}
.dark-mode euc-split-button .fill-primary .mat-icon {
  color: var(--color-primary-button-text);
}
.dark-mode euc-button button[class^=mat-]:not(.mat-mdc-fab, .mat-mdc-mini-fab, .mat-mdc-icon-button),
.dark-mode euc-link a[class^=mat-]:not(.mat-mdc-fab, .mat-mdc-mini-fab, .mat-mdc-icon-button) {
  border-radius: 2px;
}
.dark-mode .mat-mdc-button .mdc-button__label {
  display: flex;
  justify-content: center;
  margin-top: -3px;
}
.dark-mode .mat-mdc-button.undefined-button .mdc-button__label {
  margin-top: 0px;
}
.dark-mode .mat-mdc-button.secondary-button .mdc-button__label {
  padding-left: 8px;
  padding-right: 8px;
}
.dark-mode .button-div-save .mat-mdc-button.secondary-button .mdc-button__label {
  padding-left: 0px;
  padding-right: 0px;
}
.dark-mode euc-button-toggle {
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-button-toggle .mat-button-toggle:hover:not(.mat-button-toggle-checked):not(.mat-button-toggle-disabled) {
  background: var(--color-button-toggle-background-hover);
}
.dark-mode euc-button-toggle .mat-button-toggle:hover:not(.mat-button-toggle-checked):not(.mat-button-toggle-disabled) .mat-icon {
  color: var(--color-black);
}
.dark-mode euc-button-toggle .mat-button-toggle-appearance-standard.mat-button-toggle-checked {
  background-color: var(--color-gray-65);
}
.dark-mode euc-button-toggle .mat-button-toggle-appearance-standard.mat-button-toggle-checked .mat-icon {
  color: var(--color-button-toggle-icon);
}
.dark-mode euc-button-toggle .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px var(--color-gray-65);
}
.dark-mode euc-button-toggle .mat-button-toggle-group-appearance-standard {
  border: solid 1px var(--color-gray-65);
}
.dark-mode euc-button-toggle .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: transparent;
}
.dark-mode euc-button-toggle .mat-button-toggle-disabled.mat-button-toggle-appearance-standard .mat-icon {
  color: var(--color-disabled);
}
.dark-mode euc-button-toggle .mat-button-toggle-appearance-standard {
  background: transparent;
}
.dark-mode euc-button-toggle .mat-button-toggle-checked {
  background-color: var(--color-gray-65);
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode euc-button-toggle .mat-button-toggle-checked .mat-icon {
  color: var(--color-button-toggle-icon);
}
.dark-mode euc-button-toggle .mat-button-toggle-checked.mat-button-toggle-disabled {
  background-color: var(--color-disabled);
}
.dark-mode euc-button-toggle .mat-button-toggle-checked.mat-button-toggle-disabled .mat-icon {
  color: var(--color-button-toggle-icon);
}
.dark-mode euc-button-toggle .mat-button-toggle-checked .mat-button-toggle-label-content {
  color: var(--color-white);
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip {
  background-color: var(--color-gray-10);
  color: var(--color-chips-label);
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip .mat-chip-remove {
  color: var(--color-chips-label);
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip .mdc-evolution-chip__cell--primary,
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip .mdc-evolution-chip__action--primary,
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip .mat-mdc-chip-action-label {
  overflow: hidden;
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip .mat-ripple-element {
  opacity: 1;
  background-color: var(--color-chips-hover);
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip:not(.mat-chip-disabled) {
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip:not(.mat-chip-disabled):hover {
  background-color: var(--color-chips-hover);
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-disabled {
  color: var(--color-disabled);
  background: transparent;
  border: 1px solid var(--color-disabled);
  opacity: 1;
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-disabled .mat-chip-remove {
  cursor: pointer;
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-disabled .mat-chip-remove:hover {
  opacity: 0.54;
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip::after {
  display: none;
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-primary, .dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-warn, .dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-accent {
  border: 1px solid var(--color-primary);
  background-color: var(--color-gray-10);
  color: var(--color-chips-label);
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */
}
.dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove, .dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove, .dark-mode .mat-mdc-chip-option.mat-mdc-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: var(--color-chips-label);
}
.dark-mode euc-accordion .euc-expansion-panel .mat-expansion-panel-body {
  padding: 0;
  color: var(--color-expansion-panel-text);
}
.dark-mode euc-accordion .euc-expansion-panel .mat-expansion-indicator::after {
  transform: translate(0, -3px) rotate(45deg);
  margin: 0 8px;
}
.dark-mode euc-accordion.light-theme .mat-expansion-panel-header {
  background: var(--color-expansion-panel-header-light);
}
.dark-mode euc-accordion.light-theme .mat-expansion-panel-header:focus-within {
  background: var(--color-expansion-panel-header-light);
}
.dark-mode euc-accordion.light-theme .mat-expansion-panel {
  border-bottom: 1px solid var(--color-gray-10);
}
.dark-mode euc-accordion.medium-theme .mat-expansion-panel-header {
  background: var(--color-expansion-panel-header-medium);
}
.dark-mode euc-accordion.medium-theme .mat-expansion-panel-header:focus-within {
  background: var(--color-expansion-panel-header-medium);
}
.dark-mode euc-accordion.medium-theme .mat-expansion-panel {
  border-bottom: 1px solid var(--color-expansion-panel-border-medium);
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel-header {
  background: var(--color-expansion-panel-header-heavy);
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel-header:focus-within {
  background: var(--color-expansion-panel-header-heavy);
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel-header .mat-expansion-panel-header-title {
  font-weight: 700;
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title .expansion-header-text {
  color: var(--color-expansion-panel-header-heavy-disabled);
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel-header[aria-disabled=true] .mat-icon {
  color: var(--color-expansion-panel-header-heavy-disabled);
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-indicator::after {
  color: var(--color-expansion-panel-header-heavy-disabled);
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel {
  border-bottom: 1px solid var(--color-gray-10);
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel euc-button {
  margin: 0px 8px 0px 0px !important;
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel euc-button button {
  margin-top: 12px;
  margin-left: 24px;
  width: 24px !important;
  transform: scale(1.5);
}
.dark-mode euc-accordion.heavy-theme .mat-expansion-panel euc-button button .mat-mdc-button-touch-target {
  width: 24px;
}
.dark-mode euc-accordion .mat-expansion-panel {
  background: var(--color-background);
  color: #000000;
  box-shadow: none !important;
  border-bottom: var(--color-gray-10) solid 1px;
}
.dark-mode euc-accordion .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .dark-mode euc-accordion .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .dark-mode euc-accordion .mat-expansion-panel .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: var(--color-hover-basic);
  filter: brightness(100%) !important;
}
.dark-mode euc-accordion .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.dark-mode euc-accordion .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: var(--color-hover-basic);
  filter: brightness(100%) !important;
}
.dark-mode euc-accordion .size-small .mat-expansion-panel-header {
  height: 28px;
}
.dark-mode euc-accordion .size-medium .mat-expansion-panel-header {
  height: 36px;
}
.dark-mode euc-accordion .size-large .mat-expansion-panel-header {
  height: 48px;
}
.dark-mode euc-accordion .size-extra-large .mat-expansion-panel-header {
  height: 64px;
}
.dark-mode euc-accordion .mat-expansion-panel-header .mat-content {
  align-items: center;
}
.dark-mode euc-accordion .mat-expansion-panel-header .mat-expansion-panel-header-title {
  align-items: center;
  color: var(--color-expansion-panel-text);
}
.dark-mode euc-accordion .mat-expansion-panel-header.mat-expanded .expansion-header-text {
  color: var(--color-expansion-panel-text);
}
.dark-mode euc-accordion .mat-expansion-panel-header[aria-disabled=true] {
  color: var(--color-disabled);
}
.dark-mode euc-accordion .mat-expansion-panel-header[aria-disabled=true] .mat-icon {
  color: var(--color-disabled);
}
.dark-mode euc-accordion .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-indicator::after {
  color: var(--color-disabled);
}
.dark-mode euc-accordion .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title {
  color: var(--color-disabled);
}
.dark-mode euc-accordion .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title .expansion-header-text {
  color: var(--color-disabled);
}
.dark-mode .mat-form-field-appearance-fill,
.dark-mode .mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-form-field-appearance-fill .mat-label,
.dark-mode .mat-form-field-appearance-fill .mat-mdc-form-field-required-marker,
.dark-mode .mat-mdc-form-field-appearance-outline .mat-label,
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-required-marker {
  color: var(--color-gray-65);
}
.dark-mode .mat-form-field-appearance-fill:focus-within,
.dark-mode .mat-mdc-form-field-appearance-outline:focus-within {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-form-field-appearance-fill:focus-within .mat-label,
.dark-mode .mat-form-field-appearance-fill:focus-within .mat-mdc-form-field-required-marker,
.dark-mode .mat-mdc-form-field-appearance-outline:focus-within .mat-label,
.dark-mode .mat-mdc-form-field-appearance-outline:focus-within .mat-mdc-form-field-required-marker {
  color: var(--color-blue-55);
}
.dark-mode .mat-form-field-appearance-fill input,
.dark-mode .mat-mdc-form-field-appearance-outline input {
  color: var(--color-form-input-text);
}
.dark-mode .mat-form-field-appearance-fill input::placeholder,
.dark-mode .mat-mdc-form-field-appearance-outline input::placeholder {
  color: var(--color-gray-35);
}
.dark-mode .mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field-appearance-outline input::-webkit-outer-spin-button,
.dark-mode .mat-mdc-form-field-appearance-outline input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dark-mode .mat-mdc-form-field-appearance-outline input[type=number] {
  -moz-appearance: textfield;
}
.dark-mode .mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid) {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid) .mat-mdc-form-field-outline {
  color: var(--color-form-border);
}
.dark-mode .mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):hover .mat-mdc-form-field-outline {
  color: var(--color-blue-55);
}
.dark-mode .mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):focus-within .mat-mdc-form-field-outline {
  color: var(--color-blue-55);
}
.dark-mode .mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-outline {
  color: var(--color-primary);
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline {
  color: var(--color-gray-5);
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-label,
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-required-marker {
  color: var(--color-gray-20);
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-hint {
  color: var(--color-gray-20);
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-icon {
  color: var(--color-gray-20);
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-label,
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-mdc-form-field-required-marker {
  color: var(--color-red-55);
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-icon {
  color: var(--color-red-55);
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-icon:hover {
  color: var(--color-form-red-x-button-hover) !important;
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-mdc-form-field-error {
  color: var(--color-red-55);
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid .mat-mdc-form-field-outline {
  color: var(--color-red-55) !important;
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-focused:not(.mat-mdc-form-field-invalid) .mat-mdc-form-field-label {
  color: var(--color-primary);
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline .mat-mdc-form-field-outline-start {
  border-radius: 3px 0 0 3px;
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline .mat-mdc-form-field-outline-end {
  border-radius: 0 3px 3px 0;
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper {
  padding: 4px 4px 0px 4px !important;
}
.dark-mode .mat-form-field-appearance-fill {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-form-field-appearance-fill .mat-mdc-form-field-underline {
  background-color: var(--color-form-border);
}
.dark-mode .mat-form-field-appearance-fill:hover {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-form-field-appearance-fill:hover .mat-mdc-form-field-underline {
  background-color: var(--color-blue-55);
  height: 1px;
}
.dark-mode .mat-form-field-appearance-fill:hover.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-form-field-appearance-fill:hover.mat-mdc-form-field-invalid .mat-mdc-form-field-underline {
  background-color: var(--color-red-55);
  height: 2px;
}
.dark-mode .mat-form-field-appearance-fill:focus-within {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-form-field-appearance-fill:focus-within .mat-mdc-form-field-underline {
  background-color: var(--color-blue-55);
  height: 2px;
}
.dark-mode .mat-form-field-appearance-fill:focus-within.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-form-field-appearance-fill:focus-within.mat-mdc-form-field-invalid .mat-mdc-form-field-underline {
  background-color: var(--color-red-55);
  height: 2px;
}
.dark-mode .mat-form-field-appearance-fill:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-flex:hover ~ .mat-mdc-form-field-underline .mat-mdc-form-field-ripple {
  opacity: 0 !important;
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-label,
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-mdc-form-field-required-marker {
  color: var(--color-red-55) !important;
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-icon {
  color: var(--color-red-55);
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-icon:hover {
  color: var(--color-form-red-x-button-hover) !important;
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-mdc-form-field-error {
  color: var(--color-red-55);
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-invalid .mat-mdc-form-field-ripple {
  background-color: var(--color-red-55);
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-disabled {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-mdc-form-field-standard {
  color: var(--color-gray-5);
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-label,
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-mdc-form-field-required-marker {
  color: var(--color-gray-20);
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-mdc-form-field-hint {
  color: var(--color-gray-20);
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-icon {
  color: var(--color-gray-20);
}
.dark-mode .mat-form-field-appearance-fill.mat-mdc-form-field-disabled .mat-mdc-form-field-underline {
  background-color: var(--color-gray-20) !important;
  height: 1px;
  background-image: none;
}
.dark-mode .mat-form-field-appearance-fill.form-field-full-width {
  width: 100%;
}
.dark-mode .mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field-appearance-outline.form-field-full-width {
  width: 100%;
}
.dark-mode .mat-mdc-form-field-appearance-outline.form-field-side-padding {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field-appearance-outline.form-field-side-padding .mat-mdc-form-field-wrapper .mat-mdc-form-field-flex {
  padding-top: 0px;
  padding-left: 16px;
  padding-right: 16px;
}
.dark-mode .mat-mdc-form-field-appearance-outline.remove-bottom-padding {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field-appearance-outline.remove-bottom-padding .mat-mdc-form-field-wrapper {
  padding-bottom: 0px;
  margin: 0px;
}
.dark-mode .mat-mdc-form-field-appearance-outline.remove-bottom-padding .mat-mdc-form-field-underline {
  bottom: 0px;
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-prefix,
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-suffix,
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
  top: 0.1em !important;
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-select-arrow-wrapper {
  transform: none !important;
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field:not(.mat-mdc-form-field-appearance-legacy) .mat-mdc-form-field-suffix .mat-mdc-icon-button {
  height: 1.125em;
  width: 1.125em;
  top: -0.06em;
}
.dark-mode .mat-mdc-form-field-appearance-outline.mat-mdc-form-field .mat-mdc-form-field-suffix .mat-icon {
  height: 1.125em;
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-hint-wrapper {
  line-height: 1.25em;
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper {
  margin: 0px;
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-icon-button.mat-primary {
  color: var(--color-gray-6);
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-icon-button.mat-primary mat-icon:hover {
  color: var(--color-gray-7);
}
.dark-mode .mat-mdc-form-field-appearance-outline .clear-btn-container:not(.hide-icon) .mat-mdc-icon-button.mat-primary {
  color: var(--color-gray-6);
}
.dark-mode .mat-mdc-form-field-appearance-outline .clear-btn-container:not(.hide-icon) .mat-mdc-icon-button.mat-primary mat-icon:hover {
  color: var(--color-gray-7);
}
.dark-mode .mat-mdc-form-field-appearance-outline .clear-btn-container.hide-icon {
  cursor: text;
}
.dark-mode .mat-mdc-form-field-appearance-outline .clear-btn-container.hide-icon .mat-mdc-icon-button.mat-primary {
  color: transparent !important;
  cursor: text;
}
.dark-mode .mat-mdc-form-field-appearance-outline .clear-btn-container.hide-icon .mat-mdc-icon-button.mat-primary mat-icon:hover {
  color: transparent;
}
.dark-mode .mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 0.25em 0 0.25em 0;
  border-top: 0.25em solid transparent;
}
.dark-mode .mat-mdc-form-field.size-small {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline {
  line-height: 22px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label {
  top: 1.335em;
}
.dark-mode .mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard {
  line-height: 23.5px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-label {
  top: 1.28em;
}
.dark-mode .mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  padding: 0.43em 0 0em 0;
  border-top: 0em solid transparent;
}
.dark-mode .mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix euc-icon {
  max-height: 1.65em;
}
.dark-mode .mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard input {
  padding-top: 0px !important;
}
.dark-mode .mat-mdc-form-field.size-small.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-small.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label {
  transform: translateY(-0.6em) scale(0.75);
}
.dark-mode .mat-mdc-form-field.size-medium {
  width: 100%;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline {
  line-height: 26px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label {
  top: 1.355em;
}
.dark-mode .mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard {
  line-height: 23.5px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-label {
  top: 1.28em;
}
.dark-mode .mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  padding: 0.43em 0 0em 0;
  border-top: 0.25em solid transparent;
}
.dark-mode .mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix euc-icon {
  max-height: 1.65em;
}
.dark-mode .mat-mdc-form-field.size-medium.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-medium.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label {
  transform: translateY(-0.8em) scale(0.75);
}
.dark-mode .mat-mdc-form-field.size-large {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline {
  line-height: 34px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label {
  top: 1.335em;
}
.dark-mode .mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard {
  line-height: 30px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-label {
  top: 1.35em;
}
.dark-mode .mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  padding: 0.5em 0 0em 0;
  border-top: 0.25em solid transparent;
}
.dark-mode .mat-mdc-form-field.size-large.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-large.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label {
  transform: translateY(-1em) scale(0.75);
}
.dark-mode .mat-mdc-form-field.size-extra-large {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline {
  line-height: 42px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label {
  top: 1.355em;
}
.dark-mode .mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard {
  line-height: 38px;
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-label {
  top: 1.355em;
}
.dark-mode .mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  padding: 0.5em 0 0em 0;
  border-top: 0.25em solid transparent;
}
.dark-mode .mat-mdc-form-field.size-extra-large.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode .mat-mdc-form-field.size-extra-large.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label {
  transform: translateY(-1.2em) scale(0.75);
}
.dark-mode input:-webkit-autofill,
.dark-mode input:-webkit-autofill:hover,
.dark-mode input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px var(--color-background) inset;
  -webkit-box-shadow: 0 0 0px 1000px var(--color-background) inset;
}
.dark-mode .mat-mdc-form-field-error {
  line-height: 16px;
}
.dark-mode .mat-mdc-form-field-hint {
  line-height: 16px;
  color: var(--color-gray-65);
}
.dark-mode euc-select {
  /* ---- mat-form-field specific styles ---- */
  /* ---- mat-select specific styles ---- */
  /*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field {
  /* if euc-svg-icon is used as matSuffix */
  /* outline and standard styles */
  /* outline/underline size on hover, invalid, disabled */
  /* colors */
  /* size */
}
.dark-mode euc-select mat-mdc-form-field euc-svg-icon {
  height: 100%;
}
.dark-mode euc-select mat-mdc-form-field euc-svg-icon mat-icon {
  height: 100% !important;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline {
  height: 100%;
  top: 0;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-hint, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-hint {
  font-size: 10px;
  line-height: 12px !important;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard mat-label, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline mat-label {
  font-size: 13.3333333333px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 0 !important;
  border: 0;
  height: 17px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-suffix {
  top: 0 !important;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  height: 16px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-subscript-wrapper, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-subscript-wrapper {
  margin-top: 0;
  padding: 4px 0 0 0 !important;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline mat-label {
  padding: 0 2px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-start {
  box-sizing: border-box;
  width: 8px !important;
  min-width: 8px;
  border-radius: 2px 0 0 2px !important;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-gap {
  margin-right: -5px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-end {
  box-sizing: border-box;
  width: 8px !important;
  min-width: 8px;
  border-radius: 0 2px 2px 0 !important;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
  align-self: center;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-suffix {
  align-self: center;
  display: flex;
  align-items: center;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex {
  padding: 0 8px !important;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  align-self: flex-end;
  top: 0 !important; /* temporarily */
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  display: flex;
  align-items: center;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover.mat-focused, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover.mat-focused {
  border-width: 2px !important;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-end {
  border-width: 1px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-end {
  border-width: 1px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-end {
  border-width: 1px !important;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused) .mat-mdc-form-field-flex:hover + .mat-mdc-form-field-underline > .mat-mdc-form-field-ripple {
  height: 1px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-ripple {
  height: 1px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-ripple {
  height: 1px;
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard mat-label,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-hint, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline mat-label,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-hint {
  color: var(--color-gray-65);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline-end, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline-end {
  color: var(--color-select-border);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-outline, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline {
  color: var(--color-gray-30);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused mat-label, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused mat-label {
  color: var(--color-blue-55);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled), .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) mat-label,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-hint, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) mat-label,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-hint {
  color: var(--color-red-55);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled mat-label,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-outline,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-hint,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-end, .dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled mat-label,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-hint,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-form-field-outline-end {
  color: var(--color-gray-20);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-outline-end {
  color: var(--color-blue-55);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused):hover .mat-mdc-form-field-outline-end {
  color: var(--color-blue-55);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-start,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-gap,
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) .mat-mdc-form-field-outline-end {
  color: var(--color-red-55);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid).mat-focused .mat-mdc-form-field-underline {
  color: var(--color-blue-55);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused) {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard:not(.mat-mdc-form-field-disabled):not(.mat-mdc-form-field-invalid):not(.mat-focused) .mat-mdc-form-field-flex:hover + .mat-mdc-form-field-underline > .mat-mdc-form-field-ripple {
  background-color: var(--color-blue-55);
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-ripple {
  background-color: var(--color-gray-30);
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard, .dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline {
  line-height: unset !important; /* temporarily */
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex, .dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 28px;
  display: flex;
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.67em) scale(0.75);
  top: 1.84375em; /* temporarily */
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34375em) scale(0.75); /* temporarily */
}
.dark-mode euc-select mat-mdc-form-field.size-small.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  height: 28px;
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard, .dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline {
  line-height: unset !important; /* temporarily */
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex, .dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 32px;
  display: flex;
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  padding-top: -12px;
  top: -12px;
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-23.5px) scale(0.75);
  top: 1.84375em; /* temporarily */
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34375em) scale(0.75); /* temporarily */
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  height: 32px;
}
.dark-mode euc-select mat-mdc-form-field.size-medium.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  margin-bottom: 2.5px;
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard, .dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline {
  line-height: unset !important; /* temporarily */
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex, .dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 40px;
  display: flex;
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  padding-top: -16px;
  top: -16px;
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-23.5px) scale(0.75);
  top: 1.84375em; /* temporarily */
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34375em) scale(0.75); /* temporarily */
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  height: 40px;
}
.dark-mode euc-select mat-mdc-form-field.size-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  margin-bottom: 5.5px;
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard, .dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline {
  line-height: unset !important; /* temporarily */
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex, .dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  height: 48px;
  display: flex;
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  padding-top: -20px;
  top: -20px;
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-23.5px) scale(0.75);
  top: 1.84375em; /* temporarily */
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-wrapper .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34375em) scale(0.75); /* temporarily */
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-suffix {
  height: 48px;
}
.dark-mode euc-select mat-mdc-form-field.size-extra-large.mat-mdc-form-field-appearance-standard .mat-mdc-form-field-infix {
  margin-bottom: 9.5px;
}
.dark-mode euc-select mat-form-field {
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-form-field mat-select {
  line-height: 17px;
}
.dark-mode euc-select mat-form-field .mat-mdc-select-arrow {
  display: none;
}
.dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-standard, .dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-outline {
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-standard .mat-mdc-select-placeholder, .dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-outline .mat-mdc-select-placeholder {
  color: var(--color-select-placeholder);
}
.dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-standard path, .dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-outline path {
  fill: var(--color-gray-50);
}
.dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled, .dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version.*/
}
.dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-select-placeholder, .dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled .mat-mdc-select-placeholder {
  color: var(--color-gray-20);
}
.dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled path, .dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-disabled path {
  fill: var(--color-gray-20);
}
.dark-mode euc-select mat-form-field.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-invalid:not(.mat-mdc-form-field-disabled) path {
  fill: var(--color-red-55);
}
.dark-mode euc-select .mat-mdc-option:hover:not(.mat-mdc-option-disabled) {
  background: var(--color-hover-basic);
}
.dark-mode euc-select .mat-mdc-option.mat-active {
  background: var(--color-selected-background);
}
.dark-mode euc-select .mat-mdc-select-panel {
  border: 1px solid var(--color-selection-list-border);
}
.dark-mode euc-select .mat-mdc-select-panel .mat-mdc-option.mat-mdc-selected,
.dark-mode euc-select .mat-mdc-select-panel .mat-mdc-option.mat-mdc-selected:not(.mat-mdc-option-multiple) {
  background: var(--color-selected-background);
  border-bottom: 1px solid var(--color-selection-list-border);
}
.dark-mode euc-select .mat-mdc-select-panel .mat-mdc-option {
  border-bottom: 1px solid var(--color-selection-list-border);
}
.dark-mode euc-select .mat-mdc-option.mat-option-disabled {
  color: var(--color-disabled);
}
.dark-mode euc-select .mat-mdc-select-value {
  color: var(--color-select-text);
}
.dark-mode euc-select .mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  border-color: var(--color-black);
}
.dark-mode euc-select .mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked::after {
  color: var(--color-black);
}
.dark-mode .euc-paginator {
  color: var(--color-gray-65);
  display: flex;
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
  /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */
}
.dark-mode .euc-paginator.paginator-left {
  justify-content: flex-start;
}
.dark-mode .euc-paginator.paginator-center {
  justify-content: center;
}
.dark-mode .euc-paginator.paginator-right {
  justify-content: flex-end;
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions {
  order: 1;
}
.dark-mode .euc-paginator .mat-mdc-paginator-page-size {
  order: 0;
}
.dark-mode .euc-paginator .mat-mdc-paginator {
  margin-left: 64px;
  margin-right: 64px;
  background: transparent;
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-previous,
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-next {
  height: unset;
  width: unset;
  line-height: 1;
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-first {
  order: 20;
  margin-right: 0px;
  margin-top: -5px;
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-previous {
  order: 30;
  margin-right: 84px;
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label {
  order: 10;
  margin: 0 64px;
  color: var(--color-gray-65);
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-page-size-value {
  color: var(--color-gray-65);
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-next {
  order: 50;
  margin-right: 12px;
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-next .mat-mdc-paginator-navigation-previous {
  margin-top: 5px;
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-navigation-last {
  order: 60;
  margin-top: -5px;
  margin-left: -9px;
}
.dark-mode .euc-paginator .mat-mdc-paginator-range-actions .mat-mdc-paginator-page-size {
  margin-right: 64px;
}
.dark-mode .euc-paginator .mat-mdc-paginator-container {
  margin: -6px 0;
  padding: 0;
  position: relative;
  font-size: 14px;
}
.dark-mode .euc-paginator .mdc-icon-button svg {
  height: 24px;
  width: 24px;
}
.dark-mode .euc-paginator .mat-mdc-paginator-page-size .mat-mdc-select-trigger {
  color: var(--color-gray-65);
}
.dark-mode .euc-paginator .page-index-container {
  order: 40;
  margin-top: -3px;
  transform: translateX(-255px);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.dark-mode .euc-paginator .page_index_input {
  min-width: 1em;
  max-width: 1.1em;
  width: auto;
  text-align: center;
  border: none;
  border-radius: 4px;
  background: none;
  color: var(--color-gray-65);
  flex-shrink: 0;
  padding: 0;
}
.dark-mode .euc-paginator .page_index_input:focus {
  outline: none;
  border: 2px solid var(--color-primary);
  caret-color: var(--color-primary);
}
.dark-mode .euc-paginator .mat-mdc-paginator-page-size-label {
  margin-right: 4px;
  color: var(--color-gray-65) !important;
}
.dark-mode .euc-paginator input::-webkit-outer-spin-button,
.dark-mode .euc-paginator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.dark-mode .euc-paginator input[type=number] {
  -moz-appearance: textfield;
}
.dark-mode .euc-paginator .mat-mdc-icon-button {
  color: var(--color-gray-65) !important;
}
.dark-mode .euc-paginator .mat-button-disabled {
  color: var(--color-disabled) !important;
}
.dark-mode euc-drag-drop-list .search-container euc-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
.dark-mode euc-drag-drop-list .search-container euc-form-field .mat-mdc-form-field-infix {
  padding: 8px 0 !important;
}
.dark-mode euc-drag-drop-list .search-container euc-form-field .mat-mdc-form-field {
  display: block;
}
.dark-mode euc-checkbox-list-dialogue .checkbox-list-dialogue-flex-settings euc-form-field {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
.dark-mode euc-checkbox-list-dialogue .checkbox-list-dialogue-flex-settings euc-form-field .mat-mdc-form-field-infix {
  padding: 8px 0 !important;
}
.dark-mode euc-autocomplete .mat-mdc-form-field-appearance-standard,
.dark-mode euc-autocomplete .mat-mdc-form-field-appearance-outline {
  /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version. */
}
.dark-mode euc-autocomplete .mat-mdc-form-field-appearance-standard .mat-mdc-form-field-flex,
.dark-mode euc-autocomplete .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-flex {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.dark-mode euc-input-dropdown .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control {
  margin-left: 0px;
}
.dark-mode euc-input-dropdown .mat-mdc-form-field.mat-mdc-form-field-invalid {
  /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */
}
.dark-mode euc-input-dropdown .mat-mdc-form-field.mat-mdc-form-field-invalid .mat-mdc-select-arrow,
.dark-mode euc-input-dropdown .mat-mdc-form-field.mat-mdc-form-field-invalid .mat-mdc-select-value {
  color: var(--color-red-55) !important;
}
.dark-mode euc-input-dropdown .mat-mdc-form-field .mat-mdc-select-value {
  overflow: visible;
  padding-right: 4px;
}
.dark-mode euc-input-dropdown .mat-mdc-form-field .input-suffix .measure-select {
  margin: 0px 12px 0px 0px !important;
  padding-top: 6px;
}
.dark-mode euc-input-dropdown .mdc-icon-button {
  padding: initial !important;
  margin-top: 2px;
}
.dark-mode .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-unselected-handle-color: #bdbdbd;
  --mdc-switch-unselected-icon-color: #bdbdbd;
  --mdc-switch-unselected-hover-handle-color: #bdbdbd;
  --mdc-switch-unselected-pressed-handle-color: #bdbdbd;
  --mdc-switch-unselected-focus-handle-color: #bdbdbd;
  --mdc-switch-selected-focus-state-layer-color: #8ab4f8!important;
  --mdc-switch-selected-handle-color: #8ab4f8!important;
  --mdc-switch-selected-hover-state-layer-color: #8ab4f8!important;
  --mdc-switch-selected-pressed-state-layer-color: #8ab4f8!important;
  --mdc-switch-selected-focus-handle-color: #8ab4f8!important;
  --mdc-switch-selected-hover-handle-color: #8ab4f8!important;
  --mdc-switch-selected-pressed-handle-color: #8ab4f8!important;
  --mdc-switch-selected-focus-track-color: rgba(138, 180, 248, 0.54);
  --mdc-switch-selected-hover-track-color: rgba(138, 180, 248, 0.54);
  --mdc-switch-selected-pressed-track-color: rgba(138, 180, 248, 0.54);
  --mdc-switch-selected-track-color: rgba(138, 180, 248, 0.54);
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: var(--color-background) !important;
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control {
  margin-top: 5px;
  margin-left: 10px;
}

.mat-mdc-form-field-focus-overlay {
  background-color: var(--color-background) !important;
}

.mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #0d71c6;
  --mdc-switch-selected-handle-color: #0d71c6;
  --mdc-switch-selected-hover-state-layer-color: #0d71c6;
  --mdc-switch-selected-pressed-state-layer-color: #0d71c6;
  --mdc-switch-selected-focus-handle-color: #0d71c6;
  --mdc-switch-selected-hover-handle-color: #0d71c6;
  --mdc-switch-selected-pressed-handle-color: #0d71c6;
  --mdc-switch-selected-focus-track-color: rgba(13, 113, 198, 0.54);
  --mdc-switch-selected-hover-track-color: rgba(13, 113, 198, 0.54);
  --mdc-switch-selected-pressed-track-color: rgba(13, 113, 198, 0.54);
  --mdc-switch-selected-track-color: rgba(13, 113, 198, 0.54);
  --mdc-switch-unselected-handle-color: #fafafa;
  --mdc-switch-unselected-icon-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color:#fafafa;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-track-color: gray;
  --mdc-switch-unselected-pressed-track-color: gray;
  --mdc-switch-unselected-focus-track-color: gray;
  --mdc-switch-unselected-hover-track-color: gray;
}

/*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
.datepicker-hidden-underline:not(.mat-mdc-form-field-invalid) .mat-mdc-form-field-underline {
  display: none;
}

/*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
.datepicker-hidden-underline:not(.mat-mdc-form-field-invalid) .mat-mdc-form-field-wrapper {
  padding-bottom: 0;
}

/*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
.mat-mdc-form-field-appearance-fill:not(mat-form-field-has-label) .mat-mdc-form-field-flex {
  padding-top: 0;
}

.mat-mdc-form-field-appearance-standard.size-small .mat-date-range-input-container,
.mat-mdc-form-field-appearance-standard.size-small input:not(.mat-date-range-input-inner) {
  padding-top: 2px;
}

.mdc-list-item.mdc-list-item--with-two-lines .mdc-list-item__start {
  margin-top: 25px !important;
}

.mdc-list-group__subheader:first-child {
  margin-top: -8px;
}

.mdc-list-group__subheader {
  color: rgba(0, 0, 0, 0.54);
  height: 48px;
  line-height: 16px;
  display: flex;
  box-sizing: border-box;
  padding: 16px;
  align-items: center;
  font-size: bold;
  font-family: "Akkurat-Pro-Regular", Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 !important;
}

.datepicker-full-width {
  width: 100%;
}

.euc-snack-bar {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.11)), #121212;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2);
}

.mat-mdc-tooltip-panel-below .euc-closer-tooltip {
  position: relative;
  top: -1rem;
}

.mat-mdc-tooltip-panel-above .euc-closer-tooltip {
  position: relative;
  bottom: -1rem;
}

.euc-dialog-wrapper .mat-mdc-dialog-content {
  background-color: var(--color-panel-background);
  border: 1px solid var(--color-gray-10);
  border-radius: 4px;
}
.euc-dialog-wrapper .mat-mdc-dialog-container {
  padding: 0;
}
.euc-dialog-wrapper .dialog-header {
  color: var(--color-text-secondary);
}
.euc-dialog-wrapper .dialog-header .mat-icon {
  color: var(--color-text-secondary);
}

.cdk-global-overlay-wrapper {
  background-color: transparent;
}

.message-dialog-container .dialog-header {
  padding: 16px;
  padding-bottom: 0;
  margin: 0px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
.message-dialog-container .dialog-header span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.message-dialog-container .mat-mdc-dialog-container {
  overflow: hidden;
}
.message-dialog-container .mat-mdc-dialog-container .mat-mdc-dialog-content {
  padding: 0px;
}
.message-dialog-container .mat-mdc-dialog-container .mat-mdc-dialog-content .dialog-content {
  padding: 16px;
  padding-bottom: 4px;
}
.message-dialog-container .mat-mdc-dialog-container .mat-mdc-dialog-content .dialog-controls {
  box-shadow: none;
}

.dialog-backdrop-blur {
  backdrop-filter: blur(2px);
}

.dialog-backdrop-gray {
  background-color: rgba(0, 0, 0, 0.65);
}

.dialog-backdrop-transparent {
  background-color: transparent;
}

.dialog-backdrop-white {
  background-color: rgba(255, 255, 255, 0.65);
}

euc-panel {
  /*TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/
}
euc-panel .mat-mdc-card-header-text {
  margin-left: 0px;
  overflow: hidden;
}
euc-panel .mat-mdc-card-header .mat-mdc-card-title {
  margin-bottom: auto;
  padding: 0 !important;
}
euc-panel .mat-mdc-card-content {
  padding: 0px !important;
}
euc-panel .mat-icon {
  color: var(--color-panel-icon);
}

/*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
euc-selection-list .mat-mdc-list-base .mat-mdc-list-item .mat-list-item-content, .mat-mdc-list-base .mat-list-option .mat-list-item-content {
  padding: 0;
}

.energy-checkbox {
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.energy-checkbox .mat-mdc-checkbox-frame {
  border-color: var(--color-checkbox);
  border-width: 2px;
  border-radius: 3px;
}
.energy-checkbox .mat-mdc-checkbox-background {
  background-color: transparent !important;
  border-radius: 3px;
}
.energy-checkbox.mat-mdc-checkbox-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.energy-checkbox.mat-mdc-checkbox-disabled .mat-mdc-checkbox-frame {
  border-color: var(--color-disabled);
}
.energy-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-checked, .energy-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-indeterminate {
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.energy-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-checked .mat-mdc-checkbox-background, .energy-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-indeterminate .mat-mdc-checkbox-background {
  background-color: transparent;
}
.energy-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-checked .mat-mdc-checkbox-mixedmark, .energy-checkbox.mat-mdc-checkbox-disabled.mat-mdc-checkbox-indeterminate .mat-mdc-checkbox-mixedmark {
  background-color: var(--color-disabled) !important;
}
.energy-checkbox.mat-mdc-checkbox-disabled .mat-mdc-checkbox-label {
  color: var(--color-disabled);
}
.energy-checkbox.mat-mdc-checkbox-disabled .mat-mdc-checkbox-checkmark-path {
  stroke: var(--color-disabled) !important;
}
.energy-checkbox .mat-mdc-checkbox-checkmark-path {
  stroke: var(--color-checkbox) !important;
}
.energy-checkbox .mat-mdc-checkbox-label {
  color: var(--color-checkbox);
}
.energy-checkbox .mat-ripple-element {
  background: var(--color-checkbox) !important;
}
.energy-checkbox .mat-mdc-checkbox-mixedmark {
  background-color: var(--color-checkbox) !important;
}

.mat-mdc-radio-button {
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button .mat-mdc-radio-outer-circle {
  border-color: var(--color-black) !important;
}
.mat-mdc-radio-button .mat-mdc-radio-inner-circle {
  background-color: var(--color-black) !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked {
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mat-mdc-radio-outer-circle {
  border-color: var(--color-black) !important;
}
.mat-mdc-radio-button.mat-mdc-radio-checked .mat-mdc-radio-inner-circle {
  background-color: var(--color-black) !important;
}
.mat-mdc-radio-button .mat-mdc-radio-ripple .mat-ripple-element {
  background-color: var(--color-black) !important;
}
.mat-mdc-radio-button.mat-mdc-radio-disabled {
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
}
.mat-mdc-radio-button.mat-mdc-radio-disabled .mat-mdc-radio-outer-circle {
  border-color: var(--color-disabled) !important;
}
.mat-mdc-radio-button.mat-mdc-radio-disabled .mat-mdc-radio-inner-circle {
  background-color: var(--color-disabled) !important;
}
.mat-mdc-radio-button.mat-mdc-radio-disabled .mat-mdc-radio-label-content {
  color: var(--color-disabled);
}
.mat-mdc-radio-button .mat-mdc-radio-label-content {
  color: var(--color-black);
}

/*TODO(mdc-migration): The following rule targets internal classes of radio that may no longer apply for the MDC version.*/
.mat-mdc-radio-button.mat-primary.mat-mdc-radio-checked .mat-mdc-radio-persistent-ripple {
  background-color: var(--color-black);
}

/*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
.mat-mdc-checkbox-indeterminate.mat-primary .mat-mdc-checkbox-background, .mat-mdc-checkbox-checked.mat-primary .mat-mdc-checkbox-background {
  background-color: transparent;
}

.energy-checkbox.select-all-checkbox {
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.energy-checkbox.select-all-checkbox label {
  width: 100%;
  height: 100%;
  align-items: center;
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.energy-checkbox.select-all-checkbox label .mat-mdc-checkbox-label {
  flex: 1;
}
.energy-checkbox.select-all-checkbox .mat-mdc-checkbox-ripple.mat-focus-indicator {
  display: none;
}

.mat-mdc-list-item .mat-pseudo-checkbox, .mat-mdc-option .mat-pseudo-checkbox {
  border-color: var(--color-black);
  border-width: 2px;
  border-radius: 3px;
  margin-left: 8px;
}
.mat-mdc-list-item .mat-pseudo-checkbox.mat-pseudo-checkbox-disabled, .mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-disabled {
  border-color: var(--color-disabled);
}
.mat-mdc-list-item .mat-pseudo-checkbox.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked, .mat-mdc-list-item .mat-pseudo-checkbox.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate, .mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked, .mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate {
  background-color: var(--color-disabled);
}
.mat-mdc-list-item .mat-pseudo-checkbox.mat-pseudo-checkbox-checked, .mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background: transparent;
  border-color: var(--color-black);
}
.mat-mdc-list-item .mat-pseudo-checkbox.mat-pseudo-checkbox-checked:after, .mat-mdc-option .mat-pseudo-checkbox.mat-pseudo-checkbox-checked:after {
  color: var(--color-black);
}

.mat-mdc-option-pseudo-checkbox.mat-pseudo-checkbox-checked {
  background-color: var(--color-primary);
}

/*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
/*TODO(mdc-migration): The following rule targets internal classes of option that may no longer apply for the MDC version.*/
.mat-primary .mat-mdc-option.mat-mdc-selected:not(.mat-option-disabled) {
  color: var(--color-text-primary) !important;
}

euc-tab-group {
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
euc-tab-group .mat-mdc-tab-header {
  border-bottom: none;
}
euc-tab-group .mat-mdc-tab-group.mat-primary {
  background-color: var(--color-background);
}
euc-tab-group .mat-mdc-tab-group.mat-primary .mat-ink-bar {
  background: var(--color-mat-tab-ink-bar) !important;
}
euc-tab-group .size-small {
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
euc-tab-group .size-small .mat-mdc-tab {
  height: 28px;
}
euc-tab-group .size-medium {
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
euc-tab-group .size-medium .mat-mdc-tab {
  height: 36px;
}
euc-tab-group .size-large {
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
euc-tab-group .size-large .mat-mdc-tab {
  height: 48px;
}
euc-tab-group .size-extra-large {
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
euc-tab-group .size-extra-large .mat-mdc-tab {
  height: 64px;
}
euc-tab-group .mat-mdc-tab {
  opacity: 1;
  flex-grow: 0 !important;
  padding-top: 2px;
  color: var(--color-text-primary);
  padding: 0;
  min-width: unset;
  background-color: var(--color-background);
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
euc-tab-group .mat-mdc-tab.mat-mdc-tab-disabled .tab-label {
  color: var(--color-text-primary) !important;
}
euc-tab-group .mat-mdc-tab.mat-mdc-tab-disabled :hover.tab-icon.right {
  cursor: pointer;
}
euc-tab-group .mat-mdc-tab .mat-mdc-tab-label-content {
  display: flex;
  width: 100%;
}
euc-tab-group .mat-mdc-tab.mat-mdc-tab-label-active {
  color: #000000 !important;
}
euc-tab-group .mat-mdc-tab.mat-mdc-tab-label-active .tab-icon {
  color: var(--color-tab-active-text) !important;
}
euc-tab-group .mat-mdc-tab.mat-mdc-tab-label-active .tab-label {
  text-shadow: 0.5px 0px 0px var(--color-tab-active-text);
  color: var(--color-tab-active-text) !important;
}
euc-tab-group .mat-mdc-tab:hover:not(.mat-mdc-tab-disabled) {
  background-color: var(--color-tab-background-hover);
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
euc-tab-group .mat-mdc-tab:hover:not(.mat-mdc-tab-disabled):not(.mat-mdc-tab-disabled) {
  cursor: pointer;
}
euc-tab-group .mat-mdc-tab .mat-mdc-tab-wrapper {
  width: 100%;
}
euc-tab-group .mat-mdc-tab-body-wrapper {
  height: 0;
}
euc-tab-group .mat-mdc-tab-labels > .mat-mdc-tab:first-child {
  display: none;
}

euc-date-picker .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control,
euc-date-range-picker .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control {
  margin-left: 0px;
}
euc-date-picker .mat-form-field-appearance-fill.size-small, euc-date-picker .mat-form-field-appearance-fill.size-medium, euc-date-picker .mat-form-field-appearance-fill.size-large, euc-date-picker .mat-form-field-appearance-fill.size-extra-large,
euc-date-picker .mat-form-field-appearance-outline.size-small,
euc-date-picker .mat-form-field-appearance-outline.size-medium,
euc-date-picker .mat-form-field-appearance-outline.size-large,
euc-date-picker .mat-form-field-appearance-outline.size-extra-large,
euc-date-range-picker .mat-form-field-appearance-fill.size-small,
euc-date-range-picker .mat-form-field-appearance-fill.size-medium,
euc-date-range-picker .mat-form-field-appearance-fill.size-large,
euc-date-range-picker .mat-form-field-appearance-fill.size-extra-large,
euc-date-range-picker .mat-form-field-appearance-outline.size-small,
euc-date-range-picker .mat-form-field-appearance-outline.size-medium,
euc-date-range-picker .mat-form-field-appearance-outline.size-large,
euc-date-range-picker .mat-form-field-appearance-outline.size-extra-large {
  /*TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/
}
euc-date-picker .mat-form-field-appearance-fill.size-small .mat-mdc-form-field-icon-suffix, euc-date-picker .mat-form-field-appearance-fill.size-medium .mat-mdc-form-field-icon-suffix, euc-date-picker .mat-form-field-appearance-fill.size-large .mat-mdc-form-field-icon-suffix, euc-date-picker .mat-form-field-appearance-fill.size-extra-large .mat-mdc-form-field-icon-suffix,
euc-date-picker .mat-form-field-appearance-outline.size-small .mat-mdc-form-field-icon-suffix,
euc-date-picker .mat-form-field-appearance-outline.size-medium .mat-mdc-form-field-icon-suffix,
euc-date-picker .mat-form-field-appearance-outline.size-large .mat-mdc-form-field-icon-suffix,
euc-date-picker .mat-form-field-appearance-outline.size-extra-large .mat-mdc-form-field-icon-suffix,
euc-date-range-picker .mat-form-field-appearance-fill.size-small .mat-mdc-form-field-icon-suffix,
euc-date-range-picker .mat-form-field-appearance-fill.size-medium .mat-mdc-form-field-icon-suffix,
euc-date-range-picker .mat-form-field-appearance-fill.size-large .mat-mdc-form-field-icon-suffix,
euc-date-range-picker .mat-form-field-appearance-fill.size-extra-large .mat-mdc-form-field-icon-suffix,
euc-date-range-picker .mat-form-field-appearance-outline.size-small .mat-mdc-form-field-icon-suffix,
euc-date-range-picker .mat-form-field-appearance-outline.size-medium .mat-mdc-form-field-icon-suffix,
euc-date-range-picker .mat-form-field-appearance-outline.size-large .mat-mdc-form-field-icon-suffix,
euc-date-range-picker .mat-form-field-appearance-outline.size-extra-large .mat-mdc-form-field-icon-suffix {
  top: 0.4em !important;
}
euc-date-picker .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control,
euc-date-picker .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control,
euc-date-range-picker .mat-form-field-appearance-fill .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control,
euc-date-range-picker .mat-form-field-appearance-outline .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control {
  margin-top: 12px;
}

euc-selection-list,
euc-drag-drop-list,
.custom-preview {
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
euc-selection-list .item-label,
euc-drag-drop-list .item-label,
.custom-preview .item-label {
  color: var(--color-black);
}
euc-selection-list .item-text,
euc-drag-drop-list .item-text,
.custom-preview .item-text {
  color: var(--color-black);
}
euc-selection-list .cdk-virtual-scroll-content-wrapper,
euc-drag-drop-list .cdk-virtual-scroll-content-wrapper,
.custom-preview .cdk-virtual-scroll-content-wrapper {
  width: 100%;
}
euc-selection-list .checkbox-content,
euc-drag-drop-list .checkbox-content,
.custom-preview .checkbox-content {
  align-items: center;
}
euc-selection-list .small-selection-list .mat-mdc-list-option,
euc-selection-list .small-selection-list .mat-mdc-list-item,
euc-drag-drop-list .small-selection-list .mat-mdc-list-option,
euc-drag-drop-list .small-selection-list .mat-mdc-list-item,
.custom-preview .small-selection-list .mat-mdc-list-option,
.custom-preview .small-selection-list .mat-mdc-list-item {
  height: 28px;
}
euc-selection-list .medium-selection-list .mat-mdc-list-option,
euc-selection-list .medium-selection-list .mat-mdc-list-item,
euc-drag-drop-list .medium-selection-list .mat-mdc-list-option,
euc-drag-drop-list .medium-selection-list .mat-mdc-list-item,
.custom-preview .medium-selection-list .mat-mdc-list-option,
.custom-preview .medium-selection-list .mat-mdc-list-item {
  height: 36px;
}
euc-selection-list .large-selection-list .mat-mdc-list-option,
euc-selection-list .large-selection-list .mat-mdc-list-item,
euc-drag-drop-list .large-selection-list .mat-mdc-list-option,
euc-drag-drop-list .large-selection-list .mat-mdc-list-item,
.custom-preview .large-selection-list .mat-mdc-list-option,
.custom-preview .large-selection-list .mat-mdc-list-item {
  height: 48px;
}
euc-selection-list .mat-mdc-list-item,
euc-drag-drop-list .mat-mdc-list-item,
.custom-preview .mat-mdc-list-item {
  background: var(--color-selection-list-background);
}
euc-selection-list .mat-mdc-list-item-disabled,
euc-drag-drop-list .mat-mdc-list-item-disabled,
.custom-preview .mat-mdc-list-item-disabled {
  background-color: var(--color-background) !important;
}
euc-selection-list .mat-mdc-list-item-disabled .item-label,
euc-drag-drop-list .mat-mdc-list-item-disabled .item-label,
.custom-preview .mat-mdc-list-item-disabled .item-label {
  color: var(--color-disabled) !important;
}
euc-selection-list .mat-mdc-list-item-disabled .item-text,
euc-drag-drop-list .mat-mdc-list-item-disabled .item-text,
.custom-preview .mat-mdc-list-item-disabled .item-text {
  color: var(--color-disabled) !important;
}
euc-selection-list .disabled-text,
euc-drag-drop-list .disabled-text,
.custom-preview .disabled-text {
  color: var(--color-disabled);
}
euc-selection-list mark,
euc-drag-drop-list mark,
.custom-preview mark {
  background-color: var(--color-text-highlight);
  color: var(--color-text-secondary);
}
euc-selection-list .item-text-container,
euc-drag-drop-list .item-text-container,
.custom-preview .item-text-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
}
euc-selection-list .item-text-container .item-label,
euc-drag-drop-list .item-text-container .item-label,
.custom-preview .item-text-container .item-label {
  font-size: 11px;
  line-height: 13.83px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--color-text-secondary);
}
euc-selection-list .item-text-container .item-text,
euc-drag-drop-list .item-text-container .item-text,
.custom-preview .item-text-container .item-text {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 17.6px;
  color: var(--color-text-secondary);
}

euc-drag-drop-list,
.custom-preview {
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
euc-drag-drop-list .mat-mdc-list-item,
.custom-preview .mat-mdc-list-item {
  padding: 0 8px !important;
}
euc-drag-drop-list .mat-mdc-list-item euc-svg-icon,
.custom-preview .mat-mdc-list-item euc-svg-icon {
  height: 16px;
  opacity: 0;
}
euc-drag-drop-list .mat-mdc-list-item euc-svg-icon.remove-icon, euc-drag-drop-list .mat-mdc-list-item euc-svg-icon.drag-icon,
.custom-preview .mat-mdc-list-item euc-svg-icon.remove-icon,
.custom-preview .mat-mdc-list-item euc-svg-icon.drag-icon {
  color: var(--color-primary);
}
euc-drag-drop-list .mat-mdc-list-item euc-svg-icon.drag-icon,
.custom-preview .mat-mdc-list-item euc-svg-icon.drag-icon {
  margin-right: 8px;
  width: 8px;
}
euc-drag-drop-list .mat-mdc-list-item euc-svg-icon.drag-icon.cdk-drag-handle,
.custom-preview .mat-mdc-list-item euc-svg-icon.drag-icon.cdk-drag-handle {
  cursor: grab;
}
euc-drag-drop-list .mat-mdc-list-item euc-svg-icon.drag-icon .mat-icon,
.custom-preview .mat-mdc-list-item euc-svg-icon.drag-icon .mat-icon {
  transform: translateX(-4px);
}
euc-drag-drop-list .mat-mdc-list-item euc-svg-icon.display-always,
.custom-preview .mat-mdc-list-item euc-svg-icon.display-always {
  opacity: 1;
}

.custom-preview .mat-mdc-list-base {
  align-items: center;
  padding: 0px;
}
.custom-preview .mat-mdc-list-base euc-svg-icon {
  height: 16px;
}

euc-svg-icon {
  font-size: 0;
  fill: var(--color-gray-50);
}

euc-icon {
  color: var(--color-gray-50);
}

euc-extended-chip {
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
euc-extended-chip .trailing-icon, euc-extended-chip .leading-icon {
  height: 24px;
  width: 24px;
}
euc-extended-chip .trailing-icon.chip-cancel svg {
  margin-top: 6px;
  height: 12px;
  width: 12px;
}
euc-extended-chip .icon-primary svg {
  fill: #737676;
}
euc-extended-chip .icon-default svg {
  fill: #737676;
}
euc-extended-chip .size-small svg {
  margin-bottom: -1px;
}
euc-extended-chip .mat-mdc-button-wrapper {
  display: flex;
  align-items: center;
}
euc-extended-chip .disabled .icon-primary svg {
  fill: var(--color-disabled);
}
euc-extended-chip .disabled .icon-default svg {
  fill: var(--color-disabled);
}
euc-extended-chip button:hover:not(.disabled):not(.selected) {
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  background-color: var(--color-chips-hover) !important;
}
euc-extended-chip button:hover:not(.disabled):not(.selected) .mat-mdc-button-focus-overlay {
  background-color: transparent;
}

.extended-chip-menu {
  margin-top: 8px;
}

.dropdown-fixed-width.mat-mdc-menu-panel {
  width: 458px;
}

.dropdown-fixed-width.mat-mdc-menu-panel, .dropdown-flexible-width.mat-mdc-menu-panel {
  max-height: min(100vh - 48px, 458px);
  max-width: 458px;
  border-radius: 0;
  box-sizing: border-box;
}

.dropdown-fixed-width .mat-mdc-menu-content:not(:empty), .dropdown-flexible-width .mat-mdc-menu-content:not(:empty), .dropdown-button-content .mat-mdc-menu-content:not(:empty) {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 42px !important;
}

euc-custom-dropdown button.mat-mdc-button-base, euc-dropdown-button button.mat-mdc-button-base {
  padding: 0 8px;
  min-width: 24px;
  line-height: 32px;
}
euc-custom-dropdown button.mat-mdc-button-base .mdc-button__label, euc-dropdown-button button.mat-mdc-button-base .mdc-button__label {
  display: flex;
  justify-content: center;
}
euc-custom-dropdown button.mat-mdc-button-base .mdc-button__label .right-icon, euc-dropdown-button button.mat-mdc-button-base .mdc-button__label .right-icon {
  padding-right: 0px;
  padding-left: 8px;
}

.hide_navigation_arrow {
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.hide_navigation_arrow .mat-mdc-tab-header-pagination-controls-enabled .mat-mdc-tab-header-pagination {
  display: none;
}

.center_tab_labels {
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.center_tab_labels .mat-mdc-tab-label {
  justify-content: center;
}
.center_tab_labels .tab-label-wrapper {
  padding-left: 8px;
}

.left_tab_labels {
  /*TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version.*/
}
.left_tab_labels .mat-mdc-tab-label {
  justify-content: left;
}
.left_tab_labels .tab-label-wrapper {
  padding-left: 0;
}

.cdk-overlay-pane.saveas-menu-container {
  margin-top: 4px;
}

.saveas-menu.mat-mdc-menu-item {
  height: 24px;
  line-height: 24px;
}

.saveas-menu-container .mat-mdc-menu-panel {
  min-height: 24px !important;
  padding: 0px;
  width: 100%;
}

.no-text-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Old versions of Firefox */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

.mat-mdc-list-base {
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.mat-mdc-list-base.narrow-list {
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.mat-mdc-list-base.narrow-list .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-list-text .checkbox-content .text-content {
  padding-left: 8px;
  padding-right: 8px;
}
.mat-mdc-list-base.narrow-list .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-list-text .checkbox-content > euc-icon,
.mat-mdc-list-base.narrow-list .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-list-text .checkbox-content > euc-svg-icon {
  padding-left: 8px;
}
.mat-mdc-list-base.default-list {
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.mat-mdc-list-base.default-list .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-list-text .checkbox-content .text-content {
  padding-left: 16px;
  padding-right: 16px;
}
.mat-mdc-list-base.default-list .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-list-text .checkbox-content > euc-icon,
.mat-mdc-list-base.default-list .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-list-text .checkbox-content > euc-svg-icon {
  padding-left: 16px;
}
.mat-mdc-list-base.default-list, .mat-mdc-list-base.narrow-list {
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
.mat-mdc-list-base.default-list .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-list-text, .mat-mdc-list-base.narrow-list .mat-mdc-list-option.mat-mdc-list-option .mat-mdc-list-item-content .mat-list-text {
  padding-left: 0;
}
.mat-mdc-list-base .mat-mdc-list-option.mat-mdc-list-option.indent-0 .mat-mdc-list-item-content .mat-pseudo-checkbox {
  margin-left: 8px;
  margin-right: 0;
}
.mat-mdc-list-base .select-all-checkbox {
  /*TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/
}
.mat-mdc-list-base .select-all-checkbox .mat-mdc-checkbox-inner-container {
  margin-right: 0;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-0 .mdc-list-item__start .mdc-checkbox {
  margin-left: 8px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-0 .mdc-list-item__content .text-content {
  margin-left: 0px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-1 .mdc-list-item__start .mdc-checkbox {
  margin-left: 16px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-1 .mdc-list-item__content .text-content {
  margin-left: 8px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-2 .mdc-list-item__start .mdc-checkbox {
  margin-left: 24px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-2 .mdc-list-item__content .text-content {
  margin-left: 16px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-3 .mdc-list-item__start .mdc-checkbox {
  margin-left: 32px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-3 .mdc-list-item__content .text-content {
  margin-left: 24px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-4 .mdc-list-item__start .mdc-checkbox {
  margin-left: 40px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-4 .mdc-list-item__content .text-content {
  margin-left: 32px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-5 .mdc-list-item__start .mdc-checkbox {
  margin-left: 48px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-5 .mdc-list-item__content .text-content {
  margin-left: 40px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-6 .mdc-list-item__start .mdc-checkbox {
  margin-left: 56px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-6 .mdc-list-item__content .text-content {
  margin-left: 48px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-7 .mdc-list-item__start .mdc-checkbox {
  margin-left: 64px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-7 .mdc-list-item__content .text-content {
  margin-left: 56px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-8 .mdc-list-item__start .mdc-checkbox {
  margin-left: 72px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-8 .mdc-list-item__content .text-content {
  margin-left: 64px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-9 .mdc-list-item__start .mdc-checkbox {
  margin-left: 80px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-9 .mdc-list-item__content .text-content {
  margin-left: 72px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-10 .mdc-list-item__start .mdc-checkbox {
  margin-left: 88px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-10 .mdc-list-item__content .text-content {
  margin-left: 80px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-11 .mdc-list-item__start .mdc-checkbox {
  margin-left: 96px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-11 .mdc-list-item__content .text-content {
  margin-left: 88px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-12 .mdc-list-item__start .mdc-checkbox {
  margin-left: 104px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-12 .mdc-list-item__content .text-content {
  margin-left: 96px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-13 .mdc-list-item__start .mdc-checkbox {
  margin-left: 112px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-13 .mdc-list-item__content .text-content {
  margin-left: 104px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-14 .mdc-list-item__start .mdc-checkbox {
  margin-left: 120px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-14 .mdc-list-item__content .text-content {
  margin-left: 112px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-15 .mdc-list-item__start .mdc-checkbox {
  margin-left: 128px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-15 .mdc-list-item__content .text-content {
  margin-left: 120px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-16 .mdc-list-item__start .mdc-checkbox {
  margin-left: 136px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-16 .mdc-list-item__content .text-content {
  margin-left: 128px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-17 .mdc-list-item__start .mdc-checkbox {
  margin-left: 144px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-17 .mdc-list-item__content .text-content {
  margin-left: 136px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-18 .mdc-list-item__start .mdc-checkbox {
  margin-left: 152px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-18 .mdc-list-item__content .text-content {
  margin-left: 144px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-19 .mdc-list-item__start .mdc-checkbox {
  margin-left: 160px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-19 .mdc-list-item__content .text-content {
  margin-left: 152px;
}
.mat-mdc-list-base.checkbox-selection-list .mat-mdc-list-option.indent-20 .mdc-list-item__start .mdc-checkbox {
  margin-left: 168px;
}
.mat-mdc-list-base.non-checkbox-selection-list .mat-mdc-list-option.indent-20 .mdc-list-item__content .text-content {
  margin-left: 160px;
}

.mat-mdc-menu-panel {
  background-color: var(--color-menu-panel-background);
  min-height: 0px !important;
}
.mat-mdc-menu-panel .mat-mdc-menu-content:not(:empty) {
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid var(--color-menu-panel-border);
  border-radius: 4px;
  background-color: var(--color-menu-panel-background);
}
.mat-mdc-menu-panel .mat-mdc-menu-content:not(:empty) .mat-mdc-menu-item {
  border-bottom: 1px solid var(--color-menu-panel-border);
}
.mat-mdc-menu-panel .mat-mdc-menu-content:not(:empty) .mat-mdc-menu-item[disabled] {
  color: var(--color-disabled);
}
.mat-mdc-menu-panel .mat-mdc-menu-content:not(:empty) .mat-mdc-menu-item:hover:not([aria-disabled=true]) {
  background-color: var(--color-hover-basic);
  color: var(--color-text-secondary);
}

euc-selection-list {
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
euc-selection-list .mat-list-text {
  height: 100%;
}
euc-selection-list .mat-mdc-list-item {
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version.*/
}
euc-selection-list .mat-mdc-list-item .mat-list-item-content {
  border-bottom: 1px solid var(--color-selection-list-border);
}
euc-selection-list .mat-mdc-list-item:hover:not(.mat-mdc-list-item-disabled) {
  background: var(--color-hover-basic);
}
euc-selection-list .mat-mdc-list-item:focus:not(.mat-mdc-list-item-disabled) {
  background: var(--color-selected-background);
}
euc-selection-list .mat-mdc-list-item-disabled {
  background-color: var(--color-background) !important;
}
euc-selection-list .mat-mdc-list-item-disabled .text-content {
  color: var(--color-disabled);
}
euc-selection-list .mat-mdc-list-item-disabled .mat-icon {
  color: var(--color-gray-6);
}
euc-selection-list .mat-mdc-list-item-disabled {
  pointer-events: auto;
}

body.drag-drop-active * {
  cursor: grabbing !important;
}
body.drag-drop-active *:hover {
  cursor: grabbing !important;
}

.dark-mode-btn button {
  width: 56px;
  height: 48px;
  border-radius: 0px;
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
  /*TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/
}
.dark-mode-btn button:hover:not(.mat-mdc-button-disabled) {
  background-color: var(--color-hover-basic);
}

.mat-expansion-panel-header {
  background: var(--color-background);
}

.mat-expansion-toggle-indicator-before .mat-expansion-indicator {
  margin: 0px !important;
}

/*TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
/*TODO(mdc-migration): The following rule targets internal classes of slide-toggle that may no longer apply for the MDC version.*/
.mat-mdc-slide-toggle-content {
  color: var(--color-black);
}

.mat-icon {
  color: var(--color-gray-50);
}
.mat-icon.hover:hover {
  color: var(--color-black);
}

euc-section-list .mat-mdc-list-item:hover {
  background: var(--color-hover-basic) !important;
}

.mat-mdc-list .mat-divider {
  border-top-color: var(--color-basic-list-border);
}

.mat-mdc-selection-list .mat-divider {
  border-top-color: var(--color-selection-list-border);
}

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