/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --skeleton-bg-color-light: #eeeeee;
  --skeleton-highlight-color-light: whitesmoke;
  --skeleton-bg-color-dark: #757575;
  --skeleton-highlight-color-dark: #616161;
  --wave-color-light: #e0e0e0;
  --progress-color-light: #9e9e9e;
  --cursor-color-light: #212121;
  --wave-color-dark: #757575;
  --progress-color-dark: #bdbdbd;
  --cursor-color-dark: white;
  --text-color-light: rgba(0, 0, 0, 0.8705882353);
  --text-color-dark: #ffffff;
  --background-color-light: #ffffff;
  --background-color-dark: rgba(0, 0, 0, 0.8705882353);
  --border-color-light: #eeeeee;
  --border-color-dark: #616161;
  --success-color-light: #0abb87;
  --success-color-dark: #0abb87;
  --error-color-light: #fd397a;
  --error-color-dark: #fd397a;
  --warning-color-light: #ffb822;
  --warning-color-dark: #ffb822;
  --info-color-light: #5578eb;
  --info-color-dark: #5578eb;
  --primary-color-light: #5867dd;
  --primary-color-dark: #5867dd;
  --secondary-color-light: #e1e1ef;
  --secondary-color-dark: #e1e1ef;
  --code-bg-color-light: whitesmoke;
  --code-bg-color-dark: #616161;
  --code-text-color-light: #e83e8c;
  --code-text-color-dark: #e83e8c;
  --mark-bg-color-light: whitesmoke;
  --mark-bg-color-dark: #616161;
  --caption-text-color-light: #757575;
  --caption-text-color-dark: #9e9e9e;
  --overlay-lightest-light: rgba(0, 0, 0, 0.02);
  --overlay-lighter-light: rgba(0, 0, 0, 0.04);
  --overlay-light-light: rgba(0, 0, 0, 0.1);
  --overlay-medium-light: rgba(0, 0, 0, 0.12);
  --overlay-dark-light: rgba(0, 0, 0, 0.26);
  --overlay-darker-light: rgba(0, 0, 0, 0.38);
  --overlay-darkest-light: rgba(0, 0, 0, 0.6);
  --overlay-heavy-light: rgba(0, 0, 0, 0.7);
  --overlay-solid-light: rgba(0, 0, 0, 0.87);
  --overlay-lightest-dark: rgba(255, 255, 255, 0.02);
  --overlay-lighter-dark: rgba(255, 255, 255, 0.04);
  --overlay-light-dark: rgba(255, 255, 255, 0.1);
  --overlay-medium-dark: rgba(255, 255, 255, 0.12);
  --overlay-dark-dark: rgba(255, 255, 255, 0.26);
  --overlay-darker-dark: rgba(255, 255, 255, 0.38);
  --overlay-darkest-dark: rgba(255, 255, 255, 0.6);
  --overlay-heavy-dark: rgba(255, 255, 255, 0.7);
  --overlay-solid-dark: rgba(255, 255, 255, 0.87);
  --auth-body-bg-light: #f0f0f0;
  --auth-container-bg-light: #ffffff;
  --auth-text-color-light: #000000;
  --auth-container-shadow-light: rgba(0, 0, 0, 0.1);
  --auth-body-bg-dark: #1e1e1e;
  --auth-container-bg-dark: #2c2c2c;
  --auth-text-color-dark: #ffffff;
  --auth-container-shadow-dark: rgba(0, 0, 0, 0.25);
  --font-family-primary: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --font-family-code: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --font-family-icons: "Material Icons";
  --font-size-xs: 0.7rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-md: 1.125rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 1.875rem;
  --font-size-3xl: 2.25rem;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --line-height-tight: 1.2;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  --brand-primary-color: #2ecc40;
  --brand-primary-color-light: #5cd66d;
  --brand-primary-color-lighter: #8ae09a;
  --brand-primary-color-dark: #26b838;
  --brand-primary-color-darker: #1ea330;
  --brand-primary-color-hover: #28c23c;
  --brand-primary-color-10: rgba(46, 204, 64, 0.1);
  --brand-primary-color-20: rgba(46, 204, 64, 0.2);
  --brand-primary-color-30: rgba(46, 204, 64, 0.3);
  --brand-primary-color-50: rgba(46, 204, 64, 0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  --mat-badge-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", 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-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0071428571em;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0178571429em;
}
.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-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0333333333em;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font-size: 96px;
  font-weight: 300;
  line-height: 96px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}

html {
  --mat-bottom-sheet-container-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}

html {
  --mat-legacy-button-toggle-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-standard-button-toggle-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
}

html {
  --mat-datepicker-calendar-text-font: "Poppins", "Roboto", "Helvetica Neue", 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: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}

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

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

html {
  --mat-toolbar-title-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}

.mat-tree {
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
}

.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}

html {
  --mat-option-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 16px;
  --mat-option-label-text-tracking: 0.03125em;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 16px;
  --mat-optgroup-label-text-tracking: 0.03125em;
  --mat-optgroup-label-text-weight: 400;
}

.mat-mdc-card {
  --mat-card-title-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}

.mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}

html {
  --mdc-filled-text-field-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-filled-text-field-label-text-size: 16px;
  --mdc-filled-text-field-label-text-tracking: 0.03125em;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-outlined-text-field-label-text-size: 16px;
  --mdc-outlined-text-field-label-text-tracking: 0.03125em;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 16px;
  --mat-form-field-container-text-tracking: 0.03125em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 16px;
  --mat-form-field-subscript-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-trigger-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 16px;
  --mat-select-trigger-text-tracking: 0.03125em;
  --mat-select-trigger-text-weight: 400;
}

.mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}

.mat-mdc-slide-toggle {
  --mat-slide-toggle-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: 0.0178571429em;
  --mat-slide-toggle-label-text-line-height: 20px;
  --mat-slide-toggle-label-text-weight: 400;
}
.mat-mdc-slide-toggle .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  /* @alternate */
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  /* @alternate */
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  /* @alternate */
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  /* @alternate */
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  /* @alternate */
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  /* @alternate */
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mat-mdc-radio-button .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Poppins", "Roboto", "Helvetica Neue", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mat-mdc-slider {
  --mdc-slider-label-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}

html {
  --mat-menu-item-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-menu-item-label-text-size: 16px;
  --mat-menu-item-label-text-tracking: 0.03125em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
}

.mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.009375em;
}

html {
  --mat-paginator-container-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}

.mat-mdc-checkbox .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, "Poppins", "Roboto", "Helvetica Neue", sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Poppins", "Roboto", "Helvetica Neue", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, "Poppins", "Roboto", "Helvetica Neue", sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
.mat-mdc-extended-fab {
  --mdc-extended-fab-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
}

.mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}

html {
  --mat-table-header-headline-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", 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-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0125em;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.009375em;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.03125em;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(14px * 0.83) / 20px "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(14px * 0.67) / 20px "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0071428571em;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0178571429em;
}
.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-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0333333333em;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font-size: 96px;
  font-weight: 300;
  line-height: 96px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: -0.015625em;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: -0.0083333333em;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Poppins", "Roboto", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0073529412em;
  margin: 0 0 64px;
}

/**
 * Brand Color Utility Classes
 * 
 * These utility classes use CSS custom properties to apply brand colors.
 * They automatically respond to theme changes and brand color updates.
 * 
 * Usage:
 * - Use .bg-brand-primary for backgrounds with brand primary color
 * - Use .text-brand-primary for text with brand primary color
 * - Use .border-brand-primary for borders with brand primary color
 * 
 * These classes replace [ngStyle] bindings that directly access color values.
 */
.bg-brand-primary {
  background-color: var(--brand-primary-color) !important;
}

.bg-brand-primary-light {
  background-color: var(--brand-primary-color-light) !important;
}

.bg-brand-primary-lighter {
  background-color: var(--brand-primary-color-lighter) !important;
}

.bg-brand-primary-dark {
  background-color: var(--brand-primary-color-dark) !important;
}

.bg-brand-primary-darker {
  background-color: var(--brand-primary-color-darker) !important;
}

.bg-brand-primary-10 {
  background-color: var(--brand-primary-color-10) !important;
}

.bg-brand-primary-20 {
  background-color: var(--brand-primary-color-20) !important;
}

.bg-brand-primary-30 {
  background-color: var(--brand-primary-color-30) !important;
}

.bg-brand-primary-50 {
  background-color: var(--brand-primary-color-50) !important;
}

.text-brand-primary {
  color: var(--brand-primary-color) !important;
}

.text-brand-primary-light {
  color: var(--brand-primary-color-light) !important;
}

.text-brand-primary-dark {
  color: var(--brand-primary-color-dark) !important;
}

.border-brand-primary {
  border-color: var(--brand-primary-color) !important;
}

.border-brand-primary-light {
  border-color: var(--brand-primary-color-light) !important;
}

.border-brand-primary-dark {
  border-color: var(--brand-primary-color-dark) !important;
}

.fill-brand-primary {
  fill: var(--brand-primary-color) !important;
}

.fill-brand-primary-light {
  fill: var(--brand-primary-color-light) !important;
}

.fill-brand-primary-dark {
  fill: var(--brand-primary-color-dark) !important;
}

.stroke-brand-primary {
  stroke: var(--brand-primary-color) !important;
}

.stroke-brand-primary-light {
  stroke: var(--brand-primary-color-light) !important;
}

.stroke-brand-primary-dark {
  stroke: var(--brand-primary-color-dark) !important;
}

.hover-bg-brand-primary:hover {
  background-color: var(--brand-primary-color-hover) !important;
}

.hover-text-brand-primary:hover {
  color: var(--brand-primary-color-hover) !important;
}

.hover-border-brand-primary:hover {
  border-color: var(--brand-primary-color-hover) !important;
}

.btn-brand-primary {
  background-color: var(--brand-primary-color) !important;
  color: white !important;
  border-color: var(--brand-primary-color) !important;
}
.btn-brand-primary:hover:not([disabled]) {
  background-color: var(--brand-primary-color-hover) !important;
  border-color: var(--brand-primary-color-hover) !important;
}
.btn-brand-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.link-brand-primary {
  color: var(--brand-primary-color) !important;
}
.link-brand-primary:hover {
  color: var(--brand-primary-color-dark) !important;
}

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html a:hover,
html a:active,
html a:focus,
body a:hover,
body a:active,
body a:focus {
  text-decoration: none !important;
}

html a,
html button,
body a,
body button {
  outline: none !important;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: var(--font-family-code);
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  accent-color: var(--primary-color);
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: var(--mark-bg-color);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: var(--caption-text-color);
}

code {
  font-size: 87.5%;
  color: var(--code-text-color);
  word-break: break-word;
  padding: 0.2rem 0.4rem;
  background: var(--code-bg-color);
}

b,
strong {
  font-weight: bold;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1399px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1399px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ebedf2;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ebedf2;
}

.table tbody + tbody {
  border-top: 2px solid #ebedf2;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: var(--background);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.3rem + 2px);
  padding: 0.65rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 103, 221, 0.25);
}

.form-control::placeholder {
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(1.15rem + 1px);
  padding-bottom: calc(1.15rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--success-color);
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230abb87' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.325rem);
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--success-color);
  box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: var(--success-color);
  padding-right: calc((1em + 1.3rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230abb87' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") var(--background) no-repeat center right 2rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: var(--success-color);
  box-shadow: 0 0 0 0.2rem rgba(10, 187, 135, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--success-color);
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--error-color);
  padding-right: calc(1.5em + 1.3rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.325rem);
  background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--error-color);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.3rem);
  background-position: top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: var(--error-color);
  padding-right: calc((1em + 1.3rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fd397a' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23fd397a' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") var(--background) no-repeat center right 2rem/calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: var(--error-color);
  box-shadow: 0 0 0 0.2rem rgba(253, 57, 122, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--error-color);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  background-color: var(--code-bg-color);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress .progress-bar {
  transition: all 0.5s ease;
}

.progress.progress-sm {
  height: 8px;
}

.progress.progress-sm .progress-bar {
  border-radius: 3px;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
a.close.disabled {
  pointer-events: none;
}

.align-center {
  text-align: center !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.border-secondary {
  border-color: var(--secondary-color) !important;
}

.border-success {
  border-color: var(--success-color) !important;
}

.border-info {
  border-color: var(--info-color) !important;
}

.border-warning {
  border-color: var(--warning-color) !important;
}

.border-danger {
  border-color: var(--error-color) !important;
}

.border-light {
  border-color: var(--background) !important;
}

.border-dark {
  border-color: var(--text-color) !important;
}

.border-white {
  border-color: var(--background) !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1399px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-auto {
  flex: auto;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
}
@media (min-width: 1160px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-25 {
  width: 25% !important;
}

.w-35 {
  width: 35% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-75 {
  width: 75% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-pre-wrap {
  white-space: pre-wrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-end {
  text-align: end !important;
}

.text-center {
  text-align: center !important;
}

.text-start {
  text-align: start !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }
  .container {
    min-width: 1024px !important;
  }
}
code {
  background-color: var(--code-bg-color);
  padding: 0.15rem 0.25rem;
  border-radius: 4px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  font-size: 1rem;
  font-weight: 400;
}

.form-control:focus,
.form-control:active {
  box-shadow: none !important;
}

.form-control.form-control-pill {
  border-radius: 50px;
}

.row.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}

.row.row-no-padding > div {
  padding-left: 0;
  padding-right: 0;
}

.row .col-stretch {
  display: flex;
  align-items: stretch;
}

.row[class*=row-col-separator-] > div:last-child {
  border-bottom: 0;
}

@media (min-width: 1025px) {
  .row.row-col-separator-lg > div {
    border-bottom: 0;
    border-right: 1px solid #ebedf2;
  }
  .row.row-col-separator-lg > div:last-child {
    border-right: 0;
  }
}
.gap-2 {
  gap: 0.5rem;
}

.gap-10 {
  gap: 1rem;
}

.form-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.mat-mdc-form-field {
  font-size: inherit !important;
  font-weight: 400 !important;
  --mdc-filled-text-field-container-color: none !important;
  --mat-form-field-container-height: 56px !important;
  --mat-form-field-container-vertical-padding: 16px !important;
  --mdc-outlined-text-field-container-shape: 8px !important;
  --mdc-outlined-text-field-input-text-size: 16px !important;
  --mdc-outlined-text-field-input-text-line-height: 24px !important;
  --mdc-filled-text-field-input-text-size: 16px !important;
  --mdc-filled-text-field-input-text-line-height: 24px !important;
}

.mat-mdc-form-field-wrapper {
  padding-bottom: 1em !important;
}

.mat-mdc-form-field-prefix .mat-icon-button,
.mat-mdc-form-field-suffix .mat-icon-button {
  height: 1.5em !important;
  width: 1.5em !important;
}

.mat-mdc-form-field-infix {
  padding: 1em 0 !important;
  border-top: 0.84375em solid transparent !important;
  min-height: 56px !important;
}

.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label,
.mat-mdc-form-field-can-float .mat-input-server:focus + .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.33333%;
}

.mat-mdc-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.33334%;
}

.mat-mdc-form-field-label-wrapper {
  top: -0.84375em !important;
  padding-top: 0.84375em !important;
}

.mat-mdc-form-field-infix {
  border-top: 0.5rem solid transparent !important;
}

.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-infix {
  padding: 0.25em 0 0.75em 0 !important;
}

.mat-mdc-form-field-appearance-fill .mat-mdc-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}

.mat-mdc-form-field-appearance-fill.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label,
.mat-mdc-form-field-appearance-fill.mat-mdc-form-field-can-float .mat-input-server:focus + .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.33333%;
}

.mat-mdc-form-field-appearance-fill.mat-mdc-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.33334%;
}

.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-infix {
  padding: 1em 0 1em 0 !important;
  min-height: 56px !important;
}

.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}

.mat-mdc-form-field-appearance-outline .mat-mdc-form-field-suffix {
  top: 0px !important;
}

.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-can-float.mat-mdc-form-field-should-float .mat-mdc-form-field-label,
.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-can-float .mat-input-server:focus + .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.33333%;
}

.mat-mdc-form-field-appearance-outline.mat-mdc-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-mdc-form-field-label-wrapper .mat-mdc-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.33334%;
}

.mat-mdc-form-field-hint-wrapper,
.mat-mdc-form-field-error-wrapper {
  padding: 0px !important;
}

.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}

.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}

input.mat-input-element {
  margin-top: 0;
  height: 24px !important;
  line-height: 24px !important;
  padding: 8px 0 !important;
}

.mat-mdc-text-field-wrapper {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.mat-mdc-form-field-flex {
  align-items: center !important;
}

.mat-select-trigger {
  height: auto !important;
  min-height: 24px !important;
  padding: 8px 0 !important;
}

.mat-select-value {
  min-height: 24px !important;
  line-height: 24px !important;
}

.mat-select-arrow-wrapper {
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
}

.mat-slider-thumb-label-text {
  font-size: 12px;
  font-weight: 500;
}

.mat-horizontal-stepper-header {
  height: 74px !important;
}

.mat-step-label {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.mat-step-sub-label-error {
  font-weight: normal !important;
}

.mat-step-label-error {
  font-size: 14px !important;
}

.mat-step-label-selected {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.mdc-list-item {
  --mdc-list-list-item-one-line-container-height: 48px !important;
}

.mdc-list-item__primary-text {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  cursor: pointer !important;
  --mdc-list-list-item-label-text-tracking: normal !important;
}
.mdc-list-item__primary-text .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-mdc-list-base .mat-mdc-list-option {
  font-size: 16px;
}

.mat-mdc-list-base .mat-mdc-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-mdc-list-base .mat-mdc-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}

.mat-mdc-list-base .mat-mdc-subheader {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.mdc-list-group__subheader {
  margin: 0px !important;
  font-family: inherit !important;
}

.mat-mdc-list-base[dense] .mat-mdc-list-item {
  font-size: 10px !important;
}

.mat-list-base .mat-list-item .mdc-list-item__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
  height: inherit;
}

.mat-mdc-list-base[dense] .mat-mdc-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-mdc-list-base[dense] .mat-mdc-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-mdc-list-base[dense] .mat-mdc-list-option {
  font-size: 12px;
}

.mat-mdc-list-base[dense] .mat-mdc-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}

.mat-mdc-list-base[dense] .mat-mdc-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}

.mat-mdc-list-base[dense] .mat-mdc-subheader {
  font-size: 12px;
  font-weight: 500;
}

.mat-mdc-list-option:hover,
.mat-mdc-list-option:focus,
.mat-mdc-nav-list .mat-mdc-list-item:hover,
.mat-mdc-nav-list .mat-mdc-list-item:focus,
.mat-mdc-action-list .mat-mdc-list-item:hover,
.mat-mdc-action-list .mat-mdc-list-item:focus {
  border-radius: 8px !important;
  transition: color 0.3s ease;
}

.mdc-list-item--with-leading-radio .mdc-list-item__start {
  margin-right: 10px !important;
}

.sp-option-create {
  border-bottom: 1px var(--border-color) solid;
}

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

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale(0);
}

@media (-ms-high-contrast: active) {
  .mat-ripple-element {
    display: none;
  }
}
.mat-ripple-element {
  background-color: var(--overlay-light);
}

.mat-pseudo-checkbox {
  width: 18px !important;
  height: 18px !important;
}

.mat-hint {
  color: var(--overlay-darkest);
  font-size: 0.8rem;
  font-weight: 500;
}

.mat-error {
  color: var(--error-color) !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  margin-top: 4px !important;
  line-height: 1.2 !important;
}

.mat-mdc-form-field-appearance-standard.mat-mdc-form-field-disabled .mat-mdc-form-field-underline {
  background-image: linear-gradient(to right, rgba(216, 220, 230, 0.42) 0%, rgba(216, 220, 230, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}

.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  z-index: 1001 !important;
}

.mat-select-panel {
  z-index: 1001 !important;
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}

.mat-mdc-select-panel {
  z-index: 1001 !important;
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}

.mat-option {
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}
.mat-option:hover:not(.mat-option-disabled) {
  background-color: var(--overlay-light) !important;
}
.mat-option.mat-selected:not(.mat-option-disabled) {
  background-color: var(--overlay-medium) !important;
  color: var(--text-color) !important;
}

.mat-mdc-option {
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}
.mat-mdc-option:hover:not(.mat-mdc-option-disabled) {
  background-color: var(--overlay-light) !important;
}
.mat-mdc-option.mat-mdc-option-active {
  background-color: var(--overlay-medium) !important;
}
.mat-mdc-option.mat-selected:not(.mat-mdc-option-disabled) {
  background-color: var(--overlay-medium) !important;
  color: var(--text-color) !important;
}

.mat-mdc-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: var(--background);
}

.mat-dialog-container {
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}

.mat-mdc-dialog-container {
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}

.mat-dialog-content {
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}

.mat-mdc-dialog-content {
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}

.mat-dialog-title {
  color: var(--text-color) !important;
}

.mat-mdc-dialog-title {
  color: var(--text-color) !important;
}

.mat-dialog-actions {
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}

.mat-mdc-dialog-actions {
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}

.mat-mdc-slider-disabled .mat-mdc-slider-track-background,
.mat-mdc-slider-disabled .mat-mdc-slider-track-fill,
.mat-mdc-slider-disabled .mat-mdc-slider-thumb {
  background-color: var(--overlay-dark);
}

.mat-mdc-slider-disabled:hover .mat-mdc-slider-track-background {
  background-color: var(--overlay-dark);
}

.mat-mdc-slider-min-value .mat-mdc-slider-focus-ring {
  background-color: var(--overlay-medium);
}

.mat-mdc-slider-min-value.mat-mdc-slider-thumb-label-showing .mat-mdc-slider-thumb,
.mat-mdc-slider-min-value.mat-mdc-slider-thumb-label-showing .mat-mdc-slider-thumb-label {
  background-color: var(--overlay-solid);
}

.mat-mdc-slider-min-value.mat-mdc-slider-thumb-label-showing.cdk-focused .mat-mdc-slider-thumb,
.mat-mdc-slider-min-value.mat-mdc-slider-thumb-label-showing.cdk-focused .mat-mdc-slider-thumb-label {
  background-color: var(--overlay-dark);
}

.mat-mdc-slider-min-value:not(.mat-mdc-slider-thumb-label-showing) .mat-mdc-slider-thumb {
  border-color: var(--overlay-dark);
  background-color: transparent;
}

.mat-mdc-slider-min-value:not(.mat-mdc-slider-thumb-label-showing):hover .mat-mdc-slider-thumb,
.mat-mdc-slider-min-value:not(.mat-mdc-slider-thumb-label-showing).cdk-focused .mat-mdc-slider-thumb {
  border-color: var(--overlay-darker);
}

.mat-mdc-slider-min-value:not(.mat-mdc-slider-thumb-label-showing):hover.mat-mdc-slider-disabled .mat-mdc-slider-thumb,
.mat-mdc-slider-min-value:not(.mat-mdc-slider-thumb-label-showing).cdk-focused.mat-mdc-slider-disabled .mat-mdc-slider-thumb {
  border-color: var(--overlay-dark);
}

.mat-mdc-slider-has-ticks .mat-mdc-slider-wrapper::after {
  border-color: var(--overlay-heavy);
}

.mat-mdc-slider-horizontal .mat-mdc-slider-ticks {
  background-image: repeating-linear-gradient(to right, var(--overlay-heavy), var(--overlay-heavy) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, var(--overlay-heavy), var(--overlay-heavy) 2px, transparent 0, transparent);
}

.mat-mdc-slider-vertical .mat-mdc-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, var(--overlay-heavy), var(--overlay-heavy) 2px, transparent 0, transparent);
}

.mat-mdc-step-header.cdk-keyboard-focused,
.mat-mdc-step-header.cdk-program-focused,
.mat-mdc-step-header:hover {
  background-color: var(--overlay-lighter);
}

@media (hover: none) {
  .mat-mdc-step-header:hover {
    background: none;
  }
}
.mat-mdc-horizontal-content-container {
  padding: 10px !important;
}

.mat-mdc-menu-content {
  padding: 0px !important;
}

.mat-mdc-menu-item {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.mat-mdc-menu-item svg {
  height: 16px !important;
  vertical-align: text-top !important;
  width: 16px !important;
}
.mat-mdc-menu-item .mat-mdc-menu-item-text {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.mat-mdc-tab-body-wrapper {
  height: 100%;
}

.mat-mdc-expansion-panel {
  padding: 10px;
}

.dark-theme .mat-mdc-expansion-panel-header {
  height: 48px;
}

.dark-theme .mat-mdc-expansion-panel-header.mat-expanded {
  height: 64px;
}

.mat-mdc-expansion-panel-header-description {
  flex-grow: 1 !important;
}

.mat-mdc-checkbox {
  transition: all 0.3s ease;
}
.mat-mdc-checkbox:hover {
  background: var(--overlay-lightest);
  border-radius: 4px;
}

.mat-mdc-horizontal-stepper-header {
  height: 74px !important;
}

.mat-mdc-stepper-vertical,
.mat-mdc-stepper-horizontal {
  border-radius: 10px;
}

.mat-mdc-icon-button {
  height: 40px !important;
  width: 40px !important;
  padding: 0px !important;
}

.mat-mdc-select {
  letter-spacing: normal !important;
  font-size: 14px !important;
}

.speak-loader {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.speak-loader span {
  margin-bottom: 30px;
}
.speak-loader ::ng-deep .mat-progress-spinner circle,
.speak-loader ::ng-deep .mat-spinner circle {
  stroke: var(--primary-color);
}

.sp-splash-screen {
  background-color: var(--background);
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.sp-splash-screen img {
  width: 90px;
  margin-bottom: 30px;
}
.sp-splash-screen span {
  margin-bottom: 30px;
}
.sp-splash-screen ::ng-deep .mat-progress-spinner circle,
.sp-splash-screen ::ng-deep .mat-spinner circle {
  stroke: var(--primary-color);
}

.recorder-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 768px) {
  .recorder-container {
    padding: 0.5rem;
    padding-bottom: 100px;
  }
}

.video-container {
  width: 100%;
  position: relative;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .video-container {
    max-width: 1200px;
    height: calc(100vh - 400px);
    max-height: 600px;
  }
}
@media (max-width: 1023px) {
  .video-container {
    height: calc(100vh - 350px);
    max-height: 500px;
    padding: 0 0.5rem;
  }
}
@media (max-width: 768px) {
  .video-container {
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 0;
  }
}

.video-player {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  box-shadow: 0 4px 12px var(--overlay-light);
}
@media (min-width: 1441px) {
  .video-player {
    max-width: 1000px;
    max-height: 562.5px;
  }
}
@media (max-width: 1440px) {
  .video-player {
    max-width: 900px;
    max-height: 506.25px;
  }
}
@media (max-width: 1024px) {
  .video-player {
    max-width: 800px;
    max-height: 450px;
  }
}
@media (max-width: 768px) {
  .video-player {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 80vh;
    border-radius: 8px;
    object-fit: contain;
    margin: 1rem auto;
    position: relative;
  }
}

.audio-player {
  width: 100%;
  max-width: 600px;
  min-width: 280px;
  height: 56px;
  padding: 0;
}
@media (max-width: 768px) {
  .audio-player {
    max-width: 90%;
    height: 48px;
  }
}
.audio-player::-webkit-media-controls-panel {
  background: transparent;
  -webkit-tap-highlight-color: transparent;
}
.audio-player::-webkit-media-controls-play-button {
  border-radius: 50%;
  transform: scale(1.5);
}
.audio-player::-webkit-media-controls-current-time-display, .audio-player::-webkit-media-controls-time-remaining-display {
  color: var(--text-color);
  font-weight: 600;
}
.audio-player::-webkit-media-controls-timeline {
  border-radius: 25px;
  margin: 0 15px;
}
.audio-player::-webkit-media-controls-volume-slider {
  border-radius: 25px;
  padding: 0 5px;
}
.audio-player::-webkit-media-controls-mute-button {
  transform: scale(1.2);
}
@supports (-webkit-touch-callout: none) {
  .audio-player::-webkit-media-controls-timeline {
    margin: 0 10px;
    height: 20px;
  }
  .audio-player::-webkit-media-controls-play-button {
    transform: scale(1.2);
    margin: 0 5px;
  }
}

.extended-fab-button {
  height: 56px !important;
  min-width: 140px !important;
  width: auto !important;
  padding: 0 20px !important;
  border-radius: 28px !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 4px 15px var(--overlay-medium) !important;
  white-space: nowrap !important;
}
.extended-fab-button:hover:not([disabled]) {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--overlay-dark) !important;
}
.extended-fab-button .mat-icon {
  margin-right: 12px !important;
  font-size: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.extended-fab-button .extended-fab-button__text {
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  font-size: 15px;
  white-space: nowrap !important;
}

.record-flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.95;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 -1px 0px var(--overlay-light);
  z-index: 100;
}
@media (max-width: 768px) {
  .record-flex-container {
    padding: 0.75rem 0.5rem;
  }
}

.record-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .record-button-container {
    gap: 0.5rem;
  }
}

.extended-fab-button[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
}

.extended-fab-button:not([disabled]):hover {
  opacity: 0.9;
  transform: translateY(-1px);
  transition: all 0.2s ease;
}

.sp-transcription-content {
  padding: 10px 0px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.sp-transcription {
  overflow: auto;
}
@media (max-width: 768px) {
  .sp-transcription {
    margin-bottom: 70px;
  }
}

.sp-transcription .sp-transcription__item {
  padding: 8px 0;
}
.sp-transcription .sp-transcription__item:last-child {
  margin-bottom: 0;
}

.sp-transcription .sp-transcription__item-time {
  font-weight: 400;
  cursor: pointer;
}

.sp-transcription .sp-transcription__item .sp-transcription__item-text {
  font-size: 1.1rem;
  font-weight: 400;
  display: block;
}
.sp-transcription .sp-transcription__item .sp-transcription__item-text .sp-transcript-sentence-text:not(:last-child) {
  display: inline;
  margin-right: 8px;
}
.sp-transcription .sp-transcription__item .sp-transcription__item-text.sp-entity-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
}

.sp-transcription .sp-transcription__item .sp-transcription__item-label {
  font-size: 1.1rem;
  font-weight: 500;
}

.sp-transcript-speaker-label {
  font-weight: 500;
  margin-right: 8px;
}

.sp-portlet .sp-portlet__body {
  padding: 1.2rem 1.2rem;
}

.countdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay-heavy);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.countdown-number {
  font-size: 12rem;
  font-weight: 700;
  animation: countdown-pulse 1s ease-in-out;
  text-shadow: 0 4px 20px var(--overlay-dark);
}
@media (max-width: 768px) {
  .countdown-number {
    font-size: 8rem;
  }
}

@keyframes countdown-pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.feedback-rating-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 120px;
  padding: 16px 12px;
  border: 2px solid transparent;
  border-radius: 12px;
  background-color: #f5f5f7;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}
.feedback-rating-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.feedback-rating-btn:active {
  transform: translateY(0);
}
.feedback-rating-btn--selected {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.feedback-emoji {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.feedback-label {
  font-size: 1rem;
  font-weight: 500;
  color: #4a4a5c;
  text-align: center;
  line-height: 1.3;
}

.feedback-message-field {
  max-width: 500px;
}

.sp-screen {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 1000;
  text-align: center;
}

.sp-screen-logo {
  height: auto;
  width: 256px;
}

@media (min-width: 1025px) {
  .sp-footer--fixed .container {
    padding-bottom: 60px;
  }
}
.sp-footer {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 100%;
  text-align: right;
}

.sp-footer .sp-footer__copyright {
  display: flex;
  margin: 0;
  padding: 0 1.25rem 0 0;
  font-size: 1rem;
  font-weight: 400;
  justify-content: flex-start;
  color: var(--text-color);
  opacity: 0.7;
}

.sp-footer .sp-footer__copyright a {
  color: var(--text-color);
  opacity: 0.7;
}

.sp-footer .sp-footer__copyright a:hover {
  color: var(--text-color);
}

.sp-footer .sp-footer__copyright a:hover:after {
  border-bottom: 1px solid var(--text-color);
  opacity: 0.3;
}

.sp-footer .sp-footer__menu {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 0.75rem;
  margin: 0;
}

.sp-footer .sp-footer__menu .sp-footer__menu-link {
  margin: 0 0 0 1.25rem;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
  opacity: 0.8;
}

.sp-footer .sp-footer__menu .sp-footer__menu-link:hover {
  color: var(--text-color);
}

.sp-footer .sp-footer__menu .sp-footer__menu-link:hover:after {
  border-bottom: 1px solid var(--text-color);
  opacity: 0.3;
}

@media (min-width: 1025px) {
  .sp-footer--fixed .sp-footer {
    position: fixed;
    transition: all 0.3s ease;
    height: 60px;
    bottom: 0;
    right: 0;
    left: 265px;
    box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  }
}
@media (max-width: 1024px) {
  .sp-footer {
    padding: 15px 15px;
  }
}
@media (max-width: 768px) {
  .sp-footer {
    flex-direction: column;
    justify-content: center;
  }
  .sp-footer .sp-footer__copyright {
    justify-content: center;
    padding: 0;
    order: 2;
  }
  .sp-footer .sp-footer__menu {
    justify-content: center;
    order: 1;
    padding: 0;
    margin: 0 0 0.75rem 0;
  }
  .sp-footer .sp-footer__menu .sp-footer__menu-link:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}
.sp-iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.sp-iframe__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  background-color: transparent;
}

.sp-embed__body {
  display: flex;
  flex-direction: column;
}

.sp-embed-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.sp-embed-page .sp-embed-page__header {
  background-color: var(--background);
  min-height: 40px;
  width: 100%;
  position: relative;
  z-index: 100;
  padding: 1rem;
}
.sp-embed-page .sp-embed-page__header .sp-embed-page__header-logo {
  justify-content: flex-start;
  margin-left: 1vw;
  height: 90%;
}
@media only screen and (max-width: 768px) {
  .sp-embed-page .sp-embed-page__header .sp-embed-page__header-logo {
    margin-left: 0;
  }
}
.sp-embed-page .sp-embed-page__header .navbar-inner {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .sp-embed-page .sp-embed-page__header .navbar-inner {
    margin-right: 0;
  }
}
.sp-embed-page .sp-embed-page__header .navbar-inner li a {
  padding: 6px 24px;
  color: var(--text-color) !important;
  border-radius: 100px;
  letter-spacing: 2px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700 !important;
  background-color: var(--primary-color);
}
@media only screen and (max-width: 768px) {
  .sp-embed-page .sp-embed-page__header .navbar-inner li a {
    letter-spacing: 0;
    margin-right: 4px;
    font-size: 1em;
  }
}
@media only screen and (max-width: 475px) {
  .sp-embed-page .sp-embed-page__header .navbar-inner li a {
    padding: 4px 6px;
  }
}
.sp-embed-page .sp-embed-page__container {
  height: 100%;
}

.protected-title {
  color: var(--text-color);
  font-size: 30px !important;
  margin: 20px !important;
}

.center-lottie-box {
  margin: 0 auto;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.sp-cursor {
  cursor: pointer !important;
}

.sp-margin-0 {
  margin: 0px !important;
}

.sp-margin-t-0 {
  margin-top: 0px !important;
}

.sp-margin-t-2 {
  margin-top: 2px !important;
}

.sp-margin-t-4 {
  margin-top: 4px !important;
}

.sp-margin-b-4 {
  margin-bottom: 4px !important;
}

.sp-margin-b-0 {
  margin-bottom: 0px !important;
}

.sp-margin-l-0 {
  margin-left: 0px !important;
}

.sp-margin-r-0 {
  margin-right: 0px !important;
}

.sp-padding-0 {
  padding: 0px !important;
}

.sp-padding-t-0 {
  padding-top: 0px !important;
}

.sp-padding-b-0 {
  padding-bottom: 0px !important;
}

.sp-padding-l-0 {
  padding-left: 0px !important;
}

.sp-padding-r-0 {
  padding-right: 0px !important;
}

.sp-margin-r-2 {
  margin-right: 2px !important;
}

.sp-margin-l-2 {
  margin-left: 2px !important;
}

.sp-padding-1 {
  padding: 1px;
}

.sp-padding-2 {
  padding: 2px;
}

.sp-padding-t-2 {
  padding-top: 2px !important;
}

.sp-margin-t-8 {
  margin-top: 8px !important;
}

.sp-margin-b-8 {
  margin-bottom: 8px !important;
}

.sp-margin-l-8 {
  margin-left: 8px !important;
}

.sp-margin-r-8 {
  margin-right: 8px !important;
}

.sp-padding-8 {
  padding: 8px !important;
}

.sp-padding-t-8 {
  padding-top: 8px !important;
}

.sp-padding-b-8 {
  padding-bottom: 8px !important;
}

.sp-padding-l-8 {
  padding-left: 8px !important;
}

.sp-padding-r-8 {
  padding-right: 8px !important;
}

.sp-margin-5 {
  margin: 5px !important;
}

.sp-margin-t-5 {
  margin-top: 5px !important;
}

.sp-margin-b-5 {
  margin-bottom: 5px !important;
}

.sp-margin-l-5 {
  margin-left: 5px !important;
}

.sp-margin-r-5 {
  margin-right: 5px !important;
}

.sp-padding-4 {
  padding: 4px !important;
}

.sp-padding-5 {
  padding: 5px !important;
}

.sp-padding-t-5 {
  padding-top: 5px !important;
}

.sp-padding-b-5 {
  padding-bottom: 5px !important;
}

.sp-padding-l-5 {
  padding-left: 5px !important;
}

.sp-padding-r-5 {
  padding-right: 5px !important;
}

.sp-mt5 {
  margin-top: 5px !important;
}

.sp-margin-10 {
  margin: 10px !important;
}

.sp-margin-t-10 {
  margin-top: 10px !important;
}

.sp-margin-b-10 {
  margin-bottom: 10px !important;
}

.sp-margin-l-10 {
  margin-left: 10px !important;
}

.sp-margin-r-10 {
  margin-right: 10px !important;
}

.sp-padding-10 {
  padding: 10px !important;
}

.sp-padding-t-10 {
  padding-top: 10px !important;
}

.sp-padding-b-10 {
  padding-bottom: 10px !important;
}

.sp-padding-l-10 {
  padding-left: 10px !important;
}

.sp-padding-r-10 {
  padding-right: 10px !important;
}

.sp-margin-15 {
  margin: 15px !important;
}

.sp-margin-t-15 {
  margin-top: 15px !important;
}

.sp-margin-b-15 {
  margin-bottom: 15px !important;
}

.sp-margin-l-15 {
  margin-left: 15px !important;
}

.sp-margin-r-15 {
  margin-right: 15px !important;
}

.sp-padding-15 {
  padding: 15px !important;
}

.sp-padding-t-15 {
  padding-top: 15px !important;
}

.sp-padding-b-15 {
  padding-bottom: 15px !important;
}

.sp-padding-l-15 {
  padding-left: 15px !important;
}

.sp-padding-r-15 {
  padding-right: 15px !important;
}

.sp-margin-16 {
  margin: 16px !important;
}

.sp-margin-t-16 {
  margin-top: 16px !important;
}

.sp-margin-b-16 {
  margin-bottom: 16px !important;
}

.sp-margin-l-16 {
  margin-left: 16px !important;
}

.sp-margin-r-16 {
  margin-right: 16px !important;
}

.sp-padding-16 {
  padding: 16px !important;
}

.sp-padding-t-16 {
  padding-top: 16px !important;
}

.sp-padding-b-16 {
  padding-bottom: 16px !important;
}

.sp-padding-l-16 {
  padding-left: 16px !important;
}

.sp-padding-r-16 {
  padding-right: 16px !important;
}

.sp-margin-2 {
  margin: 2px !important;
}

.sp-margin-20 {
  margin: 20px !important;
}

.sp-margin-t-20 {
  margin-top: 20px !important;
}

.sp-margin-t--20 {
  margin-top: -20px !important;
}

.sp-margin-b-20 {
  margin-bottom: 20px !important;
}

.sp-margin-l-20 {
  margin-left: 20px !important;
}

.sp-margin-r-20 {
  margin-right: 20px !important;
}

.sp-padding-20 {
  padding: 20px !important;
}

.sp-padding-t-20 {
  padding-top: 20px !important;
}

.sp-padding-b-20 {
  padding-bottom: 20px !important;
}

.sp-padding-l-20 {
  padding-left: 20px !important;
}

.sp-margin-t-25 {
  margin-top: 25px !important;
}

.sp-margin-r-25 {
  margin-right: 25px !important;
}

.sp-margin-b-25 {
  margin-bottom: 25px !important;
}

.sp-margin-24 {
  margin: 24px !important;
}

.sp-margin-t-24 {
  margin-top: 24px !important;
}

.sp-margin-b-24 {
  margin-bottom: 24px !important;
}

.sp-margin-l-24 {
  margin-left: 24px !important;
}

.sp-margin-r-24 {
  margin-right: 24px !important;
}

.sp-padding-24 {
  padding: 24px !important;
}

.sp-padding-t-24 {
  padding-top: 24px !important;
}

.sp-padding-b-24 {
  padding-bottom: 24px !important;
}

.sp-padding-l-24 {
  padding-left: 24px !important;
}

.sp-padding-r-24 {
  padding-right: 24px !important;
}

.sp-margin-30 {
  margin: 30px !important;
}

.sp-margin-t-30 {
  margin-top: 30px !important;
}

.sp-margin-b-30 {
  margin-bottom: 30px !important;
}

.sp-margin-l-30 {
  margin-left: 30px !important;
}

.sp-margin-r-30 {
  margin-right: 30px !important;
}

.sp-padding-30 {
  padding: 30px !important;
}

.sp-padding-t-30 {
  padding-top: 30px !important;
}

.sp-padding-b-30 {
  padding-bottom: 30px !important;
}

.sp-padding-l-30 {
  padding-left: 30px !important;
}

.sp-margin-35 {
  margin: 35px !important;
}

.sp-margin-l-35 {
  margin-left: 35px !important;
}

.sp-margin-t-40 {
  margin-top: 40px !important;
}

.sp-margin-l-40 {
  margin-left: 40px !important;
}

.sp-padding-40 {
  padding: 40px !important;
}

.sp-padding-t-40 {
  padding-top: 40px !important;
}

.sp-padding-l-40 {
  padding-left: 40px !important;
}

.sp-padding-r-40 {
  padding-right: 40px !important;
}

.sp-padding-45 {
  padding: 45px !important;
}

.sp-padding-l-45 {
  padding-left: 45px !important;
}

.sp-padding-r-45 {
  padding-right: 45px !important;
}

.sp-margin-50 {
  margin: 50px !important;
}

.sp-margin-t-50 {
  margin-top: 50px !important;
}

.sp-margin-b-50 {
  margin-bottom: 50px !important;
}

.sp-padding-50 {
  padding: 50px !important;
}

.sp-padding-t-50 {
  padding-top: 50px !important;
}

.sp-margin-r-100 {
  margin-right: 100px !important;
}

@media (min-width: 1025px) {
  .sp-margin-t-40-desktop {
    margin-top: 40px !important;
  }
}
.sp-margin-t-100 {
  margin-top: 100px !important;
}

.sp-margin-b-100 {
  margin-bottom: 100px !important;
}

.sp-width-80 {
  max-width: 80px;
}

.sp-width-120 {
  max-width: 120px;
}

.sp-width-160 {
  max-width: 160px;
}

.sp-font-xs {
  font-size: var(--font-size-xs) !important;
}

.sp-font-sm {
  font-size: var(--font-size-sm) !important;
}

.sp-font-md {
  font-size: var(--font-size-md) !important;
}

.sp-font-lg {
  font-size: var(--font-size-lg) !important;
}

.sp-font-xl {
  font-size: var(--font-size-xl) !important;
}

.sp-font-light {
  font-weight: var(--font-weight-light) !important;
}

.sp-font-regular {
  font-weight: var(--font-weight-regular) !important;
}

.sp-font-medium {
  font-weight: var(--font-weight-medium) !important;
}

.sp-font-semibold {
  font-weight: var(--font-weight-semibold) !important;
}

.sp-font-bold {
  font-weight: var(--font-weight-bold) !important;
}

.sp-heading-1 {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--text-color);
}

.sp-heading-2 {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  color: var(--text-color);
}
@media only screen and (max-width: 960px) {
  .sp-heading-2 {
    font-size: var(--font-size-xl);
  }
}

.sp-heading-3 {
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-tight);
  color: var(--text-color);
}

.sp-heading-4 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  color: var(--text-color);
}

.sp-heading-5 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  color: var(--text-color);
}

.sp-heading-6 {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  color: var(--text-color);
  margin-bottom: 10px !important;
}

.sp-body-text {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-normal);
  color: var(--text-color);
}

.sp-body-text-1 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-normal);
  color: var(--text-color);
}

.sp-body-text-2 {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-normal);
  color: var(--text-color);
}

.sp-body-text-bold-1 {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-normal);
  color: var(--text-color);
}

.sp-body-text-bold-2 {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-tight);
  color: var(--text-color);
}

.sp-body-text-md {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-normal);
  color: var(--text-color);
}

.sp-body-sm {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-regular);
  color: var(--text-color);
}

.sp-survey-question {
  text-align: center;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-normal);
  color: var(--text-color);
}

.sp-text-disabled {
  cursor: not-allowed;
  opacity: 0.5;
  color: var(--text-color);
}

.sp-text-crossed {
  text-decoration: line-through;
  color: var(--text-color);
}

.sp-input-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-sm);
  color: var(--text-color);
}

* {
  -webkit-overflow-scrolling: touch;
  touch-action: manipulation;
}

body,
html {
  color: var(--text-color);
  background-color: var(--background);
}

p,
span,
label,
a,
li,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
button {
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color) !important;
}

label {
  color: var(--text-color) !important;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: var(--primary-color);
  opacity: 0.8;
}

input,
textarea,
select {
  color: var(--text-color);
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--overlay-darkest);
  opacity: 0.6;
}

router-outlet {
  display: none;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

html,
body {
  height: 100% !important;
  min-height: 100% !important;
  margin: 0;
  padding: 0;
  font-family: var(--font-family-primary);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
@media only screen and (max-width: 768px) {
  html,
  body {
    height: auto;
    min-height: -webkit-fill-available;
  }
}

body.light-theme {
  --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);
  --auth-body-bg: var(--auth-body-bg-light);
  --auth-container-bg: var(--auth-container-bg-light);
  --auth-text-color: var(--auth-text-color-light);
  --auth-container-shadow: var(--auth-container-shadow-light);
  --color: var(--text-color-light);
  --skeleton-bg-color: var(--skeleton-bg-color-light);
  --skeleton-highlight-color: var(--skeleton-highlight-color-light);
  --wave-color: var(--wave-color-light);
  --progress-color: var(--progress-color-light);
  --cursor-color: var(--cursor-color-light);
  --text-color: var(--text-color-light);
  --background: var(--background-color-light);
  --color-selected: var(--text-color-light);
  --ion-primary-color: var(--text-color-light);
  --ion-primary-color-rgb: var(--text-color-light);
  --ion-secondary-color: var(--text-color-light);
  --ion-secondary-color-rgb: var(--text-color-light);
  --ion-background-color: var(--background-color-light);
  --ion-text-color: var(--text-color-light);
  --ion-background-color-rgb: var(--background-color-light);
  --ion-item-background: var(--background-color-light);
  --ion-item-color: var(--text-color-light);
  --border-color: var(--border-color-light);
  --success-color: var(--success-color-light);
  --error-color: var(--error-color-light);
  --warning-color: var(--warning-color-light);
  --info-color: var(--info-color-light);
  --primary-color: var(--primary-color-light);
  --secondary-color: var(--secondary-color-light);
  --code-bg-color: var(--code-bg-color-light);
  --code-text-color: var(--code-text-color-light);
  --mark-bg-color: var(--mark-bg-color-light);
  --caption-text-color: var(--caption-text-color-light);
  --overlay-lightest: var(--overlay-lightest-light);
  --overlay-lighter: var(--overlay-lighter-light);
  --overlay-light: var(--overlay-light-light);
  --overlay-medium: var(--overlay-medium-light);
  --overlay-dark: var(--overlay-dark-light);
  --overlay-darker: var(--overlay-darker-light);
  --overlay-darkest: var(--overlay-darkest-light);
  --overlay-heavy: var(--overlay-heavy-light);
  --overlay-solid: var(--overlay-solid-light);
  --ion-toolbar-background: var(--background-color-light);
  --ion-toolbar-color: var(--text-color-light);
  --ion-toolbar-border-color: var(--border-color-light);
  --ion-toolbar-border-width: 1px;
  --ion-tab-bar-background: var(--background-color-light);
  --ion-tab-bar-color: var(--text-color-light);
  --ion-tab-bar-color-selected: var(--text-color-light);
  --ion-tab-button-background: var(--background-color-light);
  --ion-tab-button-color: var(--text-color-light);
  --ion-tab-button-color-selected: var(--text-color-light);
}
body.light-theme .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
body.light-theme {
  --mat-option-selected-state-label-text-color: #212121;
  --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);
}

body.light-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #212121;
}
body.light-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
}
body.light-theme {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

body.light-theme .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
body.light-theme .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
body.light-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #212121;
}
body.light-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #212121;
}
body.light-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.light-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body.light-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #212121;
}
body.light-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #212121;
}
body.light-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.light-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body.light-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #212121;
}
body.light-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #212121;
}
body.light-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.light-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body.light-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
body.light-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
body.light-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.light-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
body.light-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.light-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
body.light-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.light-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
body.light-theme .mat-app-background, body.light-theme.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-elevation-z0, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z1, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z2, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z3, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z4, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z5, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z6, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z7, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z8, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z9, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z10, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z11, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z12, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z13, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z14, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z15, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z16, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z17, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z18, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z19, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z20, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z21, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z22, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z23, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-elevation-z24, body.light-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

body.light-theme .mat-mdc-card {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
body.light-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #212121;
  --mdc-linear-progress-track-color: rgba(33, 33, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body.light-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(33, 33, 33, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(33, 33, 33, 0.25));
}
@media (forced-colors: active) {
  body.light-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.light-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(33, 33, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
body.light-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(33, 33, 33, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(33, 33, 33, 0.25));
}
body.light-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #212121;
  --mdc-linear-progress-track-color: rgba(33, 33, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body.light-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(33, 33, 33, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(33, 33, 33, 0.25));
}
@media (forced-colors: active) {
  body.light-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.light-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(33, 33, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
body.light-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(33, 33, 33, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(33, 33, 33, 0.25));
}
body.light-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body.light-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
  body.light-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.light-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
  }
}
body.light-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
body.light-theme .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
body.light-theme {
  --mdc-filled-text-field-caret-color: #212121;
  --mdc-filled-text-field-focus-active-indicator-color: #212121;
  --mdc-filled-text-field-focus-label-text-color: rgba(33, 33, 33, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #212121;
  --mdc-outlined-text-field-focus-outline-color: #212121;
  --mdc-outlined-text-field-focus-label-text-color: rgba(33, 33, 33, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
}

body.light-theme .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
body.light-theme .mat-mdc-form-field-subscript-wrapper,
body.light-theme .mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}
body.light-theme .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
body.light-theme .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
body.light-theme .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
body.light-theme .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
body.light-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(33, 33, 33, 0.87);
}
body.light-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(33, 33, 33, 0.87);
}
body.light-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
body.light-theme .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #212121;
  --mdc-filled-text-field-focus-active-indicator-color: #212121;
  --mdc-filled-text-field-focus-label-text-color: rgba(33, 33, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #212121;
  --mdc-outlined-text-field-focus-outline-color: #212121;
  --mdc-outlined-text-field-focus-label-text-color: rgba(33, 33, 33, 0.87);
}
body.light-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
body.light-theme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
body.light-theme [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
body.light-theme {
  --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(33, 33, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.light-theme .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(33, 33, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.light-theme .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

body.light-theme {
  --mat-autocomplete-background-color: white;
}

body.light-theme .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
body.light-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #212121;
  --mdc-chip-elevated-disabled-container-color: #212121;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #212121;
  --mdc-chip-elevated-disabled-container-color: #212121;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, body.light-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.light-theme .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #757575;
  --mdc-switch-selected-handle-color: #757575;
  --mdc-switch-selected-hover-state-layer-color: #757575;
  --mdc-switch-selected-pressed-state-layer-color: #757575;
  --mdc-switch-selected-focus-handle-color: #212121;
  --mdc-switch-selected-hover-handle-color: #212121;
  --mdc-switch-selected-pressed-handle-color: #212121;
  --mdc-switch-selected-focus-track-color: #e0e0e0;
  --mdc-switch-selected-hover-track-color: #e0e0e0;
  --mdc-switch-selected-pressed-track-color: #e0e0e0;
  --mdc-switch-selected-track-color: #e0e0e0;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
}
body.light-theme .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body.light-theme .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #757575;
  --mdc-switch-selected-handle-color: #757575;
  --mdc-switch-selected-hover-state-layer-color: #757575;
  --mdc-switch-selected-pressed-state-layer-color: #757575;
  --mdc-switch-selected-focus-handle-color: #212121;
  --mdc-switch-selected-hover-handle-color: #212121;
  --mdc-switch-selected-pressed-handle-color: #212121;
  --mdc-switch-selected-focus-track-color: #e0e0e0;
  --mdc-switch-selected-hover-track-color: #e0e0e0;
  --mdc-switch-selected-pressed-track-color: #e0e0e0;
  --mdc-switch-selected-track-color: #e0e0e0;
}
body.light-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
body.light-theme .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body.light-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #212121;
  --mdc-radio-selected-hover-icon-color: #212121;
  --mdc-radio-selected-icon-color: #212121;
  --mdc-radio-selected-pressed-icon-color: #212121;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #212121;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #212121;
  --mdc-radio-selected-hover-icon-color: #212121;
  --mdc-radio-selected-icon-color: #212121;
  --mdc-radio-selected-pressed-icon-color: #212121;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #212121;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
body.light-theme .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #212121;
  --mdc-slider-focus-handle-color: #212121;
  --mdc-slider-hover-handle-color: #212121;
  --mdc-slider-active-track-color: #212121;
  --mdc-slider-inactive-track-color: #212121;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #212121;
  --mat-mdc-slider-ripple-color: #212121;
  --mat-mdc-slider-hover-ripple-color: rgba(33, 33, 33, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(33, 33, 33, 0.2);
}
body.light-theme .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #212121;
  --mdc-slider-focus-handle-color: #212121;
  --mdc-slider-hover-handle-color: #212121;
  --mdc-slider-active-track-color: #212121;
  --mdc-slider-inactive-track-color: #212121;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #212121;
  --mat-mdc-slider-ripple-color: #212121;
  --mat-mdc-slider-hover-ripple-color: rgba(33, 33, 33, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(33, 33, 33, 0.2);
}
body.light-theme .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
body.light-theme {
  --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;
}

body.light-theme .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
body.light-theme .mdc-list-item__start,
body.light-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #212121;
  --mdc-radio-selected-hover-icon-color: #212121;
  --mdc-radio-selected-icon-color: #212121;
  --mdc-radio-selected-pressed-icon-color: #212121;
}
body.light-theme .mat-accent .mdc-list-item__start,
body.light-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #212121;
  --mdc-radio-selected-hover-icon-color: #212121;
  --mdc-radio-selected-icon-color: #212121;
  --mdc-radio-selected-pressed-icon-color: #212121;
}
body.light-theme .mat-warn .mdc-list-item__start,
body.light-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.light-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #212121;
  --mdc-checkbox-selected-hover-icon-color: #212121;
  --mdc-checkbox-selected-icon-color: #212121;
  --mdc-checkbox-selected-pressed-icon-color: #212121;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #212121;
  --mdc-checkbox-selected-hover-state-layer-color: #212121;
  --mdc-checkbox-selected-pressed-state-layer-color: #212121;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #212121;
  --mdc-checkbox-selected-hover-icon-color: #212121;
  --mdc-checkbox-selected-icon-color: #212121;
  --mdc-checkbox-selected-pressed-icon-color: #212121;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #212121;
  --mdc-checkbox-selected-hover-state-layer-color: #212121;
  --mdc-checkbox-selected-pressed-state-layer-color: #212121;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #212121;
}
body.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body.light-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #212121;
}
body.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.light-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.light-theme {
  --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);
}

body.light-theme .mat-mdc-tab-group, body.light-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #212121;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #212121;
  --mat-tab-header-active-ripple-color: #212121;
  --mat-tab-header-inactive-ripple-color: #212121;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #212121;
  --mat-tab-header-active-hover-label-text-color: #212121;
  --mat-tab-header-active-focus-indicator-color: #212121;
  --mat-tab-header-active-hover-indicator-color: #212121;
}
body.light-theme .mat-mdc-tab-group.mat-accent, body.light-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #212121;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #212121;
  --mat-tab-header-active-ripple-color: #212121;
  --mat-tab-header-inactive-ripple-color: #212121;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #212121;
  --mat-tab-header-active-hover-label-text-color: #212121;
  --mat-tab-header-active-focus-indicator-color: #212121;
  --mat-tab-header-active-hover-indicator-color: #212121;
}
body.light-theme .mat-mdc-tab-group.mat-warn, body.light-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.light-theme .mat-mdc-tab-group.mat-background-primary, body.light-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #212121;
  --mat-tab-header-with-background-foreground-color: white;
}
body.light-theme .mat-mdc-tab-group.mat-background-accent, body.light-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #212121;
  --mat-tab-header-with-background-foreground-color: white;
}
body.light-theme .mat-mdc-tab-group.mat-background-warn, body.light-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.light-theme {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #212121;
  --mdc-checkbox-selected-hover-icon-color: #212121;
  --mdc-checkbox-selected-icon-color: #212121;
  --mdc-checkbox-selected-pressed-icon-color: #212121;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #212121;
  --mdc-checkbox-selected-hover-state-layer-color: #212121;
  --mdc-checkbox-selected-pressed-state-layer-color: #212121;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

body.light-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #212121;
  --mdc-checkbox-selected-hover-icon-color: #212121;
  --mdc-checkbox-selected-icon-color: #212121;
  --mdc-checkbox-selected-pressed-icon-color: #212121;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #212121;
  --mdc-checkbox-selected-hover-state-layer-color: #212121;
  --mdc-checkbox-selected-pressed-state-layer-color: #212121;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
body.light-theme .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
body.light-theme .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
body.light-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #212121;
}
body.light-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #212121;
}
body.light-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
body.light-theme .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
body.light-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #212121;
  --mdc-filled-button-label-text-color: #fff;
}
body.light-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #212121;
  --mdc-filled-button-label-text-color: #fff;
}
body.light-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
body.light-theme .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
body.light-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #212121;
  --mdc-protected-button-label-text-color: #fff;
}
body.light-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #212121;
  --mdc-protected-button-label-text-color: #fff;
}
body.light-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
body.light-theme .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
body.light-theme .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
body.light-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #212121;
}
body.light-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #212121;
}
body.light-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
body.light-theme .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
body.light-theme .mat-mdc-button, body.light-theme .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-theme .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body.light-theme .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body.light-theme .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body.light-theme .mat-mdc-button.mat-primary, body.light-theme .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #212121;
  --mat-mdc-button-ripple-color: rgba(33, 33, 33, 0.1);
}
body.light-theme .mat-mdc-button.mat-accent, body.light-theme .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #212121;
  --mat-mdc-button-ripple-color: rgba(33, 33, 33, 0.1);
}
body.light-theme .mat-mdc-button.mat-warn, body.light-theme .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.light-theme .mat-mdc-raised-button, body.light-theme .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-theme .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body.light-theme .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body.light-theme .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body.light-theme .mat-mdc-raised-button.mat-primary, body.light-theme .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.light-theme .mat-mdc-raised-button.mat-accent, body.light-theme .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.light-theme .mat-mdc-raised-button.mat-warn, body.light-theme .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.light-theme .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-theme .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body.light-theme .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body.light-theme .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body.light-theme .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
body.light-theme .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
body.light-theme .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
body.light-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #212121;
  --mat-mdc-button-persistent-ripple-color: #212121;
  --mat-mdc-button-ripple-color: rgba(33, 33, 33, 0.1);
}
body.light-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #212121;
  --mat-mdc-button-persistent-ripple-color: #212121;
  --mat-mdc-button-ripple-color: rgba(33, 33, 33, 0.1);
}
body.light-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.light-theme .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-fab,
body.light-theme .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.light-theme .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
body.light-theme .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
body.light-theme .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.light-theme .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
body.light-theme .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
body.light-theme .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body.light-theme .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
body.light-theme .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
body.light-theme .mat-mdc-fab.mat-primary,
body.light-theme .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.light-theme .mat-mdc-fab.mat-accent,
body.light-theme .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.light-theme .mat-mdc-fab.mat-warn,
body.light-theme .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.light-theme .mat-mdc-fab[disabled][disabled],
body.light-theme .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
body.light-theme .mat-mdc-fab.mat-unthemed,
body.light-theme .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: white;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
body.light-theme .mat-mdc-fab.mat-primary,
body.light-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #212121;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body.light-theme .mat-mdc-fab.mat-accent,
body.light-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #212121;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body.light-theme .mat-mdc-fab.mat-warn,
body.light-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body.light-theme .mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #212121;
}
body.light-theme .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #212121;
}
body.light-theme .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #212121;
}
body.light-theme .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.light-theme .mat-badge {
  position: relative;
}
body.light-theme .mat-badge.mat-badge {
  overflow: visible;
}
body.light-theme .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active body.light-theme .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

body.light-theme .mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}
body.light-theme .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.light-theme .ng-animate-disabled .mat-badge-content,
body.light-theme .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.light-theme .mat-badge-content.mat-badge-active {
  transform: none;
}
body.light-theme .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
body.light-theme .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.light-theme .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.light-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.light-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.light-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.light-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.light-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.light-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.light-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.light-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.light-theme .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.light-theme .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.light-theme .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.light-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.light-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.light-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.light-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.light-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.light-theme .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
body.light-theme .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.light-theme .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.light-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.light-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.light-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.light-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.light-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.light-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.light-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.light-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.light-theme {
  --mat-badge-background-color: #212121;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

body.light-theme .mat-badge-accent {
  --mat-badge-background-color: #212121;
  --mat-badge-text-color: white;
}
body.light-theme .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.light-theme {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

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

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

body.light-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #212121;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(33, 33, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(33, 33, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(33, 33, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(33, 33, 33, 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;
}
body.light-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 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;
}
body.light-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #212121;
}
body.light-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.light-theme {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

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

body.light-theme {
  --mat-icon-color: inherit;
}

body.light-theme .mat-icon.mat-primary {
  --mat-icon-color: #212121;
}
body.light-theme .mat-icon.mat-accent {
  --mat-icon-color: #212121;
}
body.light-theme .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.light-theme {
  --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);
}

body.light-theme {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #212121;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #212121;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #212121;
  --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: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
body.light-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #212121;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #212121;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #212121;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
body.light-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

body.light-theme .mat-sort-header-arrow {
  color: #757575;
}
body.light-theme {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

body.light-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
}
body.light-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
}
body.light-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.light-theme .mat-tree {
  background: white;
}
body.light-theme .mat-tree-node,
body.light-theme .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
body.light-theme .sp-splash-screen,
body.light-theme .mat-toolbar,
body.light-theme .sp-theme-content,
body.light-theme .sp-embed-page .sp-embed-page__header {
  background-color: white !important;
}
body.light-theme .sp-custom-mat-card {
  background-color: white !important;
  color: #535353 !important;
}
body.light-theme ion-header,
body.light-theme ion-toolbar {
  background: white !important;
  color: #424242 !important;
}
body.light-theme .mat-mdc-header-cell,
body.light-theme .mat-mdc-expansion-panel,
body.light-theme .sp-mat-banner,
body.light-theme .progress {
  background-color: #e0e0e0 !important;
  color: #424242 !important;
}
body.light-theme .media-upload {
  background-color: whitesmoke !important;
  color: #424242 !important;
  border: 1px dashed #e0e0e0 !important;
}
body.light-theme .mat-mdc-button-toggle,
body.light-theme .mat-mdc-button .mat-mdc-button-wrapper:not(.primary) svg {
  color: #424242 !important;
}
body.light-theme .mat-drawer-side {
  border-bottom: solid 1px #eeeeee !important;
}
body.light-theme .form-control {
  border: solid 1px #eeeeee !important;
  background-color: transparent !important;
  color: #424242 !important;
}
body.light-theme .waveform {
  border: solid 1px #eeeeee !important;
}
body.light-theme .mat-mdc-button-toggle-checked {
  border-bottom: 3px solid #212121 !important;
}
body.light-theme .sp-dialog-title,
body.light-theme h2 {
  color: #424242 !important;
}
body.light-theme ::ng-deep .mat-mdc-progress-spinner circle,
body.light-theme ::ng-deep .mat-mdc-spinner circle {
  stroke: #424242 !important;
}
body.light-theme .sp-media-player-container,
body.light-theme .sp-clip-container,
body.light-theme .sp-clips-audio-player {
  background-color: white !important;
}
body.light-theme .sp-custom-mat-card {
  box-shadow: 0 0 3px #bdbdbd !important;
}
body.light-theme .mat-table__wrapper .mat-mdc-table .mat-mdc-row:hover {
  background-color: whitesmoke !important;
  box-shadow: 0 2px 8px rgba(224, 224, 224, 0.2) !important;
}
body.light-theme .mat-table__wrapper .mat-mdc-table .mat-mdc-row:active {
  background-color: #eeeeee !important;
}
body.light-theme .ql-toolbar.ql-snow,
body.light-theme .ql-container.ql-snow {
  border: solid 2px #eeeeee !important;
}
body.light-theme .ql-container.ql-snow {
  border-radius: 0px 0px 10px 10px;
}
body.light-theme .ql-toolbar.ql-snow {
  border-bottom: 0px !important;
  border-radius: 10px 10px 0px 0px;
  color: white !important;
}
body.light-theme .ql-toolbar.ql-snow .ql-stroke,
body.light-theme .ql-toolbar.ql-snow .ql-fill,
body.light-theme .ql-toolbar.ql-snow .ql-picker {
  color: #424242 !important;
  stroke: #424242 !important;
}
body.light-theme .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(33, 33, 33, 0.25) 25%, transparent 25%, transparent 50%, rgba(33, 33, 33, 0.25) 50%, rgba(33, 33, 33, 0.25) 75%, transparent 75%, transparent) !important;
  background-size: 1rem 1rem;
}
body.light-theme ::-webkit-scrollbar-track {
  background: transparent;
}
body.light-theme ::-webkit-scrollbar-thumb {
  background: #9e9e9e;
}
body.light-theme ::-webkit-scrollbar-thumb:hover {
  background: #9e9e9e;
}
body.light-theme * {
  scrollbar-color: #9e9e9e transparent;
}
body.light-theme .mat-mdc-option,
body.light-theme .mat-mdc-select-value,
body.light-theme .mat-mdc-select-arrow,
body.light-theme .mat-mdc-form-field-label,
body.light-theme .mat-mdc-input-element,
body.light-theme .mat-mdc-select-trigger,
body.light-theme .mat-mdc-select-value-text {
  color: #424242 !important;
}
body.light-theme .mat-mdc-dialog-container,
body.light-theme .mat-mdc-dialog-title,
body.light-theme .mat-mdc-dialog-content,
body.light-theme .mat-mdc-select-panel,
body.light-theme .mat-mdc-autocomplete-panel {
  color: #424242 !important;
  background-color: white !important;
}
body.light-theme .mat-mdc-menu-panel,
body.light-theme .mat-mdc-menu-item,
body.light-theme .mat-mdc-menu-item-text {
  color: #424242 !important;
}
body.light-theme .mat-mdc-checkbox-label,
body.light-theme .mat-mdc-radio-label,
body.light-theme .mat-mdc-slide-toggle-label {
  color: #424242 !important;
}
body.light-theme .mat-mdc-tab,
body.light-theme .mat-mdc-tab-label,
body.light-theme .mat-mdc-tab-label-content {
  color: #424242 !important;
}
body.light-theme .mat-mdc-list-item,
body.light-theme .mat-mdc-list-item-title,
body.light-theme .mat-mdc-list-item-line,
body.light-theme .mdc-list-item__primary-text,
body.light-theme .mdc-list-item__secondary-text {
  color: #424242 !important;
}
body.light-theme .mat-step-label,
body.light-theme .mat-step-text-label {
  color: #424242 !important;
}
body.light-theme .mat-mdc-card,
body.light-theme .mat-mdc-card-title,
body.light-theme .mat-mdc-card-subtitle,
body.light-theme .mat-mdc-card-content {
  color: #424242 !important;
}
body.light-theme .mat-mdc-button,
body.light-theme .mat-mdc-raised-button,
body.light-theme .mat-mdc-stroked-button,
body.light-theme .mat-mdc-flat-button,
body.light-theme .mat-mdc-icon-button {
  color: var(--text-color, #424242) !important;
}
body.light-theme .mat-mdc-button:disabled,
body.light-theme .mat-mdc-raised-button:disabled,
body.light-theme .mat-mdc-option:disabled {
  color: #757575 !important;
  opacity: 0.5;
}
body.light-theme .mat-mdc-table,
body.light-theme .mat-mdc-cell,
body.light-theme .mat-mdc-header-cell {
  color: #424242 !important;
}
body.light-theme h1,
body.light-theme h2,
body.light-theme h3,
body.light-theme h4,
body.light-theme h5,
body.light-theme h6 {
  color: #424242 !important;
}
body.light-theme label {
  color: #424242 !important;
}
body.light-theme span {
  color: #424242 !important;
}
body.light-theme mat-form-field label,
body.light-theme .mat-mdc-form-field label {
  color: #424242 !important;
}

body.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);
  --auth-body-bg: var(--auth-body-bg-dark);
  --auth-container-bg: var(--auth-container-bg-dark);
  --auth-text-color: var(--auth-text-color-dark);
  --auth-container-shadow: var(--auth-container-shadow-dark);
  --color: var(--text-color-dark);
  --skeleton-bg-color: var(--skeleton-bg-color-dark);
  --skeleton-highlight-color: var(--skeleton-highlight-color-dark);
  --wave-color: var(--wave-color-dark);
  --progress-color: var(--progress-color-dark);
  --cursor-color: var(--cursor-color-dark);
  --text-color: var(--text-color-dark);
  --background: var(--background-color-dark);
  --color-selected: var(--text-color-dark);
  --ion-primary-color: var(--text-color-dark);
  --ion-primary-color-rgb: var(--text-color-dark);
  --ion-secondary-color: var(--text-color-dark);
  --ion-secondary-color-rgb: var(--text-color-dark);
  --ion-background-color: var(--background-color-dark);
  --ion-text-color: var(--text-color-dark);
  --ion-background-color-rgb: var(--background-color-dark);
  --ion-item-background: var(--background-color-dark);
  --ion-item-color: var(--text-color-dark);
  --border-color: var(--border-color-dark);
  --success-color: var(--success-color-dark);
  --error-color: var(--error-color-dark);
  --warning-color: var(--warning-color-dark);
  --info-color: var(--info-color-dark);
  --primary-color: var(--primary-color-dark);
  --secondary-color: var(--secondary-color-dark);
  --code-bg-color: var(--code-bg-color-dark);
  --code-text-color: var(--code-text-color-dark);
  --mark-bg-color: var(--mark-bg-color-dark);
  --caption-text-color: var(--caption-text-color-dark);
  --overlay-lightest: var(--overlay-lightest-dark);
  --overlay-lighter: var(--overlay-lighter-dark);
  --overlay-light: var(--overlay-light-dark);
  --overlay-medium: var(--overlay-medium-dark);
  --overlay-dark: var(--overlay-dark-dark);
  --overlay-darker: var(--overlay-darker-dark);
  --overlay-darkest: var(--overlay-darkest-dark);
  --overlay-heavy: var(--overlay-heavy-dark);
  --overlay-solid: var(--overlay-solid-dark);
  --ion-toolbar-background: var(--background-color-dark);
  --ion-toolbar-color: var(--text-color-dark);
  --ion-toolbar-border-color: var(--border-color-dark);
  --ion-toolbar-border-width: 1px;
  --ion-tab-bar-background: var(--background-color-dark);
  --ion-tab-bar-color: var(--text-color-dark);
  --ion-tab-bar-color-selected: var(--text-color-dark);
  --ion-tab-button-background: var(--background-color-dark);
  --ion-tab-button-color: var(--text-color-dark);
  --ion-tab-button-color-selected: var(--text-color-dark);
}
body.dark-theme .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme {
  --mat-option-selected-state-label-text-color: #eeeeee;
  --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);
}

body.dark-theme .mat-accent {
  --mat-option-selected-state-label-text-color: #eeeeee;
}
body.dark-theme .mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
}
body.dark-theme {
  --mat-optgroup-label-text-color: white;
}

body.dark-theme .mat-pseudo-checkbox-full {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
body.dark-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #eeeeee;
}
body.dark-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #eeeeee;
}
body.dark-theme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.dark-theme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body.dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #eeeeee;
}
body.dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #eeeeee;
}
body.dark-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.dark-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body.dark-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #eeeeee;
}
body.dark-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #eeeeee;
}
body.dark-theme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.dark-theme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body.dark-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
body.dark-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
body.dark-theme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
body.dark-theme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
body.dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
body.dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
body.dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
body.dark-theme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #686868;
}
body.dark-theme .mat-app-background, body.dark-theme.mat-app-background {
  background-color: #303030;
  color: white;
}
body.dark-theme .mat-elevation-z0, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z1, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z2, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z3, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z4, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z5, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z6, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z7, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z8, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z9, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z10, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z11, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z12, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z13, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z14, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z15, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z16, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z17, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z18, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z19, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z20, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z21, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z22, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z23, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
body.dark-theme .mat-elevation-z24, body.dark-theme .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

body.dark-theme .mat-mdc-card {
  --mdc-elevated-card-container-color: #424242;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #424242;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
}
body.dark-theme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #eeeeee;
  --mdc-linear-progress-track-color: rgba(238, 238, 238, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body.dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(238, 238, 238, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(238, 238, 238, 0.25));
}
@media (forced-colors: active) {
  body.dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(238, 238, 238, 0.25)'/%3E%3C/svg%3E");
  }
}
body.dark-theme .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(238, 238, 238, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(238, 238, 238, 0.25));
}
body.dark-theme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #eeeeee;
  --mdc-linear-progress-track-color: rgba(238, 238, 238, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body.dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(238, 238, 238, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(238, 238, 238, 0.25));
}
@media (forced-colors: active) {
  body.dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(238, 238, 238, 0.25)'/%3E%3C/svg%3E");
  }
}
body.dark-theme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(238, 238, 238, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(238, 238, 238, 0.25));
}
body.dark-theme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
    /* @noflip */ /*rtl:ignore*/
  }
}
body.dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
@media (forced-colors: active) {
  body.dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body.dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
  }
}
body.dark-theme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
  /* @alternate */
  background-color: var(--mdc-linear-progress-track-color, rgba(244, 67, 54, 0.25));
}
body.dark-theme .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
body.dark-theme {
  --mdc-filled-text-field-caret-color: #eeeeee;
  --mdc-filled-text-field-focus-active-indicator-color: #eeeeee;
  --mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, 0.87);
  --mdc-filled-text-field-container-color: #4a4a4a;
  --mdc-filled-text-field-disabled-container-color: #464646;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #eeeeee;
  --mdc-outlined-text-field-focus-outline-color: #eeeeee;
  --mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
}

body.dark-theme .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
body.dark-theme .mat-mdc-form-field-subscript-wrapper,
body.dark-theme .mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mat-form-field-subscript-text-font);
  line-height: var(--mat-form-field-subscript-text-line-height);
  font-size: var(--mat-form-field-subscript-text-size);
  letter-spacing: var(--mat-form-field-subscript-text-tracking);
  font-weight: var(--mat-form-field-subscript-text-weight);
}
body.dark-theme .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
body.dark-theme .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
body.dark-theme select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
body.dark-theme select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(238, 238, 238, 0.87);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(238, 238, 238, 0.87);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
body.dark-theme .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
body.dark-theme .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #eeeeee;
  --mdc-filled-text-field-focus-active-indicator-color: #eeeeee;
  --mdc-filled-text-field-focus-label-text-color: rgba(238, 238, 238, 0.87);
  --mdc-outlined-text-field-caret-color: #eeeeee;
  --mdc-outlined-text-field-focus-outline-color: #eeeeee;
  --mdc-outlined-text-field-focus-label-text-color: rgba(238, 238, 238, 0.87);
}
body.dark-theme .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
}
body.dark-theme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
body.dark-theme [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
body.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(238, 238, 238, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.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(238, 238, 238, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
body.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(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

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

body.dark-theme .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
body.dark-theme .mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-elevated-container-color: #eeeeee;
  --mdc-chip-elevated-disabled-container-color: #eeeeee;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.8705882353);
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-elevated-container-color: #eeeeee;
  --mdc-chip-elevated-disabled-container-color: #eeeeee;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.8705882353);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.8705882353);
}
body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, body.dark-theme .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
body.dark-theme .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #757575;
  --mdc-switch-selected-handle-color: #757575;
  --mdc-switch-selected-hover-state-layer-color: #757575;
  --mdc-switch-selected-pressed-state-layer-color: #757575;
  --mdc-switch-selected-focus-handle-color: #616161;
  --mdc-switch-selected-hover-handle-color: #616161;
  --mdc-switch-selected-pressed-handle-color: #616161;
  --mdc-switch-selected-focus-track-color: #e0e0e0;
  --mdc-switch-selected-hover-track-color: #e0e0e0;
  --mdc-switch-selected-pressed-track-color: #e0e0e0;
  --mdc-switch-selected-track-color: #e0e0e0;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
}
body.dark-theme .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body.dark-theme .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #757575;
  --mdc-switch-selected-handle-color: #757575;
  --mdc-switch-selected-hover-state-layer-color: #757575;
  --mdc-switch-selected-pressed-state-layer-color: #757575;
  --mdc-switch-selected-focus-handle-color: #616161;
  --mdc-switch-selected-hover-handle-color: #616161;
  --mdc-switch-selected-pressed-handle-color: #616161;
  --mdc-switch-selected-focus-track-color: #e0e0e0;
  --mdc-switch-selected-hover-track-color: #e0e0e0;
  --mdc-switch-selected-pressed-track-color: #e0e0e0;
  --mdc-switch-selected-track-color: #e0e0e0;
}
body.dark-theme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935;
}
body.dark-theme .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body.dark-theme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #eeeeee;
  --mdc-radio-selected-hover-icon-color: #eeeeee;
  --mdc-radio-selected-icon-color: #eeeeee;
  --mdc-radio-selected-pressed-icon-color: #eeeeee;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #eeeeee;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #eeeeee;
  --mdc-radio-selected-hover-icon-color: #eeeeee;
  --mdc-radio-selected-icon-color: #eeeeee;
  --mdc-radio-selected-pressed-icon-color: #eeeeee;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #eeeeee;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
body.dark-theme .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #eeeeee;
  --mdc-slider-focus-handle-color: #eeeeee;
  --mdc-slider-hover-handle-color: #eeeeee;
  --mdc-slider-active-track-color: #eeeeee;
  --mdc-slider-inactive-track-color: #eeeeee;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;
  --mat-mdc-slider-ripple-color: #eeeeee;
  --mat-mdc-slider-hover-ripple-color: rgba(238, 238, 238, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(238, 238, 238, 0.2);
}
body.dark-theme .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #eeeeee;
  --mdc-slider-focus-handle-color: #eeeeee;
  --mdc-slider-hover-handle-color: #eeeeee;
  --mdc-slider-active-track-color: #eeeeee;
  --mdc-slider-inactive-track-color: #eeeeee;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #eeeeee;
  --mat-mdc-slider-ripple-color: #eeeeee;
  --mat-mdc-slider-hover-ripple-color: rgba(238, 238, 238, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(238, 238, 238, 0.2);
}
body.dark-theme .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
body.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;
}

body.dark-theme .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
body.dark-theme .mdc-list-item__start,
body.dark-theme .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #eeeeee;
  --mdc-radio-selected-hover-icon-color: #eeeeee;
  --mdc-radio-selected-icon-color: #eeeeee;
  --mdc-radio-selected-pressed-icon-color: #eeeeee;
}
body.dark-theme .mat-accent .mdc-list-item__start,
body.dark-theme .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #eeeeee;
  --mdc-radio-selected-hover-icon-color: #eeeeee;
  --mdc-radio-selected-icon-color: #eeeeee;
  --mdc-radio-selected-pressed-icon-color: #eeeeee;
}
body.dark-theme .mat-warn .mdc-list-item__start,
body.dark-theme .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}
body.dark-theme .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #eeeeee;
  --mdc-checkbox-selected-hover-icon-color: #eeeeee;
  --mdc-checkbox-selected-icon-color: #eeeeee;
  --mdc-checkbox-selected-pressed-icon-color: #eeeeee;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #eeeeee;
  --mdc-checkbox-selected-hover-state-layer-color: #eeeeee;
  --mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #eeeeee;
  --mdc-checkbox-selected-hover-icon-color: #eeeeee;
  --mdc-checkbox-selected-icon-color: #eeeeee;
  --mdc-checkbox-selected-pressed-icon-color: #eeeeee;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #eeeeee;
  --mdc-checkbox-selected-hover-state-layer-color: #eeeeee;
  --mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #eeeeee;
}
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
body.dark-theme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #eeeeee;
}
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
body.dark-theme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
body.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);
}

body.dark-theme .mat-mdc-tab-group, body.dark-theme .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #eeeeee;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #eeeeee;
  --mat-tab-header-active-ripple-color: #eeeeee;
  --mat-tab-header-inactive-ripple-color: #eeeeee;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #eeeeee;
  --mat-tab-header-active-hover-label-text-color: #eeeeee;
  --mat-tab-header-active-focus-indicator-color: #eeeeee;
  --mat-tab-header-active-hover-indicator-color: #eeeeee;
}
body.dark-theme .mat-mdc-tab-group.mat-accent, body.dark-theme .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #eeeeee;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #eeeeee;
  --mat-tab-header-active-ripple-color: #eeeeee;
  --mat-tab-header-inactive-ripple-color: #eeeeee;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #eeeeee;
  --mat-tab-header-active-hover-label-text-color: #eeeeee;
  --mat-tab-header-active-focus-indicator-color: #eeeeee;
  --mat-tab-header-active-hover-indicator-color: #eeeeee;
}
body.dark-theme .mat-mdc-tab-group.mat-warn, body.dark-theme .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(255, 255, 255, 0.5);
  --mat-tab-header-pagination-icon-color: #fff;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
body.dark-theme .mat-mdc-tab-group.mat-background-primary, body.dark-theme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #eeeeee;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.8705882353);
}
body.dark-theme .mat-mdc-tab-group.mat-background-accent, body.dark-theme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #eeeeee;
  --mat-tab-header-with-background-foreground-color: rgba(0, 0, 0, 0.8705882353);
}
body.dark-theme .mat-mdc-tab-group.mat-background-warn, body.dark-theme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}
body.dark-theme {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #eeeeee;
  --mdc-checkbox-selected-hover-icon-color: #eeeeee;
  --mdc-checkbox-selected-icon-color: #eeeeee;
  --mdc-checkbox-selected-pressed-icon-color: #eeeeee;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #eeeeee;
  --mdc-checkbox-selected-hover-state-layer-color: #eeeeee;
  --mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}

body.dark-theme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #eeeeee;
  --mdc-checkbox-selected-hover-icon-color: #eeeeee;
  --mdc-checkbox-selected-icon-color: #eeeeee;
  --mdc-checkbox-selected-pressed-icon-color: #eeeeee;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #eeeeee;
  --mdc-checkbox-selected-hover-state-layer-color: #eeeeee;
  --mdc-checkbox-selected-pressed-state-layer-color: #eeeeee;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
body.dark-theme .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
body.dark-theme .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #eeeeee;
}
body.dark-theme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #eeeeee;
}
body.dark-theme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
body.dark-theme .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #eeeeee;
  --mdc-filled-button-label-text-color: #000;
}
body.dark-theme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #eeeeee;
  --mdc-filled-button-label-text-color: #000;
}
body.dark-theme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #eeeeee;
  --mdc-protected-button-label-text-color: #000;
}
body.dark-theme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #eeeeee;
  --mdc-protected-button-label-text-color: #000;
}
body.dark-theme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
body.dark-theme .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
body.dark-theme .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
body.dark-theme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #eeeeee;
}
body.dark-theme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #eeeeee;
}
body.dark-theme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
body.dark-theme .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
body.dark-theme .mat-mdc-button, body.dark-theme .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-button.mat-primary, body.dark-theme .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #eeeeee;
  --mat-mdc-button-ripple-color: rgba(238, 238, 238, 0.1);
}
body.dark-theme .mat-mdc-button.mat-accent, body.dark-theme .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #eeeeee;
  --mat-mdc-button-ripple-color: rgba(238, 238, 238, 0.1);
}
body.dark-theme .mat-mdc-button.mat-warn, body.dark-theme .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.dark-theme .mat-mdc-raised-button, body.dark-theme .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-raised-button.mat-primary, body.dark-theme .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.dark-theme .mat-mdc-raised-button.mat-accent, body.dark-theme .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.dark-theme .mat-mdc-raised-button.mat-warn, body.dark-theme .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mdc-icon-button-icon-color: inherit;
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #6200ee;
  --mat-mdc-button-ripple-color: rgba(98, 0, 238, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #018786;
  --mat-mdc-button-ripple-color: rgba(1, 135, 134, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #b00020;
  --mat-mdc-button-ripple-color: rgba(176, 0, 32, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #eeeeee;
  --mat-mdc-button-persistent-ripple-color: #eeeeee;
  --mat-mdc-button-ripple-color: rgba(238, 238, 238, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #eeeeee;
  --mat-mdc-button-persistent-ripple-color: #eeeeee;
  --mat-mdc-button-ripple-color: rgba(238, 238, 238, 0.1);
}
body.dark-theme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
body.dark-theme .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-fab,
body.dark-theme .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
body.dark-theme .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
body.dark-theme .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, body.dark-theme .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
body.dark-theme .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
body.dark-theme .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
body.dark-theme .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
body.dark-theme .mat-mdc-fab.mat-primary,
body.dark-theme .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.dark-theme .mat-mdc-fab.mat-accent,
body.dark-theme .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
body.dark-theme .mat-mdc-fab.mat-warn,
body.dark-theme .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
body.dark-theme .mat-mdc-fab[disabled][disabled],
body.dark-theme .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
body.dark-theme .mat-mdc-fab.mat-unthemed,
body.dark-theme .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #424242;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body.dark-theme .mat-mdc-fab.mat-primary,
body.dark-theme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #eeeeee;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
body.dark-theme .mat-mdc-fab.mat-accent,
body.dark-theme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #eeeeee;
  --mdc-fab-icon-color: black;
  --mat-mdc-fab-color: #000;
}
body.dark-theme .mat-mdc-fab.mat-warn,
body.dark-theme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: white;
  --mat-mdc-fab-color: #fff;
}
body.dark-theme .mat-mdc-snack-bar-container {
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
}
body.dark-theme .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #eeeeee;
}
body.dark-theme .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #eeeeee;
}
body.dark-theme .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
body.dark-theme .mat-badge {
  position: relative;
}
body.dark-theme .mat-badge.mat-badge {
  overflow: visible;
}
body.dark-theme .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active body.dark-theme .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

body.dark-theme .mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}
body.dark-theme .mat-badge-hidden .mat-badge-content {
  display: none;
}
body.dark-theme .ng-animate-disabled .mat-badge-content,
body.dark-theme .mat-badge-content._mat-animation-noopable {
  transition: none;
}
body.dark-theme .mat-badge-content.mat-badge-active {
  transform: none;
}
body.dark-theme .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
body.dark-theme .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
body.dark-theme .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
body.dark-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] body.dark-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
body.dark-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] body.dark-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
body.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] body.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
body.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] body.dark-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
body.dark-theme .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
body.dark-theme .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
body.dark-theme .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
body.dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] body.dark-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
body.dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] body.dark-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
body.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] body.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
body.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] body.dark-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
body.dark-theme .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
body.dark-theme .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
body.dark-theme .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
body.dark-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] body.dark-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
body.dark-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] body.dark-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
body.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] body.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
body.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] body.dark-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
body.dark-theme {
  --mat-badge-background-color: #eeeeee;
  --mat-badge-text-color: rgba(0, 0, 0, 0.8705882353);
  --mat-badge-disabled-state-background-color: #6e6e6e;
  --mat-badge-disabled-state-text-color: rgba(255, 255, 255, 0.5);
}

body.dark-theme .mat-badge-accent {
  --mat-badge-background-color: #eeeeee;
  --mat-badge-text-color: rgba(0, 0, 0, 0.8705882353);
}
body.dark-theme .mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}
body.dark-theme {
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
}

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

body.dark-theme {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.8705882353);
  --mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.8705882353);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #eeeeee;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, 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-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;
}

body.dark-theme .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: rgba(0, 0, 0, 0.8705882353);
  --mat-datepicker-calendar-date-selected-state-background-color: #eeeeee;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(238, 238, 238, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: rgba(0, 0, 0, 0.8705882353);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(238, 238, 238, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(238, 238, 238, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(238, 238, 238, 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;
}
body.dark-theme .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 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;
}
body.dark-theme .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #eeeeee;
}
body.dark-theme .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}
body.dark-theme {
  --mat-divider-color: rgba(255, 255, 255, 0.12);
}

body.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);
}

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

body.dark-theme .mat-icon.mat-primary {
  --mat-icon-color: #eeeeee;
}
body.dark-theme .mat-icon.mat-accent {
  --mat-icon-color: #eeeeee;
}
body.dark-theme .mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}
body.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);
}

body.dark-theme {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.8705882353);
  --mat-stepper-header-selected-state-icon-background-color: #eeeeee;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.8705882353);
  --mat-stepper-header-done-state-icon-background-color: #eeeeee;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.8705882353);
  --mat-stepper-header-edit-state-icon-background-color: #eeeeee;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.8705882353);
  --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: #f44336;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
body.dark-theme .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: rgba(0, 0, 0, 0.8705882353);
  --mat-stepper-header-selected-state-icon-background-color: #eeeeee;
  --mat-stepper-header-selected-state-icon-foreground-color: rgba(0, 0, 0, 0.8705882353);
  --mat-stepper-header-done-state-icon-background-color: #eeeeee;
  --mat-stepper-header-done-state-icon-foreground-color: rgba(0, 0, 0, 0.8705882353);
  --mat-stepper-header-edit-state-icon-background-color: #eeeeee;
  --mat-stepper-header-edit-state-icon-foreground-color: rgba(0, 0, 0, 0.8705882353);
}
body.dark-theme .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

body.dark-theme .mat-sort-header-arrow {
  color: #c6c6c6;
}
body.dark-theme {
  --mat-toolbar-container-background-color: #212121;
  --mat-toolbar-container-text-color: white;
}

body.dark-theme .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #eeeeee;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.8705882353);
}
body.dark-theme .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #eeeeee;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.8705882353);
}
body.dark-theme .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}
body.dark-theme .mat-tree {
  background: #424242;
}
body.dark-theme .mat-tree-node,
body.dark-theme .mat-nested-tree-node {
  color: white;
}
body.dark-theme .sp-splash-screen,
body.dark-theme .mat-toolbar,
body.dark-theme .sp-theme-content,
body.dark-theme .sp-embed-page .sp-embed-page__header {
  background-color: #424242 !important;
}
body.dark-theme .sp-custom-mat-card {
  background-color: #424242 !important;
  color: whitesmoke !important;
}
body.dark-theme ion-header,
body.dark-theme ion-toolbar {
  background: #424242 !important;
  color: white !important;
}
body.dark-theme .mat-mdc-header-cell,
body.dark-theme .mat-mdc-expansion-panel,
body.dark-theme .sp-mat-banner,
body.dark-theme .progress {
  background-color: #757575 !important;
  color: white !important;
}
body.dark-theme .media-upload {
  background-color: #535353 !important;
  color: white !important;
  border: 1px dashed #757575 !important;
}
body.dark-theme .mat-mdc-button-toggle,
body.dark-theme .mat-mdc-button .mat-mdc-button-wrapper:not(.primary) svg {
  color: white !important;
}
body.dark-theme .mat-drawer-side {
  border-bottom: solid 1px #616161 !important;
}
body.dark-theme .form-control {
  border: solid 1px #616161 !important;
  background-color: transparent !important;
  color: white !important;
}
body.dark-theme .waveform {
  border: solid 1px #616161 !important;
}
body.dark-theme .mat-mdc-button-toggle-checked {
  border-bottom: 3px solid white !important;
}
body.dark-theme .sp-dialog-title,
body.dark-theme h2 {
  color: white !important;
}
body.dark-theme ::ng-deep .mat-mdc-progress-spinner circle,
body.dark-theme ::ng-deep .mat-mdc-spinner circle {
  stroke: white !important;
}
body.dark-theme .sp-media-player-container,
body.dark-theme .sp-clip-container,
body.dark-theme .sp-clips-audio-player {
  background-color: #424242 !important;
}
body.dark-theme .sp-custom-mat-card {
  box-shadow: 0 0 3px #9e9e9e !important;
}
body.dark-theme .mat-table__wrapper .mat-mdc-table .mat-mdc-row:hover {
  background-color: #535353 !important;
  box-shadow: 0 2px 8px rgba(117, 117, 117, 0.2) !important;
}
body.dark-theme .mat-table__wrapper .mat-mdc-table .mat-mdc-row:active {
  background-color: #616161 !important;
}
body.dark-theme .ql-toolbar.ql-snow,
body.dark-theme .ql-container.ql-snow {
  border: solid 2px #616161 !important;
}
body.dark-theme .ql-container.ql-snow {
  border-radius: 0px 0px 10px 10px;
}
body.dark-theme .ql-toolbar.ql-snow {
  border-bottom: 0px !important;
  border-radius: 10px 10px 0px 0px;
  color: #424242 !important;
}
body.dark-theme .ql-toolbar.ql-snow .ql-stroke,
body.dark-theme .ql-toolbar.ql-snow .ql-fill,
body.dark-theme .ql-toolbar.ql-snow .ql-picker {
  color: white !important;
  stroke: white !important;
}
body.dark-theme .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0.25) 75%, transparent 75%, transparent) !important;
  background-size: 1rem 1rem;
}
body.dark-theme ::-webkit-scrollbar-track {
  background: transparent;
}
body.dark-theme ::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
body.dark-theme ::-webkit-scrollbar-thumb:hover {
  background: #bdbdbd;
}
body.dark-theme * {
  scrollbar-color: #bdbdbd transparent;
}
body.dark-theme .mat-mdc-option,
body.dark-theme .mat-mdc-select-value,
body.dark-theme .mat-mdc-select-arrow,
body.dark-theme .mat-mdc-form-field-label,
body.dark-theme .mat-mdc-input-element,
body.dark-theme .mat-mdc-select-trigger,
body.dark-theme .mat-mdc-select-value-text {
  color: white !important;
}
body.dark-theme .mat-mdc-dialog-container,
body.dark-theme .mat-mdc-dialog-title,
body.dark-theme .mat-mdc-dialog-content,
body.dark-theme .mat-mdc-select-panel,
body.dark-theme .mat-mdc-autocomplete-panel {
  color: white !important;
  background-color: #424242 !important;
}
body.dark-theme .mat-mdc-menu-panel,
body.dark-theme .mat-mdc-menu-item,
body.dark-theme .mat-mdc-menu-item-text {
  color: white !important;
}
body.dark-theme .mat-mdc-checkbox-label,
body.dark-theme .mat-mdc-radio-label,
body.dark-theme .mat-mdc-slide-toggle-label {
  color: white !important;
}
body.dark-theme .mat-mdc-tab,
body.dark-theme .mat-mdc-tab-label,
body.dark-theme .mat-mdc-tab-label-content {
  color: white !important;
}
body.dark-theme .mat-mdc-list-item,
body.dark-theme .mat-mdc-list-item-title,
body.dark-theme .mat-mdc-list-item-line,
body.dark-theme .mdc-list-item__primary-text,
body.dark-theme .mdc-list-item__secondary-text {
  color: white !important;
}
body.dark-theme .mat-step-label,
body.dark-theme .mat-step-text-label {
  color: white !important;
}
body.dark-theme .mat-mdc-card,
body.dark-theme .mat-mdc-card-title,
body.dark-theme .mat-mdc-card-subtitle,
body.dark-theme .mat-mdc-card-content {
  color: white !important;
}
body.dark-theme .mat-mdc-button,
body.dark-theme .mat-mdc-raised-button,
body.dark-theme .mat-mdc-stroked-button,
body.dark-theme .mat-mdc-flat-button,
body.dark-theme .mat-mdc-icon-button {
  color: var(--text-color, white) !important;
}
body.dark-theme .mat-mdc-button:disabled,
body.dark-theme .mat-mdc-raised-button:disabled,
body.dark-theme .mat-mdc-option:disabled {
  color: #e0e0e0 !important;
  opacity: 0.5;
}
body.dark-theme .mat-mdc-table,
body.dark-theme .mat-mdc-cell,
body.dark-theme .mat-mdc-header-cell {
  color: white !important;
}
body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme h4,
body.dark-theme h5,
body.dark-theme h6 {
  color: white !important;
}
body.dark-theme label {
  color: white !important;
}
body.dark-theme span {
  color: white !important;
}
body.dark-theme mat-form-field label,
body.dark-theme .mat-mdc-form-field label {
  color: white !important;
}

/**
 * Brand Theme Overrides
 * 
 * This file contains all Material Design component overrides to use the brand primary color.
 * The brand primary color is set dynamically via CSS custom properties (--brand-primary-color)
 * which are set in ThemeService via applyPrimaryColorTheme().
 * 
 * Font color is available via --brand-font-color CSS custom property for specific components
 * that need brand-specific text colors. Use utility classes (.text-brand-primary) for this.
 * 
 * Font family is set via --brand-font-family CSS custom property
 * which is set in ThemeService via loadGoogleFont().
 * 
 * These styles override Angular Material's default primary color to use the brand color
 * received from the embed meta data. Form fields use theme-based colors (light/dark).
 */
html,
body {
  font-family: var(--brand-font-family, var(--font-family-primary)) !important;
}

::-webkit-scrollbar-thumb {
  background-color: var(--brand-primary-color) !important;
}

.mat-mdc-raised-button.mat-primary {
  background-color: var(--brand-primary-color) !important;
  color: var(--text-color) !important;
}
.mat-mdc-raised-button.mat-primary .mdc-button__label {
  color: var(--text-color) !important;
}
.mat-mdc-raised-button.mat-primary:hover:not([disabled]) {
  background-color: var(--brand-primary-color-hover) !important;
}

.mat-mdc-unelevated-button.mat-primary {
  background-color: var(--brand-primary-color) !important;
  color: var(--text-color) !important;
}
.mat-mdc-unelevated-button.mat-primary .mdc-button__label {
  color: var(--text-color) !important;
}
.mat-mdc-unelevated-button.mat-primary:hover:not([disabled]) {
  background-color: var(--brand-primary-color-hover) !important;
}

.mat-mdc-fab.mat-primary,
.mat-mdc-mini-fab.mat-primary {
  background-color: var(--brand-primary-color) !important;
  color: var(--text-color) !important;
}
.mat-mdc-fab.mat-primary .mdc-button__label,
.mat-mdc-mini-fab.mat-primary .mdc-button__label {
  color: var(--text-color) !important;
}
.mat-mdc-fab.mat-primary:hover:not([disabled]),
.mat-mdc-mini-fab.mat-primary:hover:not([disabled]) {
  background-color: var(--brand-primary-color-hover) !important;
}

.extended-fab-button.mat-primary {
  background-color: var(--brand-primary-color) !important;
  color: var(--text-color) !important;
}
.extended-fab-button.mat-primary .mdc-button__label,
.extended-fab-button.mat-primary .extended-fab-button__text {
  color: var(--text-color) !important;
}
.extended-fab-button.mat-primary:hover:not([disabled]) {
  background-color: var(--brand-primary-color-hover) !important;
}

a {
  color: var(--brand-primary-color) !important;
}
a:hover {
  color: var(--brand-primary-color-dark) !important;
}

.mat-mdc-checkbox.mat-primary .mdc-checkbox__background {
  border-color: var(--brand-primary-color) !important;
}
.mat-mdc-checkbox.mat-primary.mat-mdc-checkbox-checked .mdc-checkbox__background {
  background-color: var(--brand-primary-color) !important;
  border-color: var(--brand-primary-color) !important;
}

.mat-checkbox.mat-primary .mat-checkbox-frame,
.mat-checkbox.mat-accent .mat-checkbox-frame,
.mat-checkbox .mat-checkbox-frame {
  border-color: var(--border-color) !important;
  border-width: 2px !important;
}
.mat-checkbox.mat-primary.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox.mat-accent.mat-checkbox-checked .mat-checkbox-background,
.mat-checkbox.mat-checkbox-checked .mat-checkbox-background {
  background-color: var(--brand-primary-color) !important;
}
.mat-checkbox.mat-primary.mat-checkbox-checked .mat-checkbox-frame,
.mat-checkbox.mat-accent.mat-checkbox-checked .mat-checkbox-frame,
.mat-checkbox.mat-checkbox-checked .mat-checkbox-frame {
  border-color: var(--brand-primary-color) !important;
}
.mat-checkbox.mat-primary.mat-checkbox-checked .mat-checkbox-checkmark-path,
.mat-checkbox.mat-accent.mat-checkbox-checked .mat-checkbox-checkmark-path,
.mat-checkbox.mat-checkbox-checked .mat-checkbox-checkmark-path {
  stroke: var(--text-color-dark, #fff) !important;
}
.mat-checkbox.mat-primary .mat-checkbox-inner-container,
.mat-checkbox.mat-accent .mat-checkbox-inner-container,
.mat-checkbox .mat-checkbox-inner-container {
  width: 18px !important;
  height: 18px !important;
}

.mat-mdc-button .mdc-button__label,
.mat-mdc-raised-button .mdc-button__label,
.mat-mdc-unelevated-button .mdc-button__label,
.mat-mdc-outlined-button .mdc-button__label,
.mat-mdc-text-button .mdc-button__label,
.mat-mdc-fab .mdc-button__label,
.mat-mdc-mini-fab .mdc-button__label,
.extended-fab-button .mdc-button__label {
  color: var(--brand-font-color) !important;
}
.mat-mdc-button .mat-icon,
.mat-mdc-raised-button .mat-icon,
.mat-mdc-unelevated-button .mat-icon,
.mat-mdc-outlined-button .mat-icon,
.mat-mdc-text-button .mat-icon,
.mat-mdc-fab .mat-icon,
.mat-mdc-mini-fab .mat-icon,
.extended-fab-button .mat-icon {
  color: var(--brand-font-color) !important;
}
.mat-mdc-button .mat-button-wrapper span,
.mat-mdc-button span.extended-fab-button__text,
.mat-mdc-button span.mat-button-wrapper,
.mat-mdc-raised-button .mat-button-wrapper span,
.mat-mdc-raised-button span.extended-fab-button__text,
.mat-mdc-raised-button span.mat-button-wrapper,
.mat-mdc-unelevated-button .mat-button-wrapper span,
.mat-mdc-unelevated-button span.extended-fab-button__text,
.mat-mdc-unelevated-button span.mat-button-wrapper,
.mat-mdc-outlined-button .mat-button-wrapper span,
.mat-mdc-outlined-button span.extended-fab-button__text,
.mat-mdc-outlined-button span.mat-button-wrapper,
.mat-mdc-text-button .mat-button-wrapper span,
.mat-mdc-text-button span.extended-fab-button__text,
.mat-mdc-text-button span.mat-button-wrapper,
.mat-mdc-fab .mat-button-wrapper span,
.mat-mdc-fab span.extended-fab-button__text,
.mat-mdc-fab span.mat-button-wrapper,
.mat-mdc-mini-fab .mat-button-wrapper span,
.mat-mdc-mini-fab span.extended-fab-button__text,
.mat-mdc-mini-fab span.mat-button-wrapper,
.extended-fab-button .mat-button-wrapper span,
.extended-fab-button span.extended-fab-button__text,
.extended-fab-button span.mat-button-wrapper {
  color: var(--brand-font-color) !important;
}

.mat-button .mat-button-wrapper,
.mat-raised-button .mat-button-wrapper,
.mat-flat-button .mat-button-wrapper,
.mat-stroked-button .mat-button-wrapper,
.mat-icon-button .mat-button-wrapper,
.mat-fab .mat-button-wrapper,
.mat-mini-fab .mat-button-wrapper {
  color: var(--brand-font-color) !important;
}
.mat-button .mat-icon,
.mat-raised-button .mat-icon,
.mat-flat-button .mat-icon,
.mat-stroked-button .mat-icon,
.mat-icon-button .mat-icon,
.mat-fab .mat-icon,
.mat-mini-fab .mat-icon {
  color: var(--brand-font-color) !important;
}

.mat-mdc-checkbox {
  --mdc-checkbox-selected-checkmark-color: var(--text-color-dark, #fff);
  --mdc-checkbox-selected-focus-icon-color: var(--brand-primary-color);
  --mdc-checkbox-selected-hover-icon-color: var(--brand-primary-color);
  --mdc-checkbox-selected-icon-color: var(--brand-primary-color);
  --mdc-checkbox-selected-pressed-icon-color: var(--brand-primary-color);
  --mdc-checkbox-unselected-focus-icon-color: var(--border-color);
  --mdc-checkbox-unselected-hover-icon-color: var(--border-color);
  --mdc-checkbox-unselected-icon-color: var(--border-color);
  --mdc-checkbox-unselected-pressed-icon-color: var(--border-color);
  --mdc-checkbox-state-layer-size: 40px;
}
.mat-mdc-checkbox .mdc-checkbox {
  width: 18px !important;
  height: 18px !important;
}
.mat-mdc-checkbox .mdc-checkbox__background {
  width: 18px !important;
  height: 18px !important;
  border-width: 2px !important;
}

.mat-mdc-radio-button.mat-primary,
.mat-mdc-radio-button {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary .mdc-radio,
.mat-mdc-radio-button .mdc-radio {
  width: 20px !important;
  height: 20px !important;
}
.mat-mdc-radio-button.mat-primary .mdc-radio__outer-circle,
.mat-mdc-radio-button .mdc-radio__outer-circle {
  border-color: var(--brand-primary-color) !important;
  border-width: 2px !important;
}
.mat-mdc-radio-button.mat-primary .mdc-radio__inner-circle,
.mat-mdc-radio-button .mdc-radio__inner-circle {
  border-width: 2px !important;
}
.mat-mdc-radio-button.mat-primary.mat-mdc-radio-checked .mdc-radio__outer-circle,
.mat-mdc-radio-button.mat-primary.mat-mdc-radio-checked .mdc-radio__inner-circle,
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__outer-circle,
.mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__inner-circle {
  border-color: var(--brand-primary-color) !important;
  background-color: var(--brand-primary-color) !important;
}

.mat-radio-button.mat-primary .mat-radio-outer-circle,
.mat-radio-button.mat-accent .mat-radio-outer-circle,
.mat-radio-button .mat-radio-outer-circle {
  border-color: var(--border-color) !important;
  border-width: 2px !important;
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-checked .mat-radio-outer-circle {
  border-color: var(--brand-primary-color) !important;
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-inner-circle,
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-inner-circle,
.mat-radio-button.mat-radio-checked .mat-radio-inner-circle {
  background-color: var(--brand-primary-color) !important;
}
.mat-radio-button.mat-primary .mat-radio-container,
.mat-radio-button.mat-accent .mat-radio-container,
.mat-radio-button .mat-radio-container {
  width: 20px !important;
  height: 20px !important;
}

.question-form {
  max-width: 800px;
  margin: 0 auto;
}
.question-form .form-group {
  margin-bottom: 1.5rem;
}
.question-form .checkbox-group {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
}
.question-form .checkbox-group .checkbox-item {
  margin-bottom: 0.5rem;
}
.question-form .checkbox-group .checkbox-item.checkbox-other {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.question-form .checkbox-group .checkbox-item.checkbox-other .mat-checkbox {
  margin-right: 16px;
}
.question-form .radio-group-container .radio-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.question-form .radio-group-container .radio-group .radio-button {
  margin-bottom: 0.5rem;
}
.question-form .dropdown-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.question-form .dropdown-container .dropdown-field {
  min-width: 200px;
}
.question-form .other-field {
  margin-left: 10px;
  min-width: 200px;
}
.question-form .mat-form-field {
  width: 100%;
}
@media (max-width: 767px) {
  .question-form .other-field {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100%;
  }
  .question-form .dropdown-container {
    flex-direction: column;
  }
  .question-form .dropdown-container .dropdown-field {
    width: 100%;
  }
}

.sp-input-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.record-flex-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  padding: 1rem 0;
}
.record-flex-container .extended-fab-button {
  border-radius: 24px;
  padding: 0 20px;
}
.record-flex-container .extended-fab-button .extended-fab-button__text {
  margin-left: 8px;
}

.questions-container {
  flex: 1 1 auto;
  overflow-y: auto;
  padding-bottom: 100px;
  /* Space for the Next button */
  position: relative;
}

.sp-margin-r-15 {
  margin-right: 15px;
}

.sp-margin-b-20 {
  margin-bottom: 20px;
}

.cdk-overlay-container {
  z-index: 1000 !important;
}

.cdk-overlay-backdrop {
  z-index: 1000 !important;
}

.cdk-overlay-pane:has(.mat-select-panel),
.cdk-overlay-pane:has(.mat-mdc-select-panel) {
  z-index: 1001 !important;
}

.cdk-overlay-pane:has(> .mat-select-panel) {
  z-index: 1001 !important;
}
.cdk-overlay-pane:has(.mat-select-panel) {
  z-index: 1001 !important;
}
.cdk-overlay-pane:has(.mat-dialog-container), .cdk-overlay-pane:has(.mat-mdc-dialog-container) {
  background-color: transparent !important;
}

.cdk-overlay-pane .mat-dialog-container,
.cdk-overlay-pane .mat-mdc-dialog-container {
  background-color: var(--background) !important;
  color: var(--text-color) !important;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/scss/material-icons.scss?ngGlobalStyle ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* https://fonts.googleapis.com/icon?family=Material+Icons */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v103/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format("woff2");
}
.material-icons {
  font-family: var(--font-family-icons);
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

