/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!../node_modules/@angular-devkit/build-angular/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/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./projects/reference-app/src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Local Noto Sans variable fonts. */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/NotoSans-VariableFont_wdth,wght.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
}
/* fallback */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  src: url("/assets/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2") format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
}

.material-symbols-outlined.filled,
.material-symbols-outlined-filled {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

:root {
  --background-status-bar:224, 224, 224;
  --background-app-bar:255, 255, 255;
  --background-background:250, 250, 250;
  --background-hover:0, 0, 0;
  --background-card: 255, 255, 255;
  --background-dialog: 255, 255, 255;
  --background-disabled-button: 0, 0, 0;
  --background-raised-button: 255, 255, 255;
  --background-focused-button: 0, 0, 0;
  --background-selected-button: 224, 224, 224;
  --background-selected-disabled-button: 189, 189, 189;
  --background-disabled-button-toggle: 238, 238, 238;
  --background-unselected-chip: 224, 224, 224;
  --background-disabled-list-option: 238, 238, 238;
  --background-tooltip: 97, 97, 97;
  --background-avatar: 207, 236, 249;
  --background-user-card: 234, 234, 234;
  --foreground-base: 0, 0, 0;
  --foreground-divider: 0, 0, 0;
  --foreground-dividers: 0, 0, 0;
  --foreground-disabled: 0, 0, 0;
  --foreground-disabled-button: 0, 0, 0;
  --foreground-disabled-text: 0, 0, 0;
  --foreground-elevation: 0, 0, 0;
  --foreground-hint-text: 0, 0, 0;
  --foreground-secondary-text: 0, 0, 0;
  --foreground-icon: 0, 0, 0;
  --foreground-icons: 0, 0, 0;
  --foreground-text: 0, 0, 0;
  --foreground-slider-min: 0, 0, 0;
  --foreground-slider-off: 0, 0, 0;
  --foreground-slider-off-active: 0, 0, 0;
  --foreground-button: 3, 75, 125;
  --foreground-button-disabled: 112, 128, 144;
  --primary-color-50: 226, 237, 243;
  --primary-color-100: 182, 211, 226;
  --primary-color-200: 133, 181, 207;
  --primary-color-300: 84, 151, 188;
  --primary-color-400: 48, 129, 173;
  --primary-color-500: 11, 107, 159;
  --primary-color-600: 10, 99, 151;
  --primary-color-700: 8, 88, 141;
  --primary-color-800: 6, 78, 131;
  --primary-color-900: 3, 60, 114;
  --primary-color-A100: 161, 203, 255;
  --primary-color-A200: 110, 174, 255;
  --primary-color-A400: 59, 146, 255;
  --primary-color-A700: 33, 132, 255;
  --dca-width: 24rem;
  --dca-menu-width: 40px;
  --added-green: 180, 255, 180;
  --removed-red: 255, 176, 176;
  --grey-dimmed: 207, 216, 220;
  --grey-default: 120, 118, 121;
  --grey-high: 89, 88, 90;
  --mat-checkbox-state-layer-size: 28px;
  --mat-radio-state-layer-size: 28px;
}

@media (prefers-color-scheme: light) {
  :root {
    --background-status-bar:224, 224, 224;
    --background-app-bar:255, 255, 255;
    --background-background:250, 250, 250;
    --background-hover:0, 0, 0;
    --background-card: 255, 255, 255;
    --background-dialog: 255, 255, 255;
    --background-disabled-button: 0, 0, 0;
    --background-raised-button: 255, 255, 255;
    --background-focused-button: 0, 0, 0;
    --background-selected-button: 224, 224, 224;
    --background-selected-disabled-button: 189, 189, 189;
    --background-disabled-button-toggle: 238, 238, 238;
    --background-unselected-chip: 224, 224, 224;
    --background-disabled-list-option: 238, 238, 238;
    --background-tooltip: 97, 97, 97;
    --background-avatar: 207, 236, 249;
    --background-user-card: 234, 234, 234;
    --foreground-base: 0, 0, 0;
    --foreground-divider: 0, 0, 0;
    --foreground-dividers: 0, 0, 0;
    --foreground-disabled: 0, 0, 0;
    --foreground-disabled-button: 0, 0, 0;
    --foreground-disabled-text: 0, 0, 0;
    --foreground-elevation: 0, 0, 0;
    --foreground-hint-text: 0, 0, 0;
    --foreground-secondary-text: 0, 0, 0;
    --foreground-icon: 0, 0, 0;
    --foreground-icons: 0, 0, 0;
    --foreground-text: 0, 0, 0;
    --foreground-slider-min: 0, 0, 0;
    --foreground-slider-off: 0, 0, 0;
    --foreground-slider-off-active: 0, 0, 0;
    --foreground-button: 3, 75, 125;
    --foreground-button-disabled: 112, 128, 144;
  }
}
.light-theme {
  --background-status-bar:224, 224, 224;
  --background-app-bar:255, 255, 255;
  --background-background:250, 250, 250;
  --background-hover:0, 0, 0;
  --background-card: 255, 255, 255;
  --background-dialog: 255, 255, 255;
  --background-disabled-button: 0, 0, 0;
  --background-raised-button: 255, 255, 255;
  --background-focused-button: 0, 0, 0;
  --background-selected-button: 224, 224, 224;
  --background-selected-disabled-button: 189, 189, 189;
  --background-disabled-button-toggle: 238, 238, 238;
  --background-unselected-chip: 224, 224, 224;
  --background-disabled-list-option: 238, 238, 238;
  --background-tooltip: 97, 97, 97;
  --background-avatar: 207, 236, 249;
  --background-user-card: 234, 234, 234;
  --foreground-base: 0, 0, 0;
  --foreground-divider: 0, 0, 0;
  --foreground-dividers: 0, 0, 0;
  --foreground-disabled: 0, 0, 0;
  --foreground-disabled-button: 0, 0, 0;
  --foreground-disabled-text: 0, 0, 0;
  --foreground-elevation: 0, 0, 0;
  --foreground-hint-text: 0, 0, 0;
  --foreground-secondary-text: 0, 0, 0;
  --foreground-icon: 0, 0, 0;
  --foreground-icons: 0, 0, 0;
  --foreground-text: 0, 0, 0;
  --foreground-slider-min: 0, 0, 0;
  --foreground-slider-off: 0, 0, 0;
  --foreground-slider-off-active: 0, 0, 0;
  --foreground-button: 3, 75, 125;
  --foreground-button-disabled: 112, 128, 144;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background-status-bar:0, 0, 0;
    --background-app-bar:33, 33, 33;
    --background-background:48, 48, 48;
    --background-hover:255, 255, 255;
    --background-card: 66, 66, 66;
    --background-dialog: 66, 66, 66;
    --background-disabled-button: 255, 255, 255;
    --background-raised-button: 66, 66, 66;
    --background-focused-button: 255, 255, 255;
    --background-selected-button: 33, 33, 33;
    --background-selected-disabled-button: 66, 66, 66;
    --background-disabled-button-toggle: 0, 0, 0;
    --background-unselected-chip: 97, 97, 97;
    --background-disabled-list-option: 0, 0, 0;
    --background-tooltip: 97, 97, 97;
    --background-avatar: 46, 129, 140;
    --background-user-card: 125, 123, 123;
    --foreground-base: 255, 255, 255;
    --foreground-divider: 255, 255, 255;
    --foreground-dividers: 255, 255, 255;
    --foreground-disabled: 255, 255, 255;
    --foreground-disabled-button: 255, 255, 255;
    --foreground-disabled-text: 255, 255, 255;
    --foreground-elevation: 0, 0, 0;
    --foreground-hint-text: 255, 255, 255;
    --foreground-secondary-text: 255, 255, 255;
    --foreground-icon: 255, 255, 255;
    --foreground-icons: 255, 255, 255;
    --foreground-text: 255, 255, 255;
    --foreground-slider-min: 255, 255, 255;
    --foreground-slider-off: 255, 255, 255;
    --foreground-slider-off-active: 255, 255, 255;
    --foreground-button: 133, 181, 207;
    --foreground-button-disabled: 112, 128, 144;
  }
}
.dark-theme {
  --background-status-bar:0, 0, 0;
  --background-app-bar:33, 33, 33;
  --background-background:48, 48, 48;
  --background-hover:255, 255, 255;
  --background-card: 66, 66, 66;
  --background-dialog: 66, 66, 66;
  --background-disabled-button: 255, 255, 255;
  --background-raised-button: 66, 66, 66;
  --background-focused-button: 255, 255, 255;
  --background-selected-button: 33, 33, 33;
  --background-selected-disabled-button: 66, 66, 66;
  --background-disabled-button-toggle: 0, 0, 0;
  --background-unselected-chip: 97, 97, 97;
  --background-disabled-list-option: 0, 0, 0;
  --background-tooltip: 97, 97, 97;
  --background-avatar: 46, 129, 140;
  --background-user-card: 125, 123, 123;
  --foreground-base: 255, 255, 255;
  --foreground-divider: 255, 255, 255;
  --foreground-dividers: 255, 255, 255;
  --foreground-disabled: 255, 255, 255;
  --foreground-disabled-button: 255, 255, 255;
  --foreground-disabled-text: 255, 255, 255;
  --foreground-elevation: 0, 0, 0;
  --foreground-hint-text: 255, 255, 255;
  --foreground-secondary-text: 255, 255, 255;
  --foreground-icon: 255, 255, 255;
  --foreground-icons: 255, 255, 255;
  --foreground-text: 255, 255, 255;
  --foreground-slider-min: 255, 255, 255;
  --foreground-slider-off: 255, 255, 255;
  --foreground-slider-off-active: 255, 255, 255;
  --foreground-button: 133, 181, 207;
  --foreground-button-disabled: 112, 128, 144;
  --added-green: 69, 88, 69;
  --removed-red: 130, 40, 40;
  --grey-dimmed: 144, 144, 144;
  --grey-default: 176, 173, 171;
  --grey-high: 212, 212, 212;
}

html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 400 24px/32px Roboto, 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: 500 20px/32px Roboto, 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 16px/28px Roboto, 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 14px/24px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 13.28px/20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 10.72px/20px Roboto, sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 500 16px/24px Roboto, sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 16px/20px Roboto, 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 12px/20px Roboto, sans-serif;
  letter-spacing: normal;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 300 112px/112px Roboto, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 400 56px/56px Roboto, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 45px/48px Roboto, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 400 34px/40px Roboto, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 14px;
  --mat-button-toggle-label-text-tracking: normal;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 14px;
  --mat-button-toggle-legacy-label-text-tracking: normal;
  --mat-button-toggle-legacy-label-text-weight: 400;
}

html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}

html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 16px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}

html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 500;
}

html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
}

html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 14px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 14px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}

html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 24px;
  --mat-card-subtitle-text-size: 16px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 500;
}

html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: normal;
}

html {
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 14px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 14px;
  --mat-form-field-filled-label-text-tracking: normal;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 14px;
  --mat-form-field-outlined-label-text-tracking: normal;
  --mat-form-field-outlined-label-text-weight: 400;
}

html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 14px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}

html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: normal;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 14px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: normal;
}

.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 16px;
  --mat-chip-label-text-tracking: normal;
  --mat-chip-label-text-weight: 400;
}

html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 16px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}

html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 16px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}

html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
}

html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 16px;
  --mat-slider-label-label-text-line-height: 24px;
  --mat-slider-label-label-text-tracking: normal;
  --mat-slider-label-label-text-weight: 500;
}

html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}

html {
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 14px;
  --mat-list-list-item-label-text-tracking: normal;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 16px;
  --mat-list-list-item-supporting-text-tracking: normal;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: normal;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: normal;
}

html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: normal;
  --mat-tab-label-text-line-height: 14px;
  --mat-tab-label-text-weight: 500;
}

html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
}

html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: normal;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: normal;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: normal;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: normal;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: normal;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}

html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: normal;
  --mat-fab-extended-label-text-weight: 500;
}

html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 16px;
  --mat-snack-bar-supporting-text-weight: 400;
}

html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 24px;
  --mat-table-header-headline-size: 16px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}

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

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

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

.mat-warn {
  --mat-option-selected-state-label-text-color: #b0042f;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

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

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

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

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

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 14px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 14px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}

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

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

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

.mat-warn {
  --mat-option-selected-state-label-text-color: #b0042f;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

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

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

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

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

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

html {
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 14px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 14px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}

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

html {
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-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);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-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-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

html {
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 24px;
  --mat-card-subtitle-text-size: 16px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 500;
}

html {
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #0b6b9f;
  --mat-progress-bar-track-color: rgba(11, 107, 159, 0.25);
}

.mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f7cf07;
  --mat-progress-bar-track-color: rgba(247, 207, 7, 0.25);
}

.mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #b0042f;
  --mat-progress-bar-track-color: rgba(176, 4, 47, 0.25);
}

html {
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
}

html {
  --mat-tooltip-container-color: #616161;
  --mat-tooltip-supporting-text-color: #fff;
}

html {
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-size: 12px;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-tooltip-supporting-text-tracking: normal;
}

html {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
}

html {
  --mat-form-field-focus-select-arrow-color: rgba(11, 107, 159, 0.87);
  --mat-form-field-filled-caret-color: #0b6b9f;
  --mat-form-field-filled-focus-active-indicator-color: #0b6b9f;
  --mat-form-field-filled-focus-label-text-color: rgba(11, 107, 159, 0.87);
  --mat-form-field-outlined-caret-color: #0b6b9f;
  --mat-form-field-outlined-focus-outline-color: #0b6b9f;
  --mat-form-field-outlined-focus-label-text-color: rgba(11, 107, 159, 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: #b0042f;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-form-field-filled-container-color: whitesmoke;
  --mat-form-field-filled-disabled-container-color: #fafafa;
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-filled-error-hover-label-text-color: #b0042f;
  --mat-form-field-filled-error-focus-label-text-color: #b0042f;
  --mat-form-field-filled-error-label-text-color: #b0042f;
  --mat-form-field-filled-error-caret-color: #b0042f;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mat-form-field-filled-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #b0042f;
  --mat-form-field-filled-error-focus-active-indicator-color: #b0042f;
  --mat-form-field-filled-error-hover-active-indicator-color: #b0042f;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mat-form-field-outlined-error-caret-color: #b0042f;
  --mat-form-field-outlined-error-focus-label-text-color: #b0042f;
  --mat-form-field-outlined-error-label-text-color: #b0042f;
  --mat-form-field-outlined-error-hover-label-text-color: #b0042f;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #b0042f;
  --mat-form-field-outlined-error-hover-outline-color: #b0042f;
  --mat-form-field-outlined-error-outline-color: #b0042f;
}

.mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(247, 207, 7, 0.87);
  --mat-form-field-filled-caret-color: #f7cf07;
  --mat-form-field-filled-focus-active-indicator-color: #f7cf07;
  --mat-form-field-filled-focus-label-text-color: rgba(247, 207, 7, 0.87);
  --mat-form-field-outlined-caret-color: #f7cf07;
  --mat-form-field-outlined-focus-outline-color: #f7cf07;
  --mat-form-field-outlined-focus-label-text-color: rgba(247, 207, 7, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(176, 4, 47, 0.87);
  --mat-form-field-filled-caret-color: #b0042f;
  --mat-form-field-filled-focus-active-indicator-color: #b0042f;
  --mat-form-field-filled-focus-label-text-color: rgba(176, 4, 47, 0.87);
  --mat-form-field-outlined-caret-color: #b0042f;
  --mat-form-field-outlined-focus-outline-color: #b0042f;
  --mat-form-field-outlined-focus-label-text-color: rgba(176, 4, 47, 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-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 14px;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 14px;
  --mat-form-field-filled-label-text-tracking: normal;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 14px;
  --mat-form-field-outlined-label-text-tracking: normal;
  --mat-form-field-outlined-label-text-weight: 400;
}

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(11, 107, 159, 0.87);
  --mat-select-invalid-arrow-color: rgba(176, 4, 47, 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(247, 207, 7, 0.87);
  --mat-select-invalid-arrow-color: rgba(176, 4, 47, 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(176, 4, 47, 0.87);
  --mat-select-invalid-arrow-color: rgba(176, 4, 47, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 14px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-autocomplete-background-color: white;
}

html {
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

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

html {
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 32px;
  --mat-dialog-subhead-size: 20px;
  --mat-dialog-subhead-weight: 500;
  --mat-dialog-subhead-tracking: normal;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 24px;
  --mat-dialog-supporting-text-size: 14px;
  --mat-dialog-supporting-text-weight: 400;
  --mat-dialog-supporting-text-tracking: normal;
}

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

.mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: #212121;
  --mat-chip-elevated-container-color: #e0e0e0;
  --mat-chip-elevated-disabled-container-color: #e0e0e0;
  --mat-chip-elevated-selected-container-color: #e0e0e0;
  --mat-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
  --mat-chip-with-icon-disabled-icon-color: #212121;
  --mat-chip-with-icon-icon-color: #212121;
  --mat-chip-with-icon-selected-icon-color: #212121;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mat-chip-with-trailing-icon-trailing-icon-color: #212121;
}

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

.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: black;
  --mat-chip-elevated-container-color: #f7cf07;
  --mat-chip-elevated-disabled-container-color: #f7cf07;
  --mat-chip-elevated-selected-container-color: #f7cf07;
  --mat-chip-flat-disabled-selected-container-color: #f7cf07;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: black;
  --mat-chip-selected-trailing-icon-color: black;
  --mat-chip-with-icon-disabled-icon-color: black;
  --mat-chip-with-icon-icon-color: black;
  --mat-chip-with-icon-selected-icon-color: black;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mat-chip-with-trailing-icon-trailing-icon-color: black;
}

.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #b0042f;
  --mat-chip-elevated-disabled-container-color: #b0042f;
  --mat-chip-elevated-selected-container-color: #b0042f;
  --mat-chip-flat-disabled-selected-container-color: #b0042f;
  --mat-chip-focus-state-layer-color: black;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: black;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: black;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: black;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}

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

.mat-mdc-standard-chip {
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 20px;
  --mat-chip-label-text-size: 16px;
  --mat-chip-label-text-tracking: normal;
  --mat-chip-label-text-weight: 400;
}

html {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}

html .mat-mdc-slide-toggle {
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.04;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
}

html {
  --mat-slide-toggle-selected-focus-state-layer-color: #0a6397;
  --mat-slide-toggle-selected-handle-color: #0a6397;
  --mat-slide-toggle-selected-hover-state-layer-color: #0a6397;
  --mat-slide-toggle-selected-pressed-state-layer-color: #0a6397;
  --mat-slide-toggle-selected-focus-handle-color: #033c72;
  --mat-slide-toggle-selected-hover-handle-color: #033c72;
  --mat-slide-toggle-selected-pressed-handle-color: #033c72;
  --mat-slide-toggle-selected-focus-track-color: #5497bc;
  --mat-slide-toggle-selected-hover-track-color: #5497bc;
  --mat-slide-toggle-selected-pressed-track-color: #5497bc;
  --mat-slide-toggle-selected-track-color: #5497bc;
  --mat-slide-toggle-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);
  --mat-slide-toggle-disabled-selected-handle-color: #424242;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-track-color: #424242;
  --mat-slide-toggle-disabled-unselected-handle-color: #424242;
  --mat-slide-toggle-disabled-unselected-icon-color: #fff;
  --mat-slide-toggle-disabled-unselected-track-color: #424242;
  --mat-slide-toggle-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);
  --mat-slide-toggle-handle-surface-color: #fff;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-unselected-hover-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-handle-color: #212121;
  --mat-slide-toggle-unselected-focus-state-layer-color: #424242;
  --mat-slide-toggle-unselected-focus-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-icon-color: #fff;
  --mat-slide-toggle-unselected-handle-color: #616161;
  --mat-slide-toggle-unselected-hover-state-layer-color: #424242;
  --mat-slide-toggle-unselected-hover-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-handle-color: #212121;
  --mat-slide-toggle-unselected-pressed-track-color: #e0e0e0;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #424242;
  --mat-slide-toggle-unselected-track-color: #e0e0e0;
}

html {
  --mdc-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-slide-toggle-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}

html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
}

html .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-focus-state-layer-color: #f6ca06;
  --mat-slide-toggle-selected-handle-color: #f6ca06;
  --mat-slide-toggle-selected-hover-state-layer-color: #f6ca06;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f6ca06;
  --mat-slide-toggle-selected-focus-handle-color: #f1b202;
  --mat-slide-toggle-selected-hover-handle-color: #f1b202;
  --mat-slide-toggle-selected-pressed-handle-color: #f1b202;
  --mat-slide-toggle-selected-focus-track-color: #f9dd51;
  --mat-slide-toggle-selected-hover-track-color: #f9dd51;
  --mat-slide-toggle-selected-pressed-track-color: #f9dd51;
  --mat-slide-toggle-selected-track-color: #f9dd51;
}

html .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-focus-state-layer-color: #a9032a;
  --mat-slide-toggle-selected-handle-color: #a9032a;
  --mat-slide-toggle-selected-hover-state-layer-color: #a9032a;
  --mat-slide-toggle-selected-pressed-state-layer-color: #a9032a;
  --mat-slide-toggle-selected-focus-handle-color: #870112;
  --mat-slide-toggle-selected-hover-handle-color: #870112;
  --mat-slide-toggle-selected-pressed-handle-color: #870112;
  --mat-slide-toggle-selected-focus-track-color: #c84f6d;
  --mat-slide-toggle-selected-hover-track-color: #c84f6d;
  --mat-slide-toggle-selected-pressed-track-color: #c84f6d;
  --mat-slide-toggle-selected-track-color: #c84f6d;
}

html {
  --mat-slide-toggle-state-layer-size: 40px;
}

html .mat-mdc-slide-toggle {
  --mat-slide-toggle-state-layer-size: 40px;
}

html {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 16px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}

html .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-size: 16px;
  --mat-slide-toggle-label-text-tracking: normal;
  --mat-slide-toggle-label-text-weight: 400;
}

html {
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #0b6b9f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #0b6b9f;
  --mat-radio-selected-hover-icon-color: #0b6b9f;
  --mat-radio-selected-icon-color: #0b6b9f;
  --mat-radio-selected-pressed-icon-color: #0b6b9f;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f7cf07;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #f7cf07;
  --mat-radio-selected-hover-icon-color: #f7cf07;
  --mat-radio-selected-icon-color: #f7cf07;
  --mat-radio-selected-pressed-icon-color: #f7cf07;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}

.mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #b0042f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #b0042f;
  --mat-radio-selected-hover-icon-color: #b0042f;
  --mat-radio-selected-icon-color: #b0042f;
  --mat-radio-selected-pressed-icon-color: #b0042f;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}

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

html {
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
}

html {
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-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-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
}

html {
  --mat-slider-active-track-color: #0b6b9f;
  --mat-slider-focus-handle-color: #0b6b9f;
  --mat-slider-focus-state-layer-color: rgba(11, 107, 159, 0.2);
  --mat-slider-handle-color: #0b6b9f;
  --mat-slider-hover-handle-color: #0b6b9f;
  --mat-slider-hover-state-layer-color: rgba(11, 107, 159, 0.05);
  --mat-slider-inactive-track-color: #0b6b9f;
  --mat-slider-ripple-color: #0b6b9f;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #0b6b9f;
  --mat-slider-disabled-active-track-color: #000;
  --mat-slider-disabled-handle-color: #000;
  --mat-slider-disabled-inactive-track-color: #000;
  --mat-slider-label-container-color: #000;
  --mat-slider-label-label-text-color: #fff;
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-slider-with-overlap-handle-outline-color: #fff;
  --mat-slider-with-tick-marks-disabled-container-color: #000;
}

html .mat-accent {
  --mat-slider-active-track-color: #f7cf07;
  --mat-slider-focus-handle-color: #f7cf07;
  --mat-slider-focus-state-layer-color: rgba(247, 207, 7, 0.2);
  --mat-slider-handle-color: #f7cf07;
  --mat-slider-hover-handle-color: #f7cf07;
  --mat-slider-hover-state-layer-color: rgba(247, 207, 7, 0.05);
  --mat-slider-inactive-track-color: #f7cf07;
  --mat-slider-ripple-color: #f7cf07;
  --mat-slider-with-tick-marks-active-container-color: black;
  --mat-slider-with-tick-marks-inactive-container-color: #f7cf07;
}

html .mat-warn {
  --mat-slider-active-track-color: #b0042f;
  --mat-slider-focus-handle-color: #b0042f;
  --mat-slider-focus-state-layer-color: rgba(176, 4, 47, 0.2);
  --mat-slider-handle-color: #b0042f;
  --mat-slider-hover-handle-color: #b0042f;
  --mat-slider-hover-state-layer-color: rgba(176, 4, 47, 0.05);
  --mat-slider-inactive-track-color: #b0042f;
  --mat-slider-ripple-color: #b0042f;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #b0042f;
}

html {
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-size: 16px;
  --mat-slider-label-label-text-line-height: 24px;
  --mat-slider-label-label-text-tracking: normal;
  --mat-slider-label-label-text-weight: 500;
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}

html {
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
}

html {
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-disabled-label-text-color: black;
  --mat-list-list-item-disabled-leading-icon-color: black;
  --mat-list-list-item-disabled-trailing-icon-color: black;
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-hover-state-layer-color: black;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: black;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-checked-ripple-color: #0b6b9f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #0b6b9f;
  --mat-radio-selected-hover-icon-color: #0b6b9f;
  --mat-radio-selected-icon-color: #0b6b9f;
  --mat-radio-selected-pressed-icon-color: #0b6b9f;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f7cf07;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #f7cf07;
  --mat-radio-selected-hover-icon-color: #f7cf07;
  --mat-radio-selected-icon-color: #f7cf07;
  --mat-radio-selected-pressed-icon-color: #f7cf07;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #b0042f;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-disabled-selected-icon-color: black;
  --mat-radio-disabled-unselected-icon-color: black;
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: black;
  --mat-radio-selected-focus-icon-color: #b0042f;
  --mat-radio-selected-hover-icon-color: #b0042f;
  --mat-radio-selected-icon-color: #b0042f;
  --mat-radio-selected-pressed-icon-color: #b0042f;
  --mat-radio-unselected-focus-icon-color: #212121;
  --mat-radio-unselected-hover-icon-color: #212121;
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}

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

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

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

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

.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-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}

.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-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 24px;
  --mat-list-list-item-label-text-size: 14px;
  --mat-list-list-item-label-text-tracking: normal;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 20px;
  --mat-list-list-item-supporting-text-size: 16px;
  --mat-list-list-item-supporting-text-tracking: normal;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 20px;
  --mat-list-list-item-trailing-supporting-text-size: 12px;
  --mat-list-list-item-trailing-supporting-text-tracking: normal;
  --mat-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font: 400 16px/28px Roboto, sans-serif;
  letter-spacing: normal;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}

html {
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

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

.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #0b6b9f;
  --mat-tab-active-ripple-color: #0b6b9f;
  --mat-tab-inactive-ripple-color: #0b6b9f;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #0b6b9f;
  --mat-tab-active-hover-label-text-color: #0b6b9f;
  --mat-tab-active-focus-indicator-color: #0b6b9f;
  --mat-tab-active-hover-indicator-color: #0b6b9f;
  --mat-tab-active-indicator-color: #0b6b9f;
}

.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #f7cf07;
  --mat-tab-active-ripple-color: #f7cf07;
  --mat-tab-inactive-ripple-color: #f7cf07;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #f7cf07;
  --mat-tab-active-hover-label-text-color: #f7cf07;
  --mat-tab-active-focus-indicator-color: #f7cf07;
  --mat-tab-active-hover-indicator-color: #f7cf07;
  --mat-tab-active-indicator-color: #f7cf07;
}

.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-pagination-icon-color: black;
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-label-text-color: #b0042f;
  --mat-tab-active-ripple-color: #b0042f;
  --mat-tab-inactive-ripple-color: #b0042f;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-active-focus-label-text-color: #b0042f;
  --mat-tab-active-hover-label-text-color: #b0042f;
  --mat-tab-active-focus-indicator-color: #b0042f;
  --mat-tab-active-hover-indicator-color: #b0042f;
  --mat-tab-active-indicator-color: #b0042f;
}

.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}

.mat-mdc-tab-header {
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-size: 14px;
  --mat-tab-label-text-tracking: normal;
  --mat-tab-label-text-line-height: 14px;
  --mat-tab-label-text-weight: 500;
}

html {
  --mat-checkbox-disabled-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}

html {
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-selected-checkmark-color: black;
  --mat-checkbox-selected-focus-icon-color: #f7cf07;
  --mat-checkbox-selected-hover-icon-color: #f7cf07;
  --mat-checkbox-selected-icon-color: #f7cf07;
  --mat-checkbox-selected-pressed-icon-color: #f7cf07;
  --mat-checkbox-unselected-focus-icon-color: #212121;
  --mat-checkbox-unselected-hover-icon-color: #212121;
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f7cf07;
  --mat-checkbox-selected-hover-state-layer-color: #f7cf07;
  --mat-checkbox-selected-pressed-state-layer-color: #f7cf07;
  --mat-checkbox-unselected-focus-state-layer-color: black;
  --mat-checkbox-unselected-hover-state-layer-color: black;
  --mat-checkbox-unselected-pressed-state-layer-color: black;
}

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

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

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

html {
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
}

html {
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-protected-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);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-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);
  --mat-button-protected-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);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-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);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-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);
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
}

html {
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-filled-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-filled-disabled-state-layer-color: black;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: black;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: black;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-outlined-state-layer-color: black;
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-protected-disabled-state-layer-color: black;
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-text-disabled-state-layer-color: black;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: black;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-text-state-layer-color: black;
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mat-button-tonal-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-tonal-disabled-state-layer-color: black;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-tonal-state-layer-color: black;
}

.mat-mdc-button.mat-primary,
.mat-mdc-unelevated-button.mat-primary,
.mat-mdc-raised-button.mat-primary,
.mat-mdc-outlined-button.mat-primary,
.mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #0b6b9f;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #0b6b9f;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(11, 107, 159, 0.1);
  --mat-button-outlined-state-layer-color: #0b6b9f;
  --mat-button-protected-container-color: #0b6b9f;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #0b6b9f;
  --mat-button-text-ripple-color: rgba(11, 107, 159, 0.1);
  --mat-button-text-state-layer-color: #0b6b9f;
  --mat-button-tonal-container-color: #0b6b9f;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}

.mat-mdc-button.mat-accent,
.mat-mdc-unelevated-button.mat-accent,
.mat-mdc-raised-button.mat-accent,
.mat-mdc-outlined-button.mat-accent,
.mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f7cf07;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-label-text-color: #f7cf07;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(247, 207, 7, 0.1);
  --mat-button-outlined-state-layer-color: #f7cf07;
  --mat-button-protected-container-color: #f7cf07;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-label-text-color: #f7cf07;
  --mat-button-text-ripple-color: rgba(247, 207, 7, 0.1);
  --mat-button-text-state-layer-color: #f7cf07;
  --mat-button-tonal-container-color: #f7cf07;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-tonal-state-layer-color: black;
}

.mat-mdc-button.mat-warn,
.mat-mdc-unelevated-button.mat-warn,
.mat-mdc-raised-button.mat-warn,
.mat-mdc-outlined-button.mat-warn,
.mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #b0042f;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #b0042f;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: rgba(176, 4, 47, 0.1);
  --mat-button-outlined-state-layer-color: #b0042f;
  --mat-button-protected-container-color: #b0042f;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #b0042f;
  --mat-button-text-ripple-color: rgba(176, 4, 47, 0.1);
  --mat-button-text-state-layer-color: #b0042f;
  --mat-button-tonal-container-color: #b0042f;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}

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

html {
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 14px;
  --mat-button-filled-label-text-tracking: normal;
  --mat-button-filled-label-text-transform: none;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 14px;
  --mat-button-outlined-label-text-tracking: normal;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 14px;
  --mat-button-protected-label-text-tracking: normal;
  --mat-button-protected-label-text-transform: none;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 14px;
  --mat-button-text-label-text-tracking: normal;
  --mat-button-text-label-text-transform: none;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 14px;
  --mat-button-tonal-label-text-tracking: normal;
  --mat-button-tonal-label-text-transform: none;
  --mat-button-tonal-label-text-weight: 500;
}

html {
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
}

html {
  --mat-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-state-layer-color: black;
}

html .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #0b6b9f;
  --mat-icon-button-state-layer-color: #0b6b9f;
  --mat-icon-button-ripple-color: rgba(11, 107, 159, 0.1);
}

html .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f7cf07;
  --mat-icon-button-state-layer-color: #f7cf07;
  --mat-icon-button-ripple-color: rgba(247, 207, 7, 0.1);
}

html .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #b0042f;
  --mat-icon-button-state-layer-color: #b0042f;
  --mat-icon-button-ripple-color: rgba(176, 4, 47, 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;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mat-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);
  --mat-fab-container-shape: 50%;
  --mat-fab-extended-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);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-fab-extended-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);
  --mat-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);
  --mat-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);
  --mat-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);
  --mat-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);
  --mat-fab-small-container-shape: 50%;
  --mat-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);
  --mat-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);
  --mat-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

html {
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: black;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-container-color: white;
  --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);
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-state-layer-color: black;
  --mat-fab-state-layer-color: black;
}

html .mat-mdc-fab.mat-primary, html .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #0b6b9f;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #0b6b9f;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}

html .mat-mdc-fab.mat-accent, html .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f7cf07;
  --mat-fab-foreground-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-container-color: #f7cf07;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-state-layer-color: black;
  --mat-fab-state-layer-color: black;
}

html .mat-mdc-fab.mat-warn, html .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #b0042f;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #b0042f;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}

html {
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
}

html {
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 14px;
  --mat-fab-extended-label-text-tracking: normal;
  --mat-fab-extended-label-text-weight: 500;
}

html {
  --mat-snack-bar-container-shape: 4px;
}

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

html {
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 20px;
  --mat-snack-bar-supporting-text-size: 16px;
  --mat-snack-bar-supporting-text-weight: 400;
}

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

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

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 24px;
  --mat-table-header-headline-size: 16px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}

html {
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
}

html {
  --mat-progress-spinner-active-indicator-color: #0b6b9f;
}

html .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f7cf07;
}

html .mat-warn {
  --mat-progress-spinner-active-indicator-color: #b0042f;
}

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

.mat-badge-accent {
  --mat-badge-background-color: #f7cf07;
  --mat-badge-text-color: black;
}

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

html {
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}

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

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
}

html {
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-divider-color: #e0e0e0;
  --mat-button-toggle-legacy-disabled-selected-state-background-color: #bdbdbd;
  --mat-button-toggle-legacy-disabled-state-background-color: #eeeeee;
  --mat-button-toggle-legacy-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-button-toggle-legacy-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-button-toggle-legacy-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.38);
  --mat-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: black;
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-button-toggle-height: 48px;
}

html {
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 24px;
  --mat-button-toggle-label-text-size: 14px;
  --mat-button-toggle-label-text-tracking: normal;
  --mat-button-toggle-label-text-weight: 400;
  --mat-button-toggle-legacy-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-legacy-label-text-line-height: 24px;
  --mat-button-toggle-legacy-label-text-size: 14px;
  --mat-button-toggle-legacy-label-text-tracking: normal;
  --mat-button-toggle-legacy-label-text-weight: 400;
}

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: #0b6b9f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(11, 107, 159, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(11, 107, 159, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(11, 107, 159, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0b6b9f;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(11, 107, 159, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #f7cf07;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 207, 7, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 207, 7, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 207, 7, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 207, 7, 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: #b0042f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 4, 47, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 4, 47, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 4, 47, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 4, 47, 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: #f7cf07;
}

.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #b0042f;
}

.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;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 16px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}

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

.mat-icon.mat-primary {
  --mat-icon-color: #0b6b9f;
}

.mat-icon.mat-accent {
  --mat-icon-color: #f7cf07;
}

.mat-icon.mat-warn {
  --mat-icon-color: #b0042f;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #0b6b9f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #0b6b9f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #0b6b9f;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #b0042f;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #b0042f;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}

html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #f7cf07;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #f7cf07;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #f7cf07;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}

html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #b0042f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #b0042f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #b0042f;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

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

html {
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

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

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0b6b9f;
  --mat-toolbar-container-text-color: white;
}

.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f7cf07;
  --mat-toolbar-container-text-color: black;
}

.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #b0042f;
  --mat-toolbar-container-text-color: white;
}

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

html {
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 500;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}

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

html {
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
}

html {
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

html {
  --mat-timepicker-container-background-color: white;
}

.dark-theme {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
}

.dark-theme {
  --mat-option-selected-state-label-text-color: #85b5cf;
  --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-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #f7cf07;
  --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-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #b0042f;
  --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-theme {
  --mat-optgroup-label-text-color: white;
}

.dark-theme {
  --mat-pseudo-checkbox-full-selected-icon-color: #f7cf07;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f7cf07;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868;
}

.dark-theme .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #85b5cf;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #85b5cf;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868;
}

.dark-theme .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f7cf07;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f7cf07;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868;
}

.dark-theme .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #b0042f;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: #686868;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: #686868;
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #b0042f;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: #686868;
}

.dark-theme {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.dark-theme {
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-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);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-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-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-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);
}

.dark-theme .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #85b5cf;
  --mat-progress-bar-track-color: rgba(133, 181, 207, 0.25);
}

.dark-theme .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f7cf07;
  --mat-progress-bar-track-color: rgba(247, 207, 7, 0.25);
}

.dark-theme .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #b0042f;
  --mat-progress-bar-track-color: rgba(176, 4, 47, 0.25);
}

.dark-theme {
  --mat-tooltip-container-color: #616161;
  --mat-tooltip-supporting-text-color: #fff;
}

.dark-theme {
  --mat-form-field-focus-select-arrow-color: rgba(133, 181, 207, 0.87);
  --mat-form-field-filled-caret-color: #85b5cf;
  --mat-form-field-filled-focus-active-indicator-color: #85b5cf;
  --mat-form-field-filled-focus-label-text-color: rgba(133, 181, 207, 0.87);
  --mat-form-field-outlined-caret-color: #85b5cf;
  --mat-form-field-outlined-focus-outline-color: #85b5cf;
  --mat-form-field-outlined-focus-label-text-color: rgba(133, 181, 207, 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: #b0042f;
  --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-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: #464646;
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-filled-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-filled-input-text-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-filled-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-filled-error-hover-label-text-color: #b0042f;
  --mat-form-field-filled-error-focus-label-text-color: #b0042f;
  --mat-form-field-filled-error-label-text-color: #b0042f;
  --mat-form-field-filled-error-caret-color: #b0042f;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mat-form-field-filled-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mat-form-field-filled-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #b0042f;
  --mat-form-field-filled-error-focus-active-indicator-color: #b0042f;
  --mat-form-field-filled-error-hover-active-indicator-color: #b0042f;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-outlined-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-outlined-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-input-text-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mat-form-field-outlined-error-caret-color: #b0042f;
  --mat-form-field-outlined-error-focus-label-text-color: #b0042f;
  --mat-form-field-outlined-error-label-text-color: #b0042f;
  --mat-form-field-outlined-error-hover-label-text-color: #b0042f;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mat-form-field-outlined-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #b0042f;
  --mat-form-field-outlined-error-hover-outline-color: #b0042f;
  --mat-form-field-outlined-error-outline-color: #b0042f;
}

.dark-theme .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: rgba(247, 207, 7, 0.87);
  --mat-form-field-filled-caret-color: #f7cf07;
  --mat-form-field-filled-focus-active-indicator-color: #f7cf07;
  --mat-form-field-filled-focus-label-text-color: rgba(247, 207, 7, 0.87);
  --mat-form-field-outlined-caret-color: #f7cf07;
  --mat-form-field-outlined-focus-outline-color: #f7cf07;
  --mat-form-field-outlined-focus-label-text-color: rgba(247, 207, 7, 0.87);
}

.dark-theme .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: rgba(176, 4, 47, 0.87);
  --mat-form-field-filled-caret-color: #b0042f;
  --mat-form-field-filled-focus-active-indicator-color: #b0042f;
  --mat-form-field-filled-focus-label-text-color: rgba(176, 4, 47, 0.87);
  --mat-form-field-outlined-caret-color: #b0042f;
  --mat-form-field-outlined-focus-outline-color: #b0042f;
  --mat-form-field-outlined-focus-label-text-color: rgba(176, 4, 47, 0.87);
}

.dark-theme {
  --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(133, 181, 207, 0.87);
  --mat-select-invalid-arrow-color: rgba(176, 4, 47, 0.87);
}

.dark-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 207, 7, 0.87);
  --mat-select-invalid-arrow-color: rgba(176, 4, 47, 0.87);
}

.dark-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(176, 4, 47, 0.87);
  --mat-select-invalid-arrow-color: rgba(176, 4, 47, 0.87);
}

.dark-theme {
  --mat-autocomplete-background-color: #424242;
}

.dark-theme {
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}

.dark-theme .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: #fafafa;
  --mat-chip-elevated-container-color: #595959;
  --mat-chip-elevated-disabled-container-color: #595959;
  --mat-chip-elevated-selected-container-color: #595959;
  --mat-chip-flat-disabled-selected-container-color: #595959;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-focus-state-layer-color: white;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: white;
  --mat-chip-selected-label-text-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
  --mat-chip-with-icon-disabled-icon-color: #fafafa;
  --mat-chip-with-icon-icon-color: #fafafa;
  --mat-chip-with-icon-selected-icon-color: #fafafa;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}

.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #85b5cf;
  --mat-chip-elevated-disabled-container-color: #85b5cf;
  --mat-chip-elevated-selected-container-color: #85b5cf;
  --mat-chip-flat-disabled-selected-container-color: #85b5cf;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: white;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: white;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}

.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: black;
  --mat-chip-elevated-container-color: #f7cf07;
  --mat-chip-elevated-disabled-container-color: #f7cf07;
  --mat-chip-elevated-selected-container-color: #f7cf07;
  --mat-chip-flat-disabled-selected-container-color: #f7cf07;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-focus-state-layer-color: white;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: white;
  --mat-chip-selected-label-text-color: black;
  --mat-chip-selected-trailing-icon-color: black;
  --mat-chip-with-icon-disabled-icon-color: black;
  --mat-chip-with-icon-icon-color: black;
  --mat-chip-with-icon-selected-icon-color: black;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mat-chip-with-trailing-icon-trailing-icon-color: black;
}

.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: #b0042f;
  --mat-chip-elevated-disabled-container-color: #b0042f;
  --mat-chip-elevated-selected-container-color: #b0042f;
  --mat-chip-flat-disabled-selected-container-color: #b0042f;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: white;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: white;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}

.dark-theme {
  --mat-slide-toggle-selected-focus-state-layer-color: #5497bc;
  --mat-slide-toggle-selected-handle-color: #5497bc;
  --mat-slide-toggle-selected-hover-state-layer-color: #5497bc;
  --mat-slide-toggle-selected-pressed-state-layer-color: #5497bc;
  --mat-slide-toggle-selected-focus-handle-color: #85b5cf;
  --mat-slide-toggle-selected-hover-handle-color: #85b5cf;
  --mat-slide-toggle-selected-pressed-handle-color: #85b5cf;
  --mat-slide-toggle-selected-focus-track-color: #0a6397;
  --mat-slide-toggle-selected-hover-track-color: #0a6397;
  --mat-slide-toggle-selected-pressed-track-color: #0a6397;
  --mat-slide-toggle-selected-track-color: #0a6397;
  --mat-slide-toggle-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);
  --mat-slide-toggle-disabled-selected-handle-color: #000;
  --mat-slide-toggle-disabled-selected-icon-color: #212121;
  --mat-slide-toggle-disabled-selected-track-color: #f5f5f5;
  --mat-slide-toggle-disabled-unselected-handle-color: #000;
  --mat-slide-toggle-disabled-unselected-icon-color: #212121;
  --mat-slide-toggle-disabled-unselected-track-color: #f5f5f5;
  --mat-slide-toggle-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);
  --mat-slide-toggle-handle-surface-color: #fff;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-selected-icon-color: #212121;
  --mat-slide-toggle-unselected-hover-handle-color: #fafafa;
  --mat-slide-toggle-unselected-focus-handle-color: #fafafa;
  --mat-slide-toggle-unselected-focus-state-layer-color: #f5f5f5;
  --mat-slide-toggle-unselected-focus-track-color: #616161;
  --mat-slide-toggle-unselected-icon-color: #212121;
  --mat-slide-toggle-unselected-handle-color: #9e9e9e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #f5f5f5;
  --mat-slide-toggle-unselected-hover-track-color: #616161;
  --mat-slide-toggle-unselected-pressed-handle-color: #fafafa;
  --mat-slide-toggle-unselected-pressed-track-color: #616161;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #f5f5f5;
  --mat-slide-toggle-unselected-track-color: #616161;
}

.dark-theme {
  --mdc-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-slide-toggle-disabled-label-text-color: rgba(255, 255, 255, 0.5);
}

.dark-theme .mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-color: white;
}

.dark-theme .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-focus-state-layer-color: #f9dd51;
  --mat-slide-toggle-selected-handle-color: #f9dd51;
  --mat-slide-toggle-selected-hover-state-layer-color: #f9dd51;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f9dd51;
  --mat-slide-toggle-selected-focus-handle-color: #fbe783;
  --mat-slide-toggle-selected-hover-handle-color: #fbe783;
  --mat-slide-toggle-selected-pressed-handle-color: #fbe783;
  --mat-slide-toggle-selected-focus-track-color: #f6ca06;
  --mat-slide-toggle-selected-hover-track-color: #f6ca06;
  --mat-slide-toggle-selected-pressed-track-color: #f6ca06;
  --mat-slide-toggle-selected-track-color: #f6ca06;
}

.dark-theme .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-focus-state-layer-color: #c84f6d;
  --mat-slide-toggle-selected-handle-color: #c84f6d;
  --mat-slide-toggle-selected-hover-state-layer-color: #c84f6d;
  --mat-slide-toggle-selected-pressed-state-layer-color: #c84f6d;
  --mat-slide-toggle-selected-focus-handle-color: #d88297;
  --mat-slide-toggle-selected-hover-handle-color: #d88297;
  --mat-slide-toggle-selected-pressed-handle-color: #d88297;
  --mat-slide-toggle-selected-focus-track-color: #a9032a;
  --mat-slide-toggle-selected-hover-track-color: #a9032a;
  --mat-slide-toggle-selected-pressed-track-color: #a9032a;
  --mat-slide-toggle-selected-track-color: #a9032a;
}

.dark-theme .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #85b5cf;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #85b5cf;
  --mat-radio-selected-hover-icon-color: #85b5cf;
  --mat-radio-selected-icon-color: #85b5cf;
  --mat-radio-selected-pressed-icon-color: #85b5cf;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}

.dark-theme .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f7cf07;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f7cf07;
  --mat-radio-selected-hover-icon-color: #f7cf07;
  --mat-radio-selected-icon-color: #f7cf07;
  --mat-radio-selected-pressed-icon-color: #f7cf07;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}

.dark-theme .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #b0042f;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #b0042f;
  --mat-radio-selected-hover-icon-color: #b0042f;
  --mat-radio-selected-icon-color: #b0042f;
  --mat-radio-selected-pressed-icon-color: #b0042f;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}

.dark-theme {
  --mat-slider-active-track-color: #85b5cf;
  --mat-slider-focus-handle-color: #85b5cf;
  --mat-slider-focus-state-layer-color: rgba(133, 181, 207, 0.2);
  --mat-slider-handle-color: #85b5cf;
  --mat-slider-hover-handle-color: #85b5cf;
  --mat-slider-hover-state-layer-color: rgba(133, 181, 207, 0.05);
  --mat-slider-inactive-track-color: #85b5cf;
  --mat-slider-ripple-color: #85b5cf;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #85b5cf;
  --mat-slider-disabled-active-track-color: #fff;
  --mat-slider-disabled-handle-color: #fff;
  --mat-slider-disabled-inactive-track-color: #fff;
  --mat-slider-label-container-color: #fff;
  --mat-slider-label-label-text-color: #000;
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-slider-with-overlap-handle-outline-color: #fff;
  --mat-slider-with-tick-marks-disabled-container-color: #fff;
}

.dark-theme .mat-accent {
  --mat-slider-active-track-color: #f7cf07;
  --mat-slider-focus-handle-color: #f7cf07;
  --mat-slider-focus-state-layer-color: rgba(247, 207, 7, 0.2);
  --mat-slider-handle-color: #f7cf07;
  --mat-slider-hover-handle-color: #f7cf07;
  --mat-slider-hover-state-layer-color: rgba(247, 207, 7, 0.05);
  --mat-slider-inactive-track-color: #f7cf07;
  --mat-slider-ripple-color: #f7cf07;
  --mat-slider-with-tick-marks-active-container-color: black;
  --mat-slider-with-tick-marks-inactive-container-color: #f7cf07;
}

.dark-theme .mat-warn {
  --mat-slider-active-track-color: #b0042f;
  --mat-slider-focus-handle-color: #b0042f;
  --mat-slider-focus-state-layer-color: rgba(176, 4, 47, 0.2);
  --mat-slider-handle-color: #b0042f;
  --mat-slider-hover-handle-color: #b0042f;
  --mat-slider-hover-state-layer-color: rgba(176, 4, 47, 0.05);
  --mat-slider-inactive-track-color: #b0042f;
  --mat-slider-ripple-color: #b0042f;
  --mat-slider-with-tick-marks-active-container-color: white;
  --mat-slider-with-tick-marks-inactive-container-color: #b0042f;
}

.dark-theme {
  --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);
}

.dark-theme {
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.24;
}

.dark-theme .mdc-list-item__start,
.dark-theme .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #85b5cf;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #85b5cf;
  --mat-radio-selected-hover-icon-color: #85b5cf;
  --mat-radio-selected-icon-color: #85b5cf;
  --mat-radio-selected-pressed-icon-color: #85b5cf;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}

.dark-theme .mat-accent .mdc-list-item__start,
.dark-theme .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f7cf07;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f7cf07;
  --mat-radio-selected-hover-icon-color: #f7cf07;
  --mat-radio-selected-icon-color: #f7cf07;
  --mat-radio-selected-pressed-icon-color: #f7cf07;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}

.dark-theme .mat-warn .mdc-list-item__start,
.dark-theme .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #b0042f;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #b0042f;
  --mat-radio-selected-hover-icon-color: #b0042f;
  --mat-radio-selected-icon-color: #b0042f;
  --mat-radio-selected-pressed-icon-color: #b0042f;
  --mat-radio-unselected-focus-icon-color: #eeeeee;
  --mat-radio-unselected-hover-icon-color: #eeeeee;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}

.dark-theme .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #85b5cf;
  --mat-checkbox-selected-hover-icon-color: #85b5cf;
  --mat-checkbox-selected-icon-color: #85b5cf;
  --mat-checkbox-selected-pressed-icon-color: #85b5cf;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #85b5cf;
  --mat-checkbox-selected-hover-state-layer-color: #85b5cf;
  --mat-checkbox-selected-pressed-state-layer-color: #85b5cf;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}

.dark-theme .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: black;
  --mat-checkbox-selected-focus-icon-color: #f7cf07;
  --mat-checkbox-selected-hover-icon-color: #f7cf07;
  --mat-checkbox-selected-icon-color: #f7cf07;
  --mat-checkbox-selected-pressed-icon-color: #f7cf07;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f7cf07;
  --mat-checkbox-selected-hover-state-layer-color: #f7cf07;
  --mat-checkbox-selected-pressed-state-layer-color: #f7cf07;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}

.dark-theme .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #b0042f;
  --mat-checkbox-selected-hover-icon-color: #b0042f;
  --mat-checkbox-selected-icon-color: #b0042f;
  --mat-checkbox-selected-pressed-icon-color: #b0042f;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #b0042f;
  --mat-checkbox-selected-hover-state-layer-color: #b0042f;
  --mat-checkbox-selected-pressed-state-layer-color: #b0042f;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}

.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #85b5cf;
}

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

.dark-theme {
  --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);
}

.dark-theme .mat-mdc-tab-group,
.dark-theme .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-label-text-color: #85b5cf;
  --mat-tab-active-ripple-color: #85b5cf;
  --mat-tab-inactive-ripple-color: #85b5cf;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-focus-label-text-color: #85b5cf;
  --mat-tab-active-hover-label-text-color: #85b5cf;
  --mat-tab-active-focus-indicator-color: #85b5cf;
  --mat-tab-active-hover-indicator-color: #85b5cf;
  --mat-tab-active-indicator-color: #85b5cf;
}

.dark-theme .mat-mdc-tab-group.mat-accent,
.dark-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-label-text-color: #f7cf07;
  --mat-tab-active-ripple-color: #f7cf07;
  --mat-tab-inactive-ripple-color: #f7cf07;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-focus-label-text-color: #f7cf07;
  --mat-tab-active-hover-label-text-color: #f7cf07;
  --mat-tab-active-focus-indicator-color: #f7cf07;
  --mat-tab-active-hover-indicator-color: #f7cf07;
  --mat-tab-active-indicator-color: #f7cf07;
}

.dark-theme .mat-mdc-tab-group.mat-warn,
.dark-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-label-text-color: #b0042f;
  --mat-tab-active-ripple-color: #b0042f;
  --mat-tab-inactive-ripple-color: #b0042f;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-active-focus-label-text-color: #b0042f;
  --mat-tab-active-hover-label-text-color: #b0042f;
  --mat-tab-active-focus-indicator-color: #b0042f;
  --mat-tab-active-hover-indicator-color: #b0042f;
  --mat-tab-active-indicator-color: #b0042f;
}

.dark-theme {
  --mat-checkbox-disabled-label-color: rgba(255, 255, 255, 0.5);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: black;
  --mat-checkbox-selected-focus-icon-color: #f7cf07;
  --mat-checkbox-selected-hover-icon-color: #f7cf07;
  --mat-checkbox-selected-icon-color: #f7cf07;
  --mat-checkbox-selected-pressed-icon-color: #f7cf07;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f7cf07;
  --mat-checkbox-selected-hover-state-layer-color: #f7cf07;
  --mat-checkbox-selected-pressed-state-layer-color: #f7cf07;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}

.dark-theme .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #85b5cf;
  --mat-checkbox-selected-hover-icon-color: #85b5cf;
  --mat-checkbox-selected-icon-color: #85b5cf;
  --mat-checkbox-selected-pressed-icon-color: #85b5cf;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #85b5cf;
  --mat-checkbox-selected-hover-state-layer-color: #85b5cf;
  --mat-checkbox-selected-pressed-state-layer-color: #85b5cf;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}

.dark-theme .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mat-checkbox-selected-checkmark-color: white;
  --mat-checkbox-selected-focus-icon-color: #b0042f;
  --mat-checkbox-selected-hover-icon-color: #b0042f;
  --mat-checkbox-selected-icon-color: #b0042f;
  --mat-checkbox-selected-pressed-icon-color: #b0042f;
  --mat-checkbox-unselected-focus-icon-color: #eeeeee;
  --mat-checkbox-unselected-hover-icon-color: #eeeeee;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #b0042f;
  --mat-checkbox-selected-hover-state-layer-color: #b0042f;
  --mat-checkbox-selected-pressed-state-layer-color: #b0042f;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}

.dark-theme {
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mat-button-filled-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-filled-disabled-state-layer-color: white;
  --mat-button-filled-focus-state-layer-opacity: 0.24;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.24;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: white;
  --mat-button-outlined-focus-state-layer-opacity: 0.24;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.24;
  --mat-button-outlined-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mat-button-protected-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-protected-disabled-state-layer-color: white;
  --mat-button-protected-focus-state-layer-opacity: 0.24;
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.24;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-text-disabled-state-layer-color: white;
  --mat-button-text-focus-state-layer-opacity: 0.24;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.24;
  --mat-button-text-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mat-button-tonal-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-tonal-disabled-state-layer-color: white;
  --mat-button-tonal-focus-state-layer-opacity: 0.24;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.24;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}

.dark-theme .mat-mdc-button.mat-primary,
.dark-theme .mat-mdc-unelevated-button.mat-primary,
.dark-theme .mat-mdc-raised-button.mat-primary,
.dark-theme .mat-mdc-outlined-button.mat-primary,
.dark-theme .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #85b5cf;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #85b5cf;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: rgba(133, 181, 207, 0.1);
  --mat-button-outlined-state-layer-color: #85b5cf;
  --mat-button-protected-container-color: #85b5cf;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #85b5cf;
  --mat-button-text-ripple-color: rgba(133, 181, 207, 0.1);
  --mat-button-text-state-layer-color: #85b5cf;
  --mat-button-tonal-container-color: #85b5cf;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}

.dark-theme .mat-mdc-button.mat-accent,
.dark-theme .mat-mdc-unelevated-button.mat-accent,
.dark-theme .mat-mdc-raised-button.mat-accent,
.dark-theme .mat-mdc-outlined-button.mat-accent,
.dark-theme .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f7cf07;
  --mat-button-filled-label-text-color: black;
  --mat-button-filled-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-filled-state-layer-color: black;
  --mat-button-outlined-label-text-color: #f7cf07;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: rgba(247, 207, 7, 0.1);
  --mat-button-outlined-state-layer-color: #f7cf07;
  --mat-button-protected-container-color: #f7cf07;
  --mat-button-protected-label-text-color: black;
  --mat-button-protected-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-protected-state-layer-color: black;
  --mat-button-text-label-text-color: #f7cf07;
  --mat-button-text-ripple-color: rgba(247, 207, 7, 0.1);
  --mat-button-text-state-layer-color: #f7cf07;
  --mat-button-tonal-container-color: #f7cf07;
  --mat-button-tonal-label-text-color: black;
  --mat-button-tonal-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-button-tonal-state-layer-color: black;
}

.dark-theme .mat-mdc-button.mat-warn,
.dark-theme .mat-mdc-unelevated-button.mat-warn,
.dark-theme .mat-mdc-raised-button.mat-warn,
.dark-theme .mat-mdc-outlined-button.mat-warn,
.dark-theme .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #b0042f;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-label-text-color: #b0042f;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: rgba(176, 4, 47, 0.1);
  --mat-button-outlined-state-layer-color: #b0042f;
  --mat-button-protected-container-color: #b0042f;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-label-text-color: #b0042f;
  --mat-button-text-ripple-color: rgba(176, 4, 47, 0.1);
  --mat-button-text-state-layer-color: #b0042f;
  --mat-button-tonal-container-color: #b0042f;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-button-tonal-state-layer-color: white;
}

.dark-theme {
  --mat-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-state-layer-color: white;
}

.dark-theme .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #85b5cf;
  --mat-icon-button-state-layer-color: #85b5cf;
  --mat-icon-button-ripple-color: rgba(133, 181, 207, 0.1);
}

.dark-theme .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f7cf07;
  --mat-icon-button-state-layer-color: #f7cf07;
  --mat-icon-button-ripple-color: rgba(247, 207, 7, 0.1);
}

.dark-theme .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #b0042f;
  --mat-icon-button-state-layer-color: #b0042f;
  --mat-icon-button-ripple-color: rgba(176, 4, 47, 0.1);
}

.dark-theme {
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #424242;
  --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);
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}

.dark-theme .mat-mdc-fab.mat-primary, .dark-theme .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #85b5cf;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #85b5cf;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}

.dark-theme .mat-mdc-fab.mat-accent, .dark-theme .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f7cf07;
  --mat-fab-foreground-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-container-color: #f7cf07;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-state-layer-color: black;
  --mat-fab-state-layer-color: black;
}

.dark-theme .mat-mdc-fab.mat-warn, .dark-theme .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #b0042f;
  --mat-fab-foreground-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-container-color: #b0042f;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
}

.dark-theme {
  --mat-snack-bar-container-color: #d9d9d9;
  --mat-snack-bar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: #85b5cf;
}

.dark-theme {
  --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);
}

.dark-theme {
  --mat-progress-spinner-active-indicator-color: #85b5cf;
}

.dark-theme .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f7cf07;
}

.dark-theme .mat-warn {
  --mat-progress-spinner-active-indicator-color: #b0042f;
}

.dark-theme {
  --mat-badge-background-color: #85b5cf;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #6e6e6e;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
}

.dark-theme .mat-badge-accent {
  --mat-badge-background-color: #f7cf07;
  --mat-badge-text-color: black;
}

.dark-theme .mat-badge-warn {
  --mat-badge-background-color: #b0042f;
  --mat-badge-text-color: white;
}

.dark-theme {
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
}

.dark-theme {
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-text-color: white;
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-button-toggle-divider-color: #595959;
  --mat-button-toggle-legacy-disabled-selected-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-background-color: black;
  --mat-button-toggle-legacy-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-button-toggle-legacy-selected-state-background-color: #212121;
  --mat-button-toggle-legacy-selected-state-text-color: rgba(255, 255, 255, 0.7);
  --mat-button-toggle-legacy-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-text-color: rgba(255, 255, 255, 0.5);
  --mat-button-toggle-selected-state-background-color: #212121;
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
}

.dark-theme {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #85b5cf;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(133, 181, 207, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(133, 181, 207, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(133, 181, 207, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #85b5cf;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(133, 181, 207, 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;
}

.dark-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #f7cf07;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 207, 7, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 207, 7, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 207, 7, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 207, 7, 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-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #b0042f;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(176, 4, 47, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(176, 4, 47, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(176, 4, 47, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(176, 4, 47, 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-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f7cf07;
}

.dark-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #b0042f;
}

.dark-theme {
  --mat-divider-color: rgba(255, 255, 255, 0.12);
}

.dark-theme {
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(255, 255, 255, 0.3);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
}

.dark-theme {
  --mat-icon-color: inherit;
}

.dark-theme .mat-icon.mat-primary {
  --mat-icon-color: #85b5cf;
}

.dark-theme .mat-icon.mat-accent {
  --mat-icon-color: #f7cf07;
}

.dark-theme .mat-icon.mat-warn {
  --mat-icon-color: #b0042f;
}

.dark-theme {
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(189, 189, 189, 0.6);
}

.dark-theme {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #85b5cf;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #85b5cf;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #85b5cf;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #b0042f;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #b0042f;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}

.dark-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #f7cf07;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #f7cf07;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #f7cf07;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}

.dark-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #b0042f;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #b0042f;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #b0042f;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

.dark-theme {
  --mat-sort-arrow-color: #c6c6c6;
}

.dark-theme {
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
}

.dark-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #85b5cf;
  --mat-toolbar-container-text-color: white;
}

.dark-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f7cf07;
  --mat-toolbar-container-text-color: black;
}

.dark-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #b0042f;
  --mat-toolbar-container-text-color: white;
}

.dark-theme {
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
}

.dark-theme {
  --mat-timepicker-container-background-color: #424242;
}

.mat-drawer-backdrop.mat-drawer-shown {
  filter: invert(100%);
}

mat-hint {
  opacity: 0.7;
}


footnote {
  display: inline-block;
  cursor: pointer;
  outline: none !important;
  width: 0.5em;
  border-radius: 0.25rem;
  height: 29.16px;
  padding-left: 18px;
}

footnote::after {
  position: absolute;
  content: "";
  background: url('footnote.svg') center center/18px 18px no-repeat;
  height: 18px;
  width: 18px;
  transform: translateX(-100%);
  background-color: #fafafa;
}

.ProseMirror-hideselection .footnote-tooltip *::selection {
  background-color: transparent;
}

.ProseMirror-hideselection .footnote-tooltip *::-moz-selection {
  background-color: transparent;
}

.footnote-tooltip {
  cursor: auto;
  position: absolute;
  z-index: 1000;
  left: 0;
  margin-top: 35px;
  width: 100%;
}
.footnote-tooltip .ProseMirror {
  padding: 0.75rem;
}
.footnote-tooltip .header {
  background: #0b6a9f;
  color: #ffffff;
  font-size: 0.75rem;
  font-family: Noto Sans, sans-serif;
  width: 4.25rem;
  padding-top: 0.1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  text-align: center;
}
.footnote-tooltip .body {
  border: 3px solid #0b6a9f;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  background: #fff;
  font-size: 80%;
  color: #053149;
  padding: 0;
}
.footnote-tooltip .js-body-empty {
  min-height: 53.16px;
}
.footnote-tooltip .js-body-empty:after {
  background-color: #eee;
  color: #90a4ae;
}

td * .footnote-tooltip {
  position: fixed;
  left: 2em;
}

.footnote-tooltip:after {
  display: block;
  text-align: right;
  font-size: 0.75rem;
  color: #555;
  content: "Press Esc to exit";
}

.js-cross-referencing-chip-wrapper {
  display: inline;
  position: relative;
}

.js-cross-referencing-chip-wrapper .js-cross-referencing-chip {
  font-size: 0.95rem;
  cursor: pointer;
  margin: 0 0.1rem;
  -webkit-user-select: all;
  user-select: all;
  border-radius: 0.25rem;
  vertical-align: middle;
  white-space: normal;
  white-space: initial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.js-cross-referencing-chip-wrapper .js-cross-referencing-chip-tooltip {
  position: absolute;
  left: 50%;
  top: -2.15rem;
}

.js-cross-referencing-chip-wrapper .js-cross-referencing-chip-missing-ref {
  border: 2px solid red;
  border-radius: 5px;
}

.js-cross-referencing-chip-wrapper .js-cross-referencing-chip-tooltip div {
  position: relative;
  left: -50%;
  display: none;
  padding: 0.375rem 0.5rem;
  width: auto;
  max-width: 16rem;
  z-index: 1;
  border-radius: 0.125rem;
  background: rgba(97, 97, 97, 0.9);
  color: white;
  font-family: "Roboto Condensed";
  font-size: 0.625rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body {
  /* Basscss Type Scale */
  /* Basscss Typography */
  /* Basscss Layout */
  /* Basscss Align */
  /* Basscss Margin */
  /* Basscss Padding */
  /* Basscss Grid */
  /* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
  /* Basscss Position */
  /* Basscss Border */
  /* Basscss Hide */
  /* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
  /* Basscss Responsive Margin */
  /* Basscss Responsive Padding */
  /* Basscss Responsive Layout */
  /* Basscss Responsive Position */
  /* Basscss Responsive Typography */
  /* Basscss Responsive Type Scale */
}
body .fc-grey {
  color: rgba(var(--background-tooltip), 1);
}
body .uppercase {
  text-transform: uppercase;
}
body .small {
  font-size: 0.85rem;
}
body .cursor-pointer {
  cursor: pointer;
}
body .opacity {
  opacity: 0.5;
}
body .border-radius-0 {
  border-radius: 0;
}
body .h00 {
  font-size: 4rem;
}
body .h0 {
  font-size: 3rem;
}
body .h1 {
  font-size: 2rem;
}
body .h2 {
  font-size: 1.5rem;
}
body .h3 {
  font-size: 1.25rem;
}
body .h4 {
  font-size: 1rem;
}
body .h5 {
  font-size: 0.875rem;
}
body .h6 {
  font-size: 0.75rem;
}
body .font-family-inherit {
  font-family: inherit;
}
body .font-size-inherit {
  font-size: inherit;
}
body .text-decoration-none {
  text-decoration: none;
}
body .bold {
  font-weight: bold;
}
body .regular {
  font-weight: normal;
}
body .italic {
  font-style: italic;
}
body .caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
body .left-align {
  text-align: left;
}
body .center {
  text-align: center;
}
body .right-align {
  text-align: right;
}
body .justify {
  text-align: justify;
}
body .nowrap {
  white-space: nowrap;
}
body .break-word {
  word-wrap: break-word;
}
body .line-height-1 {
  line-height: 1;
}
body .line-height-2 {
  line-height: 1.125;
}
body .line-height-3 {
  line-height: 1.25;
}
body .line-height-4 {
  line-height: 1.5;
}
body .list-style-none {
  list-style: none;
}
body .underline {
  text-decoration: underline;
}
body .truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .list-reset {
  list-style: none;
  padding-left: 0;
}
body .inline {
  display: inline;
}
body .block {
  display: block;
}
body .inline-block {
  display: inline-block;
}
body .table {
  display: table;
}
body .table-cell {
  display: table-cell;
}
body .overflow-hidden {
  overflow: hidden;
}
body .overflow-scroll {
  overflow: scroll;
}
body .overflow-auto {
  overflow: auto;
}
body .clearfix:before,
body .clearfix:after {
  content: " ";
  display: table;
}
body .clearfix:after {
  clear: both;
}
body .left {
  float: left;
}
body .right {
  float: right;
}
body .fit {
  max-width: 100%;
}
body .max-width-1 {
  max-width: 24rem;
}
body .max-width-2 {
  max-width: 32rem;
}
body .max-width-3 {
  max-width: 48rem;
}
body .max-width-4 {
  max-width: 64rem;
}
body .border-box {
  box-sizing: border-box;
}
body .align-baseline {
  vertical-align: baseline;
}
body .align-top {
  vertical-align: top;
}
body .align-middle {
  vertical-align: middle;
}
body .align-bottom {
  vertical-align: bottom;
}
body .m0 {
  margin: 0;
}
body .mt0 {
  margin-top: 0;
}
body .mr0 {
  margin-right: 0;
}
body .mb0 {
  margin-bottom: 0;
}
body .ml0 {
  margin-left: 0;
}
body .mx0 {
  margin-left: 0;
  margin-right: 0;
}
body .my0 {
  margin-top: 0;
  margin-bottom: 0;
}
body .m1 {
  margin: 0.5rem;
}
body .mt1 {
  margin-top: 0.5rem;
}
body .mr1 {
  margin-right: 0.5rem;
}
body .mb1 {
  margin-bottom: 0.5rem;
}
body .ml1 {
  margin-left: 0.5rem;
}
body .mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
body .my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
body .m2 {
  margin: 1rem;
}
body .mt2 {
  margin-top: 1rem;
}
body .mr2 {
  margin-right: 1rem;
}
body .mb2 {
  margin-bottom: 1rem;
}
body .ml2 {
  margin-left: 1rem;
}
body .mx2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
body .my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
body .m3 {
  margin: 2rem;
}
body .mt3 {
  margin-top: 2rem;
}
body .mr3 {
  margin-right: 2rem;
}
body .mb3 {
  margin-bottom: 2rem;
}
body .ml3 {
  margin-left: 2rem;
}
body .mx3 {
  margin-left: 2rem;
  margin-right: 2rem;
}
body .my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
body .m4 {
  margin: 4rem;
}
body .mt4 {
  margin-top: 4rem;
}
body .mr4 {
  margin-right: 4rem;
}
body .mb4 {
  margin-bottom: 4rem;
}
body .ml4 {
  margin-left: 4rem;
}
body .mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}
body .my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
body .mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
body .mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
body .mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}
body .mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}
body .m-auto {
  margin: auto;
}
body .mt-auto {
  margin-top: auto;
}
body .mr-auto {
  margin-right: auto;
}
body .mb-auto {
  margin-bottom: auto;
}
body .ml-auto {
  margin-left: auto;
}
body .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
body .p0 {
  padding: 0;
}
body .pt0 {
  padding-top: 0;
}
body .pr0 {
  padding-right: 0;
}
body .pb0 {
  padding-bottom: 0;
}
body .pl0 {
  padding-left: 0;
}
body .px0 {
  padding-left: 0;
  padding-right: 0;
}
body .py0 {
  padding-top: 0;
  padding-bottom: 0;
}
body .p1 {
  padding: 0.5rem;
}
body .pt1 {
  padding-top: 0.5rem;
}
body .pr1 {
  padding-right: 0.5rem;
}
body .pb1 {
  padding-bottom: 0.5rem;
}
body .pl1 {
  padding-left: 0.5rem;
}
body .py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body .px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
body .p2 {
  padding: 1rem;
}
body .pt2 {
  padding-top: 1rem;
}
body .pr2 {
  padding-right: 1rem;
}
body .pb2 {
  padding-bottom: 1rem;
}
body .pl2 {
  padding-left: 1rem;
}
body .py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
body .px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
body .p3 {
  padding: 2rem;
}
body .pt3 {
  padding-top: 2rem;
}
body .pr3 {
  padding-right: 2rem;
}
body .pb3 {
  padding-bottom: 2rem;
}
body .pl3 {
  padding-left: 2rem;
}
body .py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
body .px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}
body .p4 {
  padding: 4rem;
}
body .pt4 {
  padding-top: 4rem;
}
body .pr4 {
  padding-right: 4rem;
}
body .pb4 {
  padding-bottom: 4rem;
}
body .pl4 {
  padding-left: 4rem;
}
body .py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
body .px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
body .col {
  float: left;
  box-sizing: border-box;
}
body .col-right {
  float: right;
  box-sizing: border-box;
}
body .col-1 {
  width: 8.3333333333%;
}
body .col-2 {
  width: 16.6666666667%;
}
body .col-3 {
  width: 25%;
}
body .col-4 {
  width: 33.3333333333%;
}
body .col-5 {
  width: 41.6666666667%;
}
body .col-6 {
  width: 50%;
}
body .col-7 {
  width: 58.3333333333%;
}
body .col-8 {
  width: 66.6666666667%;
}
body .col-9 {
  width: 75%;
}
body .col-10 {
  width: 83.3333333333%;
}
body .col-11 {
  width: 91.6666666667%;
}
body .col-12 {
  width: 100%;
}
@media (min-width: 40em) {
  body .sm-col {
    float: left;
    box-sizing: border-box;
  }
  body .sm-col-right {
    float: right;
    box-sizing: border-box;
  }
  body .sm-col-1 {
    width: 8.3333333333%;
  }
  body .sm-col-2 {
    width: 16.6666666667%;
  }
  body .sm-col-3 {
    width: 25%;
  }
  body .sm-col-4 {
    width: 33.3333333333%;
  }
  body .sm-col-5 {
    width: 41.6666666667%;
  }
  body .sm-col-6 {
    width: 50%;
  }
  body .sm-col-7 {
    width: 58.3333333333%;
  }
  body .sm-col-8 {
    width: 66.6666666667%;
  }
  body .sm-col-9 {
    width: 75%;
  }
  body .sm-col-10 {
    width: 83.3333333333%;
  }
  body .sm-col-11 {
    width: 91.6666666667%;
  }
  body .sm-col-12 {
    width: 100%;
  }
}
@media (min-width: 52em) {
  body .md-col {
    float: left;
    box-sizing: border-box;
  }
  body .md-col-right {
    float: right;
    box-sizing: border-box;
  }
  body .md-col-1 {
    width: 8.3333333333%;
  }
  body .md-col-2 {
    width: 16.6666666667%;
  }
  body .md-col-3 {
    width: 25%;
  }
  body .md-col-4 {
    width: 33.3333333333%;
  }
  body .md-col-5 {
    width: 41.6666666667%;
  }
  body .md-col-6 {
    width: 50%;
  }
  body .md-col-7 {
    width: 58.3333333333%;
  }
  body .md-col-8 {
    width: 66.6666666667%;
  }
  body .md-col-9 {
    width: 75%;
  }
  body .md-col-10 {
    width: 83.3333333333%;
  }
  body .md-col-11 {
    width: 91.6666666667%;
  }
  body .md-col-12 {
    width: 100%;
  }
}
@media (min-width: 64em) {
  body .lg-col {
    float: left;
    box-sizing: border-box;
  }
  body .lg-col-right {
    float: right;
    box-sizing: border-box;
  }
  body .lg-col-1 {
    width: 8.3333333333%;
  }
  body .lg-col-2 {
    width: 16.6666666667%;
  }
  body .lg-col-3 {
    width: 25%;
  }
  body .lg-col-4 {
    width: 33.3333333333%;
  }
  body .lg-col-5 {
    width: 41.6666666667%;
  }
  body .lg-col-6 {
    width: 50%;
  }
  body .lg-col-7 {
    width: 58.3333333333%;
  }
  body .lg-col-8 {
    width: 66.6666666667%;
  }
  body .lg-col-9 {
    width: 75%;
  }
  body .lg-col-10 {
    width: 83.3333333333%;
  }
  body .lg-col-11 {
    width: 91.6666666667%;
  }
  body .lg-col-12 {
    width: 100%;
  }
}
body .flex {
  display: flex;
}
@media (min-width: 40em) {
  body .sm-flex {
    display: flex;
  }
}
@media (min-width: 52em) {
  body .md-flex {
    display: flex;
  }
}
@media (min-width: 64em) {
  body .lg-flex {
    display: flex;
  }
}
body .flex-column {
  flex-direction: column;
}
body .flex-wrap {
  flex-wrap: wrap;
}
body .items-start {
  align-items: flex-start;
}
body .items-end {
  align-items: flex-end;
}
body .items-center {
  align-items: center;
}
body .items-baseline {
  align-items: baseline;
}
body .items-stretch {
  align-items: stretch;
}
body .self-start {
  align-self: flex-start;
}
body .self-end {
  align-self: flex-end;
}
body .self-center {
  align-self: center;
}
body .self-baseline {
  align-self: baseline;
}
body .self-stretch {
  align-self: stretch;
}
body .justify-start {
  justify-content: flex-start;
}
body .justify-end {
  justify-content: flex-end;
}
body .justify-center {
  justify-content: center;
}
body .justify-between {
  justify-content: space-between;
}
body .justify-around {
  justify-content: space-around;
}
body .justify-evenly {
  justify-content: space-evenly;
}
body .content-start {
  align-content: flex-start;
}
body .content-end {
  align-content: flex-end;
}
body .content-center {
  align-content: center;
}
body .content-between {
  align-content: space-between;
}
body .content-around {
  align-content: space-around;
}
body .content-stretch {
  align-content: stretch;
}
body .flex-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}
body .flex-none {
  flex: none;
}
body .order-0 {
  order: 0;
}
body .order-1 {
  order: 1;
}
body .order-2 {
  order: 2;
}
body .order-3 {
  order: 3;
}
body .order-last {
  order: 99999;
}
body .relative {
  position: relative;
}
body .absolute {
  position: absolute;
}
body .fixed {
  position: fixed;
}
body .top-0 {
  top: 0;
}
body .right-0 {
  right: 0;
}
body .bottom-0 {
  bottom: 0;
}
body .left-0 {
  left: 0;
}
body .z1 {
  z-index: 1;
}
body .z2 {
  z-index: 2;
}
body .z3 {
  z-index: 3;
}
body .z4 {
  z-index: 4;
}
body .border {
  border-style: solid;
  border-width: 1px;
}
body .border-top {
  border-top-style: solid;
  border-top-width: 1px;
}
body .border-right {
  border-right-style: solid;
  border-right-width: 1px;
}
body .border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
body .border-left {
  border-left-style: solid;
  border-left-width: 1px;
}
body .border-none {
  border: 0;
}
body .rounded {
  border-radius: 3px;
}
body .circle {
  border-radius: 50%;
}
body .rounded-top {
  border-radius: 3px 3px 0 0;
}
body .rounded-right {
  border-radius: 0 3px 3px 0;
}
body .rounded-bottom {
  border-radius: 0 0 3px 3px;
}
body .rounded-left {
  border-radius: 3px 0 0 3px;
}
body .not-rounded {
  border-radius: 0;
}
body .hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media (max-width: 40em) {
  body .xs-hide {
    display: none !important;
  }
}
@media (min-width: 40em) and (max-width: 52em) {
  body .sm-hide {
    display: none !important;
  }
}
@media (min-width: 52em) and (max-width: 64em) {
  body .md-hide {
    display: none !important;
  }
}
@media (min-width: 64em) {
  body .lg-hide {
    display: none !important;
  }
}
body .display-none {
  display: none !important;
}
body .flex {
  display: flex;
}
@media (min-width: 40em) {
  body .sm-flex {
    display: flex;
  }
}
@media (min-width: 52em) {
  body .md-flex {
    display: flex;
  }
}
@media (min-width: 64em) {
  body .lg-flex {
    display: flex;
  }
}
body .flex-column {
  flex-direction: column;
}
body .flex-wrap {
  flex-wrap: wrap;
}
body .items-start {
  align-items: flex-start;
}
body .items-end {
  align-items: flex-end;
}
body .items-center {
  align-items: center;
}
body .items-baseline {
  align-items: baseline;
}
body .items-stretch {
  align-items: stretch;
}
body .self-start {
  align-self: flex-start;
}
body .self-end {
  align-self: flex-end;
}
body .self-center {
  align-self: center;
}
body .self-baseline {
  align-self: baseline;
}
body .self-stretch {
  align-self: stretch;
}
body .justify-start {
  justify-content: flex-start;
}
body .justify-end {
  justify-content: flex-end;
}
body .justify-center {
  justify-content: center;
}
body .justify-between {
  justify-content: space-between;
}
body .justify-around {
  justify-content: space-around;
}
body .justify-evenly {
  justify-content: space-evenly;
}
body .content-start {
  align-content: flex-start;
}
body .content-end {
  align-content: flex-end;
}
body .content-center {
  align-content: center;
}
body .content-between {
  align-content: space-between;
}
body .content-around {
  align-content: space-around;
}
body .content-stretch {
  align-content: stretch;
}
body .flex-auto {
  flex: 1 1 auto;
  min-width: 0; /* 1 */
  min-height: 0; /* 1 */
}
body .flex-none {
  flex: none;
}
body .order-0 {
  order: 0;
}
body .order-1 {
  order: 1;
}
body .order-2 {
  order: 2;
}
body .order-3 {
  order: 3;
}
body .order-last {
  order: 99999;
}
@media (min-width: 40em) {
  body .sm-m0 {
    margin: 0;
  }
  body .sm-mt0 {
    margin-top: 0;
  }
  body .sm-mr0 {
    margin-right: 0;
  }
  body .sm-mb0 {
    margin-bottom: 0;
  }
  body .sm-ml0 {
    margin-left: 0;
  }
  body .sm-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  body .sm-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  body .sm-m1 {
    margin: 0.5rem;
  }
  body .sm-mt1 {
    margin-top: 0.5rem;
  }
  body .sm-mr1 {
    margin-right: 0.5rem;
  }
  body .sm-mb1 {
    margin-bottom: 0.5rem;
  }
  body .sm-ml1 {
    margin-left: 0.5rem;
  }
  body .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  body .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  body .sm-m2 {
    margin: 1rem;
  }
  body .sm-mt2 {
    margin-top: 1rem;
  }
  body .sm-mr2 {
    margin-right: 1rem;
  }
  body .sm-mb2 {
    margin-bottom: 1rem;
  }
  body .sm-ml2 {
    margin-left: 1rem;
  }
  body .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  body .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  body .sm-m3 {
    margin: 2rem;
  }
  body .sm-mt3 {
    margin-top: 2rem;
  }
  body .sm-mr3 {
    margin-right: 2rem;
  }
  body .sm-mb3 {
    margin-bottom: 2rem;
  }
  body .sm-ml3 {
    margin-left: 2rem;
  }
  body .sm-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  body .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  body .sm-m4 {
    margin: 4rem;
  }
  body .sm-mt4 {
    margin-top: 4rem;
  }
  body .sm-mr4 {
    margin-right: 4rem;
  }
  body .sm-mb4 {
    margin-bottom: 4rem;
  }
  body .sm-ml4 {
    margin-left: 4rem;
  }
  body .sm-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  body .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  body .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  body .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  body .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  body .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  body .sm-ml-auto {
    margin-left: auto;
  }
  body .sm-mr-auto {
    margin-right: auto;
  }
  body .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 52em) {
  body .md-m0 {
    margin: 0;
  }
  body .md-mt0 {
    margin-top: 0;
  }
  body .md-mr0 {
    margin-right: 0;
  }
  body .md-mb0 {
    margin-bottom: 0;
  }
  body .md-ml0 {
    margin-left: 0;
  }
  body .md-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  body .md-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  body .md-m1 {
    margin: 0.5rem;
  }
  body .md-mt1 {
    margin-top: 0.5rem;
  }
  body .md-mr1 {
    margin-right: 0.5rem;
  }
  body .md-mb1 {
    margin-bottom: 0.5rem;
  }
  body .md-ml1 {
    margin-left: 0.5rem;
  }
  body .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  body .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  body .md-m2 {
    margin: 1rem;
  }
  body .md-mt2 {
    margin-top: 1rem;
  }
  body .md-mr2 {
    margin-right: 1rem;
  }
  body .md-mb2 {
    margin-bottom: 1rem;
  }
  body .md-ml2 {
    margin-left: 1rem;
  }
  body .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  body .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  body .md-m3 {
    margin: 2rem;
  }
  body .md-mt3 {
    margin-top: 2rem;
  }
  body .md-mr3 {
    margin-right: 2rem;
  }
  body .md-mb3 {
    margin-bottom: 2rem;
  }
  body .md-ml3 {
    margin-left: 2rem;
  }
  body .md-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  body .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  body .md-m4 {
    margin: 4rem;
  }
  body .md-mt4 {
    margin-top: 4rem;
  }
  body .md-mr4 {
    margin-right: 4rem;
  }
  body .md-mb4 {
    margin-bottom: 4rem;
  }
  body .md-ml4 {
    margin-left: 4rem;
  }
  body .md-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  body .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  body .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  body .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  body .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  body .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  body .md-ml-auto {
    margin-left: auto;
  }
  body .md-mr-auto {
    margin-right: auto;
  }
  body .md-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 64em) {
  body .lg-m0 {
    margin: 0;
  }
  body .lg-mt0 {
    margin-top: 0;
  }
  body .lg-mr0 {
    margin-right: 0;
  }
  body .lg-mb0 {
    margin-bottom: 0;
  }
  body .lg-ml0 {
    margin-left: 0;
  }
  body .lg-mx0 {
    margin-left: 0;
    margin-right: 0;
  }
  body .lg-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  body .lg-m1 {
    margin: 0.5rem;
  }
  body .lg-mt1 {
    margin-top: 0.5rem;
  }
  body .lg-mr1 {
    margin-right: 0.5rem;
  }
  body .lg-mb1 {
    margin-bottom: 0.5rem;
  }
  body .lg-ml1 {
    margin-left: 0.5rem;
  }
  body .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  body .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  body .lg-m2 {
    margin: 1rem;
  }
  body .lg-mt2 {
    margin-top: 1rem;
  }
  body .lg-mr2 {
    margin-right: 1rem;
  }
  body .lg-mb2 {
    margin-bottom: 1rem;
  }
  body .lg-ml2 {
    margin-left: 1rem;
  }
  body .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  body .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  body .lg-m3 {
    margin: 2rem;
  }
  body .lg-mt3 {
    margin-top: 2rem;
  }
  body .lg-mr3 {
    margin-right: 2rem;
  }
  body .lg-mb3 {
    margin-bottom: 2rem;
  }
  body .lg-ml3 {
    margin-left: 2rem;
  }
  body .lg-mx3 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  body .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  body .lg-m4 {
    margin: 4rem;
  }
  body .lg-mt4 {
    margin-top: 4rem;
  }
  body .lg-mr4 {
    margin-right: 4rem;
  }
  body .lg-mb4 {
    margin-bottom: 4rem;
  }
  body .lg-ml4 {
    margin-left: 4rem;
  }
  body .lg-mx4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  body .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  body .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  body .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  body .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  body .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  body .lg-ml-auto {
    margin-left: auto;
  }
  body .lg-mr-auto {
    margin-right: auto;
  }
  body .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 40em) {
  body .sm-p0 {
    padding: 0;
  }
  body .sm-pt0 {
    padding-top: 0;
  }
  body .sm-pr0 {
    padding-right: 0;
  }
  body .sm-pb0 {
    padding-bottom: 0;
  }
  body .sm-pl0 {
    padding-left: 0;
  }
  body .sm-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  body .sm-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .sm-p1 {
    padding: 0.5rem;
  }
  body .sm-pt1 {
    padding-top: 0.5rem;
  }
  body .sm-pr1 {
    padding-right: 0.5rem;
  }
  body .sm-pb1 {
    padding-bottom: 0.5rem;
  }
  body .sm-pl1 {
    padding-left: 0.5rem;
  }
  body .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  body .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body .sm-p2 {
    padding: 1rem;
  }
  body .sm-pt2 {
    padding-top: 1rem;
  }
  body .sm-pr2 {
    padding-right: 1rem;
  }
  body .sm-pb2 {
    padding-bottom: 1rem;
  }
  body .sm-pl2 {
    padding-left: 1rem;
  }
  body .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .sm-p3 {
    padding: 2rem;
  }
  body .sm-pt3 {
    padding-top: 2rem;
  }
  body .sm-pr3 {
    padding-right: 2rem;
  }
  body .sm-pb3 {
    padding-bottom: 2rem;
  }
  body .sm-pl3 {
    padding-left: 2rem;
  }
  body .sm-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body .sm-p4 {
    padding: 4rem;
  }
  body .sm-pt4 {
    padding-top: 4rem;
  }
  body .sm-pr4 {
    padding-right: 4rem;
  }
  body .sm-pb4 {
    padding-bottom: 4rem;
  }
  body .sm-pl4 {
    padding-left: 4rem;
  }
  body .sm-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 52em) {
  body .md-p0 {
    padding: 0;
  }
  body .md-pt0 {
    padding-top: 0;
  }
  body .md-pr0 {
    padding-right: 0;
  }
  body .md-pb0 {
    padding-bottom: 0;
  }
  body .md-pl0 {
    padding-left: 0;
  }
  body .md-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  body .md-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .md-p1 {
    padding: 0.5rem;
  }
  body .md-pt1 {
    padding-top: 0.5rem;
  }
  body .md-pr1 {
    padding-right: 0.5rem;
  }
  body .md-pb1 {
    padding-bottom: 0.5rem;
  }
  body .md-pl1 {
    padding-left: 0.5rem;
  }
  body .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  body .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body .md-p2 {
    padding: 1rem;
  }
  body .md-pt2 {
    padding-top: 1rem;
  }
  body .md-pr2 {
    padding-right: 1rem;
  }
  body .md-pb2 {
    padding-bottom: 1rem;
  }
  body .md-pl2 {
    padding-left: 1rem;
  }
  body .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .md-p3 {
    padding: 2rem;
  }
  body .md-pt3 {
    padding-top: 2rem;
  }
  body .md-pr3 {
    padding-right: 2rem;
  }
  body .md-pb3 {
    padding-bottom: 2rem;
  }
  body .md-pl3 {
    padding-left: 2rem;
  }
  body .md-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body .md-p4 {
    padding: 4rem;
  }
  body .md-pt4 {
    padding-top: 4rem;
  }
  body .md-pr4 {
    padding-right: 4rem;
  }
  body .md-pb4 {
    padding-bottom: 4rem;
  }
  body .md-pl4 {
    padding-left: 4rem;
  }
  body .md-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 64em) {
  body .lg-p0 {
    padding: 0;
  }
  body .lg-pt0 {
    padding-top: 0;
  }
  body .lg-pr0 {
    padding-right: 0;
  }
  body .lg-pb0 {
    padding-bottom: 0;
  }
  body .lg-pl0 {
    padding-left: 0;
  }
  body .lg-px0 {
    padding-left: 0;
    padding-right: 0;
  }
  body .lg-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  body .lg-p1 {
    padding: 0.5rem;
  }
  body .lg-pt1 {
    padding-top: 0.5rem;
  }
  body .lg-pr1 {
    padding-right: 0.5rem;
  }
  body .lg-pb1 {
    padding-bottom: 0.5rem;
  }
  body .lg-pl1 {
    padding-left: 0.5rem;
  }
  body .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  body .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  body .lg-p2 {
    padding: 1rem;
  }
  body .lg-pt2 {
    padding-top: 1rem;
  }
  body .lg-pr2 {
    padding-right: 1rem;
  }
  body .lg-pb2 {
    padding-bottom: 1rem;
  }
  body .lg-pl2 {
    padding-left: 1rem;
  }
  body .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  body .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .lg-p3 {
    padding: 2rem;
  }
  body .lg-pt3 {
    padding-top: 2rem;
  }
  body .lg-pr3 {
    padding-right: 2rem;
  }
  body .lg-pb3 {
    padding-bottom: 2rem;
  }
  body .lg-pl3 {
    padding-left: 2rem;
  }
  body .lg-px3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  body .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body .lg-p4 {
    padding: 4rem;
  }
  body .lg-pt4 {
    padding-top: 4rem;
  }
  body .lg-pr4 {
    padding-right: 4rem;
  }
  body .lg-pb4 {
    padding-bottom: 4rem;
  }
  body .lg-pl4 {
    padding-left: 4rem;
  }
  body .lg-px4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  body .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 40em) {
  body .sm-inline {
    display: inline;
  }
  body .sm-block {
    display: block;
  }
  body .sm-inline-block {
    display: inline-block;
  }
  body .sm-table {
    display: table;
  }
  body .sm-table-cell {
    display: table-cell;
  }
  body .sm-overflow-hidden {
    overflow: hidden;
  }
  body .sm-overflow-scroll {
    overflow: scroll;
  }
  body .sm-overflow-auto {
    overflow: auto;
  }
  body .sm-left {
    float: left;
  }
  body .sm-right {
    float: right;
  }
}
@media (min-width: 52em) {
  body .md-inline {
    display: inline;
  }
  body .md-block {
    display: block;
  }
  body .md-inline-block {
    display: inline-block;
  }
  body .md-table {
    display: table;
  }
  body .md-table-cell {
    display: table-cell;
  }
  body .md-overflow-hidden {
    overflow: hidden;
  }
  body .md-overflow-scroll {
    overflow: scroll;
  }
  body .md-overflow-auto {
    overflow: auto;
  }
  body .md-left {
    float: left;
  }
  body .md-right {
    float: right;
  }
}
@media (min-width: 64em) {
  body .lg-inline {
    display: inline;
  }
  body .lg-block {
    display: block;
  }
  body .lg-inline-block {
    display: inline-block;
  }
  body .lg-table {
    display: table;
  }
  body .lg-table-cell {
    display: table-cell;
  }
  body .lg-overflow-hidden {
    overflow: hidden;
  }
  body .lg-overflow-scroll {
    overflow: scroll;
  }
  body .lg-overflow-auto {
    overflow: auto;
  }
  body .lg-left {
    float: left;
  }
  body .lg-right {
    float: right;
  }
}
@media (min-width: 40em) {
  body .sm-relative {
    position: relative;
  }
  body .sm-absolute {
    position: absolute;
  }
  body .sm-fixed {
    position: fixed;
  }
  body .sm-top-0 {
    top: 0;
  }
  body .sm-right-0 {
    right: 0;
  }
  body .sm-bottom-0 {
    bottom: 0;
  }
  body .sm-left-0 {
    left: 0;
  }
}
@media (min-width: 52em) {
  body .md-relative {
    position: relative;
  }
  body .md-absolute {
    position: absolute;
  }
  body .md-fixed {
    position: fixed;
  }
  body .md-top-0 {
    top: 0;
  }
  body .md-right-0 {
    right: 0;
  }
  body .md-bottom-0 {
    bottom: 0;
  }
  body .md-left-0 {
    left: 0;
  }
}
@media (min-width: 64em) {
  body .lg-relative {
    position: relative;
  }
  body .lg-absolute {
    position: absolute;
  }
  body .lg-fixed {
    position: fixed;
  }
  body .lg-top-0 {
    top: 0;
  }
  body .lg-right-0 {
    right: 0;
  }
  body .lg-bottom-0 {
    bottom: 0;
  }
  body .lg-left-0 {
    left: 0;
  }
}
@media (min-width: 40em) {
  body .sm-left-align {
    text-align: left;
  }
  body .sm-center {
    text-align: center;
  }
  body .sm-right-align {
    text-align: right;
  }
  body .sm-justify {
    text-align: justify;
  }
}
@media (min-width: 52em) {
  body .md-left-align {
    text-align: left;
  }
  body .md-center {
    text-align: center;
  }
  body .md-right-align {
    text-align: right;
  }
  body .md-justify {
    text-align: justify;
  }
}
@media (min-width: 64em) {
  body .lg-left-align {
    text-align: left;
  }
  body .lg-center {
    text-align: center;
  }
  body .lg-right-align {
    text-align: right;
  }
  body .lg-justify {
    text-align: justify;
  }
}
@media (min-width: 40em) {
  body .sm-h00 {
    font-size: 4rem;
  }
  body .sm-h0 {
    font-size: 3rem;
  }
  body .sm-h1 {
    font-size: 2rem;
  }
  body .sm-h2 {
    font-size: 1.5rem;
  }
  body .sm-h3 {
    font-size: 1.25rem;
  }
  body .sm-h4 {
    font-size: 1rem;
  }
  body .sm-h5 {
    font-size: 0.875rem;
  }
  body .sm-h6 {
    font-size: 0.75rem;
  }
}
@media (min-width: 52em) {
  body .md-h00 {
    font-size: 4rem;
  }
  body .md-h0 {
    font-size: 3rem;
  }
  body .md-h1 {
    font-size: 2rem;
  }
  body .md-h2 {
    font-size: 1.5rem;
  }
  body .md-h3 {
    font-size: 1.25rem;
  }
  body .md-h4 {
    font-size: 1rem;
  }
  body .md-h5 {
    font-size: 0.875rem;
  }
  body .md-h6 {
    font-size: 0.75rem;
  }
}
@media (min-width: 64em) {
  body .lg-h00 {
    font-size: 4rem;
  }
  body .lg-h0 {
    font-size: 3rem;
  }
  body .lg-h1 {
    font-size: 2rem;
  }
  body .lg-h2 {
    font-size: 1.5rem;
  }
  body .lg-h3 {
    font-size: 1.25rem;
  }
  body .lg-h4 {
    font-size: 1rem;
  }
  body .lg-h5 {
    font-size: 0.875rem;
  }
  body .lg-h6 {
    font-size: 0.75rem;
  }
}

.js-user-deleted-content {
  text-decoration: line-through;
  background: lightsalmon;
}

.js-user-added-content {
  background: lightgreen;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Roboto";
  font-size: 16px;
  background-color: rgba(var(--background-background), 1);
}

a {
  color: var(--background-background);
  cursor: pointer;
  text-decoration: underline;
}

.rounded {
  border-radius: 1rem;
}

strong {
  font-weight: bold;
}

/* focus on selected citation from Reference in Text(DCA) */
cite:focus {
  background-color: yellow;
}

/* a container with flex-direction column */
.container-scrollable {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

/* this is the flex container that will take the rest of the height */
.container-scrollable-wrapper {
  display: flex;
  flex: 1;
  min-height: 0px;
  /* IMPORTANT: need this for non-chrome browsers */
}

/* the overflow for our overflowed content */
.container-scrollable-overflow {
  flex: 1;
  overflow: auto;
}

/* the overflow content itself */
.editor-content {
  display: flex;
  justify-content: space-between;
}

.editor {
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.editor-toolbar {
  position: sticky;
  z-index: 50;
  width: 100%;
  top: 0;
  text-align: center;
  height: auto;
  flex-wrap: wrap;
  padding: 0;
}

.editor-toolbar > .mat-toolbar {
  height: auto;
}

.editor-left-flex {
  width: var(--dca-menu-width);
  flex-grow: 0;
  flex-shrink: 0;
}

.mat-drawer-container.editor-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dca-menu {
  position: sticky;
  top: 0;
  right: 0;
  width: var(--dca-menu-width);
  z-index: 100;
  align-self: flex-start;
  flex-grow: 0;
  flex-shrink: 0;
  height: calc(100vh - 64px);
  background-color: rgba(var(--background-background), 1);
}

.dca-area {
  width: var(--dca-width);
}
.dca-area.mat-drawer {
  width: var(--dca-width);
}

.dca-area {
  width: calc(100vw - 40px);
}
.dca-area .container-scrollable {
  height: calc(100vh - 64px);
}

.dca-heading {
  background-color: rgba(var(--primary-color-500), 1);
  color: rgba(var(--primary-color-50), 1);
  height: 64px;
}
.dca-heading .h2 {
  font-size: 1.25rem;
}

.dca-scrollarea {
  height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}

.dca-opened {
  overflow: auto;
}
.dca-opened .mat-drawer-content {
  overflow: auto;
}

.dca-area {
  width: var(--dca-width);
}

.dca-opened.dca-expanded {
  overflow: hidden;
}
.dca-opened.dca-expanded .mat-drawer-content {
  overflow: hidden;
}
.dca-opened.dca-expanded .dca-menu {
  background-color: rgba(var(--background-card), 1);
}
.dca-opened.dca-expanded .dca-area {
  width: calc(100vw - 40px);
}
.dca-opened.dca-expanded .dca-area .container-scrollable {
  height: calc(100vh - 64px);
}

.cdk-overlay-backdrop {
  z-index: 0;
}

.mat-dialog-container {
  min-width: 40vw;
}

*,
:after,
:before {
  box-sizing: inherit;
}

.cm-content,
.cm-gutter {
  min-height: 4em;
}

.cm-gutters {
  margin: 1px;
}

.cm-scroller {
  overflow: auto;
}

.cm-wrap {
  border: 1px solid silver;
}

.mat-tooltip.tooltip {
  font-size: 15px;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 0.5em 0 1em 0;
}

.meta-data-editor div[data-theme=html] {
  border-radius: 0.5rem;
  border: 1px solid rgba(var(--background-selected-button), 1);
  padding: 1rem 0.125rem 0.5rem 0.5rem;
}
.meta-data-editor div[data-theme=html] button {
  border-radius: 0.25rem;
  padding: 0.25rem 0.75rem;
}
.meta-data-editor div[data-theme=html] [data-schemapath=root] > h3 {
  text-align: center;
  font-size: 1.3rem;
  background: none;
}
.meta-data-editor div[data-theme=html] .je-indented-panel {
  border: none;
  border-bottom: 1px dotted #ddd;
  border-radius: none;
}
.meta-data-editor div[data-theme=html] .je-object__controls {
  padding: 2rem 0 0.25rem 0;
}
.meta-data-editor div[data-theme=html] .je-header {
  background: none;
  font-weight: bold;
  border-bottom: 2px dashed rgba(var(--background-background), 1);
  border-radius: 0;
}
.meta-data-editor div[data-theme=html] label.je-form-input-label {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.75rem;
}
.meta-data-editor div[data-theme=html] p.je-form-input-label {
  font-size: 0.9rem;
  font-weight: normal;
}
.meta-data-editor div[data-theme=html] h3 {
  margin-top: 1.25rem;
  font-size: 1.125rem;
}
.meta-data-editor div[data-theme=html] .je-object__controls {
  padding-left: 1rem;
  padding-top: 1rem;
}
.meta-data-editor div[data-theme=html] .form-control input,
.meta-data-editor div[data-theme=html] .form-control textarea,
.meta-data-editor div[data-theme=html] .form-control select {
  width: 100%;
  padding: 0.5rem;
  margin: 0.25rem 0;
  display: inline-block;
  border: 1px solid rgba(var(--background-selected-button));
  border-radius: 0.25rem;
  box-sizing: border-box;
  height: auto;
}

.positive {
  color: #00ad00;
}

.warning {
  color: #ffcc00;
}

.negative {
  color: #cc071e;
}

.spacer {
  flex: 1 1 auto;
}

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