@charset "UTF-8";

/* node_modules/simplebar/dist/simplebar.css */
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}
.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}
.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}
.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}
.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}
.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* node_modules/highlight.js/styles/androidstudio.css */
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
code.hljs {
  padding: 3px 5px;
}
.hljs {
  color: #a9b7c6;
  background: #282b2e;
}
.hljs-number,
.hljs-literal,
.hljs-symbol,
.hljs-bullet {
  color: #6897BB;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-deletion {
  color: #cc7832;
}
.hljs-variable,
.hljs-template-variable,
.hljs-link {
  color: #629755;
}
.hljs-comment,
.hljs-quote {
  color: #808080;
}
.hljs-meta {
  color: #bbb529;
}
.hljs-string,
.hljs-attribute,
.hljs-addition {
  color: #6A8759;
}
.hljs-section,
.hljs-title,
.hljs-type {
  color: #ffc66d;
}
.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #e8bf6a;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: bold;
}

/* src/styles.scss */
@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/Inter-roman-var.woff2?v=3.19) format("woff2");
  font-named-instance: "Regular";
}
@font-face {
  font-family: "Inter var";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/fonts/Inter-italic-var.woff2?v=3.19) format("woff2");
  font-named-instance: "Italic";
}
.dark {
  --reference-sidenav-background: #111827;
  --reference-sidenav-color: #fff;
  --reference-sidenav-toolbar-background: #111827;
  --reference-sidenav-section-divider-color: rgb(255 255 255 / 0.12);
  --reference-sidenav-item-background-hover: rgb(3 7 18 / 30%);
  --reference-sidenav-item-background-active: rgb(3 7 18 / 30%);
  --reference-sidenav-item-color: #d1d5db;
  --reference-sidenav-item-color-hover: #fff;
  --reference-sidenav-item-color-active: #fff;
  --reference-sidenav-item-icon-color: rgb(var(--reference-color-primary-600) / 50%);
  --reference-sidenav-item-icon-color-hover: rgb(var(--reference-color-primary-600) / 1);
  --reference-sidenav-item-icon-color-active: rgb(var(--reference-color-primary-600) / 1);
  --reference-sidenav-item-dropdown-background: var( --reference-sidenav-item-background-active );
  --reference-sidenav-item-dropdown-background-hover: rgb(3 7 18 / 80%);
  --reference-sidenav-item-dropdown-color-hover: var(--reference-sidenav-item-color-hover);
  --reference-sidenav-item-dropdown-background-active: var( --reference-sidenav-item-dropdown-background-hover );
  --reference-sidenav-item-dropdown-color-active: var( --reference-sidenav-item-color-active );
  --reference-sidenav-item-ripple-color: rgb(255 255 255 / 10%);
  --reference-sidenav-subheading-color: #6b7280;
  --reference-toolbar-background: var(--reference-background-background);
  --reference-toolbar-icon-color: rgb(var(--reference-color-primary-600));
  --reference-secondary-toolbar-background: var(--reference-background-background);
  --reference-navigation-color: rgb(var(--reference-foreground-text-rgb) / 1);
  --reference-navigation-background: #111827;
}
.reference-style-light .reference-sidenav {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.reference-style-light .reference-sidenav .reference-sidenav-user .reference-sidenav-user__subtitle,
.reference-style-light .reference-sidenav .reference-sidenav-user .reference-sidenav-user__dropdown-icon {
  color: rgb(0 0 0 / 0.5);
}
.reference-style-light .reference-sidenav .reference-sidenav-user:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.reference-style-light .reference-sidenav .reference-sidenav-search {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.reference-style-light .reference-sidenav .reference-sidenav-search:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.reference-style-light .reference-sidenav-user--open {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
body {
  --reference-sidenav-background: #111827;
  --reference-sidenav-color: #fff;
  --reference-sidenav-toolbar-background: #111827;
  --reference-sidenav-section-divider-color: rgb(255 255 255 / 0.12);
  --reference-sidenav-item-background-hover: rgb(3 7 18 / 30%);
  --reference-sidenav-item-background-active: rgb(3 7 18 / 30%);
  --reference-sidenav-item-color:#292D32;
  --reference-sidenav-item-color-hover: #fff;
  --reference-sidenav-item-color-active: #fff;
  --reference-sidenav-item-icon-color: rgb(var(--reference-color-primary-400) / 60%);
  --reference-sidenav-item-icon-color-hover: rgb(var(--reference-color-primary-600) / 1);
  --reference-sidenav-item-icon-color-active: rgb(var(--reference-color-primary-600) / 1);
  --reference-sidenav-item-dropdown-background: var( --reference-sidenav-item-background-active );
  --reference-sidenav-item-dropdown-background-hover: rgb(3 7 18 / 80%);
  --reference-sidenav-item-dropdown-color-hover: var(--reference-sidenav-item-color-hover);
  --reference-sidenav-item-dropdown-background-active: var( --reference-sidenav-item-dropdown-background-hover );
  --reference-sidenav-item-dropdown-color-active: var( --reference-sidenav-item-color-active );
  --reference-sidenav-item-ripple-color: rgb(255 255 255 / 10%);
  --reference-sidenav-subheading-color: rgb(var(--reference-color-primary-300) / 80%);
  --reference-toolbar-background: rgb(var(--reference-background-card-rgb) / 70%);
  --reference-toolbar-icon-color: rgb(var(--reference-color-primary-600));
  --reference-secondary-toolbar-background: var(--reference-toolbar-background);
  --reference-navigation-color: rgb(var(--reference-foreground-text-rgb) / 1);
  --reference-navigation-background: var(--reference-background-card);
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
html {
  --mat-option-label-text-font: var(--reference-font);
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 15px;
  --mat-option-label-text-tracking: -0.009em;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: var(--reference-font);
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 15px;
  --mat-optgroup-label-text-tracking: -0.009em;
  --mat-optgroup-label-text-weight: 400;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mat-card-title-text-font: var(--reference-font);
  --mat-card-title-text-line-height: 26px;
  --mat-card-title-text-size: 18px;
  --mat-card-title-text-tracking: -0.014em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: var(--reference-font);
  --mat-card-subtitle-text-line-height: 24px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: -0.006em;
  --mat-card-subtitle-text-weight: 500;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-supporting-text-font: var(--reference-font);
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mdc-filled-text-field-label-text-font: var(--reference-font);
  --mdc-filled-text-field-label-text-size: 15px;
  --mdc-filled-text-field-label-text-tracking: -0.009em;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: var(--reference-font);
  --mdc-outlined-text-field-label-text-size: 15px;
  --mdc-outlined-text-field-label-text-tracking: -0.009em;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: var(--reference-font);
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 15px;
  --mat-form-field-container-text-tracking: -0.009em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 15px;
  --mat-form-field-subscript-text-font: var(--reference-font);
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-trigger-text-font: var(--reference-font);
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 15px;
  --mat-select-trigger-text-tracking: -0.009em;
  --mat-select-trigger-text-weight: 400;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mdc-dialog-subhead-font: var(--reference-font);
  --mdc-dialog-subhead-line-height: 26px;
  --mdc-dialog-subhead-size: 18px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: -0.014em;
  --mdc-dialog-supporting-text-font: var(--reference-font);
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 15px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: -0.009em;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: var(--reference-font);
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: -0.006em;
  --mdc-chip-label-text-weight: 400;
}
.mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
  --mat-slide-toggle-label-text-font: var(--reference-font);
  --mat-slide-toggle-label-text-size: 14px;
  --mat-slide-toggle-label-text-tracking: -0.006em;
  --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;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  text-decoration: inherit;
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, var(--reference-font)));
  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.006em);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-label-label-text-font: var(--reference-font);
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 24px;
  --mdc-slider-label-label-text-tracking: -0.006em;
  --mdc-slider-label-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-item-label-text-font: var(--reference-font);
  --mat-menu-item-label-text-size: 15px;
  --mat-menu-item-label-text-tracking: -0.009em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font: var(--reference-font);
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 15px;
  --mdc-list-list-item-label-text-tracking: -0.009em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: var(--reference-font);
  --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.006em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: var(--reference-font);
  --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;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font: 400 16px / 28px var(--reference-font);
  letter-spacing: -0.011em;
}
html {
  --mat-paginator-container-size: 56px;
}
.mat-mdc-paginator {
  --mat-form-field-container-height: 40px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 8px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mat-paginator-container-text-font: var(--reference-font);
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font: var(--reference-font);
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: -0.006em;
  --mat-tab-header-label-text-line-height: 14px;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-state-layer-size: 40px;
}
.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, var(--reference-font)));
  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.006em);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
.mat-mdc-button {
  --mdc-text-button-container-height: 36px;
}
.mat-mdc-raised-button {
  --mdc-protected-button-container-height: 36px;
}
.mat-mdc-unelevated-button {
  --mdc-filled-button-container-height: 36px;
}
.mat-mdc-outlined-button {
  --mdc-outlined-button-container-height: 36px;
}
html {
  --mdc-text-button-label-text-font: var(--reference-font);
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: -0.006em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: var(--reference-font);
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: -0.006em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: var(--reference-font);
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: -0.006em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: var(--reference-font);
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: -0.006em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
}
.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, var(--reference-font)));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 14px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, -0.006em);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
html {
  --mdc-extended-fab-label-text-font: var(--reference-font);
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: -0.006em;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-supporting-text-font: var(--reference-font);
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: var(--reference-font);
  --mat-table-header-headline-line-height: 24px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: -0.006em;
  --mat-table-row-item-label-text-font: var(--reference-font);
  --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.006em;
  --mat-table-footer-supporting-text-font: var(--reference-font);
  --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.006em;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}
.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;
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}
.mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
html {
  --mat-badge-text-font: var(--reference-font);
  --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-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-font: var(--reference-font);
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: -0.006em;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-text-font: var(--reference-font);
  --mat-standard-button-toggle-text-font: var(--reference-font);
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
html {
  --mat-datepicker-calendar-text-font: var(--reference-font);
  --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;
  --mat-divider-width: 1px;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: var(--reference-font);
  --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: var(--reference-font);
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: -0.006em;
  --mat-expansion-container-text-weight: 400;
  --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;
  --mat-sidenav-container-shape: 0;
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: var(--reference-font);
  --mat-stepper-header-label-text-font: var(--reference-font);
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 15px;
  --mat-stepper-header-selected-state-label-text-size: 15px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: var(--reference-font);
  --mat-toolbar-title-text-line-height: 26px;
  --mat-toolbar-title-text-size: 18px;
  --mat-toolbar-title-text-tracking: -0.014em;
  --mat-toolbar-title-text-weight: 500;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: var(--reference-font);
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}
.reference-theme-default,
.reference-theme-default.light,
.reference-theme-default .light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #4873d3;
  --mat-option-label-text-color: #030712;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #030712;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #4873d3;
  --mdc-filled-text-field-focus-active-indicator-color: #4873d3;
  --mdc-filled-text-field-focus-label-text-color: rgba(72, 115, 211, 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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #4873d3;
  --mdc-outlined-text-field-focus-outline-color: #4873d3;
  --mdc-outlined-text-field-focus-label-text-color: rgba(72, 115, 211, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(72, 115, 211, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(72, 115, 211, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #4873d3;
  --mdc-slider-focus-handle-color: #4873d3;
  --mdc-slider-hover-handle-color: #4873d3;
  --mdc-slider-active-track-color: #4873d3;
  --mdc-slider-inactive-track-color: #4873d3;
  --mdc-slider-with-tick-marks-inactive-container-color: #4873d3;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #4873d3;
  --mat-slider-hover-state-layer-color: rgba(72, 115, 211, 0.05);
  --mat-slider-focus-state-layer-color: rgba(72, 115, 211, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-item-label-text-color: #030712;
  --mat-menu-item-icon-color: #030712;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: #030712;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --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: #030712;
  --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: #030712;
  --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;
  --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);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f78721;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #030712;
  --mat-table-row-item-label-text-color: #030712;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #4873d3;
  --mat-badge-background-color: #4873d3;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #9ca3af;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #030712;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #030712;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #f0f0f0;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #4873d3;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(72, 115, 211, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(72, 115, 211, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(72, 115, 211, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #4873d3;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(72, 115, 211, 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: #1f2937;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-icon-color: #1f2937;
  --mat-datepicker-calendar-navigation-button-icon-color: #1f2937;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.06);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #030712;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-range-input-separator-color: #030712;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #030712;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #030712;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-disabled-state-text-color: #9ca3af;
  --mat-expansion-header-text-color: #030712;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.06);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #030712;
  --mat-sidenav-content-background-color: #f3f4f6;
  --mat-sidenav-content-text-color: #030712;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #4873d3;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #4873d3;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #4873d3;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.06);
  --mat-stepper-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #030712;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #030712;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #030712;
}
.reference-theme-default .mat-accent,
.reference-theme-default.light .mat-accent,
.reference-theme-default .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-default .mat-warn,
.reference-theme-default.light .mat-warn,
.reference-theme-default .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-default .mat-primary,
.reference-theme-default.light .mat-primary,
.reference-theme-default .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #4873d3;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #4873d3;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-default .mat-accent,
.reference-theme-default.light .mat-accent,
.reference-theme-default .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-default .mat-warn,
.reference-theme-default.light .mat-warn,
.reference-theme-default .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-default .mat-app-background,
.reference-theme-default.mat-app-background,
.reference-theme-default.light .mat-app-background,
.reference-theme-default.light.mat-app-background,
.reference-theme-default .light .mat-app-background,
.reference-theme-default .light.mat-app-background {
  background-color: #f3f4f6;
  color: #030712;
}
.reference-theme-default .mat-elevation-z0,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-default.light .mat-elevation-z0,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-default .light .mat-elevation-z0,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z1,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-default.light .mat-elevation-z1,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-default .light .mat-elevation-z1,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z2,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-default.light .mat-elevation-z2,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-default .light .mat-elevation-z2,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z3,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-default.light .mat-elevation-z3,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-default .light .mat-elevation-z3,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z4,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-default.light .mat-elevation-z4,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-default .light .mat-elevation-z4,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z5,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-default.light .mat-elevation-z5,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-default .light .mat-elevation-z5,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z6,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-default.light .mat-elevation-z6,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-default .light .mat-elevation-z6,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z7,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-default.light .mat-elevation-z7,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-default .light .mat-elevation-z7,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z8,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-default.light .mat-elevation-z8,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-default .light .mat-elevation-z8,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z9,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-default.light .mat-elevation-z9,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-default .light .mat-elevation-z9,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z10,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-default.light .mat-elevation-z10,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-default .light .mat-elevation-z10,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z11,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-default.light .mat-elevation-z11,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-default .light .mat-elevation-z11,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z12,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-default.light .mat-elevation-z12,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-default .light .mat-elevation-z12,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z13,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-default.light .mat-elevation-z13,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-default .light .mat-elevation-z13,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z14,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-default.light .mat-elevation-z14,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-default .light .mat-elevation-z14,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z15,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-default.light .mat-elevation-z15,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-default .light .mat-elevation-z15,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z16,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-default.light .mat-elevation-z16,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-default .light .mat-elevation-z16,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z17,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-default.light .mat-elevation-z17,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-default .light .mat-elevation-z17,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z18,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-default.light .mat-elevation-z18,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-default .light .mat-elevation-z18,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z19,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-default.light .mat-elevation-z19,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-default .light .mat-elevation-z19,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z20,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-default.light .mat-elevation-z20,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-default .light .mat-elevation-z20,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z21,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-default.light .mat-elevation-z21,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-default .light .mat-elevation-z21,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z22,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-default.light .mat-elevation-z22,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-default .light .mat-elevation-z22,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z23,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-default.light .mat-elevation-z23,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-default .light .mat-elevation-z23,
.reference-theme-default .light .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);
}
.reference-theme-default .mat-elevation-z24,
.reference-theme-default .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-default.light .mat-elevation-z24,
.reference-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-default .light .mat-elevation-z24,
.reference-theme-default .light .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;
}
.reference-theme-default .mat-mdc-progress-bar,
.reference-theme-default.light .mat-mdc-progress-bar,
.reference-theme-default .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #4873d3;
  --mdc-linear-progress-track-color: rgba(72, 115, 211, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-default .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-default.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-default .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(72, 115, 211, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(72, 115, 211, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-default .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-default.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-default .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-default .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-default.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-default .light .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(72, 115, 211, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-default .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-default.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-default .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(72, 115, 211, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(72, 115, 211, 0.25));
}
.reference-theme-default .mat-mdc-progress-bar.mat-accent,
.reference-theme-default.light .mat-mdc-progress-bar.mat-accent,
.reference-theme-default .light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-default .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-default.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-default .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-default .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-default.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-default .light .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) {
  .reference-theme-default .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-default.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-default .light .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-default .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-default.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-default .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-default .mat-mdc-progress-bar.mat-warn,
.reference-theme-default.light .mat-mdc-progress-bar.mat-warn,
.reference-theme-default .light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-default .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-default.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-default .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-default .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-default.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-default .light .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) {
  .reference-theme-default .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-default.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-default .light .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-default .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-default.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-default .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-default .mat-mdc-form-field.mat-accent,
.reference-theme-default.light .mat-mdc-form-field.mat-accent,
.reference-theme-default .light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-default .mat-mdc-form-field.mat-warn,
.reference-theme-default.light .mat-mdc-form-field.mat-warn,
.reference-theme-default .light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-default .mat-mdc-form-field.mat-accent,
.reference-theme-default.light .mat-mdc-form-field.mat-accent,
.reference-theme-default .light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-default .mat-mdc-form-field.mat-warn,
.reference-theme-default.light .mat-mdc-form-field.mat-warn,
.reference-theme-default .light .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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-default .mat-mdc-standard-chip,
.reference-theme-default.light .mat-mdc-standard-chip,
.reference-theme-default .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-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;
}
.reference-theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #4873d3;
  --mdc-chip-elevated-disabled-container-color: #4873d3;
  --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;
}
.reference-theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-default .mdc-switch,
.reference-theme-default.light .mdc-switch,
.reference-theme-default .light .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-default .mat-mdc-slide-toggle,
.reference-theme-default.light .mat-mdc-slide-toggle,
.reference-theme-default .light .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #4873d3;
  --mdc-switch-selected-handle-color: #4873d3;
  --mdc-switch-selected-hover-state-layer-color: #4873d3;
  --mdc-switch-selected-pressed-state-layer-color: #4873d3;
  --mdc-switch-selected-focus-handle-color: #2c417c;
  --mdc-switch-selected-hover-handle-color: #2c417c;
  --mdc-switch-selected-pressed-handle-color: #2c417c;
  --mdc-switch-selected-focus-track-color: #a1c6ef;
  --mdc-switch-selected-hover-track-color: #a1c6ef;
  --mdc-switch-selected-pressed-track-color: #a1c6ef;
  --mdc-switch-selected-track-color: #a1c6ef;
  --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;
}
.reference-theme-default .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-default.light .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-default .light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-default .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-default.light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-default .light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-default .mat-mdc-slide-toggle.mat-accent,
.reference-theme-default.light .mat-mdc-slide-toggle.mat-accent,
.reference-theme-default .light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #e8680e;
  --mdc-switch-selected-handle-color: #e8680e;
  --mdc-switch-selected-hover-state-layer-color: #e8680e;
  --mdc-switch-selected-pressed-state-layer-color: #e8680e;
  --mdc-switch-selected-focus-handle-color: #7b3513;
  --mdc-switch-selected-hover-handle-color: #7b3513;
  --mdc-switch-selected-pressed-handle-color: #7b3513;
  --mdc-switch-selected-focus-track-color: #fcc375;
  --mdc-switch-selected-hover-track-color: #fcc375;
  --mdc-switch-selected-pressed-track-color: #fcc375;
  --mdc-switch-selected-track-color: #fcc375;
}
.reference-theme-default .mat-mdc-slide-toggle.mat-warn,
.reference-theme-default.light .mat-mdc-slide-toggle.mat-warn,
.reference-theme-default .light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.reference-theme-default .mat-mdc-radio-button .mdc-form-field,
.reference-theme-default.light .mat-mdc-radio-button .mdc-form-field,
.reference-theme-default .light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-default .mat-mdc-radio-button.mat-primary,
.reference-theme-default.light .mat-mdc-radio-button.mat-primary,
.reference-theme-default .light .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: #4873d3;
  --mdc-radio-selected-hover-icon-color: #4873d3;
  --mdc-radio-selected-icon-color: #4873d3;
  --mdc-radio-selected-pressed-icon-color: #4873d3;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #4873d3;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-default .mat-mdc-radio-button.mat-accent,
.reference-theme-default.light .mat-mdc-radio-button.mat-accent,
.reference-theme-default .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-default .mat-mdc-radio-button.mat-warn,
.reference-theme-default.light .mat-mdc-radio-button.mat-warn,
.reference-theme-default .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-default .mat-accent,
.reference-theme-default.light .mat-accent,
.reference-theme-default .light .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-default .mat-warn,
.reference-theme-default.light .mat-warn,
.reference-theme-default .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-default .mdc-list-item__start,
.reference-theme-default .mdc-list-item__end,
.reference-theme-default.light .mdc-list-item__start,
.reference-theme-default.light .mdc-list-item__end,
.reference-theme-default .light .mdc-list-item__start,
.reference-theme-default .light .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: #4873d3;
  --mdc-radio-selected-hover-icon-color: #4873d3;
  --mdc-radio-selected-icon-color: #4873d3;
  --mdc-radio-selected-pressed-icon-color: #4873d3;
}
.reference-theme-default .mat-accent .mdc-list-item__start,
.reference-theme-default .mat-accent .mdc-list-item__end,
.reference-theme-default.light .mat-accent .mdc-list-item__start,
.reference-theme-default.light .mat-accent .mdc-list-item__end,
.reference-theme-default .light .mat-accent .mdc-list-item__start,
.reference-theme-default .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-default .mat-warn .mdc-list-item__start,
.reference-theme-default .mat-warn .mdc-list-item__end,
.reference-theme-default.light .mat-warn .mdc-list-item__start,
.reference-theme-default.light .mat-warn .mdc-list-item__end,
.reference-theme-default .light .mat-warn .mdc-list-item__start,
.reference-theme-default .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-default .mat-mdc-list-option,
.reference-theme-default.light .mat-mdc-list-option,
.reference-theme-default .light .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: #4873d3;
  --mdc-checkbox-selected-hover-icon-color: #4873d3;
  --mdc-checkbox-selected-icon-color: #4873d3;
  --mdc-checkbox-selected-pressed-icon-color: #4873d3;
  --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: #4873d3;
  --mdc-checkbox-selected-hover-state-layer-color: #4873d3;
  --mdc-checkbox-selected-pressed-state-layer-color: #4873d3;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-default .mat-mdc-list-option.mat-accent,
.reference-theme-default.light .mat-mdc-list-option.mat-accent,
.reference-theme-default .light .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: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-default .mat-mdc-list-option.mat-warn,
.reference-theme-default.light .mat-mdc-list-option.mat-warn,
.reference-theme-default .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #4873d3;
}
.reference-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #4873d3;
}
.reference-theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-default .mat-mdc-tab-group,
.reference-theme-default .mat-mdc-tab-nav-bar,
.reference-theme-default.light .mat-mdc-tab-group,
.reference-theme-default.light .mat-mdc-tab-nav-bar,
.reference-theme-default .light .mat-mdc-tab-group,
.reference-theme-default .light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #4873d3;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #4873d3;
  --mat-tab-header-active-ripple-color: #4873d3;
  --mat-tab-header-inactive-ripple-color: #4873d3;
  --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: #4873d3;
  --mat-tab-header-active-hover-label-text-color: #4873d3;
  --mat-tab-header-active-focus-indicator-color: #4873d3;
  --mat-tab-header-active-hover-indicator-color: #4873d3;
}
.reference-theme-default .mat-mdc-tab-group.mat-accent,
.reference-theme-default .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-default.light .mat-mdc-tab-group.mat-accent,
.reference-theme-default.light .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-default .light .mat-mdc-tab-group.mat-accent,
.reference-theme-default .light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-default .mat-mdc-tab-group.mat-warn,
.reference-theme-default .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-default.light .mat-mdc-tab-group.mat-warn,
.reference-theme-default.light .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-default .light .mat-mdc-tab-group.mat-warn,
.reference-theme-default .light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-default .mat-mdc-tab-group.mat-background-primary,
.reference-theme-default .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-default.light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-default.light .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-default .light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-default .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #4873d3;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-default .mat-mdc-tab-group.mat-background-accent,
.reference-theme-default .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-default.light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-default.light .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-default .light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-default .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-default .mat-mdc-tab-group.mat-background-warn,
.reference-theme-default .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-default.light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-default.light .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-default .light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-default .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-default .mat-mdc-checkbox.mat-primary,
.reference-theme-default.light .mat-mdc-checkbox.mat-primary,
.reference-theme-default .light .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: #4873d3;
  --mdc-checkbox-selected-hover-icon-color: #4873d3;
  --mdc-checkbox-selected-icon-color: #4873d3;
  --mdc-checkbox-selected-pressed-icon-color: #4873d3;
  --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: #4873d3;
  --mdc-checkbox-selected-hover-state-layer-color: #4873d3;
  --mdc-checkbox-selected-pressed-state-layer-color: #4873d3;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-default .mat-mdc-checkbox.mat-warn,
.reference-theme-default.light .mat-mdc-checkbox.mat-warn,
.reference-theme-default .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-default .mat-mdc-checkbox .mdc-form-field,
.reference-theme-default.light .mat-mdc-checkbox .mdc-form-field,
.reference-theme-default .light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-default .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-default.light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-default .light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-default .mat-mdc-button,
.reference-theme-default.light .mat-mdc-button,
.reference-theme-default .light .mat-mdc-button {
  --mdc-text-button-label-text-color: #000;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: #000;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-default .mat-mdc-button.mat-primary,
.reference-theme-default.light .mat-mdc-button.mat-primary,
.reference-theme-default .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #4873d3;
  --mat-text-button-state-layer-color: #4873d3;
  --mat-text-button-ripple-color: rgba(72, 115, 211, 0.1);
}
.reference-theme-default .mat-mdc-button.mat-accent,
.reference-theme-default.light .mat-mdc-button.mat-accent,
.reference-theme-default .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-default .mat-mdc-button.mat-warn,
.reference-theme-default.light .mat-mdc-button.mat-warn,
.reference-theme-default .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-default .mat-mdc-unelevated-button,
.reference-theme-default.light .mat-mdc-unelevated-button,
.reference-theme-default .light .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-default .mat-mdc-unelevated-button.mat-primary,
.reference-theme-default.light .mat-mdc-unelevated-button.mat-primary,
.reference-theme-default .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #4873d3;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default .mat-mdc-unelevated-button.mat-accent,
.reference-theme-default.light .mat-mdc-unelevated-button.mat-accent,
.reference-theme-default .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-default .mat-mdc-unelevated-button.mat-warn,
.reference-theme-default.light .mat-mdc-unelevated-button.mat-warn,
.reference-theme-default .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default .mat-mdc-raised-button,
.reference-theme-default.light .mat-mdc-raised-button,
.reference-theme-default .light .mat-mdc-raised-button {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  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);
}
.reference-theme-default .mat-mdc-raised-button.mat-primary,
.reference-theme-default.light .mat-mdc-raised-button.mat-primary,
.reference-theme-default .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #4873d3;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default .mat-mdc-raised-button.mat-accent,
.reference-theme-default.light .mat-mdc-raised-button.mat-accent,
.reference-theme-default .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-default .mat-mdc-raised-button.mat-warn,
.reference-theme-default.light .mat-mdc-raised-button.mat-warn,
.reference-theme-default .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default .mat-mdc-raised-button:hover,
.reference-theme-default .mat-mdc-raised-button:focus,
.reference-theme-default.light .mat-mdc-raised-button:hover,
.reference-theme-default.light .mat-mdc-raised-button:focus,
.reference-theme-default .light .mat-mdc-raised-button:hover,
.reference-theme-default .light .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-default .mat-mdc-raised-button:active,
.reference-theme-default .mat-mdc-raised-button:focus:active,
.reference-theme-default.light .mat-mdc-raised-button:active,
.reference-theme-default.light .mat-mdc-raised-button:focus:active,
.reference-theme-default .light .mat-mdc-raised-button:active,
.reference-theme-default .light .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-default .mat-mdc-outlined-button,
.reference-theme-default.light .mat-mdc-outlined-button,
.reference-theme-default .light .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #000;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-default .mat-mdc-outlined-button.mat-primary,
.reference-theme-default.light .mat-mdc-outlined-button.mat-primary,
.reference-theme-default .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #4873d3;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #4873d3;
  --mat-outlined-button-ripple-color: rgba(72, 115, 211, 0.1);
}
.reference-theme-default .mat-mdc-outlined-button.mat-accent,
.reference-theme-default.light .mat-mdc-outlined-button.mat-accent,
.reference-theme-default .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-default .mat-mdc-outlined-button.mat-warn,
.reference-theme-default.light .mat-mdc-outlined-button.mat-warn,
.reference-theme-default .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-default .mat-mdc-icon-button,
.reference-theme-default.light .mat-mdc-icon-button,
.reference-theme-default .light .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #000;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-default .mat-mdc-icon-button.mat-primary,
.reference-theme-default.light .mat-mdc-icon-button.mat-primary,
.reference-theme-default .light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #4873d3;
  --mat-icon-button-state-layer-color: #4873d3;
  --mat-icon-button-ripple-color: rgba(72, 115, 211, 0.1);
}
.reference-theme-default .mat-mdc-icon-button.mat-accent,
.reference-theme-default.light .mat-mdc-icon-button.mat-accent,
.reference-theme-default .light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-default .mat-mdc-icon-button.mat-warn,
.reference-theme-default.light .mat-mdc-icon-button.mat-warn,
.reference-theme-default .light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-default .mat-mdc-fab.mat-primary,
.reference-theme-default .mat-mdc-mini-fab.mat-primary,
.reference-theme-default.light .mat-mdc-fab.mat-primary,
.reference-theme-default.light .mat-mdc-mini-fab.mat-primary,
.reference-theme-default .light .mat-mdc-fab.mat-primary,
.reference-theme-default .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #4873d3;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default .mat-mdc-fab.mat-accent,
.reference-theme-default .mat-mdc-mini-fab.mat-accent,
.reference-theme-default.light .mat-mdc-fab.mat-accent,
.reference-theme-default.light .mat-mdc-mini-fab.mat-accent,
.reference-theme-default .light .mat-mdc-fab.mat-accent,
.reference-theme-default .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-default .mat-mdc-fab.mat-warn,
.reference-theme-default .mat-mdc-mini-fab.mat-warn,
.reference-theme-default.light .mat-mdc-fab.mat-warn,
.reference-theme-default.light .mat-mdc-mini-fab.mat-warn,
.reference-theme-default .light .mat-mdc-fab.mat-warn,
.reference-theme-default .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default .mat-accent,
.reference-theme-default.light .mat-accent,
.reference-theme-default .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-default .mat-warn,
.reference-theme-default.light .mat-warn,
.reference-theme-default .light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-default .mat-badge-accent,
.reference-theme-default.light .mat-badge-accent,
.reference-theme-default .light .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-default .mat-badge-warn,
.reference-theme-default.light .mat-badge-warn,
.reference-theme-default .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-default .mat-datepicker-content.mat-accent,
.reference-theme-default.light .mat-datepicker-content.mat-accent,
.reference-theme-default .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-default .mat-datepicker-content.mat-warn,
.reference-theme-default.light .mat-datepicker-content.mat-warn,
.reference-theme-default .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-default .mat-datepicker-toggle-active.mat-accent,
.reference-theme-default.light .mat-datepicker-toggle-active.mat-accent,
.reference-theme-default .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-default .mat-datepicker-toggle-active.mat-warn,
.reference-theme-default.light .mat-datepicker-toggle-active.mat-warn,
.reference-theme-default .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-default .mat-icon.mat-primary,
.reference-theme-default.light .mat-icon.mat-primary,
.reference-theme-default .light .mat-icon.mat-primary {
  --mat-icon-color: #4873d3;
}
.reference-theme-default .mat-icon.mat-accent,
.reference-theme-default.light .mat-icon.mat-accent,
.reference-theme-default .light .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-default .mat-icon.mat-warn,
.reference-theme-default.light .mat-icon.mat-warn,
.reference-theme-default .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-default .mat-step-header.mat-accent,
.reference-theme-default.light .mat-step-header.mat-accent,
.reference-theme-default .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-default .mat-step-header.mat-warn,
.reference-theme-default.light .mat-step-header.mat-warn,
.reference-theme-default .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-default .mat-toolbar.mat-primary,
.reference-theme-default.light .mat-toolbar.mat-primary,
.reference-theme-default .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #4873d3;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-default .mat-toolbar.mat-accent,
.reference-theme-default.light .mat-toolbar.mat-accent,
.reference-theme-default .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-default .mat-toolbar.mat-warn,
.reference-theme-default.light .mat-toolbar.mat-warn,
.reference-theme-default .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-default.dark,
.reference-theme-default .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #5487dd;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --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: #1f2937;
  --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: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #5487dd;
  --mdc-filled-text-field-focus-active-indicator-color: #5487dd;
  --mdc-filled-text-field-focus-label-text-color: rgba(84, 135, 221, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #5487dd;
  --mdc-outlined-text-field-focus-outline-color: #5487dd;
  --mdc-outlined-text-field-focus-label-text-color: rgba(84, 135, 221, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(84, 135, 221, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-panel-background-color: #1f2937;
  --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(84, 135, 221, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #5487dd;
  --mdc-slider-focus-handle-color: #5487dd;
  --mdc-slider-hover-handle-color: #5487dd;
  --mdc-slider-active-track-color: #5487dd;
  --mdc-slider-inactive-track-color: #5487dd;
  --mdc-slider-with-tick-marks-inactive-container-color: #5487dd;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #5487dd;
  --mat-slider-hover-state-layer-color: rgba(84, 135, 221, 0.05);
  --mat-slider-focus-state-layer-color: rgba(84, 135, 221, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --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: #1f2937;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: #1f2937;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #5487dd;
  --mat-badge-background-color: #5487dd;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #5487dd;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(84, 135, 221, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(84, 135, 221, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(84, 135, 221, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #5487dd;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(84, 135, 221, 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: #9ca3af;
  --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: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --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: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: #1f2937;
  --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: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #5487dd;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #5487dd;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #5487dd;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --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: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.reference-theme-default.dark .mat-accent,
.reference-theme-default .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --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);
}
.reference-theme-default.dark .mat-warn,
.reference-theme-default .dark .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --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);
}
.reference-theme-default.dark .mat-primary,
.reference-theme-default .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #5487dd;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #5487dd;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-default.dark .mat-accent,
.reference-theme-default .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-default.dark .mat-warn,
.reference-theme-default .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-default.dark .mat-app-background,
.reference-theme-default.dark.mat-app-background,
.reference-theme-default .dark .mat-app-background,
.reference-theme-default .dark.mat-app-background {
  background-color: #111827;
  color: white;
}
.reference-theme-default.dark .mat-elevation-z0,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-default .dark .mat-elevation-z0,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z1,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-default .dark .mat-elevation-z1,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z2,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-default .dark .mat-elevation-z2,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z3,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-default .dark .mat-elevation-z3,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z4,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-default .dark .mat-elevation-z4,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z5,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-default .dark .mat-elevation-z5,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z6,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-default .dark .mat-elevation-z6,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z7,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-default .dark .mat-elevation-z7,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z8,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-default .dark .mat-elevation-z8,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z9,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-default .dark .mat-elevation-z9,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z10,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-default .dark .mat-elevation-z10,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z11,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-default .dark .mat-elevation-z11,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z12,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-default .dark .mat-elevation-z12,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z13,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-default .dark .mat-elevation-z13,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z14,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-default .dark .mat-elevation-z14,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z15,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-default .dark .mat-elevation-z15,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z16,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-default .dark .mat-elevation-z16,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z17,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-default .dark .mat-elevation-z17,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z18,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-default .dark .mat-elevation-z18,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z19,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-default .dark .mat-elevation-z19,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z20,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-default .dark .mat-elevation-z20,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z21,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-default .dark .mat-elevation-z21,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z22,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-default .dark .mat-elevation-z22,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z23,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-default .dark .mat-elevation-z23,
.reference-theme-default .dark .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);
}
.reference-theme-default.dark .mat-elevation-z24,
.reference-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-default .dark .mat-elevation-z24,
.reference-theme-default .dark .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;
}
.reference-theme-default.dark .mat-mdc-progress-bar,
.reference-theme-default .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #5487dd;
  --mdc-linear-progress-track-color: rgba(84, 135, 221, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-default.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-default .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(84, 135, 221, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(84, 135, 221, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-default.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-default .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-default.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-default .dark .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(84, 135, 221, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-default.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-default .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(84, 135, 221, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(84, 135, 221, 0.25));
}
.reference-theme-default.dark .mat-mdc-progress-bar.mat-accent,
.reference-theme-default .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-default.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-default .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-default.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-default .dark .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) {
  .reference-theme-default.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-default .dark .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-default.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-default .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-default.dark .mat-mdc-progress-bar.mat-warn,
.reference-theme-default .dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-default.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-default .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-default.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-default .dark .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) {
  .reference-theme-default.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-default .dark .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-default.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-default .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-default.dark .mat-mdc-form-field.mat-accent,
.reference-theme-default .dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-default.dark .mat-mdc-form-field.mat-warn,
.reference-theme-default .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-default.dark .mat-mdc-form-field.mat-accent,
.reference-theme-default .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-default.dark .mat-mdc-form-field.mat-warn,
.reference-theme-default .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1f2937;
  --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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-default.dark .mat-mdc-standard-chip,
.reference-theme-default .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --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;
}
.reference-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #5487dd;
  --mdc-chip-elevated-disabled-container-color: #5487dd;
  --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;
}
.reference-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-default.dark .mdc-switch,
.reference-theme-default .dark .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-default.dark .mat-mdc-slide-toggle,
.reference-theme-default .dark .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #a1c6ef;
  --mdc-switch-selected-handle-color: #a1c6ef;
  --mdc-switch-selected-hover-state-layer-color: #a1c6ef;
  --mdc-switch-selected-pressed-state-layer-color: #a1c6ef;
  --mdc-switch-selected-focus-handle-color: #c7dcf6;
  --mdc-switch-selected-hover-handle-color: #c7dcf6;
  --mdc-switch-selected-pressed-handle-color: #c7dcf6;
  --mdc-switch-selected-focus-track-color: #4873d3;
  --mdc-switch-selected-hover-track-color: #4873d3;
  --mdc-switch-selected-pressed-track-color: #4873d3;
  --mdc-switch-selected-track-color: #4873d3;
  --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;
}
.reference-theme-default.dark .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-default .dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-default.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-default .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-default.dark .mat-mdc-slide-toggle.mat-accent,
.reference-theme-default .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcc375;
  --mdc-switch-selected-handle-color: #fcc375;
  --mdc-switch-selected-hover-state-layer-color: #fcc375;
  --mdc-switch-selected-pressed-state-layer-color: #fcc375;
  --mdc-switch-selected-focus-handle-color: #fddcab;
  --mdc-switch-selected-hover-handle-color: #fddcab;
  --mdc-switch-selected-pressed-handle-color: #fddcab;
  --mdc-switch-selected-focus-track-color: #e8680e;
  --mdc-switch-selected-hover-track-color: #e8680e;
  --mdc-switch-selected-pressed-track-color: #e8680e;
  --mdc-switch-selected-track-color: #e8680e;
}
.reference-theme-default.dark .mat-mdc-slide-toggle.mat-warn,
.reference-theme-default .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.reference-theme-default.dark .mat-mdc-radio-button .mdc-form-field,
.reference-theme-default .dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-default.dark .mat-mdc-radio-button.mat-primary,
.reference-theme-default .dark .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: #5487dd;
  --mdc-radio-selected-hover-icon-color: #5487dd;
  --mdc-radio-selected-icon-color: #5487dd;
  --mdc-radio-selected-pressed-icon-color: #5487dd;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #5487dd;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-default.dark .mat-mdc-radio-button.mat-accent,
.reference-theme-default .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-default.dark .mat-mdc-radio-button.mat-warn,
.reference-theme-default .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-default.dark .mat-accent,
.reference-theme-default .dark .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-default.dark .mat-warn,
.reference-theme-default .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-default.dark .mdc-list-item__start,
.reference-theme-default.dark .mdc-list-item__end,
.reference-theme-default .dark .mdc-list-item__start,
.reference-theme-default .dark .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: #5487dd;
  --mdc-radio-selected-hover-icon-color: #5487dd;
  --mdc-radio-selected-icon-color: #5487dd;
  --mdc-radio-selected-pressed-icon-color: #5487dd;
}
.reference-theme-default.dark .mat-accent .mdc-list-item__start,
.reference-theme-default.dark .mat-accent .mdc-list-item__end,
.reference-theme-default .dark .mat-accent .mdc-list-item__start,
.reference-theme-default .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-default.dark .mat-warn .mdc-list-item__start,
.reference-theme-default.dark .mat-warn .mdc-list-item__end,
.reference-theme-default .dark .mat-warn .mdc-list-item__start,
.reference-theme-default .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-default.dark .mat-mdc-list-option,
.reference-theme-default .dark .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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #5487dd;
  --mdc-checkbox-selected-hover-icon-color: #5487dd;
  --mdc-checkbox-selected-icon-color: #5487dd;
  --mdc-checkbox-selected-pressed-icon-color: #5487dd;
  --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: #5487dd;
  --mdc-checkbox-selected-hover-state-layer-color: #5487dd;
  --mdc-checkbox-selected-pressed-state-layer-color: #5487dd;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-default.dark .mat-mdc-list-option.mat-accent,
.reference-theme-default .dark .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: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-default.dark .mat-mdc-list-option.mat-warn,
.reference-theme-default .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #5487dd;
}
.reference-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #5487dd;
}
.reference-theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-default.dark .mat-mdc-tab-group,
.reference-theme-default.dark .mat-mdc-tab-nav-bar,
.reference-theme-default .dark .mat-mdc-tab-group,
.reference-theme-default .dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #5487dd;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #5487dd;
  --mat-tab-header-active-ripple-color: #5487dd;
  --mat-tab-header-inactive-ripple-color: #5487dd;
  --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: #5487dd;
  --mat-tab-header-active-hover-label-text-color: #5487dd;
  --mat-tab-header-active-focus-indicator-color: #5487dd;
  --mat-tab-header-active-hover-indicator-color: #5487dd;
}
.reference-theme-default.dark .mat-mdc-tab-group.mat-accent,
.reference-theme-default.dark .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-default .dark .mat-mdc-tab-group.mat-accent,
.reference-theme-default .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-default.dark .mat-mdc-tab-group.mat-warn,
.reference-theme-default.dark .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-default .dark .mat-mdc-tab-group.mat-warn,
.reference-theme-default .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-default.dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-default.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-default .dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-default .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #5487dd;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-default.dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-default.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-default .dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-default .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-default.dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-default.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-default .dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-default .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-default.dark .mat-mdc-checkbox.mat-primary,
.reference-theme-default .dark .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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #5487dd;
  --mdc-checkbox-selected-hover-icon-color: #5487dd;
  --mdc-checkbox-selected-icon-color: #5487dd;
  --mdc-checkbox-selected-pressed-icon-color: #5487dd;
  --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: #5487dd;
  --mdc-checkbox-selected-hover-state-layer-color: #5487dd;
  --mdc-checkbox-selected-pressed-state-layer-color: #5487dd;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-default.dark .mat-mdc-checkbox.mat-warn,
.reference-theme-default .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-default.dark .mat-mdc-checkbox .mdc-form-field,
.reference-theme-default .dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-default.dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-default .dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-default.dark .mat-mdc-button,
.reference-theme-default .dark .mat-mdc-button {
  --mdc-text-button-label-text-color: #fff;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: #fff;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-default.dark .mat-mdc-button.mat-primary,
.reference-theme-default .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #5487dd;
  --mat-text-button-state-layer-color: #5487dd;
  --mat-text-button-ripple-color: rgba(84, 135, 221, 0.1);
}
.reference-theme-default.dark .mat-mdc-button.mat-accent,
.reference-theme-default .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-default.dark .mat-mdc-button.mat-warn,
.reference-theme-default .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-default.dark .mat-mdc-unelevated-button,
.reference-theme-default .dark .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: #fff;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-default.dark .mat-mdc-unelevated-button.mat-primary,
.reference-theme-default .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #5487dd;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default.dark .mat-mdc-unelevated-button.mat-accent,
.reference-theme-default .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-default.dark .mat-mdc-unelevated-button.mat-warn,
.reference-theme-default .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default.dark .mat-mdc-raised-button,
.reference-theme-default .dark .mat-mdc-raised-button {
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  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);
}
.reference-theme-default.dark .mat-mdc-raised-button.mat-primary,
.reference-theme-default .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #5487dd;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default.dark .mat-mdc-raised-button.mat-accent,
.reference-theme-default .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-default.dark .mat-mdc-raised-button.mat-warn,
.reference-theme-default .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default.dark .mat-mdc-raised-button:hover,
.reference-theme-default.dark .mat-mdc-raised-button:focus,
.reference-theme-default .dark .mat-mdc-raised-button:hover,
.reference-theme-default .dark .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-default.dark .mat-mdc-raised-button:active,
.reference-theme-default.dark .mat-mdc-raised-button:focus:active,
.reference-theme-default .dark .mat-mdc-raised-button:active,
.reference-theme-default .dark .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-default.dark .mat-mdc-outlined-button,
.reference-theme-default .dark .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #fff;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-default.dark .mat-mdc-outlined-button.mat-primary,
.reference-theme-default .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #5487dd;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #5487dd;
  --mat-outlined-button-ripple-color: rgba(84, 135, 221, 0.1);
}
.reference-theme-default.dark .mat-mdc-outlined-button.mat-accent,
.reference-theme-default .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-default.dark .mat-mdc-outlined-button.mat-warn,
.reference-theme-default .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-default.dark .mat-mdc-icon-button,
.reference-theme-default .dark .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: #fff;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-default.dark .mat-mdc-icon-button.mat-primary,
.reference-theme-default .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #5487dd;
  --mat-icon-button-state-layer-color: #5487dd;
  --mat-icon-button-ripple-color: rgba(84, 135, 221, 0.1);
}
.reference-theme-default.dark .mat-mdc-icon-button.mat-accent,
.reference-theme-default .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-default.dark .mat-mdc-icon-button.mat-warn,
.reference-theme-default .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-default.dark .mat-mdc-fab.mat-primary,
.reference-theme-default.dark .mat-mdc-mini-fab.mat-primary,
.reference-theme-default .dark .mat-mdc-fab.mat-primary,
.reference-theme-default .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #5487dd;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default.dark .mat-mdc-fab.mat-accent,
.reference-theme-default.dark .mat-mdc-mini-fab.mat-accent,
.reference-theme-default .dark .mat-mdc-fab.mat-accent,
.reference-theme-default .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-default.dark .mat-mdc-fab.mat-warn,
.reference-theme-default.dark .mat-mdc-mini-fab.mat-warn,
.reference-theme-default .dark .mat-mdc-fab.mat-warn,
.reference-theme-default .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-default.dark .mat-accent,
.reference-theme-default .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-default.dark .mat-warn,
.reference-theme-default .dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-default.dark .mat-badge-accent,
.reference-theme-default .dark .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-default.dark .mat-badge-warn,
.reference-theme-default .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-default.dark .mat-datepicker-content.mat-accent,
.reference-theme-default .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-default.dark .mat-datepicker-content.mat-warn,
.reference-theme-default .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-default.dark .mat-datepicker-toggle-active.mat-accent,
.reference-theme-default .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-default.dark .mat-datepicker-toggle-active.mat-warn,
.reference-theme-default .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-default.dark .mat-icon.mat-primary,
.reference-theme-default .dark .mat-icon.mat-primary {
  --mat-icon-color: #5487dd;
}
.reference-theme-default.dark .mat-icon.mat-accent,
.reference-theme-default .dark .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-default.dark .mat-icon.mat-warn,
.reference-theme-default .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-default.dark .mat-step-header.mat-accent,
.reference-theme-default .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-default.dark .mat-step-header.mat-warn,
.reference-theme-default .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-default.dark .mat-toolbar.mat-primary,
.reference-theme-default .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #5487dd;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-default.dark .mat-toolbar.mat-accent,
.reference-theme-default .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-default.dark .mat-toolbar.mat-warn,
.reference-theme-default .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-secondary,
.reference-theme-secondary.light,
.reference-theme-secondary .light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #e8680e;
  --mat-option-label-text-color: #030712;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #030712;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #e8680e;
  --mdc-filled-text-field-focus-active-indicator-color: #e8680e;
  --mdc-filled-text-field-focus-label-text-color: rgba(232, 104, 14, 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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #e8680e;
  --mdc-outlined-text-field-focus-outline-color: #e8680e;
  --mdc-outlined-text-field-focus-label-text-color: rgba(232, 104, 14, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(232, 104, 14, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(232, 104, 14, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #e8680e;
  --mdc-slider-focus-handle-color: #e8680e;
  --mdc-slider-hover-handle-color: #e8680e;
  --mdc-slider-active-track-color: #e8680e;
  --mdc-slider-inactive-track-color: #e8680e;
  --mdc-slider-with-tick-marks-inactive-container-color: #e8680e;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #e8680e;
  --mat-slider-hover-state-layer-color: rgba(232, 104, 14, 0.05);
  --mat-slider-focus-state-layer-color: rgba(232, 104, 14, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-item-label-text-color: #030712;
  --mat-menu-item-icon-color: #030712;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: #030712;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --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: #030712;
  --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: #030712;
  --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;
  --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);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f78721;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #030712;
  --mat-table-row-item-label-text-color: #030712;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #e8680e;
  --mat-badge-background-color: #e8680e;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #9ca3af;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #030712;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #030712;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #f0f0f0;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #e8680e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(232, 104, 14, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(232, 104, 14, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(232, 104, 14, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #e8680e;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(232, 104, 14, 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: #1f2937;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-icon-color: #1f2937;
  --mat-datepicker-calendar-navigation-button-icon-color: #1f2937;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.06);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #030712;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-range-input-separator-color: #030712;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #030712;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #030712;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-disabled-state-text-color: #9ca3af;
  --mat-expansion-header-text-color: #030712;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.06);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #030712;
  --mat-sidenav-content-background-color: #f3f4f6;
  --mat-sidenav-content-text-color: #030712;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #e8680e;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #e8680e;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #e8680e;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.06);
  --mat-stepper-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #030712;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #030712;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #030712;
}
.reference-theme-secondary .mat-accent,
.reference-theme-secondary.light .mat-accent,
.reference-theme-secondary .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-secondary .mat-warn,
.reference-theme-secondary.light .mat-warn,
.reference-theme-secondary .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-secondary .mat-primary,
.reference-theme-secondary.light .mat-primary,
.reference-theme-secondary .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #e8680e;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #e8680e;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-secondary .mat-accent,
.reference-theme-secondary.light .mat-accent,
.reference-theme-secondary .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-secondary .mat-warn,
.reference-theme-secondary.light .mat-warn,
.reference-theme-secondary .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-secondary .mat-app-background,
.reference-theme-secondary.mat-app-background,
.reference-theme-secondary.light .mat-app-background,
.reference-theme-secondary.light.mat-app-background,
.reference-theme-secondary .light .mat-app-background,
.reference-theme-secondary .light.mat-app-background {
  background-color: #f3f4f6;
  color: #030712;
}
.reference-theme-secondary .mat-elevation-z0,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-secondary.light .mat-elevation-z0,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-secondary .light .mat-elevation-z0,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z1,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-secondary.light .mat-elevation-z1,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-secondary .light .mat-elevation-z1,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z2,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-secondary.light .mat-elevation-z2,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-secondary .light .mat-elevation-z2,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z3,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-secondary.light .mat-elevation-z3,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-secondary .light .mat-elevation-z3,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z4,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-secondary.light .mat-elevation-z4,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-secondary .light .mat-elevation-z4,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z5,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-secondary.light .mat-elevation-z5,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-secondary .light .mat-elevation-z5,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z6,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-secondary.light .mat-elevation-z6,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-secondary .light .mat-elevation-z6,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z7,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-secondary.light .mat-elevation-z7,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-secondary .light .mat-elevation-z7,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z8,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-secondary.light .mat-elevation-z8,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-secondary .light .mat-elevation-z8,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z9,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-secondary.light .mat-elevation-z9,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-secondary .light .mat-elevation-z9,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z10,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-secondary.light .mat-elevation-z10,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-secondary .light .mat-elevation-z10,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z11,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-secondary.light .mat-elevation-z11,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-secondary .light .mat-elevation-z11,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z12,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-secondary.light .mat-elevation-z12,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-secondary .light .mat-elevation-z12,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z13,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-secondary.light .mat-elevation-z13,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-secondary .light .mat-elevation-z13,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z14,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-secondary.light .mat-elevation-z14,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-secondary .light .mat-elevation-z14,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z15,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-secondary.light .mat-elevation-z15,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-secondary .light .mat-elevation-z15,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z16,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-secondary.light .mat-elevation-z16,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-secondary .light .mat-elevation-z16,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z17,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-secondary.light .mat-elevation-z17,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-secondary .light .mat-elevation-z17,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z18,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-secondary.light .mat-elevation-z18,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-secondary .light .mat-elevation-z18,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z19,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-secondary.light .mat-elevation-z19,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-secondary .light .mat-elevation-z19,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z20,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-secondary.light .mat-elevation-z20,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-secondary .light .mat-elevation-z20,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z21,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-secondary.light .mat-elevation-z21,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-secondary .light .mat-elevation-z21,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z22,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-secondary.light .mat-elevation-z22,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-secondary .light .mat-elevation-z22,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z23,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-secondary.light .mat-elevation-z23,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-secondary .light .mat-elevation-z23,
.reference-theme-secondary .light .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);
}
.reference-theme-secondary .mat-elevation-z24,
.reference-theme-secondary .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-secondary.light .mat-elevation-z24,
.reference-theme-secondary.light .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-secondary .light .mat-elevation-z24,
.reference-theme-secondary .light .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;
}
.reference-theme-secondary .mat-mdc-progress-bar,
.reference-theme-secondary.light .mat-mdc-progress-bar,
.reference-theme-secondary .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #e8680e;
  --mdc-linear-progress-track-color: rgba(232, 104, 14, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-secondary .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-secondary.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-secondary .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(232, 104, 14, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(232, 104, 14, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-secondary .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-secondary .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .light .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(232, 104, 14, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-secondary .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-secondary.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-secondary .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(232, 104, 14, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(232, 104, 14, 0.25));
}
.reference-theme-secondary .mat-mdc-progress-bar.mat-accent,
.reference-theme-secondary.light .mat-mdc-progress-bar.mat-accent,
.reference-theme-secondary .light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-secondary .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-secondary.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-secondary .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-secondary .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .light .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) {
  .reference-theme-secondary .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .light .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-secondary .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-secondary.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-secondary .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-secondary .mat-mdc-progress-bar.mat-warn,
.reference-theme-secondary.light .mat-mdc-progress-bar.mat-warn,
.reference-theme-secondary .light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-secondary .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-secondary.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-secondary .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-secondary .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .light .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) {
  .reference-theme-secondary .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .light .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-secondary .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-secondary.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-secondary .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-secondary .mat-mdc-form-field.mat-accent,
.reference-theme-secondary.light .mat-mdc-form-field.mat-accent,
.reference-theme-secondary .light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-secondary .mat-mdc-form-field.mat-warn,
.reference-theme-secondary.light .mat-mdc-form-field.mat-warn,
.reference-theme-secondary .light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-secondary .mat-mdc-form-field.mat-accent,
.reference-theme-secondary.light .mat-mdc-form-field.mat-accent,
.reference-theme-secondary .light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-secondary .mat-mdc-form-field.mat-warn,
.reference-theme-secondary.light .mat-mdc-form-field.mat-warn,
.reference-theme-secondary .light .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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-secondary .mat-mdc-standard-chip,
.reference-theme-secondary.light .mat-mdc-standard-chip,
.reference-theme-secondary .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-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;
}
.reference-theme-secondary .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-secondary .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-secondary.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-secondary.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-secondary .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-secondary .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #e8680e;
  --mdc-chip-elevated-disabled-container-color: #e8680e;
  --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;
}
.reference-theme-secondary .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-secondary .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-secondary.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-secondary.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-secondary .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-secondary .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-secondary .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-secondary .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-secondary.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-secondary.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-secondary .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-secondary .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-secondary .mdc-switch,
.reference-theme-secondary.light .mdc-switch,
.reference-theme-secondary .light .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-secondary .mat-mdc-slide-toggle,
.reference-theme-secondary.light .mat-mdc-slide-toggle,
.reference-theme-secondary .light .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #e8680e;
  --mdc-switch-selected-handle-color: #e8680e;
  --mdc-switch-selected-hover-state-layer-color: #e8680e;
  --mdc-switch-selected-pressed-state-layer-color: #e8680e;
  --mdc-switch-selected-focus-handle-color: #7b3513;
  --mdc-switch-selected-hover-handle-color: #7b3513;
  --mdc-switch-selected-pressed-handle-color: #7b3513;
  --mdc-switch-selected-focus-track-color: #fcc375;
  --mdc-switch-selected-hover-track-color: #fcc375;
  --mdc-switch-selected-pressed-track-color: #fcc375;
  --mdc-switch-selected-track-color: #fcc375;
  --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;
}
.reference-theme-secondary .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-secondary.light .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-secondary .light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-secondary .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-secondary.light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-secondary .light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-secondary .mat-mdc-slide-toggle.mat-accent,
.reference-theme-secondary.light .mat-mdc-slide-toggle.mat-accent,
.reference-theme-secondary .light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #e8680e;
  --mdc-switch-selected-handle-color: #e8680e;
  --mdc-switch-selected-hover-state-layer-color: #e8680e;
  --mdc-switch-selected-pressed-state-layer-color: #e8680e;
  --mdc-switch-selected-focus-handle-color: #7b3513;
  --mdc-switch-selected-hover-handle-color: #7b3513;
  --mdc-switch-selected-pressed-handle-color: #7b3513;
  --mdc-switch-selected-focus-track-color: #fcc375;
  --mdc-switch-selected-hover-track-color: #fcc375;
  --mdc-switch-selected-pressed-track-color: #fcc375;
  --mdc-switch-selected-track-color: #fcc375;
}
.reference-theme-secondary .mat-mdc-slide-toggle.mat-warn,
.reference-theme-secondary.light .mat-mdc-slide-toggle.mat-warn,
.reference-theme-secondary .light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.reference-theme-secondary .mat-mdc-radio-button .mdc-form-field,
.reference-theme-secondary.light .mat-mdc-radio-button .mdc-form-field,
.reference-theme-secondary .light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-secondary .mat-mdc-radio-button.mat-primary,
.reference-theme-secondary.light .mat-mdc-radio-button.mat-primary,
.reference-theme-secondary .light .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: #e8680e;
  --mdc-radio-selected-hover-icon-color: #e8680e;
  --mdc-radio-selected-icon-color: #e8680e;
  --mdc-radio-selected-pressed-icon-color: #e8680e;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #e8680e;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-secondary .mat-mdc-radio-button.mat-accent,
.reference-theme-secondary.light .mat-mdc-radio-button.mat-accent,
.reference-theme-secondary .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-secondary .mat-mdc-radio-button.mat-warn,
.reference-theme-secondary.light .mat-mdc-radio-button.mat-warn,
.reference-theme-secondary .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-secondary .mat-accent,
.reference-theme-secondary.light .mat-accent,
.reference-theme-secondary .light .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-secondary .mat-warn,
.reference-theme-secondary.light .mat-warn,
.reference-theme-secondary .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-secondary .mdc-list-item__start,
.reference-theme-secondary .mdc-list-item__end,
.reference-theme-secondary.light .mdc-list-item__start,
.reference-theme-secondary.light .mdc-list-item__end,
.reference-theme-secondary .light .mdc-list-item__start,
.reference-theme-secondary .light .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: #e8680e;
  --mdc-radio-selected-hover-icon-color: #e8680e;
  --mdc-radio-selected-icon-color: #e8680e;
  --mdc-radio-selected-pressed-icon-color: #e8680e;
}
.reference-theme-secondary .mat-accent .mdc-list-item__start,
.reference-theme-secondary .mat-accent .mdc-list-item__end,
.reference-theme-secondary.light .mat-accent .mdc-list-item__start,
.reference-theme-secondary.light .mat-accent .mdc-list-item__end,
.reference-theme-secondary .light .mat-accent .mdc-list-item__start,
.reference-theme-secondary .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-secondary .mat-warn .mdc-list-item__start,
.reference-theme-secondary .mat-warn .mdc-list-item__end,
.reference-theme-secondary.light .mat-warn .mdc-list-item__start,
.reference-theme-secondary.light .mat-warn .mdc-list-item__end,
.reference-theme-secondary .light .mat-warn .mdc-list-item__start,
.reference-theme-secondary .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-secondary .mat-mdc-list-option,
.reference-theme-secondary.light .mat-mdc-list-option,
.reference-theme-secondary .light .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: #e8680e;
  --mdc-checkbox-selected-hover-icon-color: #e8680e;
  --mdc-checkbox-selected-icon-color: #e8680e;
  --mdc-checkbox-selected-pressed-icon-color: #e8680e;
  --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: #e8680e;
  --mdc-checkbox-selected-hover-state-layer-color: #e8680e;
  --mdc-checkbox-selected-pressed-state-layer-color: #e8680e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-secondary .mat-mdc-list-option.mat-accent,
.reference-theme-secondary.light .mat-mdc-list-option.mat-accent,
.reference-theme-secondary .light .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: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-secondary .mat-mdc-list-option.mat-warn,
.reference-theme-secondary.light .mat-mdc-list-option.mat-warn,
.reference-theme-secondary .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-secondary .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-secondary .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-secondary.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-secondary.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-secondary .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-secondary .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #e8680e;
}
.reference-theme-secondary .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-secondary .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-secondary.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-secondary.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-secondary .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-secondary .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #e8680e;
}
.reference-theme-secondary .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-secondary .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-secondary .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-secondary.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-secondary.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-secondary.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-secondary .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-secondary .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-secondary .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-secondary .mat-mdc-tab-group,
.reference-theme-secondary .mat-mdc-tab-nav-bar,
.reference-theme-secondary.light .mat-mdc-tab-group,
.reference-theme-secondary.light .mat-mdc-tab-nav-bar,
.reference-theme-secondary .light .mat-mdc-tab-group,
.reference-theme-secondary .light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #e8680e;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #e8680e;
  --mat-tab-header-active-ripple-color: #e8680e;
  --mat-tab-header-inactive-ripple-color: #e8680e;
  --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: #e8680e;
  --mat-tab-header-active-hover-label-text-color: #e8680e;
  --mat-tab-header-active-focus-indicator-color: #e8680e;
  --mat-tab-header-active-hover-indicator-color: #e8680e;
}
.reference-theme-secondary .mat-mdc-tab-group.mat-accent,
.reference-theme-secondary .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-secondary.light .mat-mdc-tab-group.mat-accent,
.reference-theme-secondary.light .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-secondary .light .mat-mdc-tab-group.mat-accent,
.reference-theme-secondary .light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-secondary .mat-mdc-tab-group.mat-warn,
.reference-theme-secondary .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-secondary.light .mat-mdc-tab-group.mat-warn,
.reference-theme-secondary.light .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-secondary .light .mat-mdc-tab-group.mat-warn,
.reference-theme-secondary .light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-secondary .mat-mdc-tab-group.mat-background-primary,
.reference-theme-secondary .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-secondary.light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-secondary.light .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-secondary .light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-secondary .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #e8680e;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-secondary .mat-mdc-tab-group.mat-background-accent,
.reference-theme-secondary .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-secondary.light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-secondary.light .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-secondary .light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-secondary .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-secondary .mat-mdc-tab-group.mat-background-warn,
.reference-theme-secondary .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-secondary.light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-secondary.light .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-secondary .light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-secondary .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-secondary .mat-mdc-checkbox.mat-primary,
.reference-theme-secondary.light .mat-mdc-checkbox.mat-primary,
.reference-theme-secondary .light .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: #e8680e;
  --mdc-checkbox-selected-hover-icon-color: #e8680e;
  --mdc-checkbox-selected-icon-color: #e8680e;
  --mdc-checkbox-selected-pressed-icon-color: #e8680e;
  --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: #e8680e;
  --mdc-checkbox-selected-hover-state-layer-color: #e8680e;
  --mdc-checkbox-selected-pressed-state-layer-color: #e8680e;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-secondary .mat-mdc-checkbox.mat-warn,
.reference-theme-secondary.light .mat-mdc-checkbox.mat-warn,
.reference-theme-secondary .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-secondary .mat-mdc-checkbox .mdc-form-field,
.reference-theme-secondary.light .mat-mdc-checkbox .mdc-form-field,
.reference-theme-secondary .light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-secondary .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-secondary.light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-secondary .light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-secondary .mat-mdc-button,
.reference-theme-secondary.light .mat-mdc-button,
.reference-theme-secondary .light .mat-mdc-button {
  --mdc-text-button-label-text-color: #000;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: #000;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-secondary .mat-mdc-button.mat-primary,
.reference-theme-secondary.light .mat-mdc-button.mat-primary,
.reference-theme-secondary .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #e8680e;
  --mat-text-button-state-layer-color: #e8680e;
  --mat-text-button-ripple-color: rgba(232, 104, 14, 0.1);
}
.reference-theme-secondary .mat-mdc-button.mat-accent,
.reference-theme-secondary.light .mat-mdc-button.mat-accent,
.reference-theme-secondary .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-secondary .mat-mdc-button.mat-warn,
.reference-theme-secondary.light .mat-mdc-button.mat-warn,
.reference-theme-secondary .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-secondary .mat-mdc-unelevated-button,
.reference-theme-secondary.light .mat-mdc-unelevated-button,
.reference-theme-secondary .light .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-secondary .mat-mdc-unelevated-button.mat-primary,
.reference-theme-secondary.light .mat-mdc-unelevated-button.mat-primary,
.reference-theme-secondary .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #e8680e;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-secondary .mat-mdc-unelevated-button.mat-accent,
.reference-theme-secondary.light .mat-mdc-unelevated-button.mat-accent,
.reference-theme-secondary .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-secondary .mat-mdc-unelevated-button.mat-warn,
.reference-theme-secondary.light .mat-mdc-unelevated-button.mat-warn,
.reference-theme-secondary .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-secondary .mat-mdc-raised-button,
.reference-theme-secondary.light .mat-mdc-raised-button,
.reference-theme-secondary .light .mat-mdc-raised-button {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  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);
}
.reference-theme-secondary .mat-mdc-raised-button.mat-primary,
.reference-theme-secondary.light .mat-mdc-raised-button.mat-primary,
.reference-theme-secondary .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #e8680e;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-secondary .mat-mdc-raised-button.mat-accent,
.reference-theme-secondary.light .mat-mdc-raised-button.mat-accent,
.reference-theme-secondary .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-secondary .mat-mdc-raised-button.mat-warn,
.reference-theme-secondary.light .mat-mdc-raised-button.mat-warn,
.reference-theme-secondary .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-secondary .mat-mdc-raised-button:hover,
.reference-theme-secondary .mat-mdc-raised-button:focus,
.reference-theme-secondary.light .mat-mdc-raised-button:hover,
.reference-theme-secondary.light .mat-mdc-raised-button:focus,
.reference-theme-secondary .light .mat-mdc-raised-button:hover,
.reference-theme-secondary .light .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-secondary .mat-mdc-raised-button:active,
.reference-theme-secondary .mat-mdc-raised-button:focus:active,
.reference-theme-secondary.light .mat-mdc-raised-button:active,
.reference-theme-secondary.light .mat-mdc-raised-button:focus:active,
.reference-theme-secondary .light .mat-mdc-raised-button:active,
.reference-theme-secondary .light .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-secondary .mat-mdc-outlined-button,
.reference-theme-secondary.light .mat-mdc-outlined-button,
.reference-theme-secondary .light .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #000;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-secondary .mat-mdc-outlined-button.mat-primary,
.reference-theme-secondary.light .mat-mdc-outlined-button.mat-primary,
.reference-theme-secondary .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #e8680e;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #e8680e;
  --mat-outlined-button-ripple-color: rgba(232, 104, 14, 0.1);
}
.reference-theme-secondary .mat-mdc-outlined-button.mat-accent,
.reference-theme-secondary.light .mat-mdc-outlined-button.mat-accent,
.reference-theme-secondary .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-secondary .mat-mdc-outlined-button.mat-warn,
.reference-theme-secondary.light .mat-mdc-outlined-button.mat-warn,
.reference-theme-secondary .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-secondary .mat-mdc-icon-button,
.reference-theme-secondary.light .mat-mdc-icon-button,
.reference-theme-secondary .light .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #000;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-secondary .mat-mdc-icon-button.mat-primary,
.reference-theme-secondary.light .mat-mdc-icon-button.mat-primary,
.reference-theme-secondary .light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #e8680e;
  --mat-icon-button-state-layer-color: #e8680e;
  --mat-icon-button-ripple-color: rgba(232, 104, 14, 0.1);
}
.reference-theme-secondary .mat-mdc-icon-button.mat-accent,
.reference-theme-secondary.light .mat-mdc-icon-button.mat-accent,
.reference-theme-secondary .light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-secondary .mat-mdc-icon-button.mat-warn,
.reference-theme-secondary.light .mat-mdc-icon-button.mat-warn,
.reference-theme-secondary .light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-secondary .mat-mdc-fab.mat-primary,
.reference-theme-secondary .mat-mdc-mini-fab.mat-primary,
.reference-theme-secondary.light .mat-mdc-fab.mat-primary,
.reference-theme-secondary.light .mat-mdc-mini-fab.mat-primary,
.reference-theme-secondary .light .mat-mdc-fab.mat-primary,
.reference-theme-secondary .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #e8680e;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-secondary .mat-mdc-fab.mat-accent,
.reference-theme-secondary .mat-mdc-mini-fab.mat-accent,
.reference-theme-secondary.light .mat-mdc-fab.mat-accent,
.reference-theme-secondary.light .mat-mdc-mini-fab.mat-accent,
.reference-theme-secondary .light .mat-mdc-fab.mat-accent,
.reference-theme-secondary .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-secondary .mat-mdc-fab.mat-warn,
.reference-theme-secondary .mat-mdc-mini-fab.mat-warn,
.reference-theme-secondary.light .mat-mdc-fab.mat-warn,
.reference-theme-secondary.light .mat-mdc-mini-fab.mat-warn,
.reference-theme-secondary .light .mat-mdc-fab.mat-warn,
.reference-theme-secondary .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-secondary .mat-accent,
.reference-theme-secondary.light .mat-accent,
.reference-theme-secondary .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-secondary .mat-warn,
.reference-theme-secondary.light .mat-warn,
.reference-theme-secondary .light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-secondary .mat-badge-accent,
.reference-theme-secondary.light .mat-badge-accent,
.reference-theme-secondary .light .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-secondary .mat-badge-warn,
.reference-theme-secondary.light .mat-badge-warn,
.reference-theme-secondary .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-secondary .mat-datepicker-content.mat-accent,
.reference-theme-secondary.light .mat-datepicker-content.mat-accent,
.reference-theme-secondary .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-secondary .mat-datepicker-content.mat-warn,
.reference-theme-secondary.light .mat-datepicker-content.mat-warn,
.reference-theme-secondary .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-secondary .mat-datepicker-toggle-active.mat-accent,
.reference-theme-secondary.light .mat-datepicker-toggle-active.mat-accent,
.reference-theme-secondary .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-secondary .mat-datepicker-toggle-active.mat-warn,
.reference-theme-secondary.light .mat-datepicker-toggle-active.mat-warn,
.reference-theme-secondary .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-secondary .mat-icon.mat-primary,
.reference-theme-secondary.light .mat-icon.mat-primary,
.reference-theme-secondary .light .mat-icon.mat-primary {
  --mat-icon-color: #e8680e;
}
.reference-theme-secondary .mat-icon.mat-accent,
.reference-theme-secondary.light .mat-icon.mat-accent,
.reference-theme-secondary .light .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-secondary .mat-icon.mat-warn,
.reference-theme-secondary.light .mat-icon.mat-warn,
.reference-theme-secondary .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-secondary .mat-step-header.mat-accent,
.reference-theme-secondary.light .mat-step-header.mat-accent,
.reference-theme-secondary .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-secondary .mat-step-header.mat-warn,
.reference-theme-secondary.light .mat-step-header.mat-warn,
.reference-theme-secondary .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-secondary .mat-toolbar.mat-primary,
.reference-theme-secondary.light .mat-toolbar.mat-primary,
.reference-theme-secondary .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #e8680e;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-secondary .mat-toolbar.mat-accent,
.reference-theme-secondary.light .mat-toolbar.mat-accent,
.reference-theme-secondary .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-secondary .mat-toolbar.mat-warn,
.reference-theme-secondary.light .mat-toolbar.mat-warn,
.reference-theme-secondary .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-secondary.dark,
.reference-theme-secondary .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #f78721;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --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: #1f2937;
  --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: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --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: #1f2937;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: #1f2937;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f78721;
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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: white;
  --mat-datepicker-calendar-body-label-text-color: #9ca3af;
  --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: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --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: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: #1f2937;
  --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: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --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: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.reference-theme-secondary.dark .mat-accent,
.reference-theme-secondary .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --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);
}
.reference-theme-secondary.dark .mat-warn,
.reference-theme-secondary .dark .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --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);
}
.reference-theme-secondary.dark .mat-primary,
.reference-theme-secondary .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-secondary.dark .mat-accent,
.reference-theme-secondary .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-secondary.dark .mat-warn,
.reference-theme-secondary .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-secondary.dark .mat-app-background,
.reference-theme-secondary.dark.mat-app-background,
.reference-theme-secondary .dark .mat-app-background,
.reference-theme-secondary .dark.mat-app-background {
  background-color: #111827;
  color: white;
}
.reference-theme-secondary.dark .mat-elevation-z0,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-secondary .dark .mat-elevation-z0,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z1,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-secondary .dark .mat-elevation-z1,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z2,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-secondary .dark .mat-elevation-z2,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z3,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-secondary .dark .mat-elevation-z3,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z4,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-secondary .dark .mat-elevation-z4,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z5,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-secondary .dark .mat-elevation-z5,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z6,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-secondary .dark .mat-elevation-z6,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z7,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-secondary .dark .mat-elevation-z7,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z8,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-secondary .dark .mat-elevation-z8,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z9,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-secondary .dark .mat-elevation-z9,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z10,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-secondary .dark .mat-elevation-z10,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z11,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-secondary .dark .mat-elevation-z11,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z12,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-secondary .dark .mat-elevation-z12,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z13,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-secondary .dark .mat-elevation-z13,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z14,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-secondary .dark .mat-elevation-z14,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z15,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-secondary .dark .mat-elevation-z15,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z16,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-secondary .dark .mat-elevation-z16,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z17,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-secondary .dark .mat-elevation-z17,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z18,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-secondary .dark .mat-elevation-z18,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z19,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-secondary .dark .mat-elevation-z19,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z20,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-secondary .dark .mat-elevation-z20,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z21,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-secondary .dark .mat-elevation-z21,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z22,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-secondary .dark .mat-elevation-z22,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z23,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-secondary .dark .mat-elevation-z23,
.reference-theme-secondary .dark .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);
}
.reference-theme-secondary.dark .mat-elevation-z24,
.reference-theme-secondary.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-secondary .dark .mat-elevation-z24,
.reference-theme-secondary .dark .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;
}
.reference-theme-secondary.dark .mat-mdc-progress-bar,
.reference-theme-secondary .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-secondary.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-secondary .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-secondary.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-secondary.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .dark .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-secondary.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-secondary .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-secondary.dark .mat-mdc-progress-bar.mat-accent,
.reference-theme-secondary .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-secondary.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-secondary .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-secondary.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .dark .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) {
  .reference-theme-secondary.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .dark .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-secondary.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-secondary .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-secondary.dark .mat-mdc-progress-bar.mat-warn,
.reference-theme-secondary .dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-secondary.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-secondary .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-secondary.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .dark .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) {
  .reference-theme-secondary.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-secondary .dark .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-secondary.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-secondary .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-secondary.dark .mat-mdc-form-field.mat-accent,
.reference-theme-secondary .dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-secondary.dark .mat-mdc-form-field.mat-warn,
.reference-theme-secondary .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-secondary.dark .mat-mdc-form-field.mat-accent,
.reference-theme-secondary .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-secondary.dark .mat-mdc-form-field.mat-warn,
.reference-theme-secondary .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1f2937;
  --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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-secondary.dark .mat-mdc-standard-chip,
.reference-theme-secondary .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --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;
}
.reference-theme-secondary.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-secondary.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-secondary .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-secondary .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-secondary.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-secondary.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-secondary .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-secondary .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-secondary.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-secondary.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-secondary .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-secondary .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-secondary.dark .mdc-switch,
.reference-theme-secondary .dark .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-secondary.dark .mat-mdc-slide-toggle,
.reference-theme-secondary .dark .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #fcc375;
  --mdc-switch-selected-handle-color: #fcc375;
  --mdc-switch-selected-hover-state-layer-color: #fcc375;
  --mdc-switch-selected-pressed-state-layer-color: #fcc375;
  --mdc-switch-selected-focus-handle-color: #fddcab;
  --mdc-switch-selected-hover-handle-color: #fddcab;
  --mdc-switch-selected-pressed-handle-color: #fddcab;
  --mdc-switch-selected-focus-track-color: #e8680e;
  --mdc-switch-selected-hover-track-color: #e8680e;
  --mdc-switch-selected-pressed-track-color: #e8680e;
  --mdc-switch-selected-track-color: #e8680e;
  --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;
}
.reference-theme-secondary.dark .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-secondary .dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-secondary.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-secondary .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-secondary.dark .mat-mdc-slide-toggle.mat-accent,
.reference-theme-secondary .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcc375;
  --mdc-switch-selected-handle-color: #fcc375;
  --mdc-switch-selected-hover-state-layer-color: #fcc375;
  --mdc-switch-selected-pressed-state-layer-color: #fcc375;
  --mdc-switch-selected-focus-handle-color: #fddcab;
  --mdc-switch-selected-hover-handle-color: #fddcab;
  --mdc-switch-selected-pressed-handle-color: #fddcab;
  --mdc-switch-selected-focus-track-color: #e8680e;
  --mdc-switch-selected-hover-track-color: #e8680e;
  --mdc-switch-selected-pressed-track-color: #e8680e;
  --mdc-switch-selected-track-color: #e8680e;
}
.reference-theme-secondary.dark .mat-mdc-slide-toggle.mat-warn,
.reference-theme-secondary .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.reference-theme-secondary.dark .mat-mdc-radio-button .mdc-form-field,
.reference-theme-secondary .dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-secondary.dark .mat-mdc-radio-button.mat-primary,
.reference-theme-secondary .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-secondary.dark .mat-mdc-radio-button.mat-accent,
.reference-theme-secondary .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-secondary.dark .mat-mdc-radio-button.mat-warn,
.reference-theme-secondary .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-secondary.dark .mat-accent,
.reference-theme-secondary .dark .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-secondary.dark .mat-warn,
.reference-theme-secondary .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-secondary.dark .mdc-list-item__start,
.reference-theme-secondary.dark .mdc-list-item__end,
.reference-theme-secondary .dark .mdc-list-item__start,
.reference-theme-secondary .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-secondary.dark .mat-accent .mdc-list-item__start,
.reference-theme-secondary.dark .mat-accent .mdc-list-item__end,
.reference-theme-secondary .dark .mat-accent .mdc-list-item__start,
.reference-theme-secondary .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-secondary.dark .mat-warn .mdc-list-item__start,
.reference-theme-secondary.dark .mat-warn .mdc-list-item__end,
.reference-theme-secondary .dark .mat-warn .mdc-list-item__start,
.reference-theme-secondary .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-secondary.dark .mat-mdc-list-option,
.reference-theme-secondary .dark .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: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-secondary.dark .mat-mdc-list-option.mat-accent,
.reference-theme-secondary .dark .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: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-secondary.dark .mat-mdc-list-option.mat-warn,
.reference-theme-secondary .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-secondary.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-secondary.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-secondary .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-secondary .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #f78721;
}
.reference-theme-secondary.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-secondary.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-secondary .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-secondary .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #f78721;
}
.reference-theme-secondary.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-secondary.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-secondary.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-secondary .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-secondary .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-secondary .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-secondary.dark .mat-mdc-tab-group,
.reference-theme-secondary.dark .mat-mdc-tab-nav-bar,
.reference-theme-secondary .dark .mat-mdc-tab-group,
.reference-theme-secondary .dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-secondary.dark .mat-mdc-tab-group.mat-accent,
.reference-theme-secondary.dark .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-secondary .dark .mat-mdc-tab-group.mat-accent,
.reference-theme-secondary .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-secondary.dark .mat-mdc-tab-group.mat-warn,
.reference-theme-secondary.dark .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-secondary .dark .mat-mdc-tab-group.mat-warn,
.reference-theme-secondary .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-secondary.dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-secondary.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-secondary .dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-secondary .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-secondary.dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-secondary.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-secondary .dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-secondary .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-secondary.dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-secondary.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-secondary .dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-secondary .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-secondary.dark .mat-mdc-checkbox.mat-primary,
.reference-theme-secondary .dark .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: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-secondary.dark .mat-mdc-checkbox.mat-warn,
.reference-theme-secondary .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-secondary.dark .mat-mdc-checkbox .mdc-form-field,
.reference-theme-secondary .dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-secondary.dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-secondary .dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-secondary.dark .mat-mdc-button,
.reference-theme-secondary .dark .mat-mdc-button {
  --mdc-text-button-label-text-color: #fff;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: #fff;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-secondary.dark .mat-mdc-button.mat-primary,
.reference-theme-secondary .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-button.mat-accent,
.reference-theme-secondary .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-button.mat-warn,
.reference-theme-secondary .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-unelevated-button,
.reference-theme-secondary .dark .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: #fff;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-secondary.dark .mat-mdc-unelevated-button.mat-primary,
.reference-theme-secondary .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-unelevated-button.mat-accent,
.reference-theme-secondary .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-unelevated-button.mat-warn,
.reference-theme-secondary .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-raised-button,
.reference-theme-secondary .dark .mat-mdc-raised-button {
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  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);
}
.reference-theme-secondary.dark .mat-mdc-raised-button.mat-primary,
.reference-theme-secondary .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-raised-button.mat-accent,
.reference-theme-secondary .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-raised-button.mat-warn,
.reference-theme-secondary .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-raised-button:hover,
.reference-theme-secondary.dark .mat-mdc-raised-button:focus,
.reference-theme-secondary .dark .mat-mdc-raised-button:hover,
.reference-theme-secondary .dark .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-secondary.dark .mat-mdc-raised-button:active,
.reference-theme-secondary.dark .mat-mdc-raised-button:focus:active,
.reference-theme-secondary .dark .mat-mdc-raised-button:active,
.reference-theme-secondary .dark .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-secondary.dark .mat-mdc-outlined-button,
.reference-theme-secondary .dark .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #fff;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-secondary.dark .mat-mdc-outlined-button.mat-primary,
.reference-theme-secondary .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-outlined-button.mat-accent,
.reference-theme-secondary .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-outlined-button.mat-warn,
.reference-theme-secondary .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-icon-button,
.reference-theme-secondary .dark .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: #fff;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-secondary.dark .mat-mdc-icon-button.mat-primary,
.reference-theme-secondary .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-icon-button.mat-accent,
.reference-theme-secondary .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-icon-button.mat-warn,
.reference-theme-secondary .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-fab.mat-primary,
.reference-theme-secondary.dark .mat-mdc-mini-fab.mat-primary,
.reference-theme-secondary .dark .mat-mdc-fab.mat-primary,
.reference-theme-secondary .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-fab.mat-accent,
.reference-theme-secondary.dark .mat-mdc-mini-fab.mat-accent,
.reference-theme-secondary .dark .mat-mdc-fab.mat-accent,
.reference-theme-secondary .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-secondary.dark .mat-mdc-fab.mat-warn,
.reference-theme-secondary.dark .mat-mdc-mini-fab.mat-warn,
.reference-theme-secondary .dark .mat-mdc-fab.mat-warn,
.reference-theme-secondary .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-secondary.dark .mat-accent,
.reference-theme-secondary .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-secondary.dark .mat-warn,
.reference-theme-secondary .dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-secondary.dark .mat-badge-accent,
.reference-theme-secondary .dark .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-secondary.dark .mat-badge-warn,
.reference-theme-secondary .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-secondary.dark .mat-datepicker-content.mat-accent,
.reference-theme-secondary .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-secondary.dark .mat-datepicker-content.mat-warn,
.reference-theme-secondary .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-secondary.dark .mat-datepicker-toggle-active.mat-accent,
.reference-theme-secondary .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-secondary.dark .mat-datepicker-toggle-active.mat-warn,
.reference-theme-secondary .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-secondary.dark .mat-icon.mat-primary,
.reference-theme-secondary .dark .mat-icon.mat-primary {
  --mat-icon-color: #f78721;
}
.reference-theme-secondary.dark .mat-icon.mat-accent,
.reference-theme-secondary .dark .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-secondary.dark .mat-icon.mat-warn,
.reference-theme-secondary .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-secondary.dark .mat-step-header.mat-accent,
.reference-theme-secondary .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-secondary.dark .mat-step-header.mat-warn,
.reference-theme-secondary .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-secondary.dark .mat-toolbar.mat-primary,
.reference-theme-secondary .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-secondary.dark .mat-toolbar.mat-accent,
.reference-theme-secondary .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-secondary.dark .mat-toolbar.mat-warn,
.reference-theme-secondary .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-teal,
.reference-theme-teal.light,
.reference-theme-teal .light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #0d9488;
  --mat-option-label-text-color: #030712;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #030712;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #0d9488;
  --mdc-filled-text-field-focus-active-indicator-color: #0d9488;
  --mdc-filled-text-field-focus-label-text-color: rgba(13, 148, 136, 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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #0d9488;
  --mdc-outlined-text-field-focus-outline-color: #0d9488;
  --mdc-outlined-text-field-focus-label-text-color: rgba(13, 148, 136, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(13, 148, 136, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #0d9488;
  --mdc-slider-focus-handle-color: #0d9488;
  --mdc-slider-hover-handle-color: #0d9488;
  --mdc-slider-active-track-color: #0d9488;
  --mdc-slider-inactive-track-color: #0d9488;
  --mdc-slider-with-tick-marks-inactive-container-color: #0d9488;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #0d9488;
  --mat-slider-hover-state-layer-color: rgba(13, 148, 136, 0.05);
  --mat-slider-focus-state-layer-color: rgba(13, 148, 136, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-item-label-text-color: #030712;
  --mat-menu-item-icon-color: #030712;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: #030712;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --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: #030712;
  --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: #030712;
  --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;
  --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);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f78721;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #030712;
  --mat-table-row-item-label-text-color: #030712;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #0d9488;
  --mat-badge-background-color: #0d9488;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #9ca3af;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #030712;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #030712;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #f0f0f0;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #0d9488;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(13, 148, 136, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(13, 148, 136, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #0d9488;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(13, 148, 136, 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: #1f2937;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-icon-color: #1f2937;
  --mat-datepicker-calendar-navigation-button-icon-color: #1f2937;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.06);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #030712;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-range-input-separator-color: #030712;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #030712;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #030712;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-disabled-state-text-color: #9ca3af;
  --mat-expansion-header-text-color: #030712;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.06);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #030712;
  --mat-sidenav-content-background-color: #f3f4f6;
  --mat-sidenav-content-text-color: #030712;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #0d9488;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #0d9488;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #0d9488;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.06);
  --mat-stepper-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #030712;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #030712;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #030712;
}
.reference-theme-teal .mat-accent,
.reference-theme-teal.light .mat-accent,
.reference-theme-teal .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-teal .mat-warn,
.reference-theme-teal.light .mat-warn,
.reference-theme-teal .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-teal .mat-primary,
.reference-theme-teal.light .mat-primary,
.reference-theme-teal .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #0d9488;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #0d9488;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-teal .mat-accent,
.reference-theme-teal.light .mat-accent,
.reference-theme-teal .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-teal .mat-warn,
.reference-theme-teal.light .mat-warn,
.reference-theme-teal .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-teal .mat-app-background,
.reference-theme-teal.mat-app-background,
.reference-theme-teal.light .mat-app-background,
.reference-theme-teal.light.mat-app-background,
.reference-theme-teal .light .mat-app-background,
.reference-theme-teal .light.mat-app-background {
  background-color: #f3f4f6;
  color: #030712;
}
.reference-theme-teal .mat-elevation-z0,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-teal.light .mat-elevation-z0,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-teal .light .mat-elevation-z0,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z1,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-teal.light .mat-elevation-z1,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-teal .light .mat-elevation-z1,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z2,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-teal.light .mat-elevation-z2,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-teal .light .mat-elevation-z2,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z3,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-teal.light .mat-elevation-z3,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-teal .light .mat-elevation-z3,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z4,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-teal.light .mat-elevation-z4,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-teal .light .mat-elevation-z4,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z5,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-teal.light .mat-elevation-z5,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-teal .light .mat-elevation-z5,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z6,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-teal.light .mat-elevation-z6,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-teal .light .mat-elevation-z6,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z7,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-teal.light .mat-elevation-z7,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-teal .light .mat-elevation-z7,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z8,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-teal.light .mat-elevation-z8,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-teal .light .mat-elevation-z8,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z9,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-teal.light .mat-elevation-z9,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-teal .light .mat-elevation-z9,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z10,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-teal.light .mat-elevation-z10,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-teal .light .mat-elevation-z10,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z11,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-teal.light .mat-elevation-z11,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-teal .light .mat-elevation-z11,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z12,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-teal.light .mat-elevation-z12,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-teal .light .mat-elevation-z12,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z13,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-teal.light .mat-elevation-z13,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-teal .light .mat-elevation-z13,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z14,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-teal.light .mat-elevation-z14,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-teal .light .mat-elevation-z14,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z15,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-teal.light .mat-elevation-z15,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-teal .light .mat-elevation-z15,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z16,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-teal.light .mat-elevation-z16,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-teal .light .mat-elevation-z16,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z17,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-teal.light .mat-elevation-z17,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-teal .light .mat-elevation-z17,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z18,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-teal.light .mat-elevation-z18,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-teal .light .mat-elevation-z18,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z19,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-teal.light .mat-elevation-z19,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-teal .light .mat-elevation-z19,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z20,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-teal.light .mat-elevation-z20,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-teal .light .mat-elevation-z20,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z21,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-teal.light .mat-elevation-z21,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-teal .light .mat-elevation-z21,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z22,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-teal.light .mat-elevation-z22,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-teal .light .mat-elevation-z22,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z23,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-teal.light .mat-elevation-z23,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-teal .light .mat-elevation-z23,
.reference-theme-teal .light .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);
}
.reference-theme-teal .mat-elevation-z24,
.reference-theme-teal .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-teal.light .mat-elevation-z24,
.reference-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-teal .light .mat-elevation-z24,
.reference-theme-teal .light .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;
}
.reference-theme-teal .mat-mdc-progress-bar,
.reference-theme-teal.light .mat-mdc-progress-bar,
.reference-theme-teal .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #0d9488;
  --mdc-linear-progress-track-color: rgba(13, 148, 136, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-teal .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-teal.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-teal .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(13, 148, 136, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(13, 148, 136, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-teal .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-teal.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-teal .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-teal.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .light .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(13, 148, 136, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-teal .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-teal.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-teal .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(13, 148, 136, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(13, 148, 136, 0.25));
}
.reference-theme-teal .mat-mdc-progress-bar.mat-accent,
.reference-theme-teal.light .mat-mdc-progress-bar.mat-accent,
.reference-theme-teal .light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-teal .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-teal.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-teal .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-teal .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-teal.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .light .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) {
  .reference-theme-teal .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-teal.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .light .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-teal .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-teal.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-teal .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-teal .mat-mdc-progress-bar.mat-warn,
.reference-theme-teal.light .mat-mdc-progress-bar.mat-warn,
.reference-theme-teal .light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-teal .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-teal.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-teal .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-teal .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-teal.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .light .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) {
  .reference-theme-teal .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-teal.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .light .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-teal .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-teal.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-teal .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-teal .mat-mdc-form-field.mat-accent,
.reference-theme-teal.light .mat-mdc-form-field.mat-accent,
.reference-theme-teal .light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-teal .mat-mdc-form-field.mat-warn,
.reference-theme-teal.light .mat-mdc-form-field.mat-warn,
.reference-theme-teal .light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-teal .mat-mdc-form-field.mat-accent,
.reference-theme-teal.light .mat-mdc-form-field.mat-accent,
.reference-theme-teal .light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-teal .mat-mdc-form-field.mat-warn,
.reference-theme-teal.light .mat-mdc-form-field.mat-warn,
.reference-theme-teal .light .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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-teal .mat-mdc-standard-chip,
.reference-theme-teal.light .mat-mdc-standard-chip,
.reference-theme-teal .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-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;
}
.reference-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #0d9488;
  --mdc-chip-elevated-disabled-container-color: #0d9488;
  --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;
}
.reference-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-teal .mdc-switch,
.reference-theme-teal.light .mdc-switch,
.reference-theme-teal .light .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-teal .mat-mdc-slide-toggle,
.reference-theme-teal.light .mat-mdc-slide-toggle,
.reference-theme-teal .light .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #0d9488;
  --mdc-switch-selected-handle-color: #0d9488;
  --mdc-switch-selected-hover-state-layer-color: #0d9488;
  --mdc-switch-selected-pressed-state-layer-color: #0d9488;
  --mdc-switch-selected-focus-handle-color: #134e4a;
  --mdc-switch-selected-hover-handle-color: #134e4a;
  --mdc-switch-selected-pressed-handle-color: #134e4a;
  --mdc-switch-selected-focus-track-color: #5eead4;
  --mdc-switch-selected-hover-track-color: #5eead4;
  --mdc-switch-selected-pressed-track-color: #5eead4;
  --mdc-switch-selected-track-color: #5eead4;
  --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;
}
.reference-theme-teal .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-teal.light .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-teal .light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-teal .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-teal.light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-teal .light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-teal .mat-mdc-slide-toggle.mat-accent,
.reference-theme-teal.light .mat-mdc-slide-toggle.mat-accent,
.reference-theme-teal .light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #e8680e;
  --mdc-switch-selected-handle-color: #e8680e;
  --mdc-switch-selected-hover-state-layer-color: #e8680e;
  --mdc-switch-selected-pressed-state-layer-color: #e8680e;
  --mdc-switch-selected-focus-handle-color: #7b3513;
  --mdc-switch-selected-hover-handle-color: #7b3513;
  --mdc-switch-selected-pressed-handle-color: #7b3513;
  --mdc-switch-selected-focus-track-color: #fcc375;
  --mdc-switch-selected-hover-track-color: #fcc375;
  --mdc-switch-selected-pressed-track-color: #fcc375;
  --mdc-switch-selected-track-color: #fcc375;
}
.reference-theme-teal .mat-mdc-slide-toggle.mat-warn,
.reference-theme-teal.light .mat-mdc-slide-toggle.mat-warn,
.reference-theme-teal .light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.reference-theme-teal .mat-mdc-radio-button .mdc-form-field,
.reference-theme-teal.light .mat-mdc-radio-button .mdc-form-field,
.reference-theme-teal .light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-teal .mat-mdc-radio-button.mat-primary,
.reference-theme-teal.light .mat-mdc-radio-button.mat-primary,
.reference-theme-teal .light .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: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #0d9488;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-teal .mat-mdc-radio-button.mat-accent,
.reference-theme-teal.light .mat-mdc-radio-button.mat-accent,
.reference-theme-teal .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-teal .mat-mdc-radio-button.mat-warn,
.reference-theme-teal.light .mat-mdc-radio-button.mat-warn,
.reference-theme-teal .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-teal .mat-accent,
.reference-theme-teal.light .mat-accent,
.reference-theme-teal .light .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-teal .mat-warn,
.reference-theme-teal.light .mat-warn,
.reference-theme-teal .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-teal .mdc-list-item__start,
.reference-theme-teal .mdc-list-item__end,
.reference-theme-teal.light .mdc-list-item__start,
.reference-theme-teal.light .mdc-list-item__end,
.reference-theme-teal .light .mdc-list-item__start,
.reference-theme-teal .light .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: #0d9488;
  --mdc-radio-selected-hover-icon-color: #0d9488;
  --mdc-radio-selected-icon-color: #0d9488;
  --mdc-radio-selected-pressed-icon-color: #0d9488;
}
.reference-theme-teal .mat-accent .mdc-list-item__start,
.reference-theme-teal .mat-accent .mdc-list-item__end,
.reference-theme-teal.light .mat-accent .mdc-list-item__start,
.reference-theme-teal.light .mat-accent .mdc-list-item__end,
.reference-theme-teal .light .mat-accent .mdc-list-item__start,
.reference-theme-teal .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-teal .mat-warn .mdc-list-item__start,
.reference-theme-teal .mat-warn .mdc-list-item__end,
.reference-theme-teal.light .mat-warn .mdc-list-item__start,
.reference-theme-teal.light .mat-warn .mdc-list-item__end,
.reference-theme-teal .light .mat-warn .mdc-list-item__start,
.reference-theme-teal .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-teal .mat-mdc-list-option,
.reference-theme-teal.light .mat-mdc-list-option,
.reference-theme-teal .light .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: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --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: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-teal .mat-mdc-list-option.mat-accent,
.reference-theme-teal.light .mat-mdc-list-option.mat-accent,
.reference-theme-teal .light .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: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-teal .mat-mdc-list-option.mat-warn,
.reference-theme-teal.light .mat-mdc-list-option.mat-warn,
.reference-theme-teal .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #0d9488;
}
.reference-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #0d9488;
}
.reference-theme-teal .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-teal .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-teal .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-teal .mat-mdc-tab-group,
.reference-theme-teal .mat-mdc-tab-nav-bar,
.reference-theme-teal.light .mat-mdc-tab-group,
.reference-theme-teal.light .mat-mdc-tab-nav-bar,
.reference-theme-teal .light .mat-mdc-tab-group,
.reference-theme-teal .light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #0d9488;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #0d9488;
  --mat-tab-header-active-ripple-color: #0d9488;
  --mat-tab-header-inactive-ripple-color: #0d9488;
  --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: #0d9488;
  --mat-tab-header-active-hover-label-text-color: #0d9488;
  --mat-tab-header-active-focus-indicator-color: #0d9488;
  --mat-tab-header-active-hover-indicator-color: #0d9488;
}
.reference-theme-teal .mat-mdc-tab-group.mat-accent,
.reference-theme-teal .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-teal.light .mat-mdc-tab-group.mat-accent,
.reference-theme-teal.light .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-teal .light .mat-mdc-tab-group.mat-accent,
.reference-theme-teal .light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-teal .mat-mdc-tab-group.mat-warn,
.reference-theme-teal .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-teal.light .mat-mdc-tab-group.mat-warn,
.reference-theme-teal.light .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-teal .light .mat-mdc-tab-group.mat-warn,
.reference-theme-teal .light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-teal .mat-mdc-tab-group.mat-background-primary,
.reference-theme-teal .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-teal.light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-teal.light .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-teal .light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-teal .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #0d9488;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-teal .mat-mdc-tab-group.mat-background-accent,
.reference-theme-teal .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-teal.light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-teal.light .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-teal .light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-teal .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-teal .mat-mdc-tab-group.mat-background-warn,
.reference-theme-teal .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-teal.light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-teal.light .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-teal .light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-teal .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-teal .mat-mdc-checkbox.mat-primary,
.reference-theme-teal.light .mat-mdc-checkbox.mat-primary,
.reference-theme-teal .light .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: #0d9488;
  --mdc-checkbox-selected-hover-icon-color: #0d9488;
  --mdc-checkbox-selected-icon-color: #0d9488;
  --mdc-checkbox-selected-pressed-icon-color: #0d9488;
  --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: #0d9488;
  --mdc-checkbox-selected-hover-state-layer-color: #0d9488;
  --mdc-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-teal .mat-mdc-checkbox.mat-warn,
.reference-theme-teal.light .mat-mdc-checkbox.mat-warn,
.reference-theme-teal .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-teal .mat-mdc-checkbox .mdc-form-field,
.reference-theme-teal.light .mat-mdc-checkbox .mdc-form-field,
.reference-theme-teal .light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-teal .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-teal.light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-teal .light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-teal .mat-mdc-button,
.reference-theme-teal.light .mat-mdc-button,
.reference-theme-teal .light .mat-mdc-button {
  --mdc-text-button-label-text-color: #000;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: #000;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-teal .mat-mdc-button.mat-primary,
.reference-theme-teal.light .mat-mdc-button.mat-primary,
.reference-theme-teal .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #0d9488;
  --mat-text-button-state-layer-color: #0d9488;
  --mat-text-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.reference-theme-teal .mat-mdc-button.mat-accent,
.reference-theme-teal.light .mat-mdc-button.mat-accent,
.reference-theme-teal .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-teal .mat-mdc-button.mat-warn,
.reference-theme-teal.light .mat-mdc-button.mat-warn,
.reference-theme-teal .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-teal .mat-mdc-unelevated-button,
.reference-theme-teal.light .mat-mdc-unelevated-button,
.reference-theme-teal .light .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-teal .mat-mdc-unelevated-button.mat-primary,
.reference-theme-teal.light .mat-mdc-unelevated-button.mat-primary,
.reference-theme-teal .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #0d9488;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-teal .mat-mdc-unelevated-button.mat-accent,
.reference-theme-teal.light .mat-mdc-unelevated-button.mat-accent,
.reference-theme-teal .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-teal .mat-mdc-unelevated-button.mat-warn,
.reference-theme-teal.light .mat-mdc-unelevated-button.mat-warn,
.reference-theme-teal .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-teal .mat-mdc-raised-button,
.reference-theme-teal.light .mat-mdc-raised-button,
.reference-theme-teal .light .mat-mdc-raised-button {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  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);
}
.reference-theme-teal .mat-mdc-raised-button.mat-primary,
.reference-theme-teal.light .mat-mdc-raised-button.mat-primary,
.reference-theme-teal .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #0d9488;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-teal .mat-mdc-raised-button.mat-accent,
.reference-theme-teal.light .mat-mdc-raised-button.mat-accent,
.reference-theme-teal .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-teal .mat-mdc-raised-button.mat-warn,
.reference-theme-teal.light .mat-mdc-raised-button.mat-warn,
.reference-theme-teal .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-teal .mat-mdc-raised-button:hover,
.reference-theme-teal .mat-mdc-raised-button:focus,
.reference-theme-teal.light .mat-mdc-raised-button:hover,
.reference-theme-teal.light .mat-mdc-raised-button:focus,
.reference-theme-teal .light .mat-mdc-raised-button:hover,
.reference-theme-teal .light .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-teal .mat-mdc-raised-button:active,
.reference-theme-teal .mat-mdc-raised-button:focus:active,
.reference-theme-teal.light .mat-mdc-raised-button:active,
.reference-theme-teal.light .mat-mdc-raised-button:focus:active,
.reference-theme-teal .light .mat-mdc-raised-button:active,
.reference-theme-teal .light .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-teal .mat-mdc-outlined-button,
.reference-theme-teal.light .mat-mdc-outlined-button,
.reference-theme-teal .light .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #000;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-teal .mat-mdc-outlined-button.mat-primary,
.reference-theme-teal.light .mat-mdc-outlined-button.mat-primary,
.reference-theme-teal .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #0d9488;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #0d9488;
  --mat-outlined-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.reference-theme-teal .mat-mdc-outlined-button.mat-accent,
.reference-theme-teal.light .mat-mdc-outlined-button.mat-accent,
.reference-theme-teal .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-teal .mat-mdc-outlined-button.mat-warn,
.reference-theme-teal.light .mat-mdc-outlined-button.mat-warn,
.reference-theme-teal .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-teal .mat-mdc-icon-button,
.reference-theme-teal.light .mat-mdc-icon-button,
.reference-theme-teal .light .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #000;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-teal .mat-mdc-icon-button.mat-primary,
.reference-theme-teal.light .mat-mdc-icon-button.mat-primary,
.reference-theme-teal .light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #0d9488;
  --mat-icon-button-state-layer-color: #0d9488;
  --mat-icon-button-ripple-color: rgba(13, 148, 136, 0.1);
}
.reference-theme-teal .mat-mdc-icon-button.mat-accent,
.reference-theme-teal.light .mat-mdc-icon-button.mat-accent,
.reference-theme-teal .light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-teal .mat-mdc-icon-button.mat-warn,
.reference-theme-teal.light .mat-mdc-icon-button.mat-warn,
.reference-theme-teal .light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-teal .mat-mdc-fab.mat-primary,
.reference-theme-teal .mat-mdc-mini-fab.mat-primary,
.reference-theme-teal.light .mat-mdc-fab.mat-primary,
.reference-theme-teal.light .mat-mdc-mini-fab.mat-primary,
.reference-theme-teal .light .mat-mdc-fab.mat-primary,
.reference-theme-teal .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #0d9488;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-teal .mat-mdc-fab.mat-accent,
.reference-theme-teal .mat-mdc-mini-fab.mat-accent,
.reference-theme-teal.light .mat-mdc-fab.mat-accent,
.reference-theme-teal.light .mat-mdc-mini-fab.mat-accent,
.reference-theme-teal .light .mat-mdc-fab.mat-accent,
.reference-theme-teal .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-teal .mat-mdc-fab.mat-warn,
.reference-theme-teal .mat-mdc-mini-fab.mat-warn,
.reference-theme-teal.light .mat-mdc-fab.mat-warn,
.reference-theme-teal.light .mat-mdc-mini-fab.mat-warn,
.reference-theme-teal .light .mat-mdc-fab.mat-warn,
.reference-theme-teal .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-teal .mat-accent,
.reference-theme-teal.light .mat-accent,
.reference-theme-teal .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-teal .mat-warn,
.reference-theme-teal.light .mat-warn,
.reference-theme-teal .light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-teal .mat-badge-accent,
.reference-theme-teal.light .mat-badge-accent,
.reference-theme-teal .light .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-teal .mat-badge-warn,
.reference-theme-teal.light .mat-badge-warn,
.reference-theme-teal .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-teal .mat-datepicker-content.mat-accent,
.reference-theme-teal.light .mat-datepicker-content.mat-accent,
.reference-theme-teal .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-teal .mat-datepicker-content.mat-warn,
.reference-theme-teal.light .mat-datepicker-content.mat-warn,
.reference-theme-teal .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-teal .mat-datepicker-toggle-active.mat-accent,
.reference-theme-teal.light .mat-datepicker-toggle-active.mat-accent,
.reference-theme-teal .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-teal .mat-datepicker-toggle-active.mat-warn,
.reference-theme-teal.light .mat-datepicker-toggle-active.mat-warn,
.reference-theme-teal .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-teal .mat-icon.mat-primary,
.reference-theme-teal.light .mat-icon.mat-primary,
.reference-theme-teal .light .mat-icon.mat-primary {
  --mat-icon-color: #0d9488;
}
.reference-theme-teal .mat-icon.mat-accent,
.reference-theme-teal.light .mat-icon.mat-accent,
.reference-theme-teal .light .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-teal .mat-icon.mat-warn,
.reference-theme-teal.light .mat-icon.mat-warn,
.reference-theme-teal .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-teal .mat-step-header.mat-accent,
.reference-theme-teal.light .mat-step-header.mat-accent,
.reference-theme-teal .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-teal .mat-step-header.mat-warn,
.reference-theme-teal.light .mat-step-header.mat-warn,
.reference-theme-teal .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-teal .mat-toolbar.mat-primary,
.reference-theme-teal.light .mat-toolbar.mat-primary,
.reference-theme-teal .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0d9488;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-teal .mat-toolbar.mat-accent,
.reference-theme-teal.light .mat-toolbar.mat-accent,
.reference-theme-teal .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-teal .mat-toolbar.mat-warn,
.reference-theme-teal.light .mat-toolbar.mat-warn,
.reference-theme-teal .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-teal.dark,
.reference-theme-teal .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #14b8a6;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --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: #1f2937;
  --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: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #14b8a6;
  --mdc-filled-text-field-focus-active-indicator-color: #14b8a6;
  --mdc-filled-text-field-focus-label-text-color: rgba(20, 184, 166, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #14b8a6;
  --mdc-outlined-text-field-focus-outline-color: #14b8a6;
  --mdc-outlined-text-field-focus-label-text-color: rgba(20, 184, 166, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(20, 184, 166, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-panel-background-color: #1f2937;
  --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(20, 184, 166, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #14b8a6;
  --mdc-slider-focus-handle-color: #14b8a6;
  --mdc-slider-hover-handle-color: #14b8a6;
  --mdc-slider-active-track-color: #14b8a6;
  --mdc-slider-inactive-track-color: #14b8a6;
  --mdc-slider-with-tick-marks-inactive-container-color: #14b8a6;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #14b8a6;
  --mat-slider-hover-state-layer-color: rgba(20, 184, 166, 0.05);
  --mat-slider-focus-state-layer-color: rgba(20, 184, 166, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --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: #1f2937;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: #1f2937;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #14b8a6;
  --mat-badge-background-color: #14b8a6;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #14b8a6;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(20, 184, 166, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(20, 184, 166, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(20, 184, 166, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #14b8a6;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(20, 184, 166, 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: #9ca3af;
  --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: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --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: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: #1f2937;
  --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: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #14b8a6;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #14b8a6;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #14b8a6;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --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: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.reference-theme-teal.dark .mat-accent,
.reference-theme-teal .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --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);
}
.reference-theme-teal.dark .mat-warn,
.reference-theme-teal .dark .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --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);
}
.reference-theme-teal.dark .mat-primary,
.reference-theme-teal .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #14b8a6;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #14b8a6;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-teal.dark .mat-accent,
.reference-theme-teal .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-teal.dark .mat-warn,
.reference-theme-teal .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-teal.dark .mat-app-background,
.reference-theme-teal.dark.mat-app-background,
.reference-theme-teal .dark .mat-app-background,
.reference-theme-teal .dark.mat-app-background {
  background-color: #111827;
  color: white;
}
.reference-theme-teal.dark .mat-elevation-z0,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-teal .dark .mat-elevation-z0,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z1,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-teal .dark .mat-elevation-z1,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z2,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-teal .dark .mat-elevation-z2,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z3,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-teal .dark .mat-elevation-z3,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z4,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-teal .dark .mat-elevation-z4,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z5,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-teal .dark .mat-elevation-z5,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z6,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-teal .dark .mat-elevation-z6,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z7,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-teal .dark .mat-elevation-z7,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z8,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-teal .dark .mat-elevation-z8,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z9,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-teal .dark .mat-elevation-z9,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z10,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-teal .dark .mat-elevation-z10,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z11,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-teal .dark .mat-elevation-z11,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z12,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-teal .dark .mat-elevation-z12,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z13,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-teal .dark .mat-elevation-z13,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z14,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-teal .dark .mat-elevation-z14,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z15,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-teal .dark .mat-elevation-z15,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z16,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-teal .dark .mat-elevation-z16,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z17,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-teal .dark .mat-elevation-z17,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z18,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-teal .dark .mat-elevation-z18,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z19,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-teal .dark .mat-elevation-z19,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z20,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-teal .dark .mat-elevation-z20,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z21,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-teal .dark .mat-elevation-z21,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z22,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-teal .dark .mat-elevation-z22,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z23,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-teal .dark .mat-elevation-z23,
.reference-theme-teal .dark .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);
}
.reference-theme-teal.dark .mat-elevation-z24,
.reference-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-teal .dark .mat-elevation-z24,
.reference-theme-teal .dark .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;
}
.reference-theme-teal.dark .mat-mdc-progress-bar,
.reference-theme-teal .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #14b8a6;
  --mdc-linear-progress-track-color: rgba(20, 184, 166, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-teal.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-teal .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(20, 184, 166, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(20, 184, 166, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-teal.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-teal.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .dark .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(20, 184, 166, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-teal.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-teal .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(20, 184, 166, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(20, 184, 166, 0.25));
}
.reference-theme-teal.dark .mat-mdc-progress-bar.mat-accent,
.reference-theme-teal .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-teal.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-teal .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-teal.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .dark .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) {
  .reference-theme-teal.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .dark .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-teal.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-teal .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-teal.dark .mat-mdc-progress-bar.mat-warn,
.reference-theme-teal .dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-teal.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-teal .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-teal.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .dark .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) {
  .reference-theme-teal.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-teal .dark .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-teal.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-teal .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-teal.dark .mat-mdc-form-field.mat-accent,
.reference-theme-teal .dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-teal.dark .mat-mdc-form-field.mat-warn,
.reference-theme-teal .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-teal.dark .mat-mdc-form-field.mat-accent,
.reference-theme-teal .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-teal.dark .mat-mdc-form-field.mat-warn,
.reference-theme-teal .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1f2937;
  --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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-teal.dark .mat-mdc-standard-chip,
.reference-theme-teal .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --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;
}
.reference-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #14b8a6;
  --mdc-chip-elevated-disabled-container-color: #14b8a6;
  --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;
}
.reference-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-teal.dark .mdc-switch,
.reference-theme-teal .dark .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-teal.dark .mat-mdc-slide-toggle,
.reference-theme-teal .dark .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #5eead4;
  --mdc-switch-selected-handle-color: #5eead4;
  --mdc-switch-selected-hover-state-layer-color: #5eead4;
  --mdc-switch-selected-pressed-state-layer-color: #5eead4;
  --mdc-switch-selected-focus-handle-color: #99f6e4;
  --mdc-switch-selected-hover-handle-color: #99f6e4;
  --mdc-switch-selected-pressed-handle-color: #99f6e4;
  --mdc-switch-selected-focus-track-color: #0d9488;
  --mdc-switch-selected-hover-track-color: #0d9488;
  --mdc-switch-selected-pressed-track-color: #0d9488;
  --mdc-switch-selected-track-color: #0d9488;
  --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;
}
.reference-theme-teal.dark .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-teal .dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-teal.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-teal .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-teal.dark .mat-mdc-slide-toggle.mat-accent,
.reference-theme-teal .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcc375;
  --mdc-switch-selected-handle-color: #fcc375;
  --mdc-switch-selected-hover-state-layer-color: #fcc375;
  --mdc-switch-selected-pressed-state-layer-color: #fcc375;
  --mdc-switch-selected-focus-handle-color: #fddcab;
  --mdc-switch-selected-hover-handle-color: #fddcab;
  --mdc-switch-selected-pressed-handle-color: #fddcab;
  --mdc-switch-selected-focus-track-color: #e8680e;
  --mdc-switch-selected-hover-track-color: #e8680e;
  --mdc-switch-selected-pressed-track-color: #e8680e;
  --mdc-switch-selected-track-color: #e8680e;
}
.reference-theme-teal.dark .mat-mdc-slide-toggle.mat-warn,
.reference-theme-teal .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.reference-theme-teal.dark .mat-mdc-radio-button .mdc-form-field,
.reference-theme-teal .dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-teal.dark .mat-mdc-radio-button.mat-primary,
.reference-theme-teal .dark .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: #14b8a6;
  --mdc-radio-selected-hover-icon-color: #14b8a6;
  --mdc-radio-selected-icon-color: #14b8a6;
  --mdc-radio-selected-pressed-icon-color: #14b8a6;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #14b8a6;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-teal.dark .mat-mdc-radio-button.mat-accent,
.reference-theme-teal .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-teal.dark .mat-mdc-radio-button.mat-warn,
.reference-theme-teal .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-teal.dark .mat-accent,
.reference-theme-teal .dark .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-teal.dark .mat-warn,
.reference-theme-teal .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-teal.dark .mdc-list-item__start,
.reference-theme-teal.dark .mdc-list-item__end,
.reference-theme-teal .dark .mdc-list-item__start,
.reference-theme-teal .dark .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: #14b8a6;
  --mdc-radio-selected-hover-icon-color: #14b8a6;
  --mdc-radio-selected-icon-color: #14b8a6;
  --mdc-radio-selected-pressed-icon-color: #14b8a6;
}
.reference-theme-teal.dark .mat-accent .mdc-list-item__start,
.reference-theme-teal.dark .mat-accent .mdc-list-item__end,
.reference-theme-teal .dark .mat-accent .mdc-list-item__start,
.reference-theme-teal .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-teal.dark .mat-warn .mdc-list-item__start,
.reference-theme-teal.dark .mat-warn .mdc-list-item__end,
.reference-theme-teal .dark .mat-warn .mdc-list-item__start,
.reference-theme-teal .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-teal.dark .mat-mdc-list-option,
.reference-theme-teal .dark .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: #14b8a6;
  --mdc-checkbox-selected-hover-icon-color: #14b8a6;
  --mdc-checkbox-selected-icon-color: #14b8a6;
  --mdc-checkbox-selected-pressed-icon-color: #14b8a6;
  --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: #14b8a6;
  --mdc-checkbox-selected-hover-state-layer-color: #14b8a6;
  --mdc-checkbox-selected-pressed-state-layer-color: #14b8a6;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-teal.dark .mat-mdc-list-option.mat-accent,
.reference-theme-teal .dark .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: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-teal.dark .mat-mdc-list-option.mat-warn,
.reference-theme-teal .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #14b8a6;
}
.reference-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #14b8a6;
}
.reference-theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-teal.dark .mat-mdc-tab-group,
.reference-theme-teal.dark .mat-mdc-tab-nav-bar,
.reference-theme-teal .dark .mat-mdc-tab-group,
.reference-theme-teal .dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #14b8a6;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #14b8a6;
  --mat-tab-header-active-ripple-color: #14b8a6;
  --mat-tab-header-inactive-ripple-color: #14b8a6;
  --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: #14b8a6;
  --mat-tab-header-active-hover-label-text-color: #14b8a6;
  --mat-tab-header-active-focus-indicator-color: #14b8a6;
  --mat-tab-header-active-hover-indicator-color: #14b8a6;
}
.reference-theme-teal.dark .mat-mdc-tab-group.mat-accent,
.reference-theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-teal .dark .mat-mdc-tab-group.mat-accent,
.reference-theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-teal.dark .mat-mdc-tab-group.mat-warn,
.reference-theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-teal .dark .mat-mdc-tab-group.mat-warn,
.reference-theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-teal.dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-teal .dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #14b8a6;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-teal.dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-teal .dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-teal.dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-teal .dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-teal.dark .mat-mdc-checkbox.mat-primary,
.reference-theme-teal .dark .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: #14b8a6;
  --mdc-checkbox-selected-hover-icon-color: #14b8a6;
  --mdc-checkbox-selected-icon-color: #14b8a6;
  --mdc-checkbox-selected-pressed-icon-color: #14b8a6;
  --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: #14b8a6;
  --mdc-checkbox-selected-hover-state-layer-color: #14b8a6;
  --mdc-checkbox-selected-pressed-state-layer-color: #14b8a6;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-teal.dark .mat-mdc-checkbox.mat-warn,
.reference-theme-teal .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-teal.dark .mat-mdc-checkbox .mdc-form-field,
.reference-theme-teal .dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-teal.dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-teal .dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-teal.dark .mat-mdc-button,
.reference-theme-teal .dark .mat-mdc-button {
  --mdc-text-button-label-text-color: #fff;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: #fff;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-teal.dark .mat-mdc-button.mat-primary,
.reference-theme-teal .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #14b8a6;
  --mat-text-button-state-layer-color: #14b8a6;
  --mat-text-button-ripple-color: rgba(20, 184, 166, 0.1);
}
.reference-theme-teal.dark .mat-mdc-button.mat-accent,
.reference-theme-teal .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-teal.dark .mat-mdc-button.mat-warn,
.reference-theme-teal .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-teal.dark .mat-mdc-unelevated-button,
.reference-theme-teal .dark .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: #fff;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-teal.dark .mat-mdc-unelevated-button.mat-primary,
.reference-theme-teal .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #14b8a6;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-teal.dark .mat-mdc-unelevated-button.mat-accent,
.reference-theme-teal .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-teal.dark .mat-mdc-unelevated-button.mat-warn,
.reference-theme-teal .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-teal.dark .mat-mdc-raised-button,
.reference-theme-teal .dark .mat-mdc-raised-button {
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  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);
}
.reference-theme-teal.dark .mat-mdc-raised-button.mat-primary,
.reference-theme-teal .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #14b8a6;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-teal.dark .mat-mdc-raised-button.mat-accent,
.reference-theme-teal .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-teal.dark .mat-mdc-raised-button.mat-warn,
.reference-theme-teal .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-teal.dark .mat-mdc-raised-button:hover,
.reference-theme-teal.dark .mat-mdc-raised-button:focus,
.reference-theme-teal .dark .mat-mdc-raised-button:hover,
.reference-theme-teal .dark .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-teal.dark .mat-mdc-raised-button:active,
.reference-theme-teal.dark .mat-mdc-raised-button:focus:active,
.reference-theme-teal .dark .mat-mdc-raised-button:active,
.reference-theme-teal .dark .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-teal.dark .mat-mdc-outlined-button,
.reference-theme-teal .dark .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #fff;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-teal.dark .mat-mdc-outlined-button.mat-primary,
.reference-theme-teal .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #14b8a6;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #14b8a6;
  --mat-outlined-button-ripple-color: rgba(20, 184, 166, 0.1);
}
.reference-theme-teal.dark .mat-mdc-outlined-button.mat-accent,
.reference-theme-teal .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-teal.dark .mat-mdc-outlined-button.mat-warn,
.reference-theme-teal .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-teal.dark .mat-mdc-icon-button,
.reference-theme-teal .dark .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: #fff;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-teal.dark .mat-mdc-icon-button.mat-primary,
.reference-theme-teal .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #14b8a6;
  --mat-icon-button-state-layer-color: #14b8a6;
  --mat-icon-button-ripple-color: rgba(20, 184, 166, 0.1);
}
.reference-theme-teal.dark .mat-mdc-icon-button.mat-accent,
.reference-theme-teal .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-teal.dark .mat-mdc-icon-button.mat-warn,
.reference-theme-teal .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-teal.dark .mat-mdc-fab.mat-primary,
.reference-theme-teal.dark .mat-mdc-mini-fab.mat-primary,
.reference-theme-teal .dark .mat-mdc-fab.mat-primary,
.reference-theme-teal .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #14b8a6;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-teal.dark .mat-mdc-fab.mat-accent,
.reference-theme-teal.dark .mat-mdc-mini-fab.mat-accent,
.reference-theme-teal .dark .mat-mdc-fab.mat-accent,
.reference-theme-teal .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-teal.dark .mat-mdc-fab.mat-warn,
.reference-theme-teal.dark .mat-mdc-mini-fab.mat-warn,
.reference-theme-teal .dark .mat-mdc-fab.mat-warn,
.reference-theme-teal .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-teal.dark .mat-accent,
.reference-theme-teal .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-teal.dark .mat-warn,
.reference-theme-teal .dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-teal.dark .mat-badge-accent,
.reference-theme-teal .dark .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-teal.dark .mat-badge-warn,
.reference-theme-teal .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-teal.dark .mat-datepicker-content.mat-accent,
.reference-theme-teal .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-teal.dark .mat-datepicker-content.mat-warn,
.reference-theme-teal .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-teal.dark .mat-datepicker-toggle-active.mat-accent,
.reference-theme-teal .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-teal.dark .mat-datepicker-toggle-active.mat-warn,
.reference-theme-teal .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-teal.dark .mat-icon.mat-primary,
.reference-theme-teal .dark .mat-icon.mat-primary {
  --mat-icon-color: #14b8a6;
}
.reference-theme-teal.dark .mat-icon.mat-accent,
.reference-theme-teal .dark .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-teal.dark .mat-icon.mat-warn,
.reference-theme-teal .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-teal.dark .mat-step-header.mat-accent,
.reference-theme-teal .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-teal.dark .mat-step-header.mat-warn,
.reference-theme-teal .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-teal.dark .mat-toolbar.mat-primary,
.reference-theme-teal .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #14b8a6;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-teal.dark .mat-toolbar.mat-accent,
.reference-theme-teal .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-teal.dark .mat-toolbar.mat-warn,
.reference-theme-teal .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-green,
.reference-theme-green.light,
.reference-theme-green .light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #16a34a;
  --mat-option-label-text-color: #030712;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #030712;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #16a34a;
  --mdc-filled-text-field-focus-active-indicator-color: #16a34a;
  --mdc-filled-text-field-focus-label-text-color: rgba(22, 163, 74, 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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #16a34a;
  --mdc-outlined-text-field-focus-outline-color: #16a34a;
  --mdc-outlined-text-field-focus-label-text-color: rgba(22, 163, 74, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(22, 163, 74, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(22, 163, 74, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #16a34a;
  --mdc-slider-focus-handle-color: #16a34a;
  --mdc-slider-hover-handle-color: #16a34a;
  --mdc-slider-active-track-color: #16a34a;
  --mdc-slider-inactive-track-color: #16a34a;
  --mdc-slider-with-tick-marks-inactive-container-color: #16a34a;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #16a34a;
  --mat-slider-hover-state-layer-color: rgba(22, 163, 74, 0.05);
  --mat-slider-focus-state-layer-color: rgba(22, 163, 74, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-item-label-text-color: #030712;
  --mat-menu-item-icon-color: #030712;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: #030712;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --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: #030712;
  --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: #030712;
  --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;
  --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);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f78721;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #030712;
  --mat-table-row-item-label-text-color: #030712;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #16a34a;
  --mat-badge-background-color: #16a34a;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #9ca3af;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #030712;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #030712;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #f0f0f0;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #16a34a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(22, 163, 74, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(22, 163, 74, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(22, 163, 74, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #16a34a;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(22, 163, 74, 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: #1f2937;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-icon-color: #1f2937;
  --mat-datepicker-calendar-navigation-button-icon-color: #1f2937;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.06);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #030712;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-range-input-separator-color: #030712;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #030712;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #030712;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-disabled-state-text-color: #9ca3af;
  --mat-expansion-header-text-color: #030712;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.06);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #030712;
  --mat-sidenav-content-background-color: #f3f4f6;
  --mat-sidenav-content-text-color: #030712;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #16a34a;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #16a34a;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #16a34a;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.06);
  --mat-stepper-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #030712;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #030712;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #030712;
}
.reference-theme-green .mat-accent,
.reference-theme-green.light .mat-accent,
.reference-theme-green .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-green .mat-warn,
.reference-theme-green.light .mat-warn,
.reference-theme-green .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-green .mat-primary,
.reference-theme-green.light .mat-primary,
.reference-theme-green .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #16a34a;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #16a34a;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-green .mat-accent,
.reference-theme-green.light .mat-accent,
.reference-theme-green .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-green .mat-warn,
.reference-theme-green.light .mat-warn,
.reference-theme-green .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-green .mat-app-background,
.reference-theme-green.mat-app-background,
.reference-theme-green.light .mat-app-background,
.reference-theme-green.light.mat-app-background,
.reference-theme-green .light .mat-app-background,
.reference-theme-green .light.mat-app-background {
  background-color: #f3f4f6;
  color: #030712;
}
.reference-theme-green .mat-elevation-z0,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-green.light .mat-elevation-z0,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-green .light .mat-elevation-z0,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z1,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-green.light .mat-elevation-z1,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-green .light .mat-elevation-z1,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z2,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-green.light .mat-elevation-z2,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-green .light .mat-elevation-z2,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z3,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-green.light .mat-elevation-z3,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-green .light .mat-elevation-z3,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z4,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-green.light .mat-elevation-z4,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-green .light .mat-elevation-z4,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z5,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-green.light .mat-elevation-z5,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-green .light .mat-elevation-z5,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z6,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-green.light .mat-elevation-z6,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-green .light .mat-elevation-z6,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z7,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-green.light .mat-elevation-z7,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-green .light .mat-elevation-z7,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z8,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-green.light .mat-elevation-z8,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-green .light .mat-elevation-z8,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z9,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-green.light .mat-elevation-z9,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-green .light .mat-elevation-z9,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z10,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-green.light .mat-elevation-z10,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-green .light .mat-elevation-z10,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z11,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-green.light .mat-elevation-z11,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-green .light .mat-elevation-z11,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z12,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-green.light .mat-elevation-z12,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-green .light .mat-elevation-z12,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z13,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-green.light .mat-elevation-z13,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-green .light .mat-elevation-z13,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z14,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-green.light .mat-elevation-z14,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-green .light .mat-elevation-z14,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z15,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-green.light .mat-elevation-z15,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-green .light .mat-elevation-z15,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z16,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-green.light .mat-elevation-z16,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-green .light .mat-elevation-z16,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z17,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-green.light .mat-elevation-z17,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-green .light .mat-elevation-z17,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z18,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-green.light .mat-elevation-z18,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-green .light .mat-elevation-z18,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z19,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-green.light .mat-elevation-z19,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-green .light .mat-elevation-z19,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z20,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-green.light .mat-elevation-z20,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-green .light .mat-elevation-z20,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z21,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-green.light .mat-elevation-z21,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-green .light .mat-elevation-z21,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z22,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-green.light .mat-elevation-z22,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-green .light .mat-elevation-z22,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z23,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-green.light .mat-elevation-z23,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-green .light .mat-elevation-z23,
.reference-theme-green .light .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);
}
.reference-theme-green .mat-elevation-z24,
.reference-theme-green .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-green.light .mat-elevation-z24,
.reference-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-green .light .mat-elevation-z24,
.reference-theme-green .light .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;
}
.reference-theme-green .mat-mdc-progress-bar,
.reference-theme-green.light .mat-mdc-progress-bar,
.reference-theme-green .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #16a34a;
  --mdc-linear-progress-track-color: rgba(22, 163, 74, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-green.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-green .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(22, 163, 74, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(22, 163, 74, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-green.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-green .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-green.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-green .light .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(22, 163, 74, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-green .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-green.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-green .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(22, 163, 74, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(22, 163, 74, 0.25));
}
.reference-theme-green .mat-mdc-progress-bar.mat-accent,
.reference-theme-green.light .mat-mdc-progress-bar.mat-accent,
.reference-theme-green .light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-green.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-green .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-green.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-green .light .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) {
  .reference-theme-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-green.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-green .light .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-green .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-green.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-green .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-green .mat-mdc-progress-bar.mat-warn,
.reference-theme-green.light .mat-mdc-progress-bar.mat-warn,
.reference-theme-green .light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-green.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-green .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-green.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-green .light .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) {
  .reference-theme-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-green.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-green .light .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-green .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-green.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-green .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-green .mat-mdc-form-field.mat-accent,
.reference-theme-green.light .mat-mdc-form-field.mat-accent,
.reference-theme-green .light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-green .mat-mdc-form-field.mat-warn,
.reference-theme-green.light .mat-mdc-form-field.mat-warn,
.reference-theme-green .light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-green .mat-mdc-form-field.mat-accent,
.reference-theme-green.light .mat-mdc-form-field.mat-accent,
.reference-theme-green .light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-green .mat-mdc-form-field.mat-warn,
.reference-theme-green.light .mat-mdc-form-field.mat-warn,
.reference-theme-green .light .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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-green .mat-mdc-standard-chip,
.reference-theme-green.light .mat-mdc-standard-chip,
.reference-theme-green .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-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;
}
.reference-theme-green .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-green .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #16a34a;
  --mdc-chip-elevated-disabled-container-color: #16a34a;
  --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;
}
.reference-theme-green .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-green .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-green .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-green .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-green .mdc-switch,
.reference-theme-green.light .mdc-switch,
.reference-theme-green .light .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-green .mat-mdc-slide-toggle,
.reference-theme-green.light .mat-mdc-slide-toggle,
.reference-theme-green .light .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #16a34a;
  --mdc-switch-selected-handle-color: #16a34a;
  --mdc-switch-selected-hover-state-layer-color: #16a34a;
  --mdc-switch-selected-pressed-state-layer-color: #16a34a;
  --mdc-switch-selected-focus-handle-color: #14532d;
  --mdc-switch-selected-hover-handle-color: #14532d;
  --mdc-switch-selected-pressed-handle-color: #14532d;
  --mdc-switch-selected-focus-track-color: #86efac;
  --mdc-switch-selected-hover-track-color: #86efac;
  --mdc-switch-selected-pressed-track-color: #86efac;
  --mdc-switch-selected-track-color: #86efac;
  --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;
}
.reference-theme-green .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-green.light .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-green .light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-green .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-green.light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-green .light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-green .mat-mdc-slide-toggle.mat-accent,
.reference-theme-green.light .mat-mdc-slide-toggle.mat-accent,
.reference-theme-green .light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #e8680e;
  --mdc-switch-selected-handle-color: #e8680e;
  --mdc-switch-selected-hover-state-layer-color: #e8680e;
  --mdc-switch-selected-pressed-state-layer-color: #e8680e;
  --mdc-switch-selected-focus-handle-color: #7b3513;
  --mdc-switch-selected-hover-handle-color: #7b3513;
  --mdc-switch-selected-pressed-handle-color: #7b3513;
  --mdc-switch-selected-focus-track-color: #fcc375;
  --mdc-switch-selected-hover-track-color: #fcc375;
  --mdc-switch-selected-pressed-track-color: #fcc375;
  --mdc-switch-selected-track-color: #fcc375;
}
.reference-theme-green .mat-mdc-slide-toggle.mat-warn,
.reference-theme-green.light .mat-mdc-slide-toggle.mat-warn,
.reference-theme-green .light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.reference-theme-green .mat-mdc-radio-button .mdc-form-field,
.reference-theme-green.light .mat-mdc-radio-button .mdc-form-field,
.reference-theme-green .light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-green .mat-mdc-radio-button.mat-primary,
.reference-theme-green.light .mat-mdc-radio-button.mat-primary,
.reference-theme-green .light .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: #16a34a;
  --mdc-radio-selected-hover-icon-color: #16a34a;
  --mdc-radio-selected-icon-color: #16a34a;
  --mdc-radio-selected-pressed-icon-color: #16a34a;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #16a34a;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-green .mat-mdc-radio-button.mat-accent,
.reference-theme-green.light .mat-mdc-radio-button.mat-accent,
.reference-theme-green .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-green .mat-mdc-radio-button.mat-warn,
.reference-theme-green.light .mat-mdc-radio-button.mat-warn,
.reference-theme-green .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-green .mat-accent,
.reference-theme-green.light .mat-accent,
.reference-theme-green .light .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-green .mat-warn,
.reference-theme-green.light .mat-warn,
.reference-theme-green .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-green .mdc-list-item__start,
.reference-theme-green .mdc-list-item__end,
.reference-theme-green.light .mdc-list-item__start,
.reference-theme-green.light .mdc-list-item__end,
.reference-theme-green .light .mdc-list-item__start,
.reference-theme-green .light .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: #16a34a;
  --mdc-radio-selected-hover-icon-color: #16a34a;
  --mdc-radio-selected-icon-color: #16a34a;
  --mdc-radio-selected-pressed-icon-color: #16a34a;
}
.reference-theme-green .mat-accent .mdc-list-item__start,
.reference-theme-green .mat-accent .mdc-list-item__end,
.reference-theme-green.light .mat-accent .mdc-list-item__start,
.reference-theme-green.light .mat-accent .mdc-list-item__end,
.reference-theme-green .light .mat-accent .mdc-list-item__start,
.reference-theme-green .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-green .mat-warn .mdc-list-item__start,
.reference-theme-green .mat-warn .mdc-list-item__end,
.reference-theme-green.light .mat-warn .mdc-list-item__start,
.reference-theme-green.light .mat-warn .mdc-list-item__end,
.reference-theme-green .light .mat-warn .mdc-list-item__start,
.reference-theme-green .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-green .mat-mdc-list-option,
.reference-theme-green.light .mat-mdc-list-option,
.reference-theme-green .light .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: #16a34a;
  --mdc-checkbox-selected-hover-icon-color: #16a34a;
  --mdc-checkbox-selected-icon-color: #16a34a;
  --mdc-checkbox-selected-pressed-icon-color: #16a34a;
  --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: #16a34a;
  --mdc-checkbox-selected-hover-state-layer-color: #16a34a;
  --mdc-checkbox-selected-pressed-state-layer-color: #16a34a;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-green .mat-mdc-list-option.mat-accent,
.reference-theme-green.light .mat-mdc-list-option.mat-accent,
.reference-theme-green .light .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: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-green .mat-mdc-list-option.mat-warn,
.reference-theme-green.light .mat-mdc-list-option.mat-warn,
.reference-theme-green .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #16a34a;
}
.reference-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #16a34a;
}
.reference-theme-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-green.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-green.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-green.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-green .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-green .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-green .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-green .mat-mdc-tab-group,
.reference-theme-green .mat-mdc-tab-nav-bar,
.reference-theme-green.light .mat-mdc-tab-group,
.reference-theme-green.light .mat-mdc-tab-nav-bar,
.reference-theme-green .light .mat-mdc-tab-group,
.reference-theme-green .light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #16a34a;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #16a34a;
  --mat-tab-header-active-ripple-color: #16a34a;
  --mat-tab-header-inactive-ripple-color: #16a34a;
  --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: #16a34a;
  --mat-tab-header-active-hover-label-text-color: #16a34a;
  --mat-tab-header-active-focus-indicator-color: #16a34a;
  --mat-tab-header-active-hover-indicator-color: #16a34a;
}
.reference-theme-green .mat-mdc-tab-group.mat-accent,
.reference-theme-green .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-green.light .mat-mdc-tab-group.mat-accent,
.reference-theme-green.light .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-green .light .mat-mdc-tab-group.mat-accent,
.reference-theme-green .light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-green .mat-mdc-tab-group.mat-warn,
.reference-theme-green .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-green.light .mat-mdc-tab-group.mat-warn,
.reference-theme-green.light .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-green .light .mat-mdc-tab-group.mat-warn,
.reference-theme-green .light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-green .mat-mdc-tab-group.mat-background-primary,
.reference-theme-green .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-green.light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-green.light .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-green .light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-green .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #16a34a;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-green .mat-mdc-tab-group.mat-background-accent,
.reference-theme-green .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-green.light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-green.light .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-green .light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-green .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-green .mat-mdc-tab-group.mat-background-warn,
.reference-theme-green .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-green.light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-green.light .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-green .light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-green .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-green .mat-mdc-checkbox.mat-primary,
.reference-theme-green.light .mat-mdc-checkbox.mat-primary,
.reference-theme-green .light .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: #16a34a;
  --mdc-checkbox-selected-hover-icon-color: #16a34a;
  --mdc-checkbox-selected-icon-color: #16a34a;
  --mdc-checkbox-selected-pressed-icon-color: #16a34a;
  --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: #16a34a;
  --mdc-checkbox-selected-hover-state-layer-color: #16a34a;
  --mdc-checkbox-selected-pressed-state-layer-color: #16a34a;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-green .mat-mdc-checkbox.mat-warn,
.reference-theme-green.light .mat-mdc-checkbox.mat-warn,
.reference-theme-green .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-green .mat-mdc-checkbox .mdc-form-field,
.reference-theme-green.light .mat-mdc-checkbox .mdc-form-field,
.reference-theme-green .light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-green .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-green.light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-green .light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-green .mat-mdc-button,
.reference-theme-green.light .mat-mdc-button,
.reference-theme-green .light .mat-mdc-button {
  --mdc-text-button-label-text-color: #000;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: #000;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-green .mat-mdc-button.mat-primary,
.reference-theme-green.light .mat-mdc-button.mat-primary,
.reference-theme-green .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #16a34a;
  --mat-text-button-state-layer-color: #16a34a;
  --mat-text-button-ripple-color: rgba(22, 163, 74, 0.1);
}
.reference-theme-green .mat-mdc-button.mat-accent,
.reference-theme-green.light .mat-mdc-button.mat-accent,
.reference-theme-green .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-green .mat-mdc-button.mat-warn,
.reference-theme-green.light .mat-mdc-button.mat-warn,
.reference-theme-green .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-green .mat-mdc-unelevated-button,
.reference-theme-green.light .mat-mdc-unelevated-button,
.reference-theme-green .light .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-green .mat-mdc-unelevated-button.mat-primary,
.reference-theme-green.light .mat-mdc-unelevated-button.mat-primary,
.reference-theme-green .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #16a34a;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-green .mat-mdc-unelevated-button.mat-accent,
.reference-theme-green.light .mat-mdc-unelevated-button.mat-accent,
.reference-theme-green .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-green .mat-mdc-unelevated-button.mat-warn,
.reference-theme-green.light .mat-mdc-unelevated-button.mat-warn,
.reference-theme-green .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-green .mat-mdc-raised-button,
.reference-theme-green.light .mat-mdc-raised-button,
.reference-theme-green .light .mat-mdc-raised-button {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  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);
}
.reference-theme-green .mat-mdc-raised-button.mat-primary,
.reference-theme-green.light .mat-mdc-raised-button.mat-primary,
.reference-theme-green .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #16a34a;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-green .mat-mdc-raised-button.mat-accent,
.reference-theme-green.light .mat-mdc-raised-button.mat-accent,
.reference-theme-green .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-green .mat-mdc-raised-button.mat-warn,
.reference-theme-green.light .mat-mdc-raised-button.mat-warn,
.reference-theme-green .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-green .mat-mdc-raised-button:hover,
.reference-theme-green .mat-mdc-raised-button:focus,
.reference-theme-green.light .mat-mdc-raised-button:hover,
.reference-theme-green.light .mat-mdc-raised-button:focus,
.reference-theme-green .light .mat-mdc-raised-button:hover,
.reference-theme-green .light .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-green .mat-mdc-raised-button:active,
.reference-theme-green .mat-mdc-raised-button:focus:active,
.reference-theme-green.light .mat-mdc-raised-button:active,
.reference-theme-green.light .mat-mdc-raised-button:focus:active,
.reference-theme-green .light .mat-mdc-raised-button:active,
.reference-theme-green .light .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-green .mat-mdc-outlined-button,
.reference-theme-green.light .mat-mdc-outlined-button,
.reference-theme-green .light .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #000;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-green .mat-mdc-outlined-button.mat-primary,
.reference-theme-green.light .mat-mdc-outlined-button.mat-primary,
.reference-theme-green .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #16a34a;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #16a34a;
  --mat-outlined-button-ripple-color: rgba(22, 163, 74, 0.1);
}
.reference-theme-green .mat-mdc-outlined-button.mat-accent,
.reference-theme-green.light .mat-mdc-outlined-button.mat-accent,
.reference-theme-green .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-green .mat-mdc-outlined-button.mat-warn,
.reference-theme-green.light .mat-mdc-outlined-button.mat-warn,
.reference-theme-green .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-green .mat-mdc-icon-button,
.reference-theme-green.light .mat-mdc-icon-button,
.reference-theme-green .light .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #000;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-green .mat-mdc-icon-button.mat-primary,
.reference-theme-green.light .mat-mdc-icon-button.mat-primary,
.reference-theme-green .light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #16a34a;
  --mat-icon-button-state-layer-color: #16a34a;
  --mat-icon-button-ripple-color: rgba(22, 163, 74, 0.1);
}
.reference-theme-green .mat-mdc-icon-button.mat-accent,
.reference-theme-green.light .mat-mdc-icon-button.mat-accent,
.reference-theme-green .light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-green .mat-mdc-icon-button.mat-warn,
.reference-theme-green.light .mat-mdc-icon-button.mat-warn,
.reference-theme-green .light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-green .mat-mdc-fab.mat-primary,
.reference-theme-green .mat-mdc-mini-fab.mat-primary,
.reference-theme-green.light .mat-mdc-fab.mat-primary,
.reference-theme-green.light .mat-mdc-mini-fab.mat-primary,
.reference-theme-green .light .mat-mdc-fab.mat-primary,
.reference-theme-green .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #16a34a;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-green .mat-mdc-fab.mat-accent,
.reference-theme-green .mat-mdc-mini-fab.mat-accent,
.reference-theme-green.light .mat-mdc-fab.mat-accent,
.reference-theme-green.light .mat-mdc-mini-fab.mat-accent,
.reference-theme-green .light .mat-mdc-fab.mat-accent,
.reference-theme-green .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-green .mat-mdc-fab.mat-warn,
.reference-theme-green .mat-mdc-mini-fab.mat-warn,
.reference-theme-green.light .mat-mdc-fab.mat-warn,
.reference-theme-green.light .mat-mdc-mini-fab.mat-warn,
.reference-theme-green .light .mat-mdc-fab.mat-warn,
.reference-theme-green .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-green .mat-accent,
.reference-theme-green.light .mat-accent,
.reference-theme-green .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-green .mat-warn,
.reference-theme-green.light .mat-warn,
.reference-theme-green .light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-green .mat-badge-accent,
.reference-theme-green.light .mat-badge-accent,
.reference-theme-green .light .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-green .mat-badge-warn,
.reference-theme-green.light .mat-badge-warn,
.reference-theme-green .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-green .mat-datepicker-content.mat-accent,
.reference-theme-green.light .mat-datepicker-content.mat-accent,
.reference-theme-green .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-green .mat-datepicker-content.mat-warn,
.reference-theme-green.light .mat-datepicker-content.mat-warn,
.reference-theme-green .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-green .mat-datepicker-toggle-active.mat-accent,
.reference-theme-green.light .mat-datepicker-toggle-active.mat-accent,
.reference-theme-green .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-green .mat-datepicker-toggle-active.mat-warn,
.reference-theme-green.light .mat-datepicker-toggle-active.mat-warn,
.reference-theme-green .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-green .mat-icon.mat-primary,
.reference-theme-green.light .mat-icon.mat-primary,
.reference-theme-green .light .mat-icon.mat-primary {
  --mat-icon-color: #16a34a;
}
.reference-theme-green .mat-icon.mat-accent,
.reference-theme-green.light .mat-icon.mat-accent,
.reference-theme-green .light .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-green .mat-icon.mat-warn,
.reference-theme-green.light .mat-icon.mat-warn,
.reference-theme-green .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-green .mat-step-header.mat-accent,
.reference-theme-green.light .mat-step-header.mat-accent,
.reference-theme-green .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-green .mat-step-header.mat-warn,
.reference-theme-green.light .mat-step-header.mat-warn,
.reference-theme-green .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-green .mat-toolbar.mat-primary,
.reference-theme-green.light .mat-toolbar.mat-primary,
.reference-theme-green .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #16a34a;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-green .mat-toolbar.mat-accent,
.reference-theme-green.light .mat-toolbar.mat-accent,
.reference-theme-green .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-green .mat-toolbar.mat-warn,
.reference-theme-green.light .mat-toolbar.mat-warn,
.reference-theme-green .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-green.dark,
.reference-theme-green .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #22c55e;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --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: #1f2937;
  --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: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #22c55e;
  --mdc-filled-text-field-focus-active-indicator-color: #22c55e;
  --mdc-filled-text-field-focus-label-text-color: rgba(34, 197, 94, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #22c55e;
  --mdc-outlined-text-field-focus-outline-color: #22c55e;
  --mdc-outlined-text-field-focus-label-text-color: rgba(34, 197, 94, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(34, 197, 94, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(34, 197, 94, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #22c55e;
  --mdc-slider-focus-handle-color: #22c55e;
  --mdc-slider-hover-handle-color: #22c55e;
  --mdc-slider-active-track-color: #22c55e;
  --mdc-slider-inactive-track-color: #22c55e;
  --mdc-slider-with-tick-marks-inactive-container-color: #22c55e;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #22c55e;
  --mat-slider-hover-state-layer-color: rgba(34, 197, 94, 0.05);
  --mat-slider-focus-state-layer-color: rgba(34, 197, 94, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --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: #1f2937;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: #1f2937;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #22c55e;
  --mat-badge-background-color: #22c55e;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #22c55e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(34, 197, 94, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(34, 197, 94, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(34, 197, 94, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #22c55e;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(34, 197, 94, 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: #9ca3af;
  --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: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --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: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: #1f2937;
  --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: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #22c55e;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #22c55e;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #22c55e;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --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: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.reference-theme-green.dark .mat-accent,
.reference-theme-green .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --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);
}
.reference-theme-green.dark .mat-warn,
.reference-theme-green .dark .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --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);
}
.reference-theme-green.dark .mat-primary,
.reference-theme-green .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #22c55e;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #22c55e;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-green.dark .mat-accent,
.reference-theme-green .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-green.dark .mat-warn,
.reference-theme-green .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-green.dark .mat-app-background,
.reference-theme-green.dark.mat-app-background,
.reference-theme-green .dark .mat-app-background,
.reference-theme-green .dark.mat-app-background {
  background-color: #111827;
  color: white;
}
.reference-theme-green.dark .mat-elevation-z0,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-green .dark .mat-elevation-z0,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z1,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-green .dark .mat-elevation-z1,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z2,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-green .dark .mat-elevation-z2,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z3,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-green .dark .mat-elevation-z3,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z4,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-green .dark .mat-elevation-z4,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z5,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-green .dark .mat-elevation-z5,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z6,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-green .dark .mat-elevation-z6,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z7,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-green .dark .mat-elevation-z7,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z8,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-green .dark .mat-elevation-z8,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z9,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-green .dark .mat-elevation-z9,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z10,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-green .dark .mat-elevation-z10,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z11,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-green .dark .mat-elevation-z11,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z12,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-green .dark .mat-elevation-z12,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z13,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-green .dark .mat-elevation-z13,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z14,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-green .dark .mat-elevation-z14,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z15,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-green .dark .mat-elevation-z15,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z16,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-green .dark .mat-elevation-z16,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z17,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-green .dark .mat-elevation-z17,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z18,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-green .dark .mat-elevation-z18,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z19,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-green .dark .mat-elevation-z19,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z20,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-green .dark .mat-elevation-z20,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z21,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-green .dark .mat-elevation-z21,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z22,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-green .dark .mat-elevation-z22,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z23,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-green .dark .mat-elevation-z23,
.reference-theme-green .dark .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);
}
.reference-theme-green.dark .mat-elevation-z24,
.reference-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-green .dark .mat-elevation-z24,
.reference-theme-green .dark .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;
}
.reference-theme-green.dark .mat-mdc-progress-bar,
.reference-theme-green .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #22c55e;
  --mdc-linear-progress-track-color: rgba(34, 197, 94, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-green.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-green .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(34, 197, 94, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(34, 197, 94, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-green.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-green .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-green.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-green .dark .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(34, 197, 94, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-green.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-green .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(34, 197, 94, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(34, 197, 94, 0.25));
}
.reference-theme-green.dark .mat-mdc-progress-bar.mat-accent,
.reference-theme-green .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-green.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-green .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-green.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-green .dark .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) {
  .reference-theme-green.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-green .dark .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-green.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-green .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-green.dark .mat-mdc-progress-bar.mat-warn,
.reference-theme-green .dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-green.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-green .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-green.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-green .dark .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) {
  .reference-theme-green.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-green .dark .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-green.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-green .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-green.dark .mat-mdc-form-field.mat-accent,
.reference-theme-green .dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-green.dark .mat-mdc-form-field.mat-warn,
.reference-theme-green .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-green.dark .mat-mdc-form-field.mat-accent,
.reference-theme-green .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-green.dark .mat-mdc-form-field.mat-warn,
.reference-theme-green .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1f2937;
  --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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-green.dark .mat-mdc-standard-chip,
.reference-theme-green .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --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;
}
.reference-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #22c55e;
  --mdc-chip-elevated-disabled-container-color: #22c55e;
  --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;
}
.reference-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-green.dark .mdc-switch,
.reference-theme-green .dark .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-green.dark .mat-mdc-slide-toggle,
.reference-theme-green .dark .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #86efac;
  --mdc-switch-selected-handle-color: #86efac;
  --mdc-switch-selected-hover-state-layer-color: #86efac;
  --mdc-switch-selected-pressed-state-layer-color: #86efac;
  --mdc-switch-selected-focus-handle-color: #bbf7d0;
  --mdc-switch-selected-hover-handle-color: #bbf7d0;
  --mdc-switch-selected-pressed-handle-color: #bbf7d0;
  --mdc-switch-selected-focus-track-color: #16a34a;
  --mdc-switch-selected-hover-track-color: #16a34a;
  --mdc-switch-selected-pressed-track-color: #16a34a;
  --mdc-switch-selected-track-color: #16a34a;
  --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;
}
.reference-theme-green.dark .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-green .dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-green.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-green .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-green.dark .mat-mdc-slide-toggle.mat-accent,
.reference-theme-green .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcc375;
  --mdc-switch-selected-handle-color: #fcc375;
  --mdc-switch-selected-hover-state-layer-color: #fcc375;
  --mdc-switch-selected-pressed-state-layer-color: #fcc375;
  --mdc-switch-selected-focus-handle-color: #fddcab;
  --mdc-switch-selected-hover-handle-color: #fddcab;
  --mdc-switch-selected-pressed-handle-color: #fddcab;
  --mdc-switch-selected-focus-track-color: #e8680e;
  --mdc-switch-selected-hover-track-color: #e8680e;
  --mdc-switch-selected-pressed-track-color: #e8680e;
  --mdc-switch-selected-track-color: #e8680e;
}
.reference-theme-green.dark .mat-mdc-slide-toggle.mat-warn,
.reference-theme-green .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.reference-theme-green.dark .mat-mdc-radio-button .mdc-form-field,
.reference-theme-green .dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-green.dark .mat-mdc-radio-button.mat-primary,
.reference-theme-green .dark .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: #22c55e;
  --mdc-radio-selected-hover-icon-color: #22c55e;
  --mdc-radio-selected-icon-color: #22c55e;
  --mdc-radio-selected-pressed-icon-color: #22c55e;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #22c55e;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-green.dark .mat-mdc-radio-button.mat-accent,
.reference-theme-green .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-green.dark .mat-mdc-radio-button.mat-warn,
.reference-theme-green .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-green.dark .mat-accent,
.reference-theme-green .dark .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-green.dark .mat-warn,
.reference-theme-green .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-green.dark .mdc-list-item__start,
.reference-theme-green.dark .mdc-list-item__end,
.reference-theme-green .dark .mdc-list-item__start,
.reference-theme-green .dark .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: #22c55e;
  --mdc-radio-selected-hover-icon-color: #22c55e;
  --mdc-radio-selected-icon-color: #22c55e;
  --mdc-radio-selected-pressed-icon-color: #22c55e;
}
.reference-theme-green.dark .mat-accent .mdc-list-item__start,
.reference-theme-green.dark .mat-accent .mdc-list-item__end,
.reference-theme-green .dark .mat-accent .mdc-list-item__start,
.reference-theme-green .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-green.dark .mat-warn .mdc-list-item__start,
.reference-theme-green.dark .mat-warn .mdc-list-item__end,
.reference-theme-green .dark .mat-warn .mdc-list-item__start,
.reference-theme-green .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-green.dark .mat-mdc-list-option,
.reference-theme-green .dark .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: #22c55e;
  --mdc-checkbox-selected-hover-icon-color: #22c55e;
  --mdc-checkbox-selected-icon-color: #22c55e;
  --mdc-checkbox-selected-pressed-icon-color: #22c55e;
  --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: #22c55e;
  --mdc-checkbox-selected-hover-state-layer-color: #22c55e;
  --mdc-checkbox-selected-pressed-state-layer-color: #22c55e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-green.dark .mat-mdc-list-option.mat-accent,
.reference-theme-green .dark .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: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-green.dark .mat-mdc-list-option.mat-warn,
.reference-theme-green .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #22c55e;
}
.reference-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #22c55e;
}
.reference-theme-green.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-green.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-green.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-green .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-green .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-green .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-green.dark .mat-mdc-tab-group,
.reference-theme-green.dark .mat-mdc-tab-nav-bar,
.reference-theme-green .dark .mat-mdc-tab-group,
.reference-theme-green .dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #22c55e;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #22c55e;
  --mat-tab-header-active-ripple-color: #22c55e;
  --mat-tab-header-inactive-ripple-color: #22c55e;
  --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: #22c55e;
  --mat-tab-header-active-hover-label-text-color: #22c55e;
  --mat-tab-header-active-focus-indicator-color: #22c55e;
  --mat-tab-header-active-hover-indicator-color: #22c55e;
}
.reference-theme-green.dark .mat-mdc-tab-group.mat-accent,
.reference-theme-green.dark .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-green .dark .mat-mdc-tab-group.mat-accent,
.reference-theme-green .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-green.dark .mat-mdc-tab-group.mat-warn,
.reference-theme-green.dark .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-green .dark .mat-mdc-tab-group.mat-warn,
.reference-theme-green .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-green.dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-green.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-green .dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-green .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #22c55e;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-green.dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-green.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-green .dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-green .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-green.dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-green.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-green .dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-green .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-green.dark .mat-mdc-checkbox.mat-primary,
.reference-theme-green .dark .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: #22c55e;
  --mdc-checkbox-selected-hover-icon-color: #22c55e;
  --mdc-checkbox-selected-icon-color: #22c55e;
  --mdc-checkbox-selected-pressed-icon-color: #22c55e;
  --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: #22c55e;
  --mdc-checkbox-selected-hover-state-layer-color: #22c55e;
  --mdc-checkbox-selected-pressed-state-layer-color: #22c55e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-green.dark .mat-mdc-checkbox.mat-warn,
.reference-theme-green .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-green.dark .mat-mdc-checkbox .mdc-form-field,
.reference-theme-green .dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-green.dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-green .dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-green.dark .mat-mdc-button,
.reference-theme-green .dark .mat-mdc-button {
  --mdc-text-button-label-text-color: #fff;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: #fff;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-green.dark .mat-mdc-button.mat-primary,
.reference-theme-green .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #22c55e;
  --mat-text-button-state-layer-color: #22c55e;
  --mat-text-button-ripple-color: rgba(34, 197, 94, 0.1);
}
.reference-theme-green.dark .mat-mdc-button.mat-accent,
.reference-theme-green .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-green.dark .mat-mdc-button.mat-warn,
.reference-theme-green .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-green.dark .mat-mdc-unelevated-button,
.reference-theme-green .dark .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: #fff;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-green.dark .mat-mdc-unelevated-button.mat-primary,
.reference-theme-green .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #22c55e;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-green.dark .mat-mdc-unelevated-button.mat-accent,
.reference-theme-green .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-green.dark .mat-mdc-unelevated-button.mat-warn,
.reference-theme-green .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-green.dark .mat-mdc-raised-button,
.reference-theme-green .dark .mat-mdc-raised-button {
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  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);
}
.reference-theme-green.dark .mat-mdc-raised-button.mat-primary,
.reference-theme-green .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #22c55e;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-green.dark .mat-mdc-raised-button.mat-accent,
.reference-theme-green .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-green.dark .mat-mdc-raised-button.mat-warn,
.reference-theme-green .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-green.dark .mat-mdc-raised-button:hover,
.reference-theme-green.dark .mat-mdc-raised-button:focus,
.reference-theme-green .dark .mat-mdc-raised-button:hover,
.reference-theme-green .dark .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-green.dark .mat-mdc-raised-button:active,
.reference-theme-green.dark .mat-mdc-raised-button:focus:active,
.reference-theme-green .dark .mat-mdc-raised-button:active,
.reference-theme-green .dark .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-green.dark .mat-mdc-outlined-button,
.reference-theme-green .dark .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #fff;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-green.dark .mat-mdc-outlined-button.mat-primary,
.reference-theme-green .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #22c55e;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #22c55e;
  --mat-outlined-button-ripple-color: rgba(34, 197, 94, 0.1);
}
.reference-theme-green.dark .mat-mdc-outlined-button.mat-accent,
.reference-theme-green .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-green.dark .mat-mdc-outlined-button.mat-warn,
.reference-theme-green .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-green.dark .mat-mdc-icon-button,
.reference-theme-green .dark .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: #fff;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-green.dark .mat-mdc-icon-button.mat-primary,
.reference-theme-green .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #22c55e;
  --mat-icon-button-state-layer-color: #22c55e;
  --mat-icon-button-ripple-color: rgba(34, 197, 94, 0.1);
}
.reference-theme-green.dark .mat-mdc-icon-button.mat-accent,
.reference-theme-green .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-green.dark .mat-mdc-icon-button.mat-warn,
.reference-theme-green .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-green.dark .mat-mdc-fab.mat-primary,
.reference-theme-green.dark .mat-mdc-mini-fab.mat-primary,
.reference-theme-green .dark .mat-mdc-fab.mat-primary,
.reference-theme-green .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #22c55e;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-green.dark .mat-mdc-fab.mat-accent,
.reference-theme-green.dark .mat-mdc-mini-fab.mat-accent,
.reference-theme-green .dark .mat-mdc-fab.mat-accent,
.reference-theme-green .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-green.dark .mat-mdc-fab.mat-warn,
.reference-theme-green.dark .mat-mdc-mini-fab.mat-warn,
.reference-theme-green .dark .mat-mdc-fab.mat-warn,
.reference-theme-green .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-green.dark .mat-accent,
.reference-theme-green .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-green.dark .mat-warn,
.reference-theme-green .dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-green.dark .mat-badge-accent,
.reference-theme-green .dark .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-green.dark .mat-badge-warn,
.reference-theme-green .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-green.dark .mat-datepicker-content.mat-accent,
.reference-theme-green .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-green.dark .mat-datepicker-content.mat-warn,
.reference-theme-green .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-green.dark .mat-datepicker-toggle-active.mat-accent,
.reference-theme-green .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-green.dark .mat-datepicker-toggle-active.mat-warn,
.reference-theme-green .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-green.dark .mat-icon.mat-primary,
.reference-theme-green .dark .mat-icon.mat-primary {
  --mat-icon-color: #22c55e;
}
.reference-theme-green.dark .mat-icon.mat-accent,
.reference-theme-green .dark .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-green.dark .mat-icon.mat-warn,
.reference-theme-green .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-green.dark .mat-step-header.mat-accent,
.reference-theme-green .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-green.dark .mat-step-header.mat-warn,
.reference-theme-green .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-green.dark .mat-toolbar.mat-primary,
.reference-theme-green .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #22c55e;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-green.dark .mat-toolbar.mat-accent,
.reference-theme-green .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-green.dark .mat-toolbar.mat-warn,
.reference-theme-green .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-purple,
.reference-theme-purple.light,
.reference-theme-purple .light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #9333ea;
  --mat-option-label-text-color: #030712;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #030712;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #9333ea;
  --mdc-filled-text-field-focus-active-indicator-color: #9333ea;
  --mdc-filled-text-field-focus-label-text-color: rgba(147, 51, 234, 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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #9333ea;
  --mdc-outlined-text-field-focus-outline-color: #9333ea;
  --mdc-outlined-text-field-focus-label-text-color: rgba(147, 51, 234, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(147, 51, 234, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #9333ea;
  --mdc-slider-focus-handle-color: #9333ea;
  --mdc-slider-hover-handle-color: #9333ea;
  --mdc-slider-active-track-color: #9333ea;
  --mdc-slider-inactive-track-color: #9333ea;
  --mdc-slider-with-tick-marks-inactive-container-color: #9333ea;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #9333ea;
  --mat-slider-hover-state-layer-color: rgba(147, 51, 234, 0.05);
  --mat-slider-focus-state-layer-color: rgba(147, 51, 234, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-item-label-text-color: #030712;
  --mat-menu-item-icon-color: #030712;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: #030712;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --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: #030712;
  --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: #030712;
  --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;
  --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);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f78721;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #030712;
  --mat-table-row-item-label-text-color: #030712;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #9333ea;
  --mat-badge-background-color: #9333ea;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #9ca3af;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #030712;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #030712;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #f0f0f0;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #9333ea;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(147, 51, 234, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(147, 51, 234, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #9333ea;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(147, 51, 234, 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: #1f2937;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-icon-color: #1f2937;
  --mat-datepicker-calendar-navigation-button-icon-color: #1f2937;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.06);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #030712;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-range-input-separator-color: #030712;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #030712;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #030712;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-disabled-state-text-color: #9ca3af;
  --mat-expansion-header-text-color: #030712;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.06);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #030712;
  --mat-sidenav-content-background-color: #f3f4f6;
  --mat-sidenav-content-text-color: #030712;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #9333ea;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #9333ea;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #9333ea;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.06);
  --mat-stepper-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #030712;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #030712;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #030712;
}
.reference-theme-purple .mat-accent,
.reference-theme-purple.light .mat-accent,
.reference-theme-purple .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-purple .mat-warn,
.reference-theme-purple.light .mat-warn,
.reference-theme-purple .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-purple .mat-primary,
.reference-theme-purple.light .mat-primary,
.reference-theme-purple .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #9333ea;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #9333ea;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-purple .mat-accent,
.reference-theme-purple.light .mat-accent,
.reference-theme-purple .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-purple .mat-warn,
.reference-theme-purple.light .mat-warn,
.reference-theme-purple .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-purple .mat-app-background,
.reference-theme-purple.mat-app-background,
.reference-theme-purple.light .mat-app-background,
.reference-theme-purple.light.mat-app-background,
.reference-theme-purple .light .mat-app-background,
.reference-theme-purple .light.mat-app-background {
  background-color: #f3f4f6;
  color: #030712;
}
.reference-theme-purple .mat-elevation-z0,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-purple.light .mat-elevation-z0,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-purple .light .mat-elevation-z0,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z1,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-purple.light .mat-elevation-z1,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-purple .light .mat-elevation-z1,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z2,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-purple.light .mat-elevation-z2,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-purple .light .mat-elevation-z2,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z3,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-purple.light .mat-elevation-z3,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-purple .light .mat-elevation-z3,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z4,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-purple.light .mat-elevation-z4,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-purple .light .mat-elevation-z4,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z5,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-purple.light .mat-elevation-z5,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-purple .light .mat-elevation-z5,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z6,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-purple.light .mat-elevation-z6,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-purple .light .mat-elevation-z6,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z7,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-purple.light .mat-elevation-z7,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-purple .light .mat-elevation-z7,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z8,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-purple.light .mat-elevation-z8,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-purple .light .mat-elevation-z8,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z9,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-purple.light .mat-elevation-z9,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-purple .light .mat-elevation-z9,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z10,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-purple.light .mat-elevation-z10,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-purple .light .mat-elevation-z10,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z11,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-purple.light .mat-elevation-z11,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-purple .light .mat-elevation-z11,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z12,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-purple.light .mat-elevation-z12,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-purple .light .mat-elevation-z12,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z13,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-purple.light .mat-elevation-z13,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-purple .light .mat-elevation-z13,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z14,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-purple.light .mat-elevation-z14,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-purple .light .mat-elevation-z14,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z15,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-purple.light .mat-elevation-z15,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-purple .light .mat-elevation-z15,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z16,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-purple.light .mat-elevation-z16,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-purple .light .mat-elevation-z16,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z17,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-purple.light .mat-elevation-z17,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-purple .light .mat-elevation-z17,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z18,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-purple.light .mat-elevation-z18,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-purple .light .mat-elevation-z18,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z19,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-purple.light .mat-elevation-z19,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-purple .light .mat-elevation-z19,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z20,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-purple.light .mat-elevation-z20,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-purple .light .mat-elevation-z20,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z21,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-purple.light .mat-elevation-z21,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-purple .light .mat-elevation-z21,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z22,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-purple.light .mat-elevation-z22,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-purple .light .mat-elevation-z22,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z23,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-purple.light .mat-elevation-z23,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-purple .light .mat-elevation-z23,
.reference-theme-purple .light .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);
}
.reference-theme-purple .mat-elevation-z24,
.reference-theme-purple .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-purple.light .mat-elevation-z24,
.reference-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-purple .light .mat-elevation-z24,
.reference-theme-purple .light .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;
}
.reference-theme-purple .mat-mdc-progress-bar,
.reference-theme-purple.light .mat-mdc-progress-bar,
.reference-theme-purple .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9333ea;
  --mdc-linear-progress-track-color: rgba(147, 51, 234, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-purple .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-purple.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-purple .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(147, 51, 234, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(147, 51, 234, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-purple .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-purple.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-purple .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-purple.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .light .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(147, 51, 234, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-purple .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-purple.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-purple .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(147, 51, 234, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(147, 51, 234, 0.25));
}
.reference-theme-purple .mat-mdc-progress-bar.mat-accent,
.reference-theme-purple.light .mat-mdc-progress-bar.mat-accent,
.reference-theme-purple .light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-purple .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-purple.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-purple .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-purple .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-purple.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .light .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) {
  .reference-theme-purple .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-purple.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .light .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-purple .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-purple.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-purple .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-purple .mat-mdc-progress-bar.mat-warn,
.reference-theme-purple.light .mat-mdc-progress-bar.mat-warn,
.reference-theme-purple .light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-purple .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-purple.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-purple .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-purple .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-purple.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .light .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) {
  .reference-theme-purple .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-purple.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .light .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-purple .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-purple.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-purple .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-purple .mat-mdc-form-field.mat-accent,
.reference-theme-purple.light .mat-mdc-form-field.mat-accent,
.reference-theme-purple .light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-purple .mat-mdc-form-field.mat-warn,
.reference-theme-purple.light .mat-mdc-form-field.mat-warn,
.reference-theme-purple .light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-purple .mat-mdc-form-field.mat-accent,
.reference-theme-purple.light .mat-mdc-form-field.mat-accent,
.reference-theme-purple .light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-purple .mat-mdc-form-field.mat-warn,
.reference-theme-purple.light .mat-mdc-form-field.mat-warn,
.reference-theme-purple .light .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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-purple .mat-mdc-standard-chip,
.reference-theme-purple.light .mat-mdc-standard-chip,
.reference-theme-purple .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-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;
}
.reference-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #9333ea;
  --mdc-chip-elevated-disabled-container-color: #9333ea;
  --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;
}
.reference-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-purple .mdc-switch,
.reference-theme-purple.light .mdc-switch,
.reference-theme-purple .light .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-purple .mat-mdc-slide-toggle,
.reference-theme-purple.light .mat-mdc-slide-toggle,
.reference-theme-purple .light .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #9333ea;
  --mdc-switch-selected-handle-color: #9333ea;
  --mdc-switch-selected-hover-state-layer-color: #9333ea;
  --mdc-switch-selected-pressed-state-layer-color: #9333ea;
  --mdc-switch-selected-focus-handle-color: #581c87;
  --mdc-switch-selected-hover-handle-color: #581c87;
  --mdc-switch-selected-pressed-handle-color: #581c87;
  --mdc-switch-selected-focus-track-color: #d8b4fe;
  --mdc-switch-selected-hover-track-color: #d8b4fe;
  --mdc-switch-selected-pressed-track-color: #d8b4fe;
  --mdc-switch-selected-track-color: #d8b4fe;
  --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;
}
.reference-theme-purple .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-purple.light .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-purple .light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-purple .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-purple.light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-purple .light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-purple .mat-mdc-slide-toggle.mat-accent,
.reference-theme-purple.light .mat-mdc-slide-toggle.mat-accent,
.reference-theme-purple .light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #e8680e;
  --mdc-switch-selected-handle-color: #e8680e;
  --mdc-switch-selected-hover-state-layer-color: #e8680e;
  --mdc-switch-selected-pressed-state-layer-color: #e8680e;
  --mdc-switch-selected-focus-handle-color: #7b3513;
  --mdc-switch-selected-hover-handle-color: #7b3513;
  --mdc-switch-selected-pressed-handle-color: #7b3513;
  --mdc-switch-selected-focus-track-color: #fcc375;
  --mdc-switch-selected-hover-track-color: #fcc375;
  --mdc-switch-selected-pressed-track-color: #fcc375;
  --mdc-switch-selected-track-color: #fcc375;
}
.reference-theme-purple .mat-mdc-slide-toggle.mat-warn,
.reference-theme-purple.light .mat-mdc-slide-toggle.mat-warn,
.reference-theme-purple .light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.reference-theme-purple .mat-mdc-radio-button .mdc-form-field,
.reference-theme-purple.light .mat-mdc-radio-button .mdc-form-field,
.reference-theme-purple .light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-purple .mat-mdc-radio-button.mat-primary,
.reference-theme-purple.light .mat-mdc-radio-button.mat-primary,
.reference-theme-purple .light .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: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #9333ea;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-purple .mat-mdc-radio-button.mat-accent,
.reference-theme-purple.light .mat-mdc-radio-button.mat-accent,
.reference-theme-purple .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-purple .mat-mdc-radio-button.mat-warn,
.reference-theme-purple.light .mat-mdc-radio-button.mat-warn,
.reference-theme-purple .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-purple .mat-accent,
.reference-theme-purple.light .mat-accent,
.reference-theme-purple .light .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-purple .mat-warn,
.reference-theme-purple.light .mat-warn,
.reference-theme-purple .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-purple .mdc-list-item__start,
.reference-theme-purple .mdc-list-item__end,
.reference-theme-purple.light .mdc-list-item__start,
.reference-theme-purple.light .mdc-list-item__end,
.reference-theme-purple .light .mdc-list-item__start,
.reference-theme-purple .light .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: #9333ea;
  --mdc-radio-selected-hover-icon-color: #9333ea;
  --mdc-radio-selected-icon-color: #9333ea;
  --mdc-radio-selected-pressed-icon-color: #9333ea;
}
.reference-theme-purple .mat-accent .mdc-list-item__start,
.reference-theme-purple .mat-accent .mdc-list-item__end,
.reference-theme-purple.light .mat-accent .mdc-list-item__start,
.reference-theme-purple.light .mat-accent .mdc-list-item__end,
.reference-theme-purple .light .mat-accent .mdc-list-item__start,
.reference-theme-purple .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-purple .mat-warn .mdc-list-item__start,
.reference-theme-purple .mat-warn .mdc-list-item__end,
.reference-theme-purple.light .mat-warn .mdc-list-item__start,
.reference-theme-purple.light .mat-warn .mdc-list-item__end,
.reference-theme-purple .light .mat-warn .mdc-list-item__start,
.reference-theme-purple .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-purple .mat-mdc-list-option,
.reference-theme-purple.light .mat-mdc-list-option,
.reference-theme-purple .light .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: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --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: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-purple .mat-mdc-list-option.mat-accent,
.reference-theme-purple.light .mat-mdc-list-option.mat-accent,
.reference-theme-purple .light .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: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-purple .mat-mdc-list-option.mat-warn,
.reference-theme-purple.light .mat-mdc-list-option.mat-warn,
.reference-theme-purple .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #9333ea;
}
.reference-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #9333ea;
}
.reference-theme-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-purple .mat-mdc-tab-group,
.reference-theme-purple .mat-mdc-tab-nav-bar,
.reference-theme-purple.light .mat-mdc-tab-group,
.reference-theme-purple.light .mat-mdc-tab-nav-bar,
.reference-theme-purple .light .mat-mdc-tab-group,
.reference-theme-purple .light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #9333ea;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #9333ea;
  --mat-tab-header-active-ripple-color: #9333ea;
  --mat-tab-header-inactive-ripple-color: #9333ea;
  --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: #9333ea;
  --mat-tab-header-active-hover-label-text-color: #9333ea;
  --mat-tab-header-active-focus-indicator-color: #9333ea;
  --mat-tab-header-active-hover-indicator-color: #9333ea;
}
.reference-theme-purple .mat-mdc-tab-group.mat-accent,
.reference-theme-purple .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-purple.light .mat-mdc-tab-group.mat-accent,
.reference-theme-purple.light .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-purple .light .mat-mdc-tab-group.mat-accent,
.reference-theme-purple .light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-purple .mat-mdc-tab-group.mat-warn,
.reference-theme-purple .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-purple.light .mat-mdc-tab-group.mat-warn,
.reference-theme-purple.light .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-purple .light .mat-mdc-tab-group.mat-warn,
.reference-theme-purple .light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-purple .mat-mdc-tab-group.mat-background-primary,
.reference-theme-purple .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-purple.light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-purple.light .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-purple .light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-purple .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #9333ea;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-purple .mat-mdc-tab-group.mat-background-accent,
.reference-theme-purple .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-purple.light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-purple.light .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-purple .light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-purple .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-purple .mat-mdc-tab-group.mat-background-warn,
.reference-theme-purple .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-purple.light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-purple.light .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-purple .light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-purple .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-purple .mat-mdc-checkbox.mat-primary,
.reference-theme-purple.light .mat-mdc-checkbox.mat-primary,
.reference-theme-purple .light .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: #9333ea;
  --mdc-checkbox-selected-hover-icon-color: #9333ea;
  --mdc-checkbox-selected-icon-color: #9333ea;
  --mdc-checkbox-selected-pressed-icon-color: #9333ea;
  --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: #9333ea;
  --mdc-checkbox-selected-hover-state-layer-color: #9333ea;
  --mdc-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-purple .mat-mdc-checkbox.mat-warn,
.reference-theme-purple.light .mat-mdc-checkbox.mat-warn,
.reference-theme-purple .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-purple .mat-mdc-checkbox .mdc-form-field,
.reference-theme-purple.light .mat-mdc-checkbox .mdc-form-field,
.reference-theme-purple .light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-purple .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-purple.light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-purple .light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-purple .mat-mdc-button,
.reference-theme-purple.light .mat-mdc-button,
.reference-theme-purple .light .mat-mdc-button {
  --mdc-text-button-label-text-color: #000;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: #000;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-purple .mat-mdc-button.mat-primary,
.reference-theme-purple.light .mat-mdc-button.mat-primary,
.reference-theme-purple .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9333ea;
  --mat-text-button-state-layer-color: #9333ea;
  --mat-text-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.reference-theme-purple .mat-mdc-button.mat-accent,
.reference-theme-purple.light .mat-mdc-button.mat-accent,
.reference-theme-purple .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-purple .mat-mdc-button.mat-warn,
.reference-theme-purple.light .mat-mdc-button.mat-warn,
.reference-theme-purple .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-purple .mat-mdc-unelevated-button,
.reference-theme-purple.light .mat-mdc-unelevated-button,
.reference-theme-purple .light .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-purple .mat-mdc-unelevated-button.mat-primary,
.reference-theme-purple.light .mat-mdc-unelevated-button.mat-primary,
.reference-theme-purple .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9333ea;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple .mat-mdc-unelevated-button.mat-accent,
.reference-theme-purple.light .mat-mdc-unelevated-button.mat-accent,
.reference-theme-purple .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-purple .mat-mdc-unelevated-button.mat-warn,
.reference-theme-purple.light .mat-mdc-unelevated-button.mat-warn,
.reference-theme-purple .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple .mat-mdc-raised-button,
.reference-theme-purple.light .mat-mdc-raised-button,
.reference-theme-purple .light .mat-mdc-raised-button {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  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);
}
.reference-theme-purple .mat-mdc-raised-button.mat-primary,
.reference-theme-purple.light .mat-mdc-raised-button.mat-primary,
.reference-theme-purple .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9333ea;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple .mat-mdc-raised-button.mat-accent,
.reference-theme-purple.light .mat-mdc-raised-button.mat-accent,
.reference-theme-purple .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-purple .mat-mdc-raised-button.mat-warn,
.reference-theme-purple.light .mat-mdc-raised-button.mat-warn,
.reference-theme-purple .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple .mat-mdc-raised-button:hover,
.reference-theme-purple .mat-mdc-raised-button:focus,
.reference-theme-purple.light .mat-mdc-raised-button:hover,
.reference-theme-purple.light .mat-mdc-raised-button:focus,
.reference-theme-purple .light .mat-mdc-raised-button:hover,
.reference-theme-purple .light .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-purple .mat-mdc-raised-button:active,
.reference-theme-purple .mat-mdc-raised-button:focus:active,
.reference-theme-purple.light .mat-mdc-raised-button:active,
.reference-theme-purple.light .mat-mdc-raised-button:focus:active,
.reference-theme-purple .light .mat-mdc-raised-button:active,
.reference-theme-purple .light .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-purple .mat-mdc-outlined-button,
.reference-theme-purple.light .mat-mdc-outlined-button,
.reference-theme-purple .light .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #000;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-purple .mat-mdc-outlined-button.mat-primary,
.reference-theme-purple.light .mat-mdc-outlined-button.mat-primary,
.reference-theme-purple .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9333ea;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #9333ea;
  --mat-outlined-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.reference-theme-purple .mat-mdc-outlined-button.mat-accent,
.reference-theme-purple.light .mat-mdc-outlined-button.mat-accent,
.reference-theme-purple .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-purple .mat-mdc-outlined-button.mat-warn,
.reference-theme-purple.light .mat-mdc-outlined-button.mat-warn,
.reference-theme-purple .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-purple .mat-mdc-icon-button,
.reference-theme-purple.light .mat-mdc-icon-button,
.reference-theme-purple .light .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #000;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-purple .mat-mdc-icon-button.mat-primary,
.reference-theme-purple.light .mat-mdc-icon-button.mat-primary,
.reference-theme-purple .light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #9333ea;
  --mat-icon-button-state-layer-color: #9333ea;
  --mat-icon-button-ripple-color: rgba(147, 51, 234, 0.1);
}
.reference-theme-purple .mat-mdc-icon-button.mat-accent,
.reference-theme-purple.light .mat-mdc-icon-button.mat-accent,
.reference-theme-purple .light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-purple .mat-mdc-icon-button.mat-warn,
.reference-theme-purple.light .mat-mdc-icon-button.mat-warn,
.reference-theme-purple .light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-purple .mat-mdc-fab.mat-primary,
.reference-theme-purple .mat-mdc-mini-fab.mat-primary,
.reference-theme-purple.light .mat-mdc-fab.mat-primary,
.reference-theme-purple.light .mat-mdc-mini-fab.mat-primary,
.reference-theme-purple .light .mat-mdc-fab.mat-primary,
.reference-theme-purple .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #9333ea;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple .mat-mdc-fab.mat-accent,
.reference-theme-purple .mat-mdc-mini-fab.mat-accent,
.reference-theme-purple.light .mat-mdc-fab.mat-accent,
.reference-theme-purple.light .mat-mdc-mini-fab.mat-accent,
.reference-theme-purple .light .mat-mdc-fab.mat-accent,
.reference-theme-purple .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-purple .mat-mdc-fab.mat-warn,
.reference-theme-purple .mat-mdc-mini-fab.mat-warn,
.reference-theme-purple.light .mat-mdc-fab.mat-warn,
.reference-theme-purple.light .mat-mdc-mini-fab.mat-warn,
.reference-theme-purple .light .mat-mdc-fab.mat-warn,
.reference-theme-purple .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple .mat-accent,
.reference-theme-purple.light .mat-accent,
.reference-theme-purple .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-purple .mat-warn,
.reference-theme-purple.light .mat-warn,
.reference-theme-purple .light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-purple .mat-badge-accent,
.reference-theme-purple.light .mat-badge-accent,
.reference-theme-purple .light .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-purple .mat-badge-warn,
.reference-theme-purple.light .mat-badge-warn,
.reference-theme-purple .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-purple .mat-datepicker-content.mat-accent,
.reference-theme-purple.light .mat-datepicker-content.mat-accent,
.reference-theme-purple .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-purple .mat-datepicker-content.mat-warn,
.reference-theme-purple.light .mat-datepicker-content.mat-warn,
.reference-theme-purple .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-purple .mat-datepicker-toggle-active.mat-accent,
.reference-theme-purple.light .mat-datepicker-toggle-active.mat-accent,
.reference-theme-purple .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-purple .mat-datepicker-toggle-active.mat-warn,
.reference-theme-purple.light .mat-datepicker-toggle-active.mat-warn,
.reference-theme-purple .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-purple .mat-icon.mat-primary,
.reference-theme-purple.light .mat-icon.mat-primary,
.reference-theme-purple .light .mat-icon.mat-primary {
  --mat-icon-color: #9333ea;
}
.reference-theme-purple .mat-icon.mat-accent,
.reference-theme-purple.light .mat-icon.mat-accent,
.reference-theme-purple .light .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-purple .mat-icon.mat-warn,
.reference-theme-purple.light .mat-icon.mat-warn,
.reference-theme-purple .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-purple .mat-step-header.mat-accent,
.reference-theme-purple.light .mat-step-header.mat-accent,
.reference-theme-purple .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-purple .mat-step-header.mat-warn,
.reference-theme-purple.light .mat-step-header.mat-warn,
.reference-theme-purple .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-purple .mat-toolbar.mat-primary,
.reference-theme-purple.light .mat-toolbar.mat-primary,
.reference-theme-purple .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #9333ea;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-purple .mat-toolbar.mat-accent,
.reference-theme-purple.light .mat-toolbar.mat-accent,
.reference-theme-purple .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-purple .mat-toolbar.mat-warn,
.reference-theme-purple.light .mat-toolbar.mat-warn,
.reference-theme-purple .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-purple.dark,
.reference-theme-purple .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #a855f7;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --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: #1f2937;
  --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: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #a855f7;
  --mdc-filled-text-field-focus-active-indicator-color: #a855f7;
  --mdc-filled-text-field-focus-label-text-color: rgba(168, 85, 247, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #a855f7;
  --mdc-outlined-text-field-focus-outline-color: #a855f7;
  --mdc-outlined-text-field-focus-label-text-color: rgba(168, 85, 247, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(168, 85, 247, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-panel-background-color: #1f2937;
  --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(168, 85, 247, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #a855f7;
  --mdc-slider-focus-handle-color: #a855f7;
  --mdc-slider-hover-handle-color: #a855f7;
  --mdc-slider-active-track-color: #a855f7;
  --mdc-slider-inactive-track-color: #a855f7;
  --mdc-slider-with-tick-marks-inactive-container-color: #a855f7;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #a855f7;
  --mat-slider-hover-state-layer-color: rgba(168, 85, 247, 0.05);
  --mat-slider-focus-state-layer-color: rgba(168, 85, 247, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --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: #1f2937;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: #1f2937;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #a855f7;
  --mat-badge-background-color: #a855f7;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #a855f7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(168, 85, 247, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(168, 85, 247, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(168, 85, 247, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #a855f7;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(168, 85, 247, 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: #9ca3af;
  --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: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --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: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: #1f2937;
  --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: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #a855f7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #a855f7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #a855f7;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --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: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.reference-theme-purple.dark .mat-accent,
.reference-theme-purple .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --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);
}
.reference-theme-purple.dark .mat-warn,
.reference-theme-purple .dark .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --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);
}
.reference-theme-purple.dark .mat-primary,
.reference-theme-purple .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #a855f7;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #a855f7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-purple.dark .mat-accent,
.reference-theme-purple .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-purple.dark .mat-warn,
.reference-theme-purple .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-purple.dark .mat-app-background,
.reference-theme-purple.dark.mat-app-background,
.reference-theme-purple .dark .mat-app-background,
.reference-theme-purple .dark.mat-app-background {
  background-color: #111827;
  color: white;
}
.reference-theme-purple.dark .mat-elevation-z0,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-purple .dark .mat-elevation-z0,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z1,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-purple .dark .mat-elevation-z1,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z2,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-purple .dark .mat-elevation-z2,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z3,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-purple .dark .mat-elevation-z3,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z4,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-purple .dark .mat-elevation-z4,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z5,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-purple .dark .mat-elevation-z5,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z6,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-purple .dark .mat-elevation-z6,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z7,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-purple .dark .mat-elevation-z7,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z8,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-purple .dark .mat-elevation-z8,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z9,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-purple .dark .mat-elevation-z9,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z10,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-purple .dark .mat-elevation-z10,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z11,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-purple .dark .mat-elevation-z11,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z12,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-purple .dark .mat-elevation-z12,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z13,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-purple .dark .mat-elevation-z13,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z14,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-purple .dark .mat-elevation-z14,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z15,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-purple .dark .mat-elevation-z15,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z16,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-purple .dark .mat-elevation-z16,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z17,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-purple .dark .mat-elevation-z17,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z18,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-purple .dark .mat-elevation-z18,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z19,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-purple .dark .mat-elevation-z19,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z20,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-purple .dark .mat-elevation-z20,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z21,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-purple .dark .mat-elevation-z21,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z22,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-purple .dark .mat-elevation-z22,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z23,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-purple .dark .mat-elevation-z23,
.reference-theme-purple .dark .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);
}
.reference-theme-purple.dark .mat-elevation-z24,
.reference-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-purple .dark .mat-elevation-z24,
.reference-theme-purple .dark .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;
}
.reference-theme-purple.dark .mat-mdc-progress-bar,
.reference-theme-purple .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #a855f7;
  --mdc-linear-progress-track-color: rgba(168, 85, 247, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-purple.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-purple .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(168, 85, 247, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(168, 85, 247, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-purple.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-purple.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .dark .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(168, 85, 247, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-purple.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-purple .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(168, 85, 247, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(168, 85, 247, 0.25));
}
.reference-theme-purple.dark .mat-mdc-progress-bar.mat-accent,
.reference-theme-purple .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-purple.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-purple .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-purple.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .dark .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) {
  .reference-theme-purple.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .dark .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-purple.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-purple .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-purple.dark .mat-mdc-progress-bar.mat-warn,
.reference-theme-purple .dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-purple.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-purple .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-purple.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .dark .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) {
  .reference-theme-purple.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-purple .dark .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-purple.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-purple .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-purple.dark .mat-mdc-form-field.mat-accent,
.reference-theme-purple .dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-purple.dark .mat-mdc-form-field.mat-warn,
.reference-theme-purple .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-purple.dark .mat-mdc-form-field.mat-accent,
.reference-theme-purple .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-purple.dark .mat-mdc-form-field.mat-warn,
.reference-theme-purple .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1f2937;
  --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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-purple.dark .mat-mdc-standard-chip,
.reference-theme-purple .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --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;
}
.reference-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #a855f7;
  --mdc-chip-elevated-disabled-container-color: #a855f7;
  --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;
}
.reference-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-purple.dark .mdc-switch,
.reference-theme-purple .dark .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-purple.dark .mat-mdc-slide-toggle,
.reference-theme-purple .dark .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #d8b4fe;
  --mdc-switch-selected-handle-color: #d8b4fe;
  --mdc-switch-selected-hover-state-layer-color: #d8b4fe;
  --mdc-switch-selected-pressed-state-layer-color: #d8b4fe;
  --mdc-switch-selected-focus-handle-color: #e9d5ff;
  --mdc-switch-selected-hover-handle-color: #e9d5ff;
  --mdc-switch-selected-pressed-handle-color: #e9d5ff;
  --mdc-switch-selected-focus-track-color: #9333ea;
  --mdc-switch-selected-hover-track-color: #9333ea;
  --mdc-switch-selected-pressed-track-color: #9333ea;
  --mdc-switch-selected-track-color: #9333ea;
  --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;
}
.reference-theme-purple.dark .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-purple .dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-purple.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-purple .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-purple.dark .mat-mdc-slide-toggle.mat-accent,
.reference-theme-purple .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcc375;
  --mdc-switch-selected-handle-color: #fcc375;
  --mdc-switch-selected-hover-state-layer-color: #fcc375;
  --mdc-switch-selected-pressed-state-layer-color: #fcc375;
  --mdc-switch-selected-focus-handle-color: #fddcab;
  --mdc-switch-selected-hover-handle-color: #fddcab;
  --mdc-switch-selected-pressed-handle-color: #fddcab;
  --mdc-switch-selected-focus-track-color: #e8680e;
  --mdc-switch-selected-hover-track-color: #e8680e;
  --mdc-switch-selected-pressed-track-color: #e8680e;
  --mdc-switch-selected-track-color: #e8680e;
}
.reference-theme-purple.dark .mat-mdc-slide-toggle.mat-warn,
.reference-theme-purple .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.reference-theme-purple.dark .mat-mdc-radio-button .mdc-form-field,
.reference-theme-purple .dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-purple.dark .mat-mdc-radio-button.mat-primary,
.reference-theme-purple .dark .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: #a855f7;
  --mdc-radio-selected-hover-icon-color: #a855f7;
  --mdc-radio-selected-icon-color: #a855f7;
  --mdc-radio-selected-pressed-icon-color: #a855f7;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #a855f7;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-purple.dark .mat-mdc-radio-button.mat-accent,
.reference-theme-purple .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-purple.dark .mat-mdc-radio-button.mat-warn,
.reference-theme-purple .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-purple.dark .mat-accent,
.reference-theme-purple .dark .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-purple.dark .mat-warn,
.reference-theme-purple .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-purple.dark .mdc-list-item__start,
.reference-theme-purple.dark .mdc-list-item__end,
.reference-theme-purple .dark .mdc-list-item__start,
.reference-theme-purple .dark .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: #a855f7;
  --mdc-radio-selected-hover-icon-color: #a855f7;
  --mdc-radio-selected-icon-color: #a855f7;
  --mdc-radio-selected-pressed-icon-color: #a855f7;
}
.reference-theme-purple.dark .mat-accent .mdc-list-item__start,
.reference-theme-purple.dark .mat-accent .mdc-list-item__end,
.reference-theme-purple .dark .mat-accent .mdc-list-item__start,
.reference-theme-purple .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-purple.dark .mat-warn .mdc-list-item__start,
.reference-theme-purple.dark .mat-warn .mdc-list-item__end,
.reference-theme-purple .dark .mat-warn .mdc-list-item__start,
.reference-theme-purple .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-purple.dark .mat-mdc-list-option,
.reference-theme-purple .dark .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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #a855f7;
  --mdc-checkbox-selected-hover-icon-color: #a855f7;
  --mdc-checkbox-selected-icon-color: #a855f7;
  --mdc-checkbox-selected-pressed-icon-color: #a855f7;
  --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: #a855f7;
  --mdc-checkbox-selected-hover-state-layer-color: #a855f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #a855f7;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-purple.dark .mat-mdc-list-option.mat-accent,
.reference-theme-purple .dark .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: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-purple.dark .mat-mdc-list-option.mat-warn,
.reference-theme-purple .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #a855f7;
}
.reference-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #a855f7;
}
.reference-theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-purple.dark .mat-mdc-tab-group,
.reference-theme-purple.dark .mat-mdc-tab-nav-bar,
.reference-theme-purple .dark .mat-mdc-tab-group,
.reference-theme-purple .dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #a855f7;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #a855f7;
  --mat-tab-header-active-ripple-color: #a855f7;
  --mat-tab-header-inactive-ripple-color: #a855f7;
  --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: #a855f7;
  --mat-tab-header-active-hover-label-text-color: #a855f7;
  --mat-tab-header-active-focus-indicator-color: #a855f7;
  --mat-tab-header-active-hover-indicator-color: #a855f7;
}
.reference-theme-purple.dark .mat-mdc-tab-group.mat-accent,
.reference-theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-purple .dark .mat-mdc-tab-group.mat-accent,
.reference-theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-purple.dark .mat-mdc-tab-group.mat-warn,
.reference-theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-purple .dark .mat-mdc-tab-group.mat-warn,
.reference-theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-purple.dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-purple .dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #a855f7;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-purple.dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-purple .dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-purple.dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-purple .dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-purple.dark .mat-mdc-checkbox.mat-primary,
.reference-theme-purple .dark .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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #a855f7;
  --mdc-checkbox-selected-hover-icon-color: #a855f7;
  --mdc-checkbox-selected-icon-color: #a855f7;
  --mdc-checkbox-selected-pressed-icon-color: #a855f7;
  --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: #a855f7;
  --mdc-checkbox-selected-hover-state-layer-color: #a855f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #a855f7;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-purple.dark .mat-mdc-checkbox.mat-warn,
.reference-theme-purple .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-purple.dark .mat-mdc-checkbox .mdc-form-field,
.reference-theme-purple .dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-purple.dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-purple .dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-purple.dark .mat-mdc-button,
.reference-theme-purple .dark .mat-mdc-button {
  --mdc-text-button-label-text-color: #fff;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: #fff;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-purple.dark .mat-mdc-button.mat-primary,
.reference-theme-purple .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #a855f7;
  --mat-text-button-state-layer-color: #a855f7;
  --mat-text-button-ripple-color: rgba(168, 85, 247, 0.1);
}
.reference-theme-purple.dark .mat-mdc-button.mat-accent,
.reference-theme-purple .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-purple.dark .mat-mdc-button.mat-warn,
.reference-theme-purple .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-purple.dark .mat-mdc-unelevated-button,
.reference-theme-purple .dark .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: #fff;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-purple.dark .mat-mdc-unelevated-button.mat-primary,
.reference-theme-purple .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #a855f7;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple.dark .mat-mdc-unelevated-button.mat-accent,
.reference-theme-purple .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-purple.dark .mat-mdc-unelevated-button.mat-warn,
.reference-theme-purple .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple.dark .mat-mdc-raised-button,
.reference-theme-purple .dark .mat-mdc-raised-button {
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  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);
}
.reference-theme-purple.dark .mat-mdc-raised-button.mat-primary,
.reference-theme-purple .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #a855f7;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple.dark .mat-mdc-raised-button.mat-accent,
.reference-theme-purple .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-purple.dark .mat-mdc-raised-button.mat-warn,
.reference-theme-purple .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple.dark .mat-mdc-raised-button:hover,
.reference-theme-purple.dark .mat-mdc-raised-button:focus,
.reference-theme-purple .dark .mat-mdc-raised-button:hover,
.reference-theme-purple .dark .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-purple.dark .mat-mdc-raised-button:active,
.reference-theme-purple.dark .mat-mdc-raised-button:focus:active,
.reference-theme-purple .dark .mat-mdc-raised-button:active,
.reference-theme-purple .dark .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-purple.dark .mat-mdc-outlined-button,
.reference-theme-purple .dark .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #fff;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-purple.dark .mat-mdc-outlined-button.mat-primary,
.reference-theme-purple .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #a855f7;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #a855f7;
  --mat-outlined-button-ripple-color: rgba(168, 85, 247, 0.1);
}
.reference-theme-purple.dark .mat-mdc-outlined-button.mat-accent,
.reference-theme-purple .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-purple.dark .mat-mdc-outlined-button.mat-warn,
.reference-theme-purple .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-purple.dark .mat-mdc-icon-button,
.reference-theme-purple .dark .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: #fff;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-purple.dark .mat-mdc-icon-button.mat-primary,
.reference-theme-purple .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #a855f7;
  --mat-icon-button-state-layer-color: #a855f7;
  --mat-icon-button-ripple-color: rgba(168, 85, 247, 0.1);
}
.reference-theme-purple.dark .mat-mdc-icon-button.mat-accent,
.reference-theme-purple .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-purple.dark .mat-mdc-icon-button.mat-warn,
.reference-theme-purple .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-purple.dark .mat-mdc-fab.mat-primary,
.reference-theme-purple.dark .mat-mdc-mini-fab.mat-primary,
.reference-theme-purple .dark .mat-mdc-fab.mat-primary,
.reference-theme-purple .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #a855f7;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple.dark .mat-mdc-fab.mat-accent,
.reference-theme-purple.dark .mat-mdc-mini-fab.mat-accent,
.reference-theme-purple .dark .mat-mdc-fab.mat-accent,
.reference-theme-purple .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-purple.dark .mat-mdc-fab.mat-warn,
.reference-theme-purple.dark .mat-mdc-mini-fab.mat-warn,
.reference-theme-purple .dark .mat-mdc-fab.mat-warn,
.reference-theme-purple .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-purple.dark .mat-accent,
.reference-theme-purple .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-purple.dark .mat-warn,
.reference-theme-purple .dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-purple.dark .mat-badge-accent,
.reference-theme-purple .dark .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-purple.dark .mat-badge-warn,
.reference-theme-purple .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-purple.dark .mat-datepicker-content.mat-accent,
.reference-theme-purple .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-purple.dark .mat-datepicker-content.mat-warn,
.reference-theme-purple .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-purple.dark .mat-datepicker-toggle-active.mat-accent,
.reference-theme-purple .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-purple.dark .mat-datepicker-toggle-active.mat-warn,
.reference-theme-purple .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-purple.dark .mat-icon.mat-primary,
.reference-theme-purple .dark .mat-icon.mat-primary {
  --mat-icon-color: #a855f7;
}
.reference-theme-purple.dark .mat-icon.mat-accent,
.reference-theme-purple .dark .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-purple.dark .mat-icon.mat-warn,
.reference-theme-purple .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-purple.dark .mat-step-header.mat-accent,
.reference-theme-purple .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-purple.dark .mat-step-header.mat-warn,
.reference-theme-purple .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-purple.dark .mat-toolbar.mat-primary,
.reference-theme-purple .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #a855f7;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-purple.dark .mat-toolbar.mat-accent,
.reference-theme-purple .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-purple.dark .mat-toolbar.mat-warn,
.reference-theme-purple .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-red,
.reference-theme-red.light,
.reference-theme-red .light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: #030712;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #030712;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #dc2626;
  --mdc-filled-text-field-focus-active-indicator-color: #dc2626;
  --mdc-filled-text-field-focus-label-text-color: rgba(220, 38, 38, 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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #dc2626;
  --mdc-outlined-text-field-focus-outline-color: #dc2626;
  --mdc-outlined-text-field-focus-label-text-color: rgba(220, 38, 38, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(220, 38, 38, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #dc2626;
  --mdc-slider-focus-handle-color: #dc2626;
  --mdc-slider-hover-handle-color: #dc2626;
  --mdc-slider-active-track-color: #dc2626;
  --mdc-slider-inactive-track-color: #dc2626;
  --mdc-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-hover-state-layer-color: rgba(220, 38, 38, 0.05);
  --mat-slider-focus-state-layer-color: rgba(220, 38, 38, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-item-label-text-color: #030712;
  --mat-menu-item-icon-color: #030712;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: #030712;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --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: #030712;
  --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: #030712;
  --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;
  --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);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f78721;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #030712;
  --mat-table-row-item-label-text-color: #030712;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #dc2626;
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #9ca3af;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #030712;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #030712;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #f0f0f0;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(220, 38, 38, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(220, 38, 38, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(220, 38, 38, 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: #1f2937;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-icon-color: #1f2937;
  --mat-datepicker-calendar-navigation-button-icon-color: #1f2937;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.06);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #030712;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-range-input-separator-color: #030712;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #030712;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #030712;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-disabled-state-text-color: #9ca3af;
  --mat-expansion-header-text-color: #030712;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.06);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #030712;
  --mat-sidenav-content-background-color: #f3f4f6;
  --mat-sidenav-content-text-color: #030712;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.06);
  --mat-stepper-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #030712;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #030712;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #030712;
}
.reference-theme-red .mat-accent,
.reference-theme-red.light .mat-accent,
.reference-theme-red .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-red .mat-warn,
.reference-theme-red.light .mat-warn,
.reference-theme-red .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-red .mat-primary,
.reference-theme-red.light .mat-primary,
.reference-theme-red .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #dc2626;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #dc2626;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-red .mat-accent,
.reference-theme-red.light .mat-accent,
.reference-theme-red .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-red .mat-warn,
.reference-theme-red.light .mat-warn,
.reference-theme-red .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-red .mat-app-background,
.reference-theme-red.mat-app-background,
.reference-theme-red.light .mat-app-background,
.reference-theme-red.light.mat-app-background,
.reference-theme-red .light .mat-app-background,
.reference-theme-red .light.mat-app-background {
  background-color: #f3f4f6;
  color: #030712;
}
.reference-theme-red .mat-elevation-z0,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-red.light .mat-elevation-z0,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-red .light .mat-elevation-z0,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z1,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-red.light .mat-elevation-z1,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-red .light .mat-elevation-z1,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z2,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-red.light .mat-elevation-z2,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-red .light .mat-elevation-z2,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z3,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-red.light .mat-elevation-z3,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-red .light .mat-elevation-z3,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z4,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-red.light .mat-elevation-z4,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-red .light .mat-elevation-z4,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z5,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-red.light .mat-elevation-z5,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-red .light .mat-elevation-z5,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z6,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-red.light .mat-elevation-z6,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-red .light .mat-elevation-z6,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z7,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-red.light .mat-elevation-z7,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-red .light .mat-elevation-z7,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z8,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-red.light .mat-elevation-z8,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-red .light .mat-elevation-z8,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z9,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-red.light .mat-elevation-z9,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-red .light .mat-elevation-z9,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z10,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-red.light .mat-elevation-z10,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-red .light .mat-elevation-z10,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z11,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-red.light .mat-elevation-z11,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-red .light .mat-elevation-z11,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z12,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-red.light .mat-elevation-z12,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-red .light .mat-elevation-z12,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z13,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-red.light .mat-elevation-z13,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-red .light .mat-elevation-z13,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z14,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-red.light .mat-elevation-z14,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-red .light .mat-elevation-z14,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z15,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-red.light .mat-elevation-z15,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-red .light .mat-elevation-z15,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z16,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-red.light .mat-elevation-z16,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-red .light .mat-elevation-z16,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z17,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-red.light .mat-elevation-z17,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-red .light .mat-elevation-z17,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z18,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-red.light .mat-elevation-z18,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-red .light .mat-elevation-z18,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z19,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-red.light .mat-elevation-z19,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-red .light .mat-elevation-z19,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z20,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-red.light .mat-elevation-z20,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-red .light .mat-elevation-z20,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z21,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-red.light .mat-elevation-z21,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-red .light .mat-elevation-z21,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z22,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-red.light .mat-elevation-z22,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-red .light .mat-elevation-z22,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z23,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-red.light .mat-elevation-z23,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-red .light .mat-elevation-z23,
.reference-theme-red .light .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);
}
.reference-theme-red .mat-elevation-z24,
.reference-theme-red .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-red.light .mat-elevation-z24,
.reference-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-red .light .mat-elevation-z24,
.reference-theme-red .light .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;
}
.reference-theme-red .mat-mdc-progress-bar,
.reference-theme-red.light .mat-mdc-progress-bar,
.reference-theme-red .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #dc2626;
  --mdc-linear-progress-track-color: rgba(220, 38, 38, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-red .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-red.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-red .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-red .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-red.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-red .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-red .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-red.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-red .light .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(220, 38, 38, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-red .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-red.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-red .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(220, 38, 38, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(220, 38, 38, 0.25));
}
.reference-theme-red .mat-mdc-progress-bar.mat-accent,
.reference-theme-red.light .mat-mdc-progress-bar.mat-accent,
.reference-theme-red .light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-red .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-red.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-red .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-red .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-red.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-red .light .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) {
  .reference-theme-red .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-red.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-red .light .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-red .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-red.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-red .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-red .mat-mdc-progress-bar.mat-warn,
.reference-theme-red.light .mat-mdc-progress-bar.mat-warn,
.reference-theme-red .light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-red .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-red.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-red .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-red .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-red.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-red .light .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) {
  .reference-theme-red .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-red.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-red .light .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-red .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-red.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-red .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-red .mat-mdc-form-field.mat-accent,
.reference-theme-red.light .mat-mdc-form-field.mat-accent,
.reference-theme-red .light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-red .mat-mdc-form-field.mat-warn,
.reference-theme-red.light .mat-mdc-form-field.mat-warn,
.reference-theme-red .light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-red .mat-mdc-form-field.mat-accent,
.reference-theme-red.light .mat-mdc-form-field.mat-accent,
.reference-theme-red .light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-red .mat-mdc-form-field.mat-warn,
.reference-theme-red.light .mat-mdc-form-field.mat-warn,
.reference-theme-red .light .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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-red .mat-mdc-standard-chip,
.reference-theme-red.light .mat-mdc-standard-chip,
.reference-theme-red .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-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;
}
.reference-theme-red .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-red .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #dc2626;
  --mdc-chip-elevated-disabled-container-color: #dc2626;
  --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;
}
.reference-theme-red .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-red .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-red .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-red .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-red .mdc-switch,
.reference-theme-red.light .mdc-switch,
.reference-theme-red .light .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-red .mat-mdc-slide-toggle,
.reference-theme-red.light .mat-mdc-slide-toggle,
.reference-theme-red .light .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
  --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;
}
.reference-theme-red .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-red.light .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-red .light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-red .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-red.light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-red .light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-red .mat-mdc-slide-toggle.mat-accent,
.reference-theme-red.light .mat-mdc-slide-toggle.mat-accent,
.reference-theme-red .light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #e8680e;
  --mdc-switch-selected-handle-color: #e8680e;
  --mdc-switch-selected-hover-state-layer-color: #e8680e;
  --mdc-switch-selected-pressed-state-layer-color: #e8680e;
  --mdc-switch-selected-focus-handle-color: #7b3513;
  --mdc-switch-selected-hover-handle-color: #7b3513;
  --mdc-switch-selected-pressed-handle-color: #7b3513;
  --mdc-switch-selected-focus-track-color: #fcc375;
  --mdc-switch-selected-hover-track-color: #fcc375;
  --mdc-switch-selected-pressed-track-color: #fcc375;
  --mdc-switch-selected-track-color: #fcc375;
}
.reference-theme-red .mat-mdc-slide-toggle.mat-warn,
.reference-theme-red.light .mat-mdc-slide-toggle.mat-warn,
.reference-theme-red .light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.reference-theme-red .mat-mdc-radio-button .mdc-form-field,
.reference-theme-red.light .mat-mdc-radio-button .mdc-form-field,
.reference-theme-red .light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-red .mat-mdc-radio-button.mat-primary,
.reference-theme-red.light .mat-mdc-radio-button.mat-primary,
.reference-theme-red .light .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: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-red .mat-mdc-radio-button.mat-accent,
.reference-theme-red.light .mat-mdc-radio-button.mat-accent,
.reference-theme-red .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-red .mat-mdc-radio-button.mat-warn,
.reference-theme-red.light .mat-mdc-radio-button.mat-warn,
.reference-theme-red .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-red .mat-accent,
.reference-theme-red.light .mat-accent,
.reference-theme-red .light .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-red .mat-warn,
.reference-theme-red.light .mat-warn,
.reference-theme-red .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-red .mdc-list-item__start,
.reference-theme-red .mdc-list-item__end,
.reference-theme-red.light .mdc-list-item__start,
.reference-theme-red.light .mdc-list-item__end,
.reference-theme-red .light .mdc-list-item__start,
.reference-theme-red .light .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: #dc2626;
  --mdc-radio-selected-hover-icon-color: #dc2626;
  --mdc-radio-selected-icon-color: #dc2626;
  --mdc-radio-selected-pressed-icon-color: #dc2626;
}
.reference-theme-red .mat-accent .mdc-list-item__start,
.reference-theme-red .mat-accent .mdc-list-item__end,
.reference-theme-red.light .mat-accent .mdc-list-item__start,
.reference-theme-red.light .mat-accent .mdc-list-item__end,
.reference-theme-red .light .mat-accent .mdc-list-item__start,
.reference-theme-red .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-red .mat-warn .mdc-list-item__start,
.reference-theme-red .mat-warn .mdc-list-item__end,
.reference-theme-red.light .mat-warn .mdc-list-item__start,
.reference-theme-red.light .mat-warn .mdc-list-item__end,
.reference-theme-red .light .mat-warn .mdc-list-item__start,
.reference-theme-red .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-red .mat-mdc-list-option,
.reference-theme-red.light .mat-mdc-list-option,
.reference-theme-red .light .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: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --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: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-red .mat-mdc-list-option.mat-accent,
.reference-theme-red.light .mat-mdc-list-option.mat-accent,
.reference-theme-red .light .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: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-red .mat-mdc-list-option.mat-warn,
.reference-theme-red.light .mat-mdc-list-option.mat-warn,
.reference-theme-red .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #dc2626;
}
.reference-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #dc2626;
}
.reference-theme-red .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-red .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-red .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-red.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-red.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-red.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-red .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-red .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-red .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-red .mat-mdc-tab-group,
.reference-theme-red .mat-mdc-tab-nav-bar,
.reference-theme-red.light .mat-mdc-tab-group,
.reference-theme-red.light .mat-mdc-tab-nav-bar,
.reference-theme-red .light .mat-mdc-tab-group,
.reference-theme-red .light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #dc2626;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #dc2626;
  --mat-tab-header-active-ripple-color: #dc2626;
  --mat-tab-header-inactive-ripple-color: #dc2626;
  --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: #dc2626;
  --mat-tab-header-active-hover-label-text-color: #dc2626;
  --mat-tab-header-active-focus-indicator-color: #dc2626;
  --mat-tab-header-active-hover-indicator-color: #dc2626;
}
.reference-theme-red .mat-mdc-tab-group.mat-accent,
.reference-theme-red .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-red.light .mat-mdc-tab-group.mat-accent,
.reference-theme-red.light .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-red .light .mat-mdc-tab-group.mat-accent,
.reference-theme-red .light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-red .mat-mdc-tab-group.mat-warn,
.reference-theme-red .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-red.light .mat-mdc-tab-group.mat-warn,
.reference-theme-red.light .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-red .light .mat-mdc-tab-group.mat-warn,
.reference-theme-red .light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-red .mat-mdc-tab-group.mat-background-primary,
.reference-theme-red .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-red.light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-red.light .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-red .light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-red .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #dc2626;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-red .mat-mdc-tab-group.mat-background-accent,
.reference-theme-red .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-red.light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-red.light .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-red .light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-red .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-red .mat-mdc-tab-group.mat-background-warn,
.reference-theme-red .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-red.light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-red.light .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-red .light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-red .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-red .mat-mdc-checkbox.mat-primary,
.reference-theme-red.light .mat-mdc-checkbox.mat-primary,
.reference-theme-red .light .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: #dc2626;
  --mdc-checkbox-selected-hover-icon-color: #dc2626;
  --mdc-checkbox-selected-icon-color: #dc2626;
  --mdc-checkbox-selected-pressed-icon-color: #dc2626;
  --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: #dc2626;
  --mdc-checkbox-selected-hover-state-layer-color: #dc2626;
  --mdc-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-red .mat-mdc-checkbox.mat-warn,
.reference-theme-red.light .mat-mdc-checkbox.mat-warn,
.reference-theme-red .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-red .mat-mdc-checkbox .mdc-form-field,
.reference-theme-red.light .mat-mdc-checkbox .mdc-form-field,
.reference-theme-red .light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-red .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-red.light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-red .light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-red .mat-mdc-button,
.reference-theme-red.light .mat-mdc-button,
.reference-theme-red .light .mat-mdc-button {
  --mdc-text-button-label-text-color: #000;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: #000;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-red .mat-mdc-button.mat-primary,
.reference-theme-red.light .mat-mdc-button.mat-primary,
.reference-theme-red .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #dc2626;
  --mat-text-button-state-layer-color: #dc2626;
  --mat-text-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.reference-theme-red .mat-mdc-button.mat-accent,
.reference-theme-red.light .mat-mdc-button.mat-accent,
.reference-theme-red .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-red .mat-mdc-button.mat-warn,
.reference-theme-red.light .mat-mdc-button.mat-warn,
.reference-theme-red .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-red .mat-mdc-unelevated-button,
.reference-theme-red.light .mat-mdc-unelevated-button,
.reference-theme-red .light .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-red .mat-mdc-unelevated-button.mat-primary,
.reference-theme-red.light .mat-mdc-unelevated-button.mat-primary,
.reference-theme-red .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #dc2626;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red .mat-mdc-unelevated-button.mat-accent,
.reference-theme-red.light .mat-mdc-unelevated-button.mat-accent,
.reference-theme-red .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-red .mat-mdc-unelevated-button.mat-warn,
.reference-theme-red.light .mat-mdc-unelevated-button.mat-warn,
.reference-theme-red .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red .mat-mdc-raised-button,
.reference-theme-red.light .mat-mdc-raised-button,
.reference-theme-red .light .mat-mdc-raised-button {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  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);
}
.reference-theme-red .mat-mdc-raised-button.mat-primary,
.reference-theme-red.light .mat-mdc-raised-button.mat-primary,
.reference-theme-red .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #dc2626;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red .mat-mdc-raised-button.mat-accent,
.reference-theme-red.light .mat-mdc-raised-button.mat-accent,
.reference-theme-red .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-red .mat-mdc-raised-button.mat-warn,
.reference-theme-red.light .mat-mdc-raised-button.mat-warn,
.reference-theme-red .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red .mat-mdc-raised-button:hover,
.reference-theme-red .mat-mdc-raised-button:focus,
.reference-theme-red.light .mat-mdc-raised-button:hover,
.reference-theme-red.light .mat-mdc-raised-button:focus,
.reference-theme-red .light .mat-mdc-raised-button:hover,
.reference-theme-red .light .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-red .mat-mdc-raised-button:active,
.reference-theme-red .mat-mdc-raised-button:focus:active,
.reference-theme-red.light .mat-mdc-raised-button:active,
.reference-theme-red.light .mat-mdc-raised-button:focus:active,
.reference-theme-red .light .mat-mdc-raised-button:active,
.reference-theme-red .light .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-red .mat-mdc-outlined-button,
.reference-theme-red.light .mat-mdc-outlined-button,
.reference-theme-red .light .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #000;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-red .mat-mdc-outlined-button.mat-primary,
.reference-theme-red.light .mat-mdc-outlined-button.mat-primary,
.reference-theme-red .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #dc2626;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #dc2626;
  --mat-outlined-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.reference-theme-red .mat-mdc-outlined-button.mat-accent,
.reference-theme-red.light .mat-mdc-outlined-button.mat-accent,
.reference-theme-red .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-red .mat-mdc-outlined-button.mat-warn,
.reference-theme-red.light .mat-mdc-outlined-button.mat-warn,
.reference-theme-red .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-red .mat-mdc-icon-button,
.reference-theme-red.light .mat-mdc-icon-button,
.reference-theme-red .light .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #000;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-red .mat-mdc-icon-button.mat-primary,
.reference-theme-red.light .mat-mdc-icon-button.mat-primary,
.reference-theme-red .light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: rgba(220, 38, 38, 0.1);
}
.reference-theme-red .mat-mdc-icon-button.mat-accent,
.reference-theme-red.light .mat-mdc-icon-button.mat-accent,
.reference-theme-red .light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-red .mat-mdc-icon-button.mat-warn,
.reference-theme-red.light .mat-mdc-icon-button.mat-warn,
.reference-theme-red .light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-red .mat-mdc-fab.mat-primary,
.reference-theme-red .mat-mdc-mini-fab.mat-primary,
.reference-theme-red.light .mat-mdc-fab.mat-primary,
.reference-theme-red.light .mat-mdc-mini-fab.mat-primary,
.reference-theme-red .light .mat-mdc-fab.mat-primary,
.reference-theme-red .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #dc2626;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red .mat-mdc-fab.mat-accent,
.reference-theme-red .mat-mdc-mini-fab.mat-accent,
.reference-theme-red.light .mat-mdc-fab.mat-accent,
.reference-theme-red.light .mat-mdc-mini-fab.mat-accent,
.reference-theme-red .light .mat-mdc-fab.mat-accent,
.reference-theme-red .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-red .mat-mdc-fab.mat-warn,
.reference-theme-red .mat-mdc-mini-fab.mat-warn,
.reference-theme-red.light .mat-mdc-fab.mat-warn,
.reference-theme-red.light .mat-mdc-mini-fab.mat-warn,
.reference-theme-red .light .mat-mdc-fab.mat-warn,
.reference-theme-red .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red .mat-accent,
.reference-theme-red.light .mat-accent,
.reference-theme-red .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-red .mat-warn,
.reference-theme-red.light .mat-warn,
.reference-theme-red .light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-red .mat-badge-accent,
.reference-theme-red.light .mat-badge-accent,
.reference-theme-red .light .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-red .mat-badge-warn,
.reference-theme-red.light .mat-badge-warn,
.reference-theme-red .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-red .mat-datepicker-content.mat-accent,
.reference-theme-red.light .mat-datepicker-content.mat-accent,
.reference-theme-red .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-red .mat-datepicker-content.mat-warn,
.reference-theme-red.light .mat-datepicker-content.mat-warn,
.reference-theme-red .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-red .mat-datepicker-toggle-active.mat-accent,
.reference-theme-red.light .mat-datepicker-toggle-active.mat-accent,
.reference-theme-red .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-red .mat-datepicker-toggle-active.mat-warn,
.reference-theme-red.light .mat-datepicker-toggle-active.mat-warn,
.reference-theme-red .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-red .mat-icon.mat-primary,
.reference-theme-red.light .mat-icon.mat-primary,
.reference-theme-red .light .mat-icon.mat-primary {
  --mat-icon-color: #dc2626;
}
.reference-theme-red .mat-icon.mat-accent,
.reference-theme-red.light .mat-icon.mat-accent,
.reference-theme-red .light .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-red .mat-icon.mat-warn,
.reference-theme-red.light .mat-icon.mat-warn,
.reference-theme-red .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-red .mat-step-header.mat-accent,
.reference-theme-red.light .mat-step-header.mat-accent,
.reference-theme-red .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-red .mat-step-header.mat-warn,
.reference-theme-red.light .mat-step-header.mat-warn,
.reference-theme-red .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-red .mat-toolbar.mat-primary,
.reference-theme-red.light .mat-toolbar.mat-primary,
.reference-theme-red .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-red .mat-toolbar.mat-accent,
.reference-theme-red.light .mat-toolbar.mat-accent,
.reference-theme-red .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-red .mat-toolbar.mat-warn,
.reference-theme-red.light .mat-toolbar.mat-warn,
.reference-theme-red .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-red.dark,
.reference-theme-red .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --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: #1f2937;
  --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: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-panel-background-color: #1f2937;
  --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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --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: #1f2937;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: #1f2937;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #ef4444;
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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: #9ca3af;
  --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: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --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: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: #1f2937;
  --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: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --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: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.reference-theme-red.dark .mat-accent,
.reference-theme-red .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --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);
}
.reference-theme-red.dark .mat-warn,
.reference-theme-red .dark .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --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);
}
.reference-theme-red.dark .mat-primary,
.reference-theme-red .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-red.dark .mat-accent,
.reference-theme-red .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-red.dark .mat-warn,
.reference-theme-red .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-red.dark .mat-app-background,
.reference-theme-red.dark.mat-app-background,
.reference-theme-red .dark .mat-app-background,
.reference-theme-red .dark.mat-app-background {
  background-color: #111827;
  color: white;
}
.reference-theme-red.dark .mat-elevation-z0,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-red .dark .mat-elevation-z0,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z1,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-red .dark .mat-elevation-z1,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z2,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-red .dark .mat-elevation-z2,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z3,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-red .dark .mat-elevation-z3,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z4,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-red .dark .mat-elevation-z4,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z5,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-red .dark .mat-elevation-z5,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z6,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-red .dark .mat-elevation-z6,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z7,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-red .dark .mat-elevation-z7,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z8,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-red .dark .mat-elevation-z8,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z9,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-red .dark .mat-elevation-z9,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z10,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-red .dark .mat-elevation-z10,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z11,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-red .dark .mat-elevation-z11,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z12,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-red .dark .mat-elevation-z12,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z13,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-red .dark .mat-elevation-z13,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z14,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-red .dark .mat-elevation-z14,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z15,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-red .dark .mat-elevation-z15,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z16,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-red .dark .mat-elevation-z16,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z17,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-red .dark .mat-elevation-z17,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z18,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-red .dark .mat-elevation-z18,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z19,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-red .dark .mat-elevation-z19,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z20,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-red .dark .mat-elevation-z20,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z21,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-red .dark .mat-elevation-z21,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z22,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-red .dark .mat-elevation-z22,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z23,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-red .dark .mat-elevation-z23,
.reference-theme-red .dark .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);
}
.reference-theme-red.dark .mat-elevation-z24,
.reference-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-red .dark .mat-elevation-z24,
.reference-theme-red .dark .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;
}
.reference-theme-red.dark .mat-mdc-progress-bar,
.reference-theme-red .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-red.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-red .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-red.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-red .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-red.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-red .dark .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-red.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-red .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-red.dark .mat-mdc-progress-bar.mat-accent,
.reference-theme-red .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-red.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-red .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-red.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-red .dark .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) {
  .reference-theme-red.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-red .dark .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-red.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-red .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-red.dark .mat-mdc-progress-bar.mat-warn,
.reference-theme-red .dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-red.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-red .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-red.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-red .dark .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) {
  .reference-theme-red.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-red .dark .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-red.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-red .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-red.dark .mat-mdc-form-field.mat-accent,
.reference-theme-red .dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-red.dark .mat-mdc-form-field.mat-warn,
.reference-theme-red .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-red.dark .mat-mdc-form-field.mat-accent,
.reference-theme-red .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-red.dark .mat-mdc-form-field.mat-warn,
.reference-theme-red .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1f2937;
  --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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-red.dark .mat-mdc-standard-chip,
.reference-theme-red .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --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;
}
.reference-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-red.dark .mdc-switch,
.reference-theme-red .dark .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-red.dark .mat-mdc-slide-toggle,
.reference-theme-red .dark .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
  --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;
}
.reference-theme-red.dark .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-red .dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-red.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-red .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-red.dark .mat-mdc-slide-toggle.mat-accent,
.reference-theme-red .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcc375;
  --mdc-switch-selected-handle-color: #fcc375;
  --mdc-switch-selected-hover-state-layer-color: #fcc375;
  --mdc-switch-selected-pressed-state-layer-color: #fcc375;
  --mdc-switch-selected-focus-handle-color: #fddcab;
  --mdc-switch-selected-hover-handle-color: #fddcab;
  --mdc-switch-selected-pressed-handle-color: #fddcab;
  --mdc-switch-selected-focus-track-color: #e8680e;
  --mdc-switch-selected-hover-track-color: #e8680e;
  --mdc-switch-selected-pressed-track-color: #e8680e;
  --mdc-switch-selected-track-color: #e8680e;
}
.reference-theme-red.dark .mat-mdc-slide-toggle.mat-warn,
.reference-theme-red .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.reference-theme-red.dark .mat-mdc-radio-button .mdc-form-field,
.reference-theme-red .dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-red.dark .mat-mdc-radio-button.mat-primary,
.reference-theme-red .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-red.dark .mat-mdc-radio-button.mat-accent,
.reference-theme-red .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-red.dark .mat-mdc-radio-button.mat-warn,
.reference-theme-red .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-red.dark .mat-accent,
.reference-theme-red .dark .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-red.dark .mat-warn,
.reference-theme-red .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-red.dark .mdc-list-item__start,
.reference-theme-red.dark .mdc-list-item__end,
.reference-theme-red .dark .mdc-list-item__start,
.reference-theme-red .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-red.dark .mat-accent .mdc-list-item__start,
.reference-theme-red.dark .mat-accent .mdc-list-item__end,
.reference-theme-red .dark .mat-accent .mdc-list-item__start,
.reference-theme-red .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-red.dark .mat-warn .mdc-list-item__start,
.reference-theme-red.dark .mat-warn .mdc-list-item__end,
.reference-theme-red .dark .mat-warn .mdc-list-item__start,
.reference-theme-red .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-red.dark .mat-mdc-list-option,
.reference-theme-red .dark .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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-red.dark .mat-mdc-list-option.mat-accent,
.reference-theme-red .dark .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: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-red.dark .mat-mdc-list-option.mat-warn,
.reference-theme-red .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #ef4444;
}
.reference-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #ef4444;
}
.reference-theme-red.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-red.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-red.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-red .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-red .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-red .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-red.dark .mat-mdc-tab-group,
.reference-theme-red.dark .mat-mdc-tab-nav-bar,
.reference-theme-red .dark .mat-mdc-tab-group,
.reference-theme-red .dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-red.dark .mat-mdc-tab-group.mat-accent,
.reference-theme-red.dark .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-red .dark .mat-mdc-tab-group.mat-accent,
.reference-theme-red .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-red.dark .mat-mdc-tab-group.mat-warn,
.reference-theme-red.dark .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-red .dark .mat-mdc-tab-group.mat-warn,
.reference-theme-red .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-red.dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-red.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-red .dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-red .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-red.dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-red.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-red .dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-red .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-red.dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-red.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-red .dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-red .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-red.dark .mat-mdc-checkbox.mat-primary,
.reference-theme-red .dark .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: #fff;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-red.dark .mat-mdc-checkbox.mat-warn,
.reference-theme-red .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-red.dark .mat-mdc-checkbox .mdc-form-field,
.reference-theme-red .dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-red.dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-red .dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-red.dark .mat-mdc-button,
.reference-theme-red .dark .mat-mdc-button {
  --mdc-text-button-label-text-color: #fff;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: #fff;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-red.dark .mat-mdc-button.mat-primary,
.reference-theme-red .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-red.dark .mat-mdc-button.mat-accent,
.reference-theme-red .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-red.dark .mat-mdc-button.mat-warn,
.reference-theme-red .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-red.dark .mat-mdc-unelevated-button,
.reference-theme-red .dark .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: #fff;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-red.dark .mat-mdc-unelevated-button.mat-primary,
.reference-theme-red .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red.dark .mat-mdc-unelevated-button.mat-accent,
.reference-theme-red .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-red.dark .mat-mdc-unelevated-button.mat-warn,
.reference-theme-red .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red.dark .mat-mdc-raised-button,
.reference-theme-red .dark .mat-mdc-raised-button {
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  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);
}
.reference-theme-red.dark .mat-mdc-raised-button.mat-primary,
.reference-theme-red .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red.dark .mat-mdc-raised-button.mat-accent,
.reference-theme-red .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-red.dark .mat-mdc-raised-button.mat-warn,
.reference-theme-red .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red.dark .mat-mdc-raised-button:hover,
.reference-theme-red.dark .mat-mdc-raised-button:focus,
.reference-theme-red .dark .mat-mdc-raised-button:hover,
.reference-theme-red .dark .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-red.dark .mat-mdc-raised-button:active,
.reference-theme-red.dark .mat-mdc-raised-button:focus:active,
.reference-theme-red .dark .mat-mdc-raised-button:active,
.reference-theme-red .dark .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-red.dark .mat-mdc-outlined-button,
.reference-theme-red .dark .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #fff;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-red.dark .mat-mdc-outlined-button.mat-primary,
.reference-theme-red .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-red.dark .mat-mdc-outlined-button.mat-accent,
.reference-theme-red .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-red.dark .mat-mdc-outlined-button.mat-warn,
.reference-theme-red .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-red.dark .mat-mdc-icon-button,
.reference-theme-red .dark .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: #fff;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-red.dark .mat-mdc-icon-button.mat-primary,
.reference-theme-red .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-red.dark .mat-mdc-icon-button.mat-accent,
.reference-theme-red .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-red.dark .mat-mdc-icon-button.mat-warn,
.reference-theme-red .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-red.dark .mat-mdc-fab.mat-primary,
.reference-theme-red.dark .mat-mdc-mini-fab.mat-primary,
.reference-theme-red .dark .mat-mdc-fab.mat-primary,
.reference-theme-red .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red.dark .mat-mdc-fab.mat-accent,
.reference-theme-red.dark .mat-mdc-mini-fab.mat-accent,
.reference-theme-red .dark .mat-mdc-fab.mat-accent,
.reference-theme-red .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-red.dark .mat-mdc-fab.mat-warn,
.reference-theme-red.dark .mat-mdc-mini-fab.mat-warn,
.reference-theme-red .dark .mat-mdc-fab.mat-warn,
.reference-theme-red .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-red.dark .mat-accent,
.reference-theme-red .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-red.dark .mat-warn,
.reference-theme-red .dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-red.dark .mat-badge-accent,
.reference-theme-red .dark .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-red.dark .mat-badge-warn,
.reference-theme-red .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-red.dark .mat-datepicker-content.mat-accent,
.reference-theme-red .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-red.dark .mat-datepicker-content.mat-warn,
.reference-theme-red .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-red.dark .mat-datepicker-toggle-active.mat-accent,
.reference-theme-red .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-red.dark .mat-datepicker-toggle-active.mat-warn,
.reference-theme-red .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-red.dark .mat-icon.mat-primary,
.reference-theme-red .dark .mat-icon.mat-primary {
  --mat-icon-color: #ef4444;
}
.reference-theme-red.dark .mat-icon.mat-accent,
.reference-theme-red .dark .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-red.dark .mat-icon.mat-warn,
.reference-theme-red .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-red.dark .mat-step-header.mat-accent,
.reference-theme-red .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-red.dark .mat-step-header.mat-warn,
.reference-theme-red .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-red.dark .mat-toolbar.mat-primary,
.reference-theme-red .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-red.dark .mat-toolbar.mat-accent,
.reference-theme-red .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-red.dark .mat-toolbar.mat-warn,
.reference-theme-red .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-orange,
.reference-theme-orange.light,
.reference-theme-orange .light {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #ea580c;
  --mat-option-label-text-color: #030712;
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-optgroup-label-text-color: #030712;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #ea580c;
  --mdc-filled-text-field-focus-active-indicator-color: #ea580c;
  --mdc-filled-text-field-focus-label-text-color: rgba(234, 88, 12, 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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #ea580c;
  --mdc-outlined-text-field-focus-outline-color: #ea580c;
  --mdc-outlined-text-field-focus-label-text-color: rgba(234, 88, 12, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(234, 88, 12, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(234, 88, 12, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --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);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #ea580c;
  --mdc-slider-focus-handle-color: #ea580c;
  --mdc-slider-hover-handle-color: #ea580c;
  --mdc-slider-active-track-color: #ea580c;
  --mdc-slider-inactive-track-color: #ea580c;
  --mdc-slider-with-tick-marks-inactive-container-color: #ea580c;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #ea580c;
  --mat-slider-hover-state-layer-color: rgba(234, 88, 12, 0.05);
  --mat-slider-focus-state-layer-color: rgba(234, 88, 12, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-item-label-text-color: #030712;
  --mat-menu-item-icon-color: #030712;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: #030712;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --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: #030712;
  --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: #030712;
  --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;
  --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);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f78721;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #030712;
  --mat-table-row-item-label-text-color: #030712;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #ea580c;
  --mat-badge-background-color: #ea580c;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #9ca3af;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #030712;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #030712;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-state-text-color: #9ca3af;
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #030712;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #f0f0f0;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ea580c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(234, 88, 12, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(234, 88, 12, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(234, 88, 12, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #ea580c;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(234, 88, 12, 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: #1f2937;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-icon-color: #1f2937;
  --mat-datepicker-calendar-navigation-button-icon-color: #1f2937;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.06);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #030712;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-range-input-separator-color: #030712;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #030712;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #030712;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.06);
  --mat-expansion-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-expansion-header-disabled-state-text-color: #9ca3af;
  --mat-expansion-header-text-color: #030712;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.06);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #030712;
  --mat-sidenav-content-background-color: #f3f4f6;
  --mat-sidenav-content-text-color: #030712;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ea580c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ea580c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ea580c;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.06);
  --mat-stepper-header-hover-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(17, 24, 39, 0.04);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #030712;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #030712;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #030712;
}
.reference-theme-orange .mat-accent,
.reference-theme-orange.light .mat-accent,
.reference-theme-orange .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-orange .mat-warn,
.reference-theme-orange.light .mat-warn,
.reference-theme-orange .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: #030712;
  --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);
}
.reference-theme-orange .mat-primary,
.reference-theme-orange.light .mat-primary,
.reference-theme-orange .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #ea580c;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ea580c;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-orange .mat-accent,
.reference-theme-orange.light .mat-accent,
.reference-theme-orange .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-orange .mat-warn,
.reference-theme-orange.light .mat-warn,
.reference-theme-orange .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f3f4f6;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.reference-theme-orange .mat-app-background,
.reference-theme-orange.mat-app-background,
.reference-theme-orange.light .mat-app-background,
.reference-theme-orange.light.mat-app-background,
.reference-theme-orange .light .mat-app-background,
.reference-theme-orange .light.mat-app-background {
  background-color: #f3f4f6;
  color: #030712;
}
.reference-theme-orange .mat-elevation-z0,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-orange.light .mat-elevation-z0,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-orange .light .mat-elevation-z0,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z1,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-orange.light .mat-elevation-z1,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-orange .light .mat-elevation-z1,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z2,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-orange.light .mat-elevation-z2,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-orange .light .mat-elevation-z2,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z3,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-orange.light .mat-elevation-z3,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-orange .light .mat-elevation-z3,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z4,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-orange.light .mat-elevation-z4,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-orange .light .mat-elevation-z4,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z5,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-orange.light .mat-elevation-z5,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-orange .light .mat-elevation-z5,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z6,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-orange.light .mat-elevation-z6,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-orange .light .mat-elevation-z6,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z7,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-orange.light .mat-elevation-z7,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-orange .light .mat-elevation-z7,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z8,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-orange.light .mat-elevation-z8,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-orange .light .mat-elevation-z8,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z9,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-orange.light .mat-elevation-z9,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-orange .light .mat-elevation-z9,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z10,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-orange.light .mat-elevation-z10,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-orange .light .mat-elevation-z10,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z11,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-orange.light .mat-elevation-z11,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-orange .light .mat-elevation-z11,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z12,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-orange.light .mat-elevation-z12,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-orange .light .mat-elevation-z12,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z13,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-orange.light .mat-elevation-z13,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-orange .light .mat-elevation-z13,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z14,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-orange.light .mat-elevation-z14,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-orange .light .mat-elevation-z14,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z15,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-orange.light .mat-elevation-z15,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-orange .light .mat-elevation-z15,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z16,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-orange.light .mat-elevation-z16,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-orange .light .mat-elevation-z16,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z17,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-orange.light .mat-elevation-z17,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-orange .light .mat-elevation-z17,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z18,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-orange.light .mat-elevation-z18,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-orange .light .mat-elevation-z18,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z19,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-orange.light .mat-elevation-z19,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-orange .light .mat-elevation-z19,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z20,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-orange.light .mat-elevation-z20,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-orange .light .mat-elevation-z20,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z21,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-orange.light .mat-elevation-z21,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-orange .light .mat-elevation-z21,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z22,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-orange.light .mat-elevation-z22,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-orange .light .mat-elevation-z22,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z23,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-orange.light .mat-elevation-z23,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-orange .light .mat-elevation-z23,
.reference-theme-orange .light .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);
}
.reference-theme-orange .mat-elevation-z24,
.reference-theme-orange .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-orange.light .mat-elevation-z24,
.reference-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-orange .light .mat-elevation-z24,
.reference-theme-orange .light .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;
}
.reference-theme-orange .mat-mdc-progress-bar,
.reference-theme-orange.light .mat-mdc-progress-bar,
.reference-theme-orange .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ea580c;
  --mdc-linear-progress-track-color: rgba(234, 88, 12, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-orange .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-orange.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-orange .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(234, 88, 12, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(234, 88, 12, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-orange .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-orange.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-orange .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-orange.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .light .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(234, 88, 12, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-orange .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-orange.light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-orange .light .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(234, 88, 12, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(234, 88, 12, 0.25));
}
.reference-theme-orange .mat-mdc-progress-bar.mat-accent,
.reference-theme-orange.light .mat-mdc-progress-bar.mat-accent,
.reference-theme-orange .light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-orange .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-orange.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-orange .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-orange .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-orange.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .light .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) {
  .reference-theme-orange .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-orange.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .light .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-orange .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-orange.light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-orange .light .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-orange .mat-mdc-progress-bar.mat-warn,
.reference-theme-orange.light .mat-mdc-progress-bar.mat-warn,
.reference-theme-orange .light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-orange .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-orange.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-orange .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-orange .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-orange.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .light .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) {
  .reference-theme-orange .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-orange.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .light .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-orange .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-orange.light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-orange .light .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-orange .mat-mdc-form-field.mat-accent,
.reference-theme-orange.light .mat-mdc-form-field.mat-accent,
.reference-theme-orange .light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-orange .mat-mdc-form-field.mat-warn,
.reference-theme-orange.light .mat-mdc-form-field.mat-warn,
.reference-theme-orange .light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-orange .mat-mdc-form-field.mat-accent,
.reference-theme-orange.light .mat-mdc-form-field.mat-accent,
.reference-theme-orange .light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-orange .mat-mdc-form-field.mat-warn,
.reference-theme-orange.light .mat-mdc-form-field.mat-warn,
.reference-theme-orange .light .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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-orange .mat-mdc-standard-chip,
.reference-theme-orange.light .mat-mdc-standard-chip,
.reference-theme-orange .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-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;
}
.reference-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ea580c;
  --mdc-chip-elevated-disabled-container-color: #ea580c;
  --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;
}
.reference-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-orange .mdc-switch,
.reference-theme-orange.light .mdc-switch,
.reference-theme-orange .light .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-orange .mat-mdc-slide-toggle,
.reference-theme-orange.light .mat-mdc-slide-toggle,
.reference-theme-orange .light .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #ea580c;
  --mdc-switch-selected-handle-color: #ea580c;
  --mdc-switch-selected-hover-state-layer-color: #ea580c;
  --mdc-switch-selected-pressed-state-layer-color: #ea580c;
  --mdc-switch-selected-focus-handle-color: #7c2d12;
  --mdc-switch-selected-hover-handle-color: #7c2d12;
  --mdc-switch-selected-pressed-handle-color: #7c2d12;
  --mdc-switch-selected-focus-track-color: #fdba74;
  --mdc-switch-selected-hover-track-color: #fdba74;
  --mdc-switch-selected-pressed-track-color: #fdba74;
  --mdc-switch-selected-track-color: #fdba74;
  --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;
}
.reference-theme-orange .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-orange.light .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-orange .light .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-orange .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-orange.light .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-orange .light .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-orange .mat-mdc-slide-toggle.mat-accent,
.reference-theme-orange.light .mat-mdc-slide-toggle.mat-accent,
.reference-theme-orange .light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #e8680e;
  --mdc-switch-selected-handle-color: #e8680e;
  --mdc-switch-selected-hover-state-layer-color: #e8680e;
  --mdc-switch-selected-pressed-state-layer-color: #e8680e;
  --mdc-switch-selected-focus-handle-color: #7b3513;
  --mdc-switch-selected-hover-handle-color: #7b3513;
  --mdc-switch-selected-pressed-handle-color: #7b3513;
  --mdc-switch-selected-focus-track-color: #fcc375;
  --mdc-switch-selected-hover-track-color: #fcc375;
  --mdc-switch-selected-pressed-track-color: #fcc375;
  --mdc-switch-selected-track-color: #fcc375;
}
.reference-theme-orange .mat-mdc-slide-toggle.mat-warn,
.reference-theme-orange.light .mat-mdc-slide-toggle.mat-warn,
.reference-theme-orange .light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.reference-theme-orange .mat-mdc-radio-button .mdc-form-field,
.reference-theme-orange.light .mat-mdc-radio-button .mdc-form-field,
.reference-theme-orange .light .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-orange .mat-mdc-radio-button.mat-primary,
.reference-theme-orange.light .mat-mdc-radio-button.mat-primary,
.reference-theme-orange .light .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: #ea580c;
  --mdc-radio-selected-hover-icon-color: #ea580c;
  --mdc-radio-selected-icon-color: #ea580c;
  --mdc-radio-selected-pressed-icon-color: #ea580c;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ea580c;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-orange .mat-mdc-radio-button.mat-accent,
.reference-theme-orange.light .mat-mdc-radio-button.mat-accent,
.reference-theme-orange .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-orange .mat-mdc-radio-button.mat-warn,
.reference-theme-orange.light .mat-mdc-radio-button.mat-warn,
.reference-theme-orange .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-orange .mat-accent,
.reference-theme-orange.light .mat-accent,
.reference-theme-orange .light .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-orange .mat-warn,
.reference-theme-orange.light .mat-warn,
.reference-theme-orange .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-orange .mdc-list-item__start,
.reference-theme-orange .mdc-list-item__end,
.reference-theme-orange.light .mdc-list-item__start,
.reference-theme-orange.light .mdc-list-item__end,
.reference-theme-orange .light .mdc-list-item__start,
.reference-theme-orange .light .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: #ea580c;
  --mdc-radio-selected-hover-icon-color: #ea580c;
  --mdc-radio-selected-icon-color: #ea580c;
  --mdc-radio-selected-pressed-icon-color: #ea580c;
}
.reference-theme-orange .mat-accent .mdc-list-item__start,
.reference-theme-orange .mat-accent .mdc-list-item__end,
.reference-theme-orange.light .mat-accent .mdc-list-item__start,
.reference-theme-orange.light .mat-accent .mdc-list-item__end,
.reference-theme-orange .light .mat-accent .mdc-list-item__start,
.reference-theme-orange .light .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-orange .mat-warn .mdc-list-item__start,
.reference-theme-orange .mat-warn .mdc-list-item__end,
.reference-theme-orange.light .mat-warn .mdc-list-item__start,
.reference-theme-orange.light .mat-warn .mdc-list-item__end,
.reference-theme-orange .light .mat-warn .mdc-list-item__start,
.reference-theme-orange .light .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-orange .mat-mdc-list-option,
.reference-theme-orange.light .mat-mdc-list-option,
.reference-theme-orange .light .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: #ea580c;
  --mdc-checkbox-selected-hover-icon-color: #ea580c;
  --mdc-checkbox-selected-icon-color: #ea580c;
  --mdc-checkbox-selected-pressed-icon-color: #ea580c;
  --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: #ea580c;
  --mdc-checkbox-selected-hover-state-layer-color: #ea580c;
  --mdc-checkbox-selected-pressed-state-layer-color: #ea580c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-orange .mat-mdc-list-option.mat-accent,
.reference-theme-orange.light .mat-mdc-list-option.mat-accent,
.reference-theme-orange .light .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: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-orange .mat-mdc-list-option.mat-warn,
.reference-theme-orange.light .mat-mdc-list-option.mat-warn,
.reference-theme-orange .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #ea580c;
}
.reference-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #ea580c;
}
.reference-theme-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-orange.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-orange.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-orange.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-orange .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-orange .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-orange .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-orange .mat-mdc-tab-group,
.reference-theme-orange .mat-mdc-tab-nav-bar,
.reference-theme-orange.light .mat-mdc-tab-group,
.reference-theme-orange.light .mat-mdc-tab-nav-bar,
.reference-theme-orange .light .mat-mdc-tab-group,
.reference-theme-orange .light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #ea580c;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ea580c;
  --mat-tab-header-active-ripple-color: #ea580c;
  --mat-tab-header-inactive-ripple-color: #ea580c;
  --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: #ea580c;
  --mat-tab-header-active-hover-label-text-color: #ea580c;
  --mat-tab-header-active-focus-indicator-color: #ea580c;
  --mat-tab-header-active-hover-indicator-color: #ea580c;
}
.reference-theme-orange .mat-mdc-tab-group.mat-accent,
.reference-theme-orange .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-orange.light .mat-mdc-tab-group.mat-accent,
.reference-theme-orange.light .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-orange .light .mat-mdc-tab-group.mat-accent,
.reference-theme-orange .light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-orange .mat-mdc-tab-group.mat-warn,
.reference-theme-orange .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-orange.light .mat-mdc-tab-group.mat-warn,
.reference-theme-orange.light .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-orange .light .mat-mdc-tab-group.mat-warn,
.reference-theme-orange .light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-orange .mat-mdc-tab-group.mat-background-primary,
.reference-theme-orange .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-orange.light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-orange.light .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-orange .light .mat-mdc-tab-group.mat-background-primary,
.reference-theme-orange .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #ea580c;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-orange .mat-mdc-tab-group.mat-background-accent,
.reference-theme-orange .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-orange.light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-orange.light .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-orange .light .mat-mdc-tab-group.mat-background-accent,
.reference-theme-orange .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-orange .mat-mdc-tab-group.mat-background-warn,
.reference-theme-orange .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-orange.light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-orange.light .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-orange .light .mat-mdc-tab-group.mat-background-warn,
.reference-theme-orange .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-orange .mat-mdc-checkbox.mat-primary,
.reference-theme-orange.light .mat-mdc-checkbox.mat-primary,
.reference-theme-orange .light .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: #ea580c;
  --mdc-checkbox-selected-hover-icon-color: #ea580c;
  --mdc-checkbox-selected-icon-color: #ea580c;
  --mdc-checkbox-selected-pressed-icon-color: #ea580c;
  --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: #ea580c;
  --mdc-checkbox-selected-hover-state-layer-color: #ea580c;
  --mdc-checkbox-selected-pressed-state-layer-color: #ea580c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-orange .mat-mdc-checkbox.mat-warn,
.reference-theme-orange.light .mat-mdc-checkbox.mat-warn,
.reference-theme-orange .light .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.reference-theme-orange .mat-mdc-checkbox .mdc-form-field,
.reference-theme-orange.light .mat-mdc-checkbox .mdc-form-field,
.reference-theme-orange .light .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
.reference-theme-orange .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-orange.light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-orange .light .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-orange .mat-mdc-button,
.reference-theme-orange.light .mat-mdc-button,
.reference-theme-orange .light .mat-mdc-button {
  --mdc-text-button-label-text-color: #000;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: #000;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-orange .mat-mdc-button.mat-primary,
.reference-theme-orange.light .mat-mdc-button.mat-primary,
.reference-theme-orange .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ea580c;
  --mat-text-button-state-layer-color: #ea580c;
  --mat-text-button-ripple-color: rgba(234, 88, 12, 0.1);
}
.reference-theme-orange .mat-mdc-button.mat-accent,
.reference-theme-orange.light .mat-mdc-button.mat-accent,
.reference-theme-orange .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-orange .mat-mdc-button.mat-warn,
.reference-theme-orange.light .mat-mdc-button.mat-warn,
.reference-theme-orange .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-orange .mat-mdc-unelevated-button,
.reference-theme-orange.light .mat-mdc-unelevated-button,
.reference-theme-orange .light .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-orange .mat-mdc-unelevated-button.mat-primary,
.reference-theme-orange.light .mat-mdc-unelevated-button.mat-primary,
.reference-theme-orange .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ea580c;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-orange .mat-mdc-unelevated-button.mat-accent,
.reference-theme-orange.light .mat-mdc-unelevated-button.mat-accent,
.reference-theme-orange .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-orange .mat-mdc-unelevated-button.mat-warn,
.reference-theme-orange.light .mat-mdc-unelevated-button.mat-warn,
.reference-theme-orange .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-orange .mat-mdc-raised-button,
.reference-theme-orange.light .mat-mdc-raised-button,
.reference-theme-orange .light .mat-mdc-raised-button {
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  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);
}
.reference-theme-orange .mat-mdc-raised-button.mat-primary,
.reference-theme-orange.light .mat-mdc-raised-button.mat-primary,
.reference-theme-orange .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ea580c;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-orange .mat-mdc-raised-button.mat-accent,
.reference-theme-orange.light .mat-mdc-raised-button.mat-accent,
.reference-theme-orange .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-orange .mat-mdc-raised-button.mat-warn,
.reference-theme-orange.light .mat-mdc-raised-button.mat-warn,
.reference-theme-orange .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-orange .mat-mdc-raised-button:hover,
.reference-theme-orange .mat-mdc-raised-button:focus,
.reference-theme-orange.light .mat-mdc-raised-button:hover,
.reference-theme-orange.light .mat-mdc-raised-button:focus,
.reference-theme-orange .light .mat-mdc-raised-button:hover,
.reference-theme-orange .light .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-orange .mat-mdc-raised-button:active,
.reference-theme-orange .mat-mdc-raised-button:focus:active,
.reference-theme-orange.light .mat-mdc-raised-button:active,
.reference-theme-orange.light .mat-mdc-raised-button:focus:active,
.reference-theme-orange .light .mat-mdc-raised-button:active,
.reference-theme-orange .light .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-orange .mat-mdc-outlined-button,
.reference-theme-orange.light .mat-mdc-outlined-button,
.reference-theme-orange .light .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #000;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-orange .mat-mdc-outlined-button.mat-primary,
.reference-theme-orange.light .mat-mdc-outlined-button.mat-primary,
.reference-theme-orange .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ea580c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ea580c;
  --mat-outlined-button-ripple-color: rgba(234, 88, 12, 0.1);
}
.reference-theme-orange .mat-mdc-outlined-button.mat-accent,
.reference-theme-orange.light .mat-mdc-outlined-button.mat-accent,
.reference-theme-orange .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-orange .mat-mdc-outlined-button.mat-warn,
.reference-theme-orange.light .mat-mdc-outlined-button.mat-warn,
.reference-theme-orange .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-orange .mat-mdc-icon-button,
.reference-theme-orange.light .mat-mdc-icon-button,
.reference-theme-orange .light .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #000;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
.reference-theme-orange .mat-mdc-icon-button.mat-primary,
.reference-theme-orange.light .mat-mdc-icon-button.mat-primary,
.reference-theme-orange .light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ea580c;
  --mat-icon-button-state-layer-color: #ea580c;
  --mat-icon-button-ripple-color: rgba(234, 88, 12, 0.1);
}
.reference-theme-orange .mat-mdc-icon-button.mat-accent,
.reference-theme-orange.light .mat-mdc-icon-button.mat-accent,
.reference-theme-orange .light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-orange .mat-mdc-icon-button.mat-warn,
.reference-theme-orange.light .mat-mdc-icon-button.mat-warn,
.reference-theme-orange .light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-orange .mat-mdc-fab.mat-primary,
.reference-theme-orange .mat-mdc-mini-fab.mat-primary,
.reference-theme-orange.light .mat-mdc-fab.mat-primary,
.reference-theme-orange.light .mat-mdc-mini-fab.mat-primary,
.reference-theme-orange .light .mat-mdc-fab.mat-primary,
.reference-theme-orange .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #ea580c;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-orange .mat-mdc-fab.mat-accent,
.reference-theme-orange .mat-mdc-mini-fab.mat-accent,
.reference-theme-orange.light .mat-mdc-fab.mat-accent,
.reference-theme-orange.light .mat-mdc-mini-fab.mat-accent,
.reference-theme-orange .light .mat-mdc-fab.mat-accent,
.reference-theme-orange .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-orange .mat-mdc-fab.mat-warn,
.reference-theme-orange .mat-mdc-mini-fab.mat-warn,
.reference-theme-orange.light .mat-mdc-fab.mat-warn,
.reference-theme-orange.light .mat-mdc-mini-fab.mat-warn,
.reference-theme-orange .light .mat-mdc-fab.mat-warn,
.reference-theme-orange .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-orange .mat-accent,
.reference-theme-orange.light .mat-accent,
.reference-theme-orange .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-orange .mat-warn,
.reference-theme-orange.light .mat-warn,
.reference-theme-orange .light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-orange .mat-badge-accent,
.reference-theme-orange.light .mat-badge-accent,
.reference-theme-orange .light .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-orange .mat-badge-warn,
.reference-theme-orange.light .mat-badge-warn,
.reference-theme-orange .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-orange .mat-datepicker-content.mat-accent,
.reference-theme-orange.light .mat-datepicker-content.mat-accent,
.reference-theme-orange .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-orange .mat-datepicker-content.mat-warn,
.reference-theme-orange.light .mat-datepicker-content.mat-warn,
.reference-theme-orange .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-orange .mat-datepicker-toggle-active.mat-accent,
.reference-theme-orange.light .mat-datepicker-toggle-active.mat-accent,
.reference-theme-orange .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-orange .mat-datepicker-toggle-active.mat-warn,
.reference-theme-orange.light .mat-datepicker-toggle-active.mat-warn,
.reference-theme-orange .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-orange .mat-icon.mat-primary,
.reference-theme-orange.light .mat-icon.mat-primary,
.reference-theme-orange .light .mat-icon.mat-primary {
  --mat-icon-color: #ea580c;
}
.reference-theme-orange .mat-icon.mat-accent,
.reference-theme-orange.light .mat-icon.mat-accent,
.reference-theme-orange .light .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-orange .mat-icon.mat-warn,
.reference-theme-orange.light .mat-icon.mat-warn,
.reference-theme-orange .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-orange .mat-step-header.mat-accent,
.reference-theme-orange.light .mat-step-header.mat-accent,
.reference-theme-orange .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-orange .mat-step-header.mat-warn,
.reference-theme-orange.light .mat-step-header.mat-warn,
.reference-theme-orange .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-orange .mat-toolbar.mat-primary,
.reference-theme-orange.light .mat-toolbar.mat-primary,
.reference-theme-orange .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #ea580c;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-orange .mat-toolbar.mat-accent,
.reference-theme-orange.light .mat-toolbar.mat-accent,
.reference-theme-orange .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-orange .mat-toolbar.mat-warn,
.reference-theme-orange.light .mat-toolbar.mat-warn,
.reference-theme-orange .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-orange.dark,
.reference-theme-orange .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #f97316;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --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: #1f2937;
  --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: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f97316;
  --mdc-filled-text-field-focus-active-indicator-color: #f97316;
  --mdc-filled-text-field-focus-label-text-color: rgba(249, 115, 22, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --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: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --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: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #f97316;
  --mdc-outlined-text-field-focus-outline-color: #f97316;
  --mdc-outlined-text-field-focus-label-text-color: rgba(249, 115, 22, 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: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --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: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(249, 115, 22, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-panel-background-color: #1f2937;
  --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(249, 115, 22, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #f97316;
  --mdc-slider-focus-handle-color: #f97316;
  --mdc-slider-hover-handle-color: #f97316;
  --mdc-slider-active-track-color: #f97316;
  --mdc-slider-inactive-track-color: #f97316;
  --mdc-slider-with-tick-marks-inactive-container-color: #f97316;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #f97316;
  --mat-slider-hover-state-layer-color: rgba(249, 115, 22, 0.05);
  --mat-slider-focus-state-layer-color: rgba(249, 115, 22, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --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: #1f2937;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-container-color: #1f2937;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(255, 255, 255, 0.5);
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f97316;
  --mat-badge-background-color: #f97316;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f97316;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(249, 115, 22, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(249, 115, 22, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(249, 115, 22, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f97316;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(249, 115, 22, 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: #9ca3af;
  --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: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --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: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-background-color: #1f2937;
  --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: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f97316;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f97316;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f97316;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --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: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.reference-theme-orange.dark .mat-accent,
.reference-theme-orange .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f78721;
  --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);
}
.reference-theme-orange.dark .mat-warn,
.reference-theme-orange .dark .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --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);
}
.reference-theme-orange.dark .mat-primary,
.reference-theme-orange .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f97316;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f97316;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-orange.dark .mat-accent,
.reference-theme-orange .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f78721;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f78721;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-orange.dark .mat-warn,
.reference-theme-orange .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.reference-theme-orange.dark .mat-app-background,
.reference-theme-orange.dark.mat-app-background,
.reference-theme-orange .dark .mat-app-background,
.reference-theme-orange .dark.mat-app-background {
  background-color: #111827;
  color: white;
}
.reference-theme-orange.dark .mat-elevation-z0,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.reference-theme-orange .dark .mat-elevation-z0,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z1,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.reference-theme-orange .dark .mat-elevation-z1,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z2,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.reference-theme-orange .dark .mat-elevation-z2,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z3,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.reference-theme-orange .dark .mat-elevation-z3,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z4,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.reference-theme-orange .dark .mat-elevation-z4,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z5,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.reference-theme-orange .dark .mat-elevation-z5,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z6,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.reference-theme-orange .dark .mat-elevation-z6,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z7,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.reference-theme-orange .dark .mat-elevation-z7,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z8,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.reference-theme-orange .dark .mat-elevation-z8,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z9,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.reference-theme-orange .dark .mat-elevation-z9,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z10,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.reference-theme-orange .dark .mat-elevation-z10,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z11,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.reference-theme-orange .dark .mat-elevation-z11,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z12,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.reference-theme-orange .dark .mat-elevation-z12,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z13,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.reference-theme-orange .dark .mat-elevation-z13,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z14,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.reference-theme-orange .dark .mat-elevation-z14,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z15,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.reference-theme-orange .dark .mat-elevation-z15,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z16,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.reference-theme-orange .dark .mat-elevation-z16,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z17,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.reference-theme-orange .dark .mat-elevation-z17,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z18,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.reference-theme-orange .dark .mat-elevation-z18,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z19,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.reference-theme-orange .dark .mat-elevation-z19,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z20,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.reference-theme-orange .dark .mat-elevation-z20,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z21,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.reference-theme-orange .dark .mat-elevation-z21,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z22,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.reference-theme-orange .dark .mat-elevation-z22,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z23,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.reference-theme-orange .dark .mat-elevation-z23,
.reference-theme-orange .dark .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);
}
.reference-theme-orange.dark .mat-elevation-z24,
.reference-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.reference-theme-orange .dark .mat-elevation-z24,
.reference-theme-orange .dark .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;
}
.reference-theme-orange.dark .mat-mdc-progress-bar,
.reference-theme-orange .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f97316;
  --mdc-linear-progress-track-color: rgba(249, 115, 22, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-orange.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.reference-theme-orange .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-color: rgba(249, 115, 22, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(249, 115, 22, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-orange.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-color: ButtonBorder;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .reference-theme-orange.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .dark .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(249, 115, 22, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-orange.dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.reference-theme-orange .dark .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(249, 115, 22, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(249, 115, 22, 0.25));
}
.reference-theme-orange.dark .mat-mdc-progress-bar.mat-accent,
.reference-theme-orange .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f78721;
  --mdc-linear-progress-track-color: rgba(247, 135, 33, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-orange.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.reference-theme-orange .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-orange.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .dark .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) {
  .reference-theme-orange.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .dark .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(247, 135, 33, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-orange.dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.reference-theme-orange .dark .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(247, 135, 33, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(247, 135, 33, 0.25));
}
.reference-theme-orange.dark .mat-mdc-progress-bar.mat-warn,
.reference-theme-orange .dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
@keyframes mdc-linear-progress-buffering {
  from {
  }
}
.reference-theme-orange.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.reference-theme-orange .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
@media (forced-colors: active) {
  .reference-theme-orange.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .dark .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) {
  .reference-theme-orange.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
  .reference-theme-orange .dark .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(239, 68, 68, 0.25)'/%3E%3C/svg%3E");
  }
}
.reference-theme-orange.dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.reference-theme-orange .dark .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(239, 68, 68, 0.25);
  background-color: var(--mdc-linear-progress-track-color, rgba(239, 68, 68, 0.25));
}
.reference-theme-orange.dark .mat-mdc-form-field.mat-accent,
.reference-theme-orange .dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f78721;
  --mdc-filled-text-field-focus-active-indicator-color: #f78721;
  --mdc-filled-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mdc-outlined-text-field-caret-color: #f78721;
  --mdc-outlined-text-field-focus-outline-color: #f78721;
  --mdc-outlined-text-field-focus-label-text-color: rgba(247, 135, 33, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(247, 135, 33, 0.87);
}
.reference-theme-orange.dark .mat-mdc-form-field.mat-warn,
.reference-theme-orange .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-orange.dark .mat-mdc-form-field.mat-accent,
.reference-theme-orange .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(255, 255, 255, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(247, 135, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-orange.dark .mat-mdc-form-field.mat-warn,
.reference-theme-orange .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1f2937;
  --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(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.reference-theme-orange.dark .mat-mdc-standard-chip,
.reference-theme-orange .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --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;
}
.reference-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.reference-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.reference-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f97316;
  --mdc-chip-elevated-disabled-container-color: #f97316;
  --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;
}
.reference-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.reference-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.reference-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f78721;
  --mdc-chip-elevated-disabled-container-color: #f78721;
  --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;
}
.reference-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.reference-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.reference-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --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;
}
.reference-theme-orange.dark .mdc-switch,
.reference-theme-orange .dark .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
.reference-theme-orange.dark .mat-mdc-slide-toggle,
.reference-theme-orange .dark .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #fdba74;
  --mdc-switch-selected-handle-color: #fdba74;
  --mdc-switch-selected-hover-state-layer-color: #fdba74;
  --mdc-switch-selected-pressed-state-layer-color: #fdba74;
  --mdc-switch-selected-focus-handle-color: #fed7aa;
  --mdc-switch-selected-hover-handle-color: #fed7aa;
  --mdc-switch-selected-pressed-handle-color: #fed7aa;
  --mdc-switch-selected-focus-track-color: #ea580c;
  --mdc-switch-selected-hover-track-color: #ea580c;
  --mdc-switch-selected-pressed-track-color: #ea580c;
  --mdc-switch-selected-track-color: #ea580c;
  --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;
}
.reference-theme-orange.dark .mat-mdc-slide-toggle .mdc-form-field,
.reference-theme-orange .dark .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-orange.dark .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.reference-theme-orange .dark .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: #6b7280;
}
.reference-theme-orange.dark .mat-mdc-slide-toggle.mat-accent,
.reference-theme-orange .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcc375;
  --mdc-switch-selected-handle-color: #fcc375;
  --mdc-switch-selected-hover-state-layer-color: #fcc375;
  --mdc-switch-selected-pressed-state-layer-color: #fcc375;
  --mdc-switch-selected-focus-handle-color: #fddcab;
  --mdc-switch-selected-hover-handle-color: #fddcab;
  --mdc-switch-selected-pressed-handle-color: #fddcab;
  --mdc-switch-selected-focus-track-color: #e8680e;
  --mdc-switch-selected-hover-track-color: #e8680e;
  --mdc-switch-selected-pressed-track-color: #e8680e;
  --mdc-switch-selected-track-color: #e8680e;
}
.reference-theme-orange.dark .mat-mdc-slide-toggle.mat-warn,
.reference-theme-orange .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.reference-theme-orange.dark .mat-mdc-radio-button .mdc-form-field,
.reference-theme-orange .dark .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-orange.dark .mat-mdc-radio-button.mat-primary,
.reference-theme-orange .dark .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: #f97316;
  --mdc-radio-selected-hover-icon-color: #f97316;
  --mdc-radio-selected-icon-color: #f97316;
  --mdc-radio-selected-pressed-icon-color: #f97316;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f97316;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-orange.dark .mat-mdc-radio-button.mat-accent,
.reference-theme-orange .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #f78721;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-orange.dark .mat-mdc-radio-button.mat-warn,
.reference-theme-orange .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: #fff;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.reference-theme-orange.dark .mat-accent,
.reference-theme-orange .dark .mat-accent {
  --mat-slider-ripple-color: #f78721;
  --mat-slider-hover-state-layer-color: rgba(247, 135, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(247, 135, 33, 0.2);
  --mdc-slider-handle-color: #f78721;
  --mdc-slider-focus-handle-color: #f78721;
  --mdc-slider-hover-handle-color: #f78721;
  --mdc-slider-active-track-color: #f78721;
  --mdc-slider-inactive-track-color: #f78721;
  --mdc-slider-with-tick-marks-inactive-container-color: #f78721;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-orange.dark .mat-warn,
.reference-theme-orange .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.reference-theme-orange.dark .mdc-list-item__start,
.reference-theme-orange.dark .mdc-list-item__end,
.reference-theme-orange .dark .mdc-list-item__start,
.reference-theme-orange .dark .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: #f97316;
  --mdc-radio-selected-hover-icon-color: #f97316;
  --mdc-radio-selected-icon-color: #f97316;
  --mdc-radio-selected-pressed-icon-color: #f97316;
}
.reference-theme-orange.dark .mat-accent .mdc-list-item__start,
.reference-theme-orange.dark .mat-accent .mdc-list-item__end,
.reference-theme-orange .dark .mat-accent .mdc-list-item__start,
.reference-theme-orange .dark .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: #f78721;
  --mdc-radio-selected-hover-icon-color: #f78721;
  --mdc-radio-selected-icon-color: #f78721;
  --mdc-radio-selected-pressed-icon-color: #f78721;
}
.reference-theme-orange.dark .mat-warn .mdc-list-item__start,
.reference-theme-orange.dark .mat-warn .mdc-list-item__end,
.reference-theme-orange .dark .mat-warn .mdc-list-item__start,
.reference-theme-orange .dark .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: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.reference-theme-orange.dark .mat-mdc-list-option,
.reference-theme-orange .dark .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: #f97316;
  --mdc-checkbox-selected-hover-icon-color: #f97316;
  --mdc-checkbox-selected-icon-color: #f97316;
  --mdc-checkbox-selected-pressed-icon-color: #f97316;
  --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: #f97316;
  --mdc-checkbox-selected-hover-state-layer-color: #f97316;
  --mdc-checkbox-selected-pressed-state-layer-color: #f97316;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-orange.dark .mat-mdc-list-option.mat-accent,
.reference-theme-orange .dark .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: #f78721;
  --mdc-checkbox-selected-hover-icon-color: #f78721;
  --mdc-checkbox-selected-icon-color: #f78721;
  --mdc-checkbox-selected-pressed-icon-color: #f78721;
  --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: #f78721;
  --mdc-checkbox-selected-hover-state-layer-color: #f78721;
  --mdc-checkbox-selected-pressed-state-layer-color: #f78721;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-orange.dark .mat-mdc-list-option.mat-warn,
.reference-theme-orange .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.reference-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.reference-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #f97316;
}
.reference-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.reference-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #f97316;
}
.reference-theme-orange.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-orange.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-orange.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.reference-theme-orange .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.reference-theme-orange .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.reference-theme-orange .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.reference-theme-orange.dark .mat-mdc-tab-group,
.reference-theme-orange.dark .mat-mdc-tab-nav-bar,
.reference-theme-orange .dark .mat-mdc-tab-group,
.reference-theme-orange .dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #f97316;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f97316;
  --mat-tab-header-active-ripple-color: #f97316;
  --mat-tab-header-inactive-ripple-color: #f97316;
  --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: #f97316;
  --mat-tab-header-active-hover-label-text-color: #f97316;
  --mat-tab-header-active-focus-indicator-color: #f97316;
  --mat-tab-header-active-hover-indicator-color: #f97316;
}
.reference-theme-orange.dark .mat-mdc-tab-group.mat-accent,
.reference-theme-orange.dark .mat-mdc-tab-nav-bar.mat-accent,
.reference-theme-orange .dark .mat-mdc-tab-group.mat-accent,
.reference-theme-orange .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f78721;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #f78721;
  --mat-tab-header-active-ripple-color: #f78721;
  --mat-tab-header-inactive-ripple-color: #f78721;
  --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: #f78721;
  --mat-tab-header-active-hover-label-text-color: #f78721;
  --mat-tab-header-active-focus-indicator-color: #f78721;
  --mat-tab-header-active-hover-indicator-color: #f78721;
}
.reference-theme-orange.dark .mat-mdc-tab-group.mat-warn,
.reference-theme-orange.dark .mat-mdc-tab-nav-bar.mat-warn,
.reference-theme-orange .dark .mat-mdc-tab-group.mat-warn,
.reference-theme-orange .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --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: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --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: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.reference-theme-orange.dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-orange.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.reference-theme-orange .dark .mat-mdc-tab-group.mat-background-primary,
.reference-theme-orange .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #f97316;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-orange.dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-orange.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.reference-theme-orange .dark .mat-mdc-tab-group.mat-background-accent,
.reference-theme-orange .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f78721;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-orange.dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-orange.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.reference-theme-orange .dark .mat-mdc-tab-group.mat-background-warn,
.reference-theme-orange .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.reference-theme-orange.dark .mat-mdc-checkbox.mat-primary,
.reference-theme-orange .dark .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: #f97316;
  --mdc-checkbox-selected-hover-icon-color: #f97316;
  --mdc-checkbox-selected-icon-color: #f97316;
  --mdc-checkbox-selected-pressed-icon-color: #f97316;
  --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: #f97316;
  --mdc-checkbox-selected-hover-state-layer-color: #f97316;
  --mdc-checkbox-selected-pressed-state-layer-color: #f97316;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-orange.dark .mat-mdc-checkbox.mat-warn,
.reference-theme-orange .dark .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: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --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: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.reference-theme-orange.dark .mat-mdc-checkbox .mdc-form-field,
.reference-theme-orange .dark .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
.reference-theme-orange.dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label,
.reference-theme-orange .dark .mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: #6b7280;
}
.reference-theme-orange.dark .mat-mdc-button,
.reference-theme-orange .dark .mat-mdc-button {
  --mdc-text-button-label-text-color: #fff;
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-text-button-state-layer-color: #fff;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-orange.dark .mat-mdc-button.mat-primary,
.reference-theme-orange .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f97316;
  --mat-text-button-state-layer-color: #f97316;
  --mat-text-button-ripple-color: rgba(249, 115, 22, 0.1);
}
.reference-theme-orange.dark .mat-mdc-button.mat-accent,
.reference-theme-orange .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f78721;
  --mat-text-button-state-layer-color: #f78721;
  --mat-text-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-orange.dark .mat-mdc-button.mat-warn,
.reference-theme-orange .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-orange.dark .mat-mdc-unelevated-button,
.reference-theme-orange .dark .mat-mdc-unelevated-button {
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: #fff;
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-orange.dark .mat-mdc-unelevated-button.mat-primary,
.reference-theme-orange .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f97316;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-orange.dark .mat-mdc-unelevated-button.mat-accent,
.reference-theme-orange .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f78721;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-orange.dark .mat-mdc-unelevated-button.mat-warn,
.reference-theme-orange .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-orange.dark .mat-mdc-raised-button,
.reference-theme-orange .dark .mat-mdc-raised-button {
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  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);
}
.reference-theme-orange.dark .mat-mdc-raised-button.mat-primary,
.reference-theme-orange .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f97316;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-orange.dark .mat-mdc-raised-button.mat-accent,
.reference-theme-orange .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f78721;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-orange.dark .mat-mdc-raised-button.mat-warn,
.reference-theme-orange .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-orange.dark .mat-mdc-raised-button:hover,
.reference-theme-orange.dark .mat-mdc-raised-button:focus,
.reference-theme-orange .dark .mat-mdc-raised-button:hover,
.reference-theme-orange .dark .mat-mdc-raised-button:focus {
  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);
}
.reference-theme-orange.dark .mat-mdc-raised-button:active,
.reference-theme-orange.dark .mat-mdc-raised-button:focus:active,
.reference-theme-orange .dark .mat-mdc-raised-button:active,
.reference-theme-orange .dark .mat-mdc-raised-button:focus:active {
  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);
}
.reference-theme-orange.dark .mat-mdc-outlined-button,
.reference-theme-orange .dark .mat-mdc-outlined-button {
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #fff;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-orange.dark .mat-mdc-outlined-button.mat-primary,
.reference-theme-orange .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f97316;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f97316;
  --mat-outlined-button-ripple-color: rgba(249, 115, 22, 0.1);
}
.reference-theme-orange.dark .mat-mdc-outlined-button.mat-accent,
.reference-theme-orange .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f78721;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f78721;
  --mat-outlined-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-orange.dark .mat-mdc-outlined-button.mat-warn,
.reference-theme-orange .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-orange.dark .mat-mdc-icon-button,
.reference-theme-orange .dark .mat-mdc-icon-button {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: #fff;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
}
.reference-theme-orange.dark .mat-mdc-icon-button.mat-primary,
.reference-theme-orange .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f97316;
  --mat-icon-button-state-layer-color: #f97316;
  --mat-icon-button-ripple-color: rgba(249, 115, 22, 0.1);
}
.reference-theme-orange.dark .mat-mdc-icon-button.mat-accent,
.reference-theme-orange .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f78721;
  --mat-icon-button-state-layer-color: #f78721;
  --mat-icon-button-ripple-color: rgba(247, 135, 33, 0.1);
}
.reference-theme-orange.dark .mat-mdc-icon-button.mat-warn,
.reference-theme-orange .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.reference-theme-orange.dark .mat-mdc-fab.mat-primary,
.reference-theme-orange.dark .mat-mdc-mini-fab.mat-primary,
.reference-theme-orange .dark .mat-mdc-fab.mat-primary,
.reference-theme-orange .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #f97316;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-orange.dark .mat-mdc-fab.mat-accent,
.reference-theme-orange.dark .mat-mdc-mini-fab.mat-accent,
.reference-theme-orange .dark .mat-mdc-fab.mat-accent,
.reference-theme-orange .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #f78721;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
.reference-theme-orange.dark .mat-mdc-fab.mat-warn,
.reference-theme-orange.dark .mat-mdc-mini-fab.mat-warn,
.reference-theme-orange .dark .mat-mdc-fab.mat-warn,
.reference-theme-orange .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.reference-theme-orange.dark .mat-accent,
.reference-theme-orange .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f78721;
}
.reference-theme-orange.dark .mat-warn,
.reference-theme-orange .dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.reference-theme-orange.dark .mat-badge-accent,
.reference-theme-orange .dark .mat-badge-accent {
  --mat-badge-background-color: #f78721;
  --mat-badge-text-color: white;
}
.reference-theme-orange.dark .mat-badge-warn,
.reference-theme-orange .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.reference-theme-orange.dark .mat-datepicker-content.mat-accent,
.reference-theme-orange .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f78721;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(247, 135, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(247, 135, 33, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(247, 135, 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;
}
.reference-theme-orange.dark .mat-datepicker-content.mat-warn,
.reference-theme-orange .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 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;
}
.reference-theme-orange.dark .mat-datepicker-toggle-active.mat-accent,
.reference-theme-orange .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f78721;
}
.reference-theme-orange.dark .mat-datepicker-toggle-active.mat-warn,
.reference-theme-orange .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.reference-theme-orange.dark .mat-icon.mat-primary,
.reference-theme-orange .dark .mat-icon.mat-primary {
  --mat-icon-color: #f97316;
}
.reference-theme-orange.dark .mat-icon.mat-accent,
.reference-theme-orange .dark .mat-icon.mat-accent {
  --mat-icon-color: #f78721;
}
.reference-theme-orange.dark .mat-icon.mat-warn,
.reference-theme-orange .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.reference-theme-orange.dark .mat-step-header.mat-accent,
.reference-theme-orange .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f78721;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f78721;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f78721;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-orange.dark .mat-step-header.mat-warn,
.reference-theme-orange .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.reference-theme-orange.dark .mat-toolbar.mat-primary,
.reference-theme-orange .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f97316;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-orange.dark .mat-toolbar.mat-accent,
.reference-theme-orange .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f78721;
  --mat-toolbar-container-text-color: white;
}
.reference-theme-orange.dark .mat-toolbar.mat-warn,
.reference-theme-orange .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.display-3 {
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  font-family: var(--reference-font);
  letter-spacing: -0.02em;
}
.display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  font-family: var(--reference-font);
  letter-spacing: -0.005em;
}
.display-1,
h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: var(--reference-font);
  letter-spacing: normal;
}
.headline,
h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: var(--reference-font);
  letter-spacing: -0.019em;
}
.title,
h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  font-family: var(--reference-font);
  letter-spacing: -0.014em;
}
.subheading-2,
h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--reference-font);
  letter-spacing: -0.011em;
}
.subheading-1,
h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--reference-font);
  letter-spacing: -0.006em;
}
.body-2,
h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--reference-font);
  letter-spacing: -0.006em;
}
.body-1,
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--reference-font);
  letter-spacing: -0.009em;
}
.caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--reference-font);
  letter-spacing: 0;
}
.text-xs {
  letter-spacing: 0;
}
.text-sm {
  letter-spacing: -0.009em;
}
.text-base {
  letter-spacing: -0.011em;
}
.text-lg {
  letter-spacing: -0.014em;
}
.text-2xl {
  letter-spacing: -0.019em;
}
.text-3xl {
  letter-spacing: -0.021em;
}
body {
  --reference-font:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --reference-sidenav-width: 230px;
  --reference-sidenav-collapsed-width: 72px;
  --reference-sidenav-item-min-height: 48px;
  --reference-sidenav-item-padding-vertical: 0.5rem;
  --reference-sidenav-item-padding-horizontal: 1.5rem;
  --reference-sidenav-item-font-weight: 500;
  --reference-sidenav-item-icon-gap: 1rem;
  --reference-sidenav-item-icon-size: 1.5rem;
  --reference-sidenav-item-dropdown-gap: 0.75rem;
  --reference-toolbar-height: 64px;
  --reference-secondary-toolbar-height: 54px;
  --reference-navigation-height: 64px;
  --reference-footer-height: 56px;
  --reference-footer-z-index: 100;
  --reference-toolbar-z-index: 1000;
  --reference-footer-elevation: 0 -10px 30px 0 rgba(82, 63, 104, 0.06);
  --reference-page-layout-header-height: 200px;
  --reference-page-layout-toolbar-height: 64px;
  --reference-blink-scrollbar-width: 12px;
  --reference-default-icon-size: 24px;
  --reference-border-radius: 0.25rem;
}
.reference-base-layout-container {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.reference-layout-content {
  background: var(--reference-color-secondary-bg);
  min-height: calc(100% - var(--reference-toolbar-height) - var(--reference-navigation-height));
  position: relative;
  width: 100%;
}
.reference-layout-content_inner {
  background: #FFFFFF;
  min-height: calc(100% - var(--reference-toolbar-height) - var(--reference-navigation-height));
  position: relative;
  width: 100%;
  height: calc(100vh - var(--reference-toolbar-height) - var(--reference-navigation-height));
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.reference-layout-footer-enabled .reference-layout-content {
  min-height: calc(100% - var(--reference-toolbar-height) - var(--reference-navigation-height) - var(--reference-footer-height));
}
.reference-layout-scroll-disabled {
  overflow: hidden;
}
.reference-layout-scroll-disabled .reference-layout-content {
  height: calc(100% - var(--reference-toolbar-height) - var(--reference-navigation-height));
  min-height: unset;
  overflow: hidden;
}
.reference-layout-scroll-disabled.reference-layout-footer-fixed .reference-layout-content,
.reference-layout-scroll-disabled.reference-layout-footer-enabled .reference-layout-content {
  height: calc(100% - var(--reference-toolbar-height) - var(--reference-navigation-height) - var(--reference-footer-height));
  min-height: unset;
}
.reference-layout-sidenav-container {
  background: var(--reference-background-background);
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.reference-layout-sidenav-content {
  overflow-x: hidden;
  overflow-y: auto;
}
.reference-layout-search-overlay-open {
  overflow: hidden;
  position: fixed;
}
.reference-layout-search-overlay-open .reference-layout-sidenav-container {
  pointer-events: none;
  transform: perspective(1000px) translate3d(0, 50vh, 0) rotate3d(1, 0, 0, 30deg);
  transform-origin: 50vw 50vh;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  overflow: visible;
  border-radius: var(--reference-border-radius);
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.reference-layout-toolbar-fixed .reference-toolbar {
  position: fixed;
  width: var(--reference-toolbar-width);
  z-index: 0;
}
.reference-layout-toolbar-fixed .reference-layout-content {
  margin-top: var(--reference-toolbar-height);
}
@media (min-width: 1280px) {
  .reference-layout-toolbar-fixed .reference-layout-content {
    margin-top: calc(var(--reference-toolbar-height) + var(--reference-navigation-height));
  }
}
.reference-layout-footer-fixed .reference-footer {
  box-shadow: var(--reference-footer-elevation);
  position: fixed;
}
.reference-layout-footer-fixed .reference-layout-content {
  margin-bottom: var(--reference-footer-height);
  min-height: calc(100% - var(--reference-toolbar-height) - var(--reference-navigation-height) - var(--reference-footer-height));
}
.reference-layout-footer-fixed.reference-layout-scroll-disabled .reference-layout-content {
  height: calc(100% - var(--reference-toolbar-height) - var(--reference-navigation-height) - var(--reference-footer-height));
}
.reference-layout-horizontal {
  --reference-navigation-height: 0.00001px;
  --reference-toolbar-width: 100%;
}
@media (min-width: 1280px) {
  .reference-layout-horizontal {
    --reference-toolbar-width: calc(100% - var(--reference-sidenav-width));
  }
  .reference-layout-horizontal.reference-layout-sidenav-collapsed {
    --reference-toolbar-width: calc(100% - var(--reference-sidenav-collapsed-width));
  }
}
.reference-layout-horizontal .reference-layout-sidenav-container {
  flex: 1;
}
.reference-layout-horizontal.reference-layout-footer-fixed.reference-layout-scroll-disabled .reference-layout-content {
  height: calc(100% - var(--reference-toolbar-height) - var(--reference-footer-height));
}
@media (min-width: 1280px) {
  body:not([dir=rtl]) .reference-layout-horizontal.reference-layout-sidenav-collapsed .reference-layout-sidenav-content {
    margin-left: var(--reference-sidenav-collapsed-width) !important;
    margin-right: 0 !important;
  }
  body:not([dir=rtl]) .reference-layout-horizontal:not(.reference-layout-sidenav-collapsed) .reference-layout-sidenav-content {
    margin-left: var(--reference-sidenav-width) !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .reference-layout-horizontal.reference-layout-sidenav-collapsed .reference-layout-sidenav-content {
    margin-right: var(--reference-sidenav-collapsed-width) !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .reference-layout-horizontal:not(.reference-layout-sidenav-collapsed) .reference-layout-sidenav-content {
    margin-right: var(--reference-sidenav-width) !important;
    margin-left: 0 !important;
  }
}
body.is-blink ::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  height: var(--reference-blink-scrollbar-width);
  width: var(--reference-blink-scrollbar-width);
}
body.is-blink ::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.12);
}
body.is-blink ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: var(--reference-blink-scrollbar-width);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.37);
}
body.is-blink ::-webkit-scrollbar-thumb:active {
  border-radius: var(--reference-blink-scrollbar-width);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
}
.reference-scrollblock {
  position: fixed;
  width: 100%;
}
.reference-dialog-glossy .mat-mdc-dialog-container {
  border-radius: var(--reference-border-radius);
}
.is-blink .reference-dialog-glossy .mat-mdc-dialog-container .mdc-dialog__surface {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgb(var(--reference-background-card-rgb) / 0.6);
}
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1280px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
  }
}
.card {
  border-radius: var(--reference-border-radius);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-background-card-rgb) / var(--tw-bg-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  background-color: var(--reference-background-hover);
  object-fit: cover;
}
.reference-layout-vertical {
  --reference-toolbar-width: 100%;
}
.reference-layout-vertical reference-secondary-toolbar .fixed {
  position: relative;
  top: 0px;
  margin-bottom: -1rem;
  border-top-width: 0px;
  background-image: none;
  padding-top: 0.75rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.reference-layout-vertical.reference-layout-footer-fixed.reference-layout-scroll-disabled .reference-layout-content {
  height: calc(100% - var(--reference-toolbar-height) - var(--reference-footer-height));
}
@media print {
  html,
  body {
    height: auto !important;
    overflow: initial !important;
  }
  .reference-toolbar,
  .reference-sidenav {
    display: none !important;
  }
  .reference-layout-content {
    margin-top: 0 !important;
  }
  .mat-drawer-container {
    overflow: visible !important;
  }
  .reference-layout-sidenav-content {
    margin-left: 0 !important;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--reference-background-card-rgb) / var(--tw-bg-opacity));
  }
  .reference-footer {
    display: none !important;
  }
  .config-panel-toggle {
    display: none !important;
  }
}
:root .cdk-overlay-pane:not(.mat-mdc-autocomplete-panel-above) div.mat-mdc-autocomplete-panel {
  margin-top: 0.25rem;
  border-top-left-radius: var(--reference-border-radius);
  border-top-right-radius: var(--reference-border-radius);
}
:root .mat-mdc-autocomplete-panel {
  border-bottom-right-radius: var(--reference-border-radius);
  border-bottom-left-radius: var(--reference-border-radius);
}
:root .mat-mdc-autocomplete-panel .mat-mdc-option {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
:root .mat-mdc-button,
:root .mat-mdc-outlined-button,
:root .mat-mdc-unelevated-button,
:root .mat-mdc-raised-button {
  min-width: 6rem;
  border-radius: var(--reference-button-border-radius);
}
:root .mat-button-toggle-group:not(.mat-button-toggle-vertical) {
  border-radius: var(--reference-button-border-radius);
}
:root .mat-button-toggle-group:not(.mat-button-toggle-vertical) .mat-button-toggle:first-child .mat-button-toggle-label-content {
  padding-left: 1rem;
}
:root .mat-button-toggle-group:not(.mat-button-toggle-vertical) .mat-button-toggle:last-child .mat-button-toggle-label-content {
  padding-right: 1rem;
}
:root .mat-button-toggle-button {
  font-weight: 500;
}
:root .mat-mdc-icon-button .mat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
:root .mat-mdc-card {
  border-radius: var(--reference-border-radius);
}
.reference-mat-dense-default {
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
}
.reference-mat-dense-default .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
  transform: none;
}
.reference-mat-dense-md {
  --mat-form-field-container-height: 52px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 14px;
  --mat-form-field-filled-with-label-container-padding-top: 22px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mdc-checkbox-state-layer-size: 36px;
  --mdc-radio-state-layer-size: 36px;
  --mdc-list-list-item-one-line-container-height: 44px;
  --mdc-list-list-item-two-line-container-height: 60px;
  --mdc-list-list-item-three-line-container-height: 84px;
  --mat-paginator-container-size: 52px;
  --mat-table-header-container-height: 52px;
  --mat-table-footer-container-height: 48px;
  --mat-table-row-item-container-height: 48px;
  --mat-expansion-header-collapsed-state-height: 44px;
  --mat-expansion-header-expanded-state-height: 60px;
  --mat-stepper-header-height: 68px;
  --mat-toolbar-standard-height: 60px;
  --mat-toolbar-mobile-height: 52px;
  --mat-tree-node-min-height: 44px;
  --mat-standard-button-toggle-height: 44px;
}
.reference-mat-dense-md .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 28px;
}
.reference-mat-dense-md .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 44px;
}
.reference-mat-dense-md .mdc-list-item__start,
.reference-mat-dense-md .mdc-list-item__end {
  --mdc-radio-state-layer-size: 36px;
}
.reference-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.reference-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.reference-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 52px;
}
.reference-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.reference-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.reference-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 68px;
}
.reference-mat-dense-md .mat-mdc-paginator {
  --mat-form-field-container-height: 40px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 8px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
.reference-mat-dense-md .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 44px;
}
.reference-mat-dense-md .mat-mdc-button {
  --mdc-text-button-container-height: 32px;
}
.reference-mat-dense-md .mat-mdc-raised-button {
  --mdc-protected-button-container-height: 32px;
}
.reference-mat-dense-md .mat-mdc-unelevated-button {
  --mdc-filled-button-container-height: 32px;
}
.reference-mat-dense-md .mat-mdc-outlined-button {
  --mdc-outlined-button-container-height: 32px;
}
.reference-mat-dense-md .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 44px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 10px;
}
.reference-mat-dense-sm {
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
  --mdc-checkbox-state-layer-size: 32px;
  --mdc-radio-state-layer-size: 32px;
  --mdc-list-list-item-one-line-container-height: 40px;
  --mdc-list-list-item-two-line-container-height: 56px;
  --mdc-list-list-item-three-line-container-height: 80px;
  --mat-paginator-container-size: 48px;
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
  --mat-stepper-header-height: 64px;
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
  --mat-tree-node-min-height: 40px;
  --mat-standard-button-toggle-height: 40px;
}
.reference-mat-dense-sm .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
  transform: none;
}
.reference-mat-dense-sm .mat-mdc-checkbox-touch-target {
  display: none;
}
.reference-mat-dense-sm .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 24px;
}
.reference-mat-dense-sm .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 40px;
}
.reference-mat-dense-sm .mat-mdc-radio-touch-target {
  display: none;
}
.reference-mat-dense-sm .mdc-list-item__start,
.reference-mat-dense-sm .mdc-list-item__end {
  --mdc-radio-state-layer-size: 32px;
}
.reference-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.reference-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.reference-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 48px;
}
.reference-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.reference-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.reference-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 64px;
}
.reference-mat-dense-sm .mat-mdc-paginator {
  --mat-form-field-container-height: 40px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 8px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
.reference-mat-dense-sm .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 40px;
}
.reference-mat-dense-sm .mat-mdc-button {
  --mdc-text-button-container-height: 28px;
}
.reference-mat-dense-sm .mat-mdc-button .mat-mdc-button-touch-target {
  display: none;
}
.reference-mat-dense-sm .mat-mdc-raised-button {
  --mdc-protected-button-container-height: 28px;
}
.reference-mat-dense-sm .mat-mdc-raised-button .mat-mdc-button-touch-target {
  display: none;
}
.reference-mat-dense-sm .mat-mdc-unelevated-button {
  --mdc-filled-button-container-height: 28px;
}
.reference-mat-dense-sm .mat-mdc-unelevated-button .mat-mdc-button-touch-target {
  display: none;
}
.reference-mat-dense-sm .mat-mdc-outlined-button {
  --mdc-outlined-button-container-height: 28px;
}
.reference-mat-dense-sm .mat-mdc-outlined-button .mat-mdc-button-touch-target {
  display: none;
}
.reference-mat-dense-sm .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.reference-mat-dense-sm .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
.reference-mat-dense-xs {
  --mat-form-field-container-height: 44px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 10px;
  --mat-form-field-filled-with-label-container-padding-top: 10px;
  --mat-form-field-filled-with-label-container-padding-bottom: 10px;
  --mdc-checkbox-state-layer-size: 28px;
  --mdc-radio-state-layer-size: 28px;
  --mdc-list-list-item-one-line-container-height: 36px;
  --mdc-list-list-item-two-line-container-height: 52px;
  --mdc-list-list-item-three-line-container-height: 76px;
  --mat-paginator-container-size: 40px;
  --mat-table-header-container-height: 44px;
  --mat-table-footer-container-height: 40px;
  --mat-table-row-item-container-height: 40px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-stepper-header-height: 60px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 36px;
  --mat-standard-button-toggle-height: 36px;
}
.reference-mat-dense-xs .mat-form-field-appearance-fill .mat-mdc-select-arrow-wrapper {
  transform: none;
}
.reference-mat-dense-xs .mat-mdc-checkbox-touch-target {
  display: none;
}
.reference-mat-dense-xs .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 24px;
}
.reference-mat-dense-xs .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 36px;
}
.reference-mat-dense-xs .mat-mdc-radio-touch-target {
  display: none;
}
.reference-mat-dense-xs .mdc-list-item__start,
.reference-mat-dense-xs .mdc-list-item__end {
  --mdc-radio-state-layer-size: 28px;
}
.reference-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.reference-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.reference-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 44px;
}
.reference-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.reference-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.reference-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 60px;
}
.reference-mat-dense-xs .mat-mdc-paginator {
  --mat-form-field-container-height: 40px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 8px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
.reference-mat-dense-xs .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 36px;
}
.reference-mat-dense-xs .mat-mdc-button {
  --mdc-text-button-container-height: 24px;
}
.reference-mat-dense-xs .mat-mdc-button .mat-mdc-button-touch-target {
  display: none;
}
.reference-mat-dense-xs .mat-mdc-raised-button {
  --mdc-protected-button-container-height: 24px;
}
.reference-mat-dense-xs .mat-mdc-raised-button .mat-mdc-button-touch-target {
  display: none;
}
.reference-mat-dense-xs .mat-mdc-unelevated-button {
  --mdc-filled-button-container-height: 24px;
}
.reference-mat-dense-xs .mat-mdc-unelevated-button .mat-mdc-button-touch-target {
  display: none;
}
.reference-mat-dense-xs .mat-mdc-outlined-button {
  --mdc-outlined-button-container-height: 24px;
}
.reference-mat-dense-xs .mat-mdc-outlined-button .mat-mdc-button-touch-target {
  display: none;
}
.reference-mat-dense-xs .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 36px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 6px;
}
.reference-mat-dense-xs .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
:root {
}
:root .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: calc(var(--reference-border-radius) * 1.5);
}
:root .mat-mdc-dialog-title {
  padding-top: 0.75rem;
}
:root .mdc-dialog__title::before {
  content: none;
  height: auto;
}
:root .mat-drawer-container {
  color: inherit;
}
:root .mat-drawer-side {
  border-right-width: 0px;
}
:root .dark .mat-drawer-side {
  border-right-width: 1px;
}
:root .mat-expansion-panel:not([class*=mat-elevation-z]) {
  border-radius: var(--reference-border-radius);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.mdc-notched-outline__notch {
  border-right: none;
}
:root .mdc-text-field--outlined {
  --mdc-outlined-text-field-container-shape: 8px;
  --mdc-outlined-text-field-outline-color: #00000030 ;
}
:root .reference-theme-default .mdc-switch,
:root .reference-theme-default.light .mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 27px;
  --mdc-switch-track-shape: 20px;
  --mdc-switch-track-width: 57px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
:root .reference-theme-default .mat-mdc-slide-toggle,
:root .reference-theme-default.light .mat-mdc-slide-toggle,
:root .reference-theme-default .light .mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: green;
  --mdc-switch-selected-handle-color: green;
  --mdc-switch-selected-hover-state-layer-color: green;
  --mdc-switch-selected-pressed-state-layer-color: green;
  --mdc-switch-selected-focus-handle-color: green;
  --mdc-switch-selected-hover-handle-color: green;
  --mdc-switch-selected-pressed-handle-color: green;
  --mdc-switch-selected-focus-track-color: transparent;
  --mdc-switch-selected-hover-track-color: transparent;
  --mdc-switch-selected-pressed-track-color: transparent;
  --mdc-switch-selected-track-color: transparent;
  --mdc-switch-unselected-focus-state-layer-color: red;
  --mdc-switch-unselected-handle-color: red;
  --mdc-switch-unselected-hover-state-layer-color: red;
  --mdc-switch-unselected-pressed-state-layer-color: red;
  --mdc-switch-unselected-focus-handle-color: red;
  --mdc-switch-unselected-hover-handle-color: red;
  --mdc-switch-unselected-pressed-handle-color: red;
  --mdc-switch-unselected-focus-track-color: transparent;
  --mdc-switch-unselected-hover-track-color: transparent;
  --mdc-switch-unselected-pressed-track-color: transparent;
  --mdc-switch-unselected-track-color: transparent;
}
:root .mdc-switch.mdc-switch--selected .mdc-switch__track {
  border-radius: var(--mdc-switch-track-shape);
  border: 1px solid green;
}
:root .mdc-switch .mdc-switch__track {
  border-radius: var(--mdc-switch-track-shape);
  border: 1px solid red;
}
:root .mdc-switch--selected .mdc-switch__handle-track {
  transform: translateX(93%);
}
:root .mdc-switch__handle-track {
  transform: translateX(3px);
}
:root .mdc-switch__icon--off path {
  d: path("M18.3 5.71L12 12l6.29 6.29-1.42 1.42L12 13.41l-6.29 6.3-1.42-1.42L10.59 12 4.29 5.71l1.42-1.42L12 10.59l6.29-6.3 1.42 1.42z");
}
:root .mat-mdc-row {
  height: 48px !important;
}
:root .mat-mdc-header-row {
  height: 48px !important;
}
:root .mdc-checkbox__background {
  width: 16px;
  height: 16px;
}
:root .mat-mdc-snack-bar-container .mdc-snackbar__surface {
  background-color: transparent;
}
:root .mat-mdc-form-field-error.mat-mdc-form-field-bottom-align {
  transform: translateY(-100%);
  margin-top: 15px !important;
}
:root .field-label {
  height: 18px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  color: #4B5563;
  font-weight: 500;
  padding-bottom: 25px;
}
:root .input-field {
  width: 100%;
  background-color: #FDFDFD !important;
  border-radius: 2px;
  padding-bottom: 12px;
}
:root .input-field .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}
:root .input-field textarea {
  min-height: 80px;
}
:root .input-field .error-img {
  height: 12px;
  margin-inline-end: 15px;
}
:root .input-field .selector {
  height: 30px;
  width: 30px;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  left: 185px;
  top: -15px;
  z-index: 1;
}
:root .input-field .selector.selected {
  border: 7.5px solid rgba(var(--color-primary), 1);
}
:root .odd-backround-color {
  background-color: white;
}
:root .even-backround-color {
  background-color: #F8F8F8;
}
:root .dark .mat-mdc-menu-panel {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
:root .mat-mdc-menu-panel {
  border-radius: var(--reference-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
:root .mat-mdc-menu-panel.mat-menu-below {
  margin-top: 0.25rem;
}
:root .mat-mdc-menu-panel.mat-menu-above {
  margin-bottom: 0.25rem;
}
:root .mat-mdc-menu-content {
  padding: 0.5rem;
}
:root .mat-mdc-menu-item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  min-height: 40px;
  align-items: center;
  border-radius: var(--reference-border-radius);
  padding-left: 0.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  letter-spacing: -0.009em;
}
:root .mat-mdc-menu-item:first-child {
  margin-top: 0px;
}
:root .mat-mdc-menu-item:last-child {
  margin-bottom: 0px;
}
:root .mat-mdc-menu-item:hover:not([disabled]) {
  background-color: rgb(var(--reference-color-primary-600) / 0.1);
}
:root .mat-mdc-menu-item:hover:not([disabled]) .mat-icon {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-primary-600) / var(--tw-text-opacity));
}
:root .mat-mdc-menu-item .mat-icon {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root .mat-mdc-menu-item .mat-icon,
:root .mat-mdc-menu-item .mat-icon svg {
  font-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
}
:root .mat-mdc-menu-item-submenu-trigger {
  padding-right: 3rem;
}
.mat-mdc-menu-item .mat-icon-no-color {
  color: currentColor;
}
:root .dark .mat-mdc-select-panel {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
:root .mat-mdc-select-panel {
  border-radius: var(--reference-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root .cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel {
  margin-top: 0.25rem;
  border-top-left-radius: var(--reference-border-radius);
  border-top-right-radius: var(--reference-border-radius);
}
:root .mat-mdc-option {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 2.5rem;
  min-height: 2.5rem;
  border-radius: var(--reference-border-radius);
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  letter-spacing: -0.009em;
}
:root .mat-mdc-option:first-child {
  margin-top: 0px;
}
:root .mat-mdc-option:last-child {
  margin-bottom: 0px;
}
:root .mat-mdc-option:hover,
:root .mat-mdc-option.mat-active {
  background-color: rgb(var(--reference-color-primary-600) / 0.1);
}
:root .mat-mdc-option:hover .mat-icon,
:root .mat-mdc-option.mat-active .mat-icon {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-primary-600) / var(--tw-text-opacity));
}
:root .mat-mdc-option .mat-icon {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root .mat-mdc-option .mat-icon,
:root .mat-mdc-option .mat-icon svg {
  font-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
}
:root .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: rgb(var(--reference-color-primary-600) / 0.1);
}
:root .mat-mdc-menu-item-submenu-trigger {
  padding-right: 3rem;
}
.apexcharts-legend-text {
  margin-left: 4px;
  top: -1px;
}
body .apexcharts-tooltip.light {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-background-card-rgb) / var(--tw-bg-opacity));
}
.reference-layout-ares {
  --reference-sidenav-background: var(--reference-background-background);
  --reference-toolbar-background: var(--reference-background-background);
  --reference-sidenav-color: rgb(var(--reference-foreground-text-rgb) / 1);
  --reference-sidenav-section-divider-color: transparent;
  --reference-sidenav-item-background-hover: rgb(var(--reference-color-primary-600) / 0.1);
  --reference-sidenav-item-background-active: var(--reference-background-card);
  --reference-sidenav-item-color: rgb(var(--reference-foreground-text-rgb) / 1);
  --reference-sidenav-item-color-hover: rgb(var(--reference-foreground-text-rgb) / 1);
  --reference-sidenav-item-color-active: rgb(var(--reference-foreground-text-rgb) / 1);
  --reference-sidenav-item-dropdown-color-active: var( --reference-sidenav-item-color-active );
  --reference-sidenav-item-dropdown-background-active: var(--reference-background-hover);
  --reference-sidenav-item-dropdown-background: var(--reference-background-background);
  --reference-sidenav-item-dropdown-background-hover: var(--reference-background-hover);
  --reference-secondary-toolbar-background: var(--reference-background-background);
  --reference-sidenav-toolbar-background: var(--reference-background-background);
  --reference-secondary-toolbar-height: 64px;
}
.reference-layout-ares .reference-sidenav {
  border: none;
}
.reference-layout-ares .reference-sidenav reference-sidenav-item .reference-sidenav-item {
  width: unset;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.reference-layout-ares .reference-sidenav reference-sidenav-item .reference-sidenav-item.reference-sidenav-item--active {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.reference-layout-ares .reference-sidenav reference-sidenav-item .item-level-0 > .reference-sidenav-item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.reference-layout-ares .reference-sidenav reference-sidenav-item .item-level-1 .reference-sidenav-item.reference-sidenav-item--active {
  font-weight: 500;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.reference-layout-ares .reference-sidenav reference-sidenav-item .item-level-1 .reference-sidenav-item.reference-sidenav-item--active .reference-sidenav-item__label {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-foreground-text-rgb) / var(--tw-text-opacity));
}
.reference-layout-ares .reference-sidenav reference-sidenav-item .item-level-1 .reference-sidenav-item:hover .reference-sidenav-item__label {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-foreground-text-rgb) / var(--tw-text-opacity));
}
.reference-layout-ares .reference-layout-sidenav-collapsed .reference-sidenav reference-sidenav-item .reference-sidenav-item {
  margin-left: 0px;
  margin-right: 0px;
}
.reference-layout-ares reference-toolbar {
  border-bottom-width: 0px;
}
.reference-layout-ares reference-secondary-toolbar {
  border-bottom-right-radius: var(--reference-border-radius);
  border-bottom-left-radius: var(--reference-border-radius);
}
.reference-layout-ares reference-secondary-toolbar .secondary-toolbar {
  margin-bottom: -1.5rem;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.reference-layout-ares reference-footer {
  overflow: hidden;
  border-top-left-radius: var(--reference-border-radius);
  border-top-right-radius: var(--reference-border-radius);
}
.reference-layout-ares .reference-page-layout-header {
  background: var(--reference-background-background);
  color: rgb(var(--reference-foreground-text-rgb) / 1);
}
.reference-layout-ares.reference-style-default {
  --reference-sidenav-item-background-active: rgb(var(--reference-color-primary-600) / 1);
  --reference-sidenav-item-color-active: rgb(var(--reference-color-on-primary-600) / 1);
  --reference-sidenav-item-dropdown-color-active: var(--reference-sidenav-item-color);
  --reference-sidenav-item-dropdown-color-hover: rgb(var(--reference-foreground-text-rgb) / 1);
  --reference-sidenav-item-icon-color-active: rgb(var(--reference-color-on-primary-600) / 1);
}
.reference-layout-hermes {
  --reference-toolbar-height: 100px;
  --reference-secondary-toolbar-background: var(--reference-background-background);
  --reference-secondary-toolbar-height: 64px;
}
.reference-layout-hermes.reference-style-light {
  --reference-toolbar-background: var(--reference-background-background);
}
.reference-layout-hermes.reference-style-dark {
  --reference-toolbar-background: var(--reference-background-background);
}
@media (min-width: 1280px) {
  .reference-layout-hermes .reference-sidenav {
    display: none;
  }
}
.reference-layout-hermes reference-secondary-toolbar .secondary-toolbar {
  margin-bottom: -1.5rem;
  border-top-width: 0px;
  border-bottom-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.reference-layout-ikaros {
  --reference-navigation-height: 0.00001px;
}
.reference-layout-ikaros.reference-style-default {
  --reference-navigation-color: white;
}
.reference-layout-poseidon {
  --reference-sidenav-item-min-height: 40px;
  --reference-sidenav-item-background-hover: rgb(var(--reference-color-primary-500) / 15%);
  --reference-sidenav-item-background-active: rgb(var(--reference-color-primary-500) / 20%);
  --reference-sidenav-item-dropdown-background: var(--reference-sidenav-background);
  --reference-sidenav-item-dropdown-background-hover: rgb( var(--reference-color-primary-600) / 10% );
  --reference-sidenav-item-dropdown-background-active: rgb( var(--reference-color-primary-600) / 20% );
  --reference-sidenav-item-padding-vertical: 0.5rem;
  --reference-sidenav-item-padding-horizontal: 0.75rem;
}
.reference-layout-poseidon .reference-sidenav-item {
  margin-bottom: 0.25rem;
  border-radius: var(--reference-border-radius);
}
.reference-layout-poseidon .reference-sidenav-toolbar__divider {
  margin: 0 var(--reference-sidenav-item-padding-horizontal);
}
.reference-layout-poseidon.reference-style-light {
  --reference-sidenav-item-color: rgba(0, 0, 0, 1);
  --reference-sidenav-item-color-hover: rgba(0, 0, 0, 1);
  --reference-sidenav-item-dropdown-color-hover: rgba(0, 0, 0, 1);
  --reference-sidenav-item-dropdown-color-active: rgba(0, 0, 0, 1);
}
.reference-layout-poseidon.reference-style-default {
  --reference-sidenav-toolbar-background: var(--reference-sidenav-background);
  --reference-sidenav-item-color: rgba(255, 255, 255, 0.8);
  --reference-sidenav-item-color-hover: rgba(255, 255, 255, 1);
  --reference-sidenav-item-ripple-color: rgb(255, 255, 255, 0.06);
}
.reference-layout-poseidon.reference-style-dark {
  --reference-sidenav-item-color: rgba(255, 255, 255, 0.8);
  --reference-sidenav-item-color-hover: #ffffff;
  --reference-sidenav-item-ripple-color: rgb(255, 255, 255, 0.06);
}
:root {
  --reference-color-primary: #F78721;
  --reference-color-primary-contrast: #FFFFFF;
  --reference-color-secondary: #4873D3;
  --reference-color-secondary-contrast: #FFFFFF;
  --reference-color-secondary-bg: #1A2B3A;
  --color-error: #ff3c00;
  --color-on-error: #ffffff;
  --color-on-print: #3e42a1;
  --color-severity-low: #b4e55c;
  --color-severity-medium: #4cd964;
  --color-severity-heigh: #ff3c00;
  --color-status-new: #ff3c00;
  --color-status-in-progress: #f59200;
  --color-status-closed: #137b25;
  --color-issue-type-un-safe-condition: #d4a506;
  --color-issue-type-incident-reporting\200b: #D52A46;
}
* {
  -webkit-print-color-adjust: exact !important;
  print-color-adjust: exact !important;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
}
body[dir=ltr] .form_container {
  position: fixed;
  top: var(--reference-toolbar-height);
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: calc(100% - var(--reference-sidenav-width));
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
body[dir=ltr] .form_container.active {
  display: block;
}
body[dir=ltr] .form_panel_wrapper {
  position: fixed;
  top: var(--reference-toolbar-height);
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  max-height: calc(100% - var(--reference-toolbar-height) - var(--reference-navigation-height));
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
  background: #FFFFFF;
  border-left: 2px solid #dddada;
  transform: translateX(100%);
}
body[dir=ltr] .form_panel_wrapper.active {
  transform: translateX(0);
}
body[dir=ltr] .form_panel_wrapper.full_screen {
  width: 100%;
  max-width: 100%;
  border-left: none;
  border-top-left-radius: 16px;
}
body[dir=ltr] .form_panel_wrapper.full_collapsed {
  width: 100%;
  max-width: 100%;
  border-left: none;
  border-top-left-radius: 16px;
}
@media (min-width: 960px) {
  body[dir=ltr] .form_panel_wrapper {
    width: 40%;
  }
  body[dir=ltr] .form_panel_wrapper.full_screen {
    max-width: calc(100% - var(--reference-sidenav-width));
    border-top-left-radius: 16px;
  }
  body[dir=ltr] .form_panel_wrapper.full_collapsed {
    max-width: calc(100% - var(--reference-sidenav-collapsed-width));
    border-top-left-radius: 16px;
  }
}
body[dir=rtl] .form_container {
  position: fixed;
  top: var(--reference-toolbar-height);
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: calc(100% - var(--reference-sidenav-width));
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 0;
  display: none;
}
body[dir=rtl] .form_container.active {
  display: block;
}
body[dir=rtl] .form_panel_wrapper {
  position: fixed;
  top: var(--reference-toolbar-height);
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  max-height: calc(100% - var(--reference-toolbar-height) - var(--reference-navigation-height));
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 9999;
  background: #FFFFFF;
  border-left: 2px solid #dddada;
  transform: translateX(-100%);
}
body[dir=rtl] .form_panel_wrapper.active {
  transform: translateX(0);
}
body[dir=rtl] .form_panel_wrapper.full_screen {
  width: 100%;
  max-width: 100%;
  border-left: none;
  border-top-right-radius: 0;
}
body[dir=rtl] .form_panel_wrapper.full_collapsed {
  width: 100%;
  max-width: 100%;
  border-left: none;
  border-top-right-radius: 0;
}
@media (min-width: 960px) {
  body[dir=rtl] .form_panel_wrapper {
    width: 40%;
  }
  body[dir=rtl] .form_panel_wrapper.full_screen {
    max-width: calc(100% - var(--reference-sidenav-width));
    border-top-right-radius: 0;
  }
  body[dir=rtl] .form_panel_wrapper.full_collapsed {
    max-width: calc(100% - var(--reference-sidenav-collapsed-width));
    border-top-right-radius: 0;
  }
}
.form_field_max {
  max-width: 586px !important;
}
.field {
  width: calc(50% - 15px);
}
@media screen and (max-width: 760px) {
  .field {
    width: 100%;
  }
}
.field-medium {
  width: calc(32% - 15px);
}
@media screen and (max-width: 760px) {
  .field-medium {
    width: 100%;
  }
}
.field-small {
  width: calc(25% - 15px);
}
@media screen and (max-width: 760px) {
  .field-small {
    width: 100%;
  }
}
.field-full {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .field-full {
    width: 100%;
  }
}
.custom-ripple-button {
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-ripple-button:hover {
  background-color: #f5f5f5;
}
.snack-bar-warning {
  background-color: orange !important;
  color: var(--color-on-error) !important;
}
.snack-bar-error {
  background-color: var(--color-error) !important;
  color: var(--color-on-error) !important;
}
.snack-bar-success {
  background-color: var(--color-status-closed) !important;
  color: var(--color-on-error) !important;
}
.error-img {
  height: 12px;
  margin-inline-end: 8px;
}
.refcheck-custom-title {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
}
.refcheck-custom-text {
  font-size: 18px;
  color: #43484f;
  line-height: 1.5;
}
.swal2-actions {
  gap: 10px !important;
}
.refcheck-inline-confirm {
  background: #64AAE1 !important;
  border: none;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.refcheck-inline-cancel {
  background: transparent !important;
  border: 1px solid #64AAE1;
  padding: 8px 20px;
  border-radius: 100px;
  font-size: 14px;
  color: #64AAE1;
  cursor: pointer;
}
.mat-drawer.mat-drawer-side {
  z-index: 1 !important;
}
.mat-mdc-option {
  height: auto !important;
}

/* src/@reference/styles/tailwind.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--reference-foreground-divider);
}
::before,
::after {
  --tw-content: "";
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    Menlo,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden] {
  display: none;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
html {
  box-sizing: border-box;
  font-size: 16px;
  height: 100%;
  overflow: hidden;
  font-feature-settings:
    "cv02",
    "cv03",
    "cv04",
    "cv11",
    "salt",
    "calt",
    "case";
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  height: 100%;
  letter-spacing: -0.006em;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--reference-foreground-text-rgb) / var(--tw-text-opacity));
}
div {
  box-sizing: border-box;
}
input,
textarea {
  line-height: 1.5;
}
button:focus {
  outline: unset !important;
}
code {
  border-radius: var(--reference-border-radius);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-background-app-bar-rgb) / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family:
    Menlo,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(var(--reference-foreground-text-rgb) / var(--tw-text-opacity));
}
blockquote {
  background: rgb(var(--reference-color-primary-600)/0.1);
  border-left: 3px solid rgb(var(--reference-color-primary-600) / 1);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
blockquote > * {
  margin: 0;
}
.container-lg {
  padding-left: var(--padding-gutter);
  padding-right: var(--padding-gutter);
}
@media (min-width: 960px) {
  .container-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .container-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .container-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    width: 100%;
  }
}
.reference-theme-default {
  --reference-color-primary-50: 241 246 253;
  --reference-color-primary-100: 224 235 249;
  --reference-color-primary-200: 199 220 246;
  --reference-color-primary-300: 161 198 239;
  --reference-color-primary-400: 116 167 230;
  --reference-color-primary-500: 84 135 221;
  --reference-color-primary-600: 72 115 211;
  --reference-color-primary-700: 54 89 191;
  --reference-color-primary-800: 49 74 156;
  --reference-color-primary-900: 44 65 124;
  --reference-color-primary-950: 31 41 76;
  --reference-color-on-primary-50: 0 0 0;
  --reference-color-on-primary-100: 0 0 0;
  --reference-color-on-primary-200: 0 0 0;
  --reference-color-on-primary-300: 0 0 0;
  --reference-color-on-primary-400: 0 0 0;
  --reference-color-on-primary-500: 255 255 255;
  --reference-color-on-primary-600: 255 255 255;
  --reference-color-on-primary-700: 255 255 255;
  --reference-color-on-primary-800: 255 255 255;
  --reference-color-on-primary-900: 255 255 255;
  --reference-color-accent-50: 255 248 237;
  --reference-color-accent-100: 255 240 213;
  --reference-color-accent-200: 253 220 171;
  --reference-color-accent-300: 252 195 117;
  --reference-color-accent-400: 249 159 62;
  --reference-color-accent-500: 247 135 33;
  --reference-color-accent-600: 232 104 14;
  --reference-color-accent-700: 192 78 14;
  --reference-color-accent-800: 153 62 19;
  --reference-color-accent-900: 123 53 19;
  --reference-color-accent-950: 66 24 8;
  --reference-color-on-accent-50: 0 0 0;
  --reference-color-on-accent-100: 0 0 0;
  --reference-color-on-accent-200: 0 0 0;
  --reference-color-on-accent-300: 0 0 0;
  --reference-color-on-accent-400: 0 0 0;
  --reference-color-on-accent-500: 255 255 255;
  --reference-color-on-accent-600: 255 255 255;
  --reference-color-on-accent-700: 255 255 255;
  --reference-color-on-accent-800: 255 255 255;
  --reference-color-on-accent-900: 255 255 255;
  --reference-color-warn-50: 254 242 242;
  --reference-color-warn-100: 254 226 226;
  --reference-color-warn-200: 254 202 202;
  --reference-color-warn-300: 252 165 165;
  --reference-color-warn-400: 248 113 113;
  --reference-color-warn-500: 239 68 68;
  --reference-color-warn-600: 220 38 38;
  --reference-color-warn-700: 185 28 28;
  --reference-color-warn-800: 153 27 27;
  --reference-color-warn-900: 127 29 29;
  --reference-color-warn-950: 69 10 10;
  --reference-color-on-warn-50: 0 0 0;
  --reference-color-on-warn-100: 0 0 0;
  --reference-color-on-warn-200: 0 0 0;
  --reference-color-on-warn-300: 0 0 0;
  --reference-color-on-warn-400: 255 255 255;
  --reference-color-on-warn-500: 255 255 255;
  --reference-color-on-warn-600: 255 255 255;
  --reference-color-on-warn-700: 255 255 255;
  --reference-color-on-warn-800: 255 255 255;
  --reference-color-on-warn-900: 255 255 255;
}
.reference-theme-default.light,
.reference-theme-default .light {
  --reference-foreground-base: #000;
  --reference-foreground-base-rgb: 0 0 0;
  --reference-foreground-divider: rgb(0 0 0 / 0.06);
  --reference-foreground-divider-rgb: 0 0 0;
  --reference-foreground-dividers: rgb(0 0 0 / 0.06);
  --reference-foreground-dividers-rgb: 0 0 0;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #9ca3af;
  --reference-foreground-disabled-button-rgb: 156 163 175;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #4b5563;
  --reference-foreground-secondary-text-rgb: 75 85 99;
  --reference-foreground-icon: #1f2937;
  --reference-foreground-icon-rgb: 31 41 55;
  --reference-foreground-icons: #1f2937;
  --reference-foreground-icons-rgb: 31 41 55;
  --reference-foreground-text: #030712;
  --reference-foreground-text-rgb: 3 7 18;
  --reference-foreground-slider-min: #1f2937;
  --reference-foreground-slider-min-rgb: 31 41 55;
  --reference-foreground-slider-off: #9ca3af;
  --reference-foreground-slider-off-rgb: 156 163 175;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #d1d5db;
  --reference-background-status-bar-rgb: 209 213 219;
  --reference-background-app-bar: #e5e7eb;
  --reference-background-app-bar-rgb: 229 231 235;
  --reference-background-background: #f3f4f6;
  --reference-background-background-rgb: 243 244 246;
  --reference-background-hover: rgb(17 24 39 / 0.04);
  --reference-background-hover-rgb: 17 24 39;
  --reference-background-card: #fff;
  --reference-background-card-rgb: 255 255 255;
  --reference-background-dialog: #fff;
  --reference-background-dialog-rgb: 255 255 255;
  --reference-background-disabled-button: #e5e7eb;
  --reference-background-disabled-button-rgb: 229 231 235;
  --reference-background-raised-button: #fff;
  --reference-background-raised-button-rgb: 255 255 255;
  --reference-background-focused-button: #e5e7eb;
  --reference-background-focused-button-rgb: 229 231 235;
  --reference-background-selected-button: #d1d5db;
  --reference-background-selected-button-rgb: 209 213 219;
  --reference-background-selected-disabled-button: #9ca3af;
  --reference-background-selected-disabled-button-rgb: 156 163 175;
  --reference-background-disabled-button-toggle: #e5e7eb;
  --reference-background-disabled-button-toggle-rgb: 229 231 235;
  --reference-background-unselected-chip: #d1d5db;
  --reference-background-unselected-chip-rgb: 209 213 219;
  --reference-background-disabled-list-option: #e5e7eb;
  --reference-background-disabled-list-option-rgb: 229 231 235;
  --reference-background-tooltip: #1f2937;
  --reference-background-tooltip-rgb: 31 41 55;
}
.reference-theme-default.dark,
.reference-theme-default .dark {
  --reference-foreground-base: #fff;
  --reference-foreground-base-rgb: 255 255 255;
  --reference-foreground-divider: rgb(255 255 255 / 0.12);
  --reference-foreground-divider-rgb: 255 255 255;
  --reference-foreground-dividers: rgb(255 255 255 / 0.12);
  --reference-foreground-dividers-rgb: 255 255 255;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #4b5563;
  --reference-foreground-disabled-button-rgb: 75 85 99;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #9ca3af;
  --reference-foreground-secondary-text-rgb: 156 163 175;
  --reference-foreground-icon: #fff;
  --reference-foreground-icon-rgb: 255 255 255;
  --reference-foreground-icons: #fff;
  --reference-foreground-icons-rgb: 255 255 255;
  --reference-foreground-text: #fff;
  --reference-foreground-text-rgb: 255 255 255;
  --reference-foreground-slider-min: #fff;
  --reference-foreground-slider-min-rgb: 255 255 255;
  --reference-foreground-slider-off: #4b5563;
  --reference-foreground-slider-off-rgb: 75 85 99;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #030712;
  --reference-background-status-bar-rgb: 3 7 18;
  --reference-background-app-bar: #1f2937;
  --reference-background-app-bar-rgb: 31 41 55;
  --reference-background-background: #111827;
  --reference-background-background-rgb: 17 24 39;
  --reference-background-hover: rgb(255 255 255 / 0.04);
  --reference-background-hover-rgb: 255 255 255;
  --reference-background-card: #1f2937;
  --reference-background-card-rgb: 31 41 55;
  --reference-background-dialog: #1f2937;
  --reference-background-dialog-rgb: 31 41 55;
  --reference-background-disabled-button: rgb(255 255 255 / 0.12);
  --reference-background-disabled-button-rgb: 255 255 255;
  --reference-background-raised-button: #1f2937;
  --reference-background-raised-button-rgb: 31 41 55;
  --reference-background-focused-button: rgb(255 255 255 / 0.12);
  --reference-background-focused-button-rgb: 255 255 255;
  --reference-background-selected-button: #111827;
  --reference-background-selected-button-rgb: 17 24 39;
  --reference-background-selected-disabled-button: #1f2937;
  --reference-background-selected-disabled-button-rgb: 31 41 55;
  --reference-background-disabled-button-toggle: #000;
  --reference-background-disabled-button-toggle-rgb: 0 0 0;
  --reference-background-unselected-chip: #374151;
  --reference-background-unselected-chip-rgb: 55 65 81;
  --reference-background-disabled-list-option: rgb(255 255 255 / 0.12);
  --reference-background-disabled-list-option-rgb: 255 255 255;
  --reference-background-tooltip: #374151;
  --reference-background-tooltip-rgb: 55 65 81;
}
.reference-theme-secondary {
  --reference-color-primary-50: 255 248 237;
  --reference-color-primary-100: 255 240 213;
  --reference-color-primary-200: 253 220 171;
  --reference-color-primary-300: 252 195 117;
  --reference-color-primary-400: 249 159 62;
  --reference-color-primary-500: 247 135 33;
  --reference-color-primary-600: 232 104 14;
  --reference-color-primary-700: 192 78 14;
  --reference-color-primary-800: 153 62 19;
  --reference-color-primary-900: 123 53 19;
  --reference-color-primary-950: 66 24 8;
  --reference-color-on-primary-50: 0 0 0;
  --reference-color-on-primary-100: 0 0 0;
  --reference-color-on-primary-200: 0 0 0;
  --reference-color-on-primary-300: 0 0 0;
  --reference-color-on-primary-400: 0 0 0;
  --reference-color-on-primary-500: 255 255 255;
  --reference-color-on-primary-600: 255 255 255;
  --reference-color-on-primary-700: 255 255 255;
  --reference-color-on-primary-800: 255 255 255;
  --reference-color-on-primary-900: 255 255 255;
  --reference-color-accent-50: 255 248 237;
  --reference-color-accent-100: 255 240 213;
  --reference-color-accent-200: 253 220 171;
  --reference-color-accent-300: 252 195 117;
  --reference-color-accent-400: 249 159 62;
  --reference-color-accent-500: 247 135 33;
  --reference-color-accent-600: 232 104 14;
  --reference-color-accent-700: 192 78 14;
  --reference-color-accent-800: 153 62 19;
  --reference-color-accent-900: 123 53 19;
  --reference-color-accent-950: 66 24 8;
  --reference-color-on-accent-50: 0 0 0;
  --reference-color-on-accent-100: 0 0 0;
  --reference-color-on-accent-200: 0 0 0;
  --reference-color-on-accent-300: 0 0 0;
  --reference-color-on-accent-400: 0 0 0;
  --reference-color-on-accent-500: 255 255 255;
  --reference-color-on-accent-600: 255 255 255;
  --reference-color-on-accent-700: 255 255 255;
  --reference-color-on-accent-800: 255 255 255;
  --reference-color-on-accent-900: 255 255 255;
  --reference-color-warn-50: 254 242 242;
  --reference-color-warn-100: 254 226 226;
  --reference-color-warn-200: 254 202 202;
  --reference-color-warn-300: 252 165 165;
  --reference-color-warn-400: 248 113 113;
  --reference-color-warn-500: 239 68 68;
  --reference-color-warn-600: 220 38 38;
  --reference-color-warn-700: 185 28 28;
  --reference-color-warn-800: 153 27 27;
  --reference-color-warn-900: 127 29 29;
  --reference-color-warn-950: 69 10 10;
  --reference-color-on-warn-50: 0 0 0;
  --reference-color-on-warn-100: 0 0 0;
  --reference-color-on-warn-200: 0 0 0;
  --reference-color-on-warn-300: 0 0 0;
  --reference-color-on-warn-400: 255 255 255;
  --reference-color-on-warn-500: 255 255 255;
  --reference-color-on-warn-600: 255 255 255;
  --reference-color-on-warn-700: 255 255 255;
  --reference-color-on-warn-800: 255 255 255;
  --reference-color-on-warn-900: 255 255 255;
}
.reference-theme-secondary.light,
.reference-theme-secondary .light {
  --reference-foreground-base: #000;
  --reference-foreground-base-rgb: 0 0 0;
  --reference-foreground-divider: rgb(0 0 0 / 0.06);
  --reference-foreground-divider-rgb: 0 0 0;
  --reference-foreground-dividers: rgb(0 0 0 / 0.06);
  --reference-foreground-dividers-rgb: 0 0 0;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #9ca3af;
  --reference-foreground-disabled-button-rgb: 156 163 175;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #4b5563;
  --reference-foreground-secondary-text-rgb: 75 85 99;
  --reference-foreground-icon: #1f2937;
  --reference-foreground-icon-rgb: 31 41 55;
  --reference-foreground-icons: #1f2937;
  --reference-foreground-icons-rgb: 31 41 55;
  --reference-foreground-text: #030712;
  --reference-foreground-text-rgb: 3 7 18;
  --reference-foreground-slider-min: #1f2937;
  --reference-foreground-slider-min-rgb: 31 41 55;
  --reference-foreground-slider-off: #9ca3af;
  --reference-foreground-slider-off-rgb: 156 163 175;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #d1d5db;
  --reference-background-status-bar-rgb: 209 213 219;
  --reference-background-app-bar: #e5e7eb;
  --reference-background-app-bar-rgb: 229 231 235;
  --reference-background-background: #f3f4f6;
  --reference-background-background-rgb: 243 244 246;
  --reference-background-hover: rgb(17 24 39 / 0.04);
  --reference-background-hover-rgb: 17 24 39;
  --reference-background-card: #fff;
  --reference-background-card-rgb: 255 255 255;
  --reference-background-dialog: #fff;
  --reference-background-dialog-rgb: 255 255 255;
  --reference-background-disabled-button: #e5e7eb;
  --reference-background-disabled-button-rgb: 229 231 235;
  --reference-background-raised-button: #fff;
  --reference-background-raised-button-rgb: 255 255 255;
  --reference-background-focused-button: #e5e7eb;
  --reference-background-focused-button-rgb: 229 231 235;
  --reference-background-selected-button: #d1d5db;
  --reference-background-selected-button-rgb: 209 213 219;
  --reference-background-selected-disabled-button: #9ca3af;
  --reference-background-selected-disabled-button-rgb: 156 163 175;
  --reference-background-disabled-button-toggle: #e5e7eb;
  --reference-background-disabled-button-toggle-rgb: 229 231 235;
  --reference-background-unselected-chip: #d1d5db;
  --reference-background-unselected-chip-rgb: 209 213 219;
  --reference-background-disabled-list-option: #e5e7eb;
  --reference-background-disabled-list-option-rgb: 229 231 235;
  --reference-background-tooltip: #1f2937;
  --reference-background-tooltip-rgb: 31 41 55;
}
.reference-theme-secondary.dark,
.reference-theme-secondary .dark {
  --reference-foreground-base: #fff;
  --reference-foreground-base-rgb: 255 255 255;
  --reference-foreground-divider: rgb(255 255 255 / 0.12);
  --reference-foreground-divider-rgb: 255 255 255;
  --reference-foreground-dividers: rgb(255 255 255 / 0.12);
  --reference-foreground-dividers-rgb: 255 255 255;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #4b5563;
  --reference-foreground-disabled-button-rgb: 75 85 99;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #9ca3af;
  --reference-foreground-secondary-text-rgb: 156 163 175;
  --reference-foreground-icon: #fff;
  --reference-foreground-icon-rgb: 255 255 255;
  --reference-foreground-icons: #fff;
  --reference-foreground-icons-rgb: 255 255 255;
  --reference-foreground-text: #fff;
  --reference-foreground-text-rgb: 255 255 255;
  --reference-foreground-slider-min: #fff;
  --reference-foreground-slider-min-rgb: 255 255 255;
  --reference-foreground-slider-off: #4b5563;
  --reference-foreground-slider-off-rgb: 75 85 99;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #030712;
  --reference-background-status-bar-rgb: 3 7 18;
  --reference-background-app-bar: #1f2937;
  --reference-background-app-bar-rgb: 31 41 55;
  --reference-background-background: #111827;
  --reference-background-background-rgb: 17 24 39;
  --reference-background-hover: rgb(255 255 255 / 0.04);
  --reference-background-hover-rgb: 255 255 255;
  --reference-background-card: #1f2937;
  --reference-background-card-rgb: 31 41 55;
  --reference-background-dialog: #1f2937;
  --reference-background-dialog-rgb: 31 41 55;
  --reference-background-disabled-button: rgb(255 255 255 / 0.12);
  --reference-background-disabled-button-rgb: 255 255 255;
  --reference-background-raised-button: #1f2937;
  --reference-background-raised-button-rgb: 31 41 55;
  --reference-background-focused-button: rgb(255 255 255 / 0.12);
  --reference-background-focused-button-rgb: 255 255 255;
  --reference-background-selected-button: #111827;
  --reference-background-selected-button-rgb: 17 24 39;
  --reference-background-selected-disabled-button: #1f2937;
  --reference-background-selected-disabled-button-rgb: 31 41 55;
  --reference-background-disabled-button-toggle: #000;
  --reference-background-disabled-button-toggle-rgb: 0 0 0;
  --reference-background-unselected-chip: #374151;
  --reference-background-unselected-chip-rgb: 55 65 81;
  --reference-background-disabled-list-option: rgb(255 255 255 / 0.12);
  --reference-background-disabled-list-option-rgb: 255 255 255;
  --reference-background-tooltip: #374151;
  --reference-background-tooltip-rgb: 55 65 81;
}
.reference-theme-teal {
  --reference-color-primary-50: 240 253 250;
  --reference-color-primary-100: 204 251 241;
  --reference-color-primary-200: 153 246 228;
  --reference-color-primary-300: 94 234 212;
  --reference-color-primary-400: 45 212 191;
  --reference-color-primary-500: 20 184 166;
  --reference-color-primary-600: 13 148 136;
  --reference-color-primary-700: 15 118 110;
  --reference-color-primary-800: 17 94 89;
  --reference-color-primary-900: 19 78 74;
  --reference-color-primary-950: 4 47 46;
  --reference-color-on-primary-50: 0 0 0;
  --reference-color-on-primary-100: 0 0 0;
  --reference-color-on-primary-200: 0 0 0;
  --reference-color-on-primary-300: 0 0 0;
  --reference-color-on-primary-400: 0 0 0;
  --reference-color-on-primary-500: 255 255 255;
  --reference-color-on-primary-600: 255 255 255;
  --reference-color-on-primary-700: 255 255 255;
  --reference-color-on-primary-800: 255 255 255;
  --reference-color-on-primary-900: 255 255 255;
  --reference-color-accent-50: 255 248 237;
  --reference-color-accent-100: 255 240 213;
  --reference-color-accent-200: 253 220 171;
  --reference-color-accent-300: 252 195 117;
  --reference-color-accent-400: 249 159 62;
  --reference-color-accent-500: 247 135 33;
  --reference-color-accent-600: 232 104 14;
  --reference-color-accent-700: 192 78 14;
  --reference-color-accent-800: 153 62 19;
  --reference-color-accent-900: 123 53 19;
  --reference-color-accent-950: 66 24 8;
  --reference-color-on-accent-50: 0 0 0;
  --reference-color-on-accent-100: 0 0 0;
  --reference-color-on-accent-200: 0 0 0;
  --reference-color-on-accent-300: 0 0 0;
  --reference-color-on-accent-400: 0 0 0;
  --reference-color-on-accent-500: 255 255 255;
  --reference-color-on-accent-600: 255 255 255;
  --reference-color-on-accent-700: 255 255 255;
  --reference-color-on-accent-800: 255 255 255;
  --reference-color-on-accent-900: 255 255 255;
  --reference-color-warn-50: 254 242 242;
  --reference-color-warn-100: 254 226 226;
  --reference-color-warn-200: 254 202 202;
  --reference-color-warn-300: 252 165 165;
  --reference-color-warn-400: 248 113 113;
  --reference-color-warn-500: 239 68 68;
  --reference-color-warn-600: 220 38 38;
  --reference-color-warn-700: 185 28 28;
  --reference-color-warn-800: 153 27 27;
  --reference-color-warn-900: 127 29 29;
  --reference-color-warn-950: 69 10 10;
  --reference-color-on-warn-50: 0 0 0;
  --reference-color-on-warn-100: 0 0 0;
  --reference-color-on-warn-200: 0 0 0;
  --reference-color-on-warn-300: 0 0 0;
  --reference-color-on-warn-400: 255 255 255;
  --reference-color-on-warn-500: 255 255 255;
  --reference-color-on-warn-600: 255 255 255;
  --reference-color-on-warn-700: 255 255 255;
  --reference-color-on-warn-800: 255 255 255;
  --reference-color-on-warn-900: 255 255 255;
}
.reference-theme-teal.light,
.reference-theme-teal .light {
  --reference-foreground-base: #000;
  --reference-foreground-base-rgb: 0 0 0;
  --reference-foreground-divider: rgb(0 0 0 / 0.06);
  --reference-foreground-divider-rgb: 0 0 0;
  --reference-foreground-dividers: rgb(0 0 0 / 0.06);
  --reference-foreground-dividers-rgb: 0 0 0;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #9ca3af;
  --reference-foreground-disabled-button-rgb: 156 163 175;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #4b5563;
  --reference-foreground-secondary-text-rgb: 75 85 99;
  --reference-foreground-icon: #1f2937;
  --reference-foreground-icon-rgb: 31 41 55;
  --reference-foreground-icons: #1f2937;
  --reference-foreground-icons-rgb: 31 41 55;
  --reference-foreground-text: #030712;
  --reference-foreground-text-rgb: 3 7 18;
  --reference-foreground-slider-min: #1f2937;
  --reference-foreground-slider-min-rgb: 31 41 55;
  --reference-foreground-slider-off: #9ca3af;
  --reference-foreground-slider-off-rgb: 156 163 175;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #d1d5db;
  --reference-background-status-bar-rgb: 209 213 219;
  --reference-background-app-bar: #e5e7eb;
  --reference-background-app-bar-rgb: 229 231 235;
  --reference-background-background: #f3f4f6;
  --reference-background-background-rgb: 243 244 246;
  --reference-background-hover: rgb(17 24 39 / 0.04);
  --reference-background-hover-rgb: 17 24 39;
  --reference-background-card: #fff;
  --reference-background-card-rgb: 255 255 255;
  --reference-background-dialog: #fff;
  --reference-background-dialog-rgb: 255 255 255;
  --reference-background-disabled-button: #e5e7eb;
  --reference-background-disabled-button-rgb: 229 231 235;
  --reference-background-raised-button: #fff;
  --reference-background-raised-button-rgb: 255 255 255;
  --reference-background-focused-button: #e5e7eb;
  --reference-background-focused-button-rgb: 229 231 235;
  --reference-background-selected-button: #d1d5db;
  --reference-background-selected-button-rgb: 209 213 219;
  --reference-background-selected-disabled-button: #9ca3af;
  --reference-background-selected-disabled-button-rgb: 156 163 175;
  --reference-background-disabled-button-toggle: #e5e7eb;
  --reference-background-disabled-button-toggle-rgb: 229 231 235;
  --reference-background-unselected-chip: #d1d5db;
  --reference-background-unselected-chip-rgb: 209 213 219;
  --reference-background-disabled-list-option: #e5e7eb;
  --reference-background-disabled-list-option-rgb: 229 231 235;
  --reference-background-tooltip: #1f2937;
  --reference-background-tooltip-rgb: 31 41 55;
}
.reference-theme-teal.dark,
.reference-theme-teal .dark {
  --reference-foreground-base: #fff;
  --reference-foreground-base-rgb: 255 255 255;
  --reference-foreground-divider: rgb(255 255 255 / 0.12);
  --reference-foreground-divider-rgb: 255 255 255;
  --reference-foreground-dividers: rgb(255 255 255 / 0.12);
  --reference-foreground-dividers-rgb: 255 255 255;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #4b5563;
  --reference-foreground-disabled-button-rgb: 75 85 99;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #9ca3af;
  --reference-foreground-secondary-text-rgb: 156 163 175;
  --reference-foreground-icon: #fff;
  --reference-foreground-icon-rgb: 255 255 255;
  --reference-foreground-icons: #fff;
  --reference-foreground-icons-rgb: 255 255 255;
  --reference-foreground-text: #fff;
  --reference-foreground-text-rgb: 255 255 255;
  --reference-foreground-slider-min: #fff;
  --reference-foreground-slider-min-rgb: 255 255 255;
  --reference-foreground-slider-off: #4b5563;
  --reference-foreground-slider-off-rgb: 75 85 99;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #030712;
  --reference-background-status-bar-rgb: 3 7 18;
  --reference-background-app-bar: #1f2937;
  --reference-background-app-bar-rgb: 31 41 55;
  --reference-background-background: #111827;
  --reference-background-background-rgb: 17 24 39;
  --reference-background-hover: rgb(255 255 255 / 0.04);
  --reference-background-hover-rgb: 255 255 255;
  --reference-background-card: #1f2937;
  --reference-background-card-rgb: 31 41 55;
  --reference-background-dialog: #1f2937;
  --reference-background-dialog-rgb: 31 41 55;
  --reference-background-disabled-button: rgb(255 255 255 / 0.12);
  --reference-background-disabled-button-rgb: 255 255 255;
  --reference-background-raised-button: #1f2937;
  --reference-background-raised-button-rgb: 31 41 55;
  --reference-background-focused-button: rgb(255 255 255 / 0.12);
  --reference-background-focused-button-rgb: 255 255 255;
  --reference-background-selected-button: #111827;
  --reference-background-selected-button-rgb: 17 24 39;
  --reference-background-selected-disabled-button: #1f2937;
  --reference-background-selected-disabled-button-rgb: 31 41 55;
  --reference-background-disabled-button-toggle: #000;
  --reference-background-disabled-button-toggle-rgb: 0 0 0;
  --reference-background-unselected-chip: #374151;
  --reference-background-unselected-chip-rgb: 55 65 81;
  --reference-background-disabled-list-option: rgb(255 255 255 / 0.12);
  --reference-background-disabled-list-option-rgb: 255 255 255;
  --reference-background-tooltip: #374151;
  --reference-background-tooltip-rgb: 55 65 81;
}
.reference-theme-green {
  --reference-color-primary-50: 240 253 244;
  --reference-color-primary-100: 220 252 231;
  --reference-color-primary-200: 187 247 208;
  --reference-color-primary-300: 134 239 172;
  --reference-color-primary-400: 74 222 128;
  --reference-color-primary-500: 34 197 94;
  --reference-color-primary-600: 22 163 74;
  --reference-color-primary-700: 21 128 61;
  --reference-color-primary-800: 22 101 52;
  --reference-color-primary-900: 20 83 45;
  --reference-color-primary-950: 5 46 22;
  --reference-color-on-primary-50: 0 0 0;
  --reference-color-on-primary-100: 0 0 0;
  --reference-color-on-primary-200: 0 0 0;
  --reference-color-on-primary-300: 0 0 0;
  --reference-color-on-primary-400: 0 0 0;
  --reference-color-on-primary-500: 255 255 255;
  --reference-color-on-primary-600: 255 255 255;
  --reference-color-on-primary-700: 255 255 255;
  --reference-color-on-primary-800: 255 255 255;
  --reference-color-on-primary-900: 255 255 255;
  --reference-color-accent-50: 255 248 237;
  --reference-color-accent-100: 255 240 213;
  --reference-color-accent-200: 253 220 171;
  --reference-color-accent-300: 252 195 117;
  --reference-color-accent-400: 249 159 62;
  --reference-color-accent-500: 247 135 33;
  --reference-color-accent-600: 232 104 14;
  --reference-color-accent-700: 192 78 14;
  --reference-color-accent-800: 153 62 19;
  --reference-color-accent-900: 123 53 19;
  --reference-color-accent-950: 66 24 8;
  --reference-color-on-accent-50: 0 0 0;
  --reference-color-on-accent-100: 0 0 0;
  --reference-color-on-accent-200: 0 0 0;
  --reference-color-on-accent-300: 0 0 0;
  --reference-color-on-accent-400: 0 0 0;
  --reference-color-on-accent-500: 255 255 255;
  --reference-color-on-accent-600: 255 255 255;
  --reference-color-on-accent-700: 255 255 255;
  --reference-color-on-accent-800: 255 255 255;
  --reference-color-on-accent-900: 255 255 255;
  --reference-color-warn-50: 254 242 242;
  --reference-color-warn-100: 254 226 226;
  --reference-color-warn-200: 254 202 202;
  --reference-color-warn-300: 252 165 165;
  --reference-color-warn-400: 248 113 113;
  --reference-color-warn-500: 239 68 68;
  --reference-color-warn-600: 220 38 38;
  --reference-color-warn-700: 185 28 28;
  --reference-color-warn-800: 153 27 27;
  --reference-color-warn-900: 127 29 29;
  --reference-color-warn-950: 69 10 10;
  --reference-color-on-warn-50: 0 0 0;
  --reference-color-on-warn-100: 0 0 0;
  --reference-color-on-warn-200: 0 0 0;
  --reference-color-on-warn-300: 0 0 0;
  --reference-color-on-warn-400: 255 255 255;
  --reference-color-on-warn-500: 255 255 255;
  --reference-color-on-warn-600: 255 255 255;
  --reference-color-on-warn-700: 255 255 255;
  --reference-color-on-warn-800: 255 255 255;
  --reference-color-on-warn-900: 255 255 255;
}
.reference-theme-green.light,
.reference-theme-green .light {
  --reference-foreground-base: #000;
  --reference-foreground-base-rgb: 0 0 0;
  --reference-foreground-divider: rgb(0 0 0 / 0.06);
  --reference-foreground-divider-rgb: 0 0 0;
  --reference-foreground-dividers: rgb(0 0 0 / 0.06);
  --reference-foreground-dividers-rgb: 0 0 0;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #9ca3af;
  --reference-foreground-disabled-button-rgb: 156 163 175;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #4b5563;
  --reference-foreground-secondary-text-rgb: 75 85 99;
  --reference-foreground-icon: #1f2937;
  --reference-foreground-icon-rgb: 31 41 55;
  --reference-foreground-icons: #1f2937;
  --reference-foreground-icons-rgb: 31 41 55;
  --reference-foreground-text: #030712;
  --reference-foreground-text-rgb: 3 7 18;
  --reference-foreground-slider-min: #1f2937;
  --reference-foreground-slider-min-rgb: 31 41 55;
  --reference-foreground-slider-off: #9ca3af;
  --reference-foreground-slider-off-rgb: 156 163 175;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #d1d5db;
  --reference-background-status-bar-rgb: 209 213 219;
  --reference-background-app-bar: #e5e7eb;
  --reference-background-app-bar-rgb: 229 231 235;
  --reference-background-background: #f3f4f6;
  --reference-background-background-rgb: 243 244 246;
  --reference-background-hover: rgb(17 24 39 / 0.04);
  --reference-background-hover-rgb: 17 24 39;
  --reference-background-card: #fff;
  --reference-background-card-rgb: 255 255 255;
  --reference-background-dialog: #fff;
  --reference-background-dialog-rgb: 255 255 255;
  --reference-background-disabled-button: #e5e7eb;
  --reference-background-disabled-button-rgb: 229 231 235;
  --reference-background-raised-button: #fff;
  --reference-background-raised-button-rgb: 255 255 255;
  --reference-background-focused-button: #e5e7eb;
  --reference-background-focused-button-rgb: 229 231 235;
  --reference-background-selected-button: #d1d5db;
  --reference-background-selected-button-rgb: 209 213 219;
  --reference-background-selected-disabled-button: #9ca3af;
  --reference-background-selected-disabled-button-rgb: 156 163 175;
  --reference-background-disabled-button-toggle: #e5e7eb;
  --reference-background-disabled-button-toggle-rgb: 229 231 235;
  --reference-background-unselected-chip: #d1d5db;
  --reference-background-unselected-chip-rgb: 209 213 219;
  --reference-background-disabled-list-option: #e5e7eb;
  --reference-background-disabled-list-option-rgb: 229 231 235;
  --reference-background-tooltip: #1f2937;
  --reference-background-tooltip-rgb: 31 41 55;
}
.reference-theme-green.dark,
.reference-theme-green .dark {
  --reference-foreground-base: #fff;
  --reference-foreground-base-rgb: 255 255 255;
  --reference-foreground-divider: rgb(255 255 255 / 0.12);
  --reference-foreground-divider-rgb: 255 255 255;
  --reference-foreground-dividers: rgb(255 255 255 / 0.12);
  --reference-foreground-dividers-rgb: 255 255 255;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #4b5563;
  --reference-foreground-disabled-button-rgb: 75 85 99;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #9ca3af;
  --reference-foreground-secondary-text-rgb: 156 163 175;
  --reference-foreground-icon: #fff;
  --reference-foreground-icon-rgb: 255 255 255;
  --reference-foreground-icons: #fff;
  --reference-foreground-icons-rgb: 255 255 255;
  --reference-foreground-text: #fff;
  --reference-foreground-text-rgb: 255 255 255;
  --reference-foreground-slider-min: #fff;
  --reference-foreground-slider-min-rgb: 255 255 255;
  --reference-foreground-slider-off: #4b5563;
  --reference-foreground-slider-off-rgb: 75 85 99;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #030712;
  --reference-background-status-bar-rgb: 3 7 18;
  --reference-background-app-bar: #1f2937;
  --reference-background-app-bar-rgb: 31 41 55;
  --reference-background-background: #111827;
  --reference-background-background-rgb: 17 24 39;
  --reference-background-hover: rgb(255 255 255 / 0.04);
  --reference-background-hover-rgb: 255 255 255;
  --reference-background-card: #1f2937;
  --reference-background-card-rgb: 31 41 55;
  --reference-background-dialog: #1f2937;
  --reference-background-dialog-rgb: 31 41 55;
  --reference-background-disabled-button: rgb(255 255 255 / 0.12);
  --reference-background-disabled-button-rgb: 255 255 255;
  --reference-background-raised-button: #1f2937;
  --reference-background-raised-button-rgb: 31 41 55;
  --reference-background-focused-button: rgb(255 255 255 / 0.12);
  --reference-background-focused-button-rgb: 255 255 255;
  --reference-background-selected-button: #111827;
  --reference-background-selected-button-rgb: 17 24 39;
  --reference-background-selected-disabled-button: #1f2937;
  --reference-background-selected-disabled-button-rgb: 31 41 55;
  --reference-background-disabled-button-toggle: #000;
  --reference-background-disabled-button-toggle-rgb: 0 0 0;
  --reference-background-unselected-chip: #374151;
  --reference-background-unselected-chip-rgb: 55 65 81;
  --reference-background-disabled-list-option: rgb(255 255 255 / 0.12);
  --reference-background-disabled-list-option-rgb: 255 255 255;
  --reference-background-tooltip: #374151;
  --reference-background-tooltip-rgb: 55 65 81;
}
.reference-theme-purple {
  --reference-color-primary-50: 250 245 255;
  --reference-color-primary-100: 243 232 255;
  --reference-color-primary-200: 233 213 255;
  --reference-color-primary-300: 216 180 254;
  --reference-color-primary-400: 192 132 252;
  --reference-color-primary-500: 168 85 247;
  --reference-color-primary-600: 147 51 234;
  --reference-color-primary-700: 126 34 206;
  --reference-color-primary-800: 107 33 168;
  --reference-color-primary-900: 88 28 135;
  --reference-color-primary-950: 59 7 100;
  --reference-color-on-primary-50: 0 0 0;
  --reference-color-on-primary-100: 0 0 0;
  --reference-color-on-primary-200: 0 0 0;
  --reference-color-on-primary-300: 0 0 0;
  --reference-color-on-primary-400: 0 0 0;
  --reference-color-on-primary-500: 255 255 255;
  --reference-color-on-primary-600: 255 255 255;
  --reference-color-on-primary-700: 255 255 255;
  --reference-color-on-primary-800: 255 255 255;
  --reference-color-on-primary-900: 255 255 255;
  --reference-color-accent-50: 255 248 237;
  --reference-color-accent-100: 255 240 213;
  --reference-color-accent-200: 253 220 171;
  --reference-color-accent-300: 252 195 117;
  --reference-color-accent-400: 249 159 62;
  --reference-color-accent-500: 247 135 33;
  --reference-color-accent-600: 232 104 14;
  --reference-color-accent-700: 192 78 14;
  --reference-color-accent-800: 153 62 19;
  --reference-color-accent-900: 123 53 19;
  --reference-color-accent-950: 66 24 8;
  --reference-color-on-accent-50: 0 0 0;
  --reference-color-on-accent-100: 0 0 0;
  --reference-color-on-accent-200: 0 0 0;
  --reference-color-on-accent-300: 0 0 0;
  --reference-color-on-accent-400: 0 0 0;
  --reference-color-on-accent-500: 255 255 255;
  --reference-color-on-accent-600: 255 255 255;
  --reference-color-on-accent-700: 255 255 255;
  --reference-color-on-accent-800: 255 255 255;
  --reference-color-on-accent-900: 255 255 255;
  --reference-color-warn-50: 254 242 242;
  --reference-color-warn-100: 254 226 226;
  --reference-color-warn-200: 254 202 202;
  --reference-color-warn-300: 252 165 165;
  --reference-color-warn-400: 248 113 113;
  --reference-color-warn-500: 239 68 68;
  --reference-color-warn-600: 220 38 38;
  --reference-color-warn-700: 185 28 28;
  --reference-color-warn-800: 153 27 27;
  --reference-color-warn-900: 127 29 29;
  --reference-color-warn-950: 69 10 10;
  --reference-color-on-warn-50: 0 0 0;
  --reference-color-on-warn-100: 0 0 0;
  --reference-color-on-warn-200: 0 0 0;
  --reference-color-on-warn-300: 0 0 0;
  --reference-color-on-warn-400: 255 255 255;
  --reference-color-on-warn-500: 255 255 255;
  --reference-color-on-warn-600: 255 255 255;
  --reference-color-on-warn-700: 255 255 255;
  --reference-color-on-warn-800: 255 255 255;
  --reference-color-on-warn-900: 255 255 255;
}
.reference-theme-purple.light,
.reference-theme-purple .light {
  --reference-foreground-base: #000;
  --reference-foreground-base-rgb: 0 0 0;
  --reference-foreground-divider: rgb(0 0 0 / 0.06);
  --reference-foreground-divider-rgb: 0 0 0;
  --reference-foreground-dividers: rgb(0 0 0 / 0.06);
  --reference-foreground-dividers-rgb: 0 0 0;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #9ca3af;
  --reference-foreground-disabled-button-rgb: 156 163 175;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #4b5563;
  --reference-foreground-secondary-text-rgb: 75 85 99;
  --reference-foreground-icon: #1f2937;
  --reference-foreground-icon-rgb: 31 41 55;
  --reference-foreground-icons: #1f2937;
  --reference-foreground-icons-rgb: 31 41 55;
  --reference-foreground-text: #030712;
  --reference-foreground-text-rgb: 3 7 18;
  --reference-foreground-slider-min: #1f2937;
  --reference-foreground-slider-min-rgb: 31 41 55;
  --reference-foreground-slider-off: #9ca3af;
  --reference-foreground-slider-off-rgb: 156 163 175;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #d1d5db;
  --reference-background-status-bar-rgb: 209 213 219;
  --reference-background-app-bar: #e5e7eb;
  --reference-background-app-bar-rgb: 229 231 235;
  --reference-background-background: #f3f4f6;
  --reference-background-background-rgb: 243 244 246;
  --reference-background-hover: rgb(17 24 39 / 0.04);
  --reference-background-hover-rgb: 17 24 39;
  --reference-background-card: #fff;
  --reference-background-card-rgb: 255 255 255;
  --reference-background-dialog: #fff;
  --reference-background-dialog-rgb: 255 255 255;
  --reference-background-disabled-button: #e5e7eb;
  --reference-background-disabled-button-rgb: 229 231 235;
  --reference-background-raised-button: #fff;
  --reference-background-raised-button-rgb: 255 255 255;
  --reference-background-focused-button: #e5e7eb;
  --reference-background-focused-button-rgb: 229 231 235;
  --reference-background-selected-button: #d1d5db;
  --reference-background-selected-button-rgb: 209 213 219;
  --reference-background-selected-disabled-button: #9ca3af;
  --reference-background-selected-disabled-button-rgb: 156 163 175;
  --reference-background-disabled-button-toggle: #e5e7eb;
  --reference-background-disabled-button-toggle-rgb: 229 231 235;
  --reference-background-unselected-chip: #d1d5db;
  --reference-background-unselected-chip-rgb: 209 213 219;
  --reference-background-disabled-list-option: #e5e7eb;
  --reference-background-disabled-list-option-rgb: 229 231 235;
  --reference-background-tooltip: #1f2937;
  --reference-background-tooltip-rgb: 31 41 55;
}
.reference-theme-purple.dark,
.reference-theme-purple .dark {
  --reference-foreground-base: #fff;
  --reference-foreground-base-rgb: 255 255 255;
  --reference-foreground-divider: rgb(255 255 255 / 0.12);
  --reference-foreground-divider-rgb: 255 255 255;
  --reference-foreground-dividers: rgb(255 255 255 / 0.12);
  --reference-foreground-dividers-rgb: 255 255 255;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #4b5563;
  --reference-foreground-disabled-button-rgb: 75 85 99;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #9ca3af;
  --reference-foreground-secondary-text-rgb: 156 163 175;
  --reference-foreground-icon: #fff;
  --reference-foreground-icon-rgb: 255 255 255;
  --reference-foreground-icons: #fff;
  --reference-foreground-icons-rgb: 255 255 255;
  --reference-foreground-text: #fff;
  --reference-foreground-text-rgb: 255 255 255;
  --reference-foreground-slider-min: #fff;
  --reference-foreground-slider-min-rgb: 255 255 255;
  --reference-foreground-slider-off: #4b5563;
  --reference-foreground-slider-off-rgb: 75 85 99;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #030712;
  --reference-background-status-bar-rgb: 3 7 18;
  --reference-background-app-bar: #1f2937;
  --reference-background-app-bar-rgb: 31 41 55;
  --reference-background-background: #111827;
  --reference-background-background-rgb: 17 24 39;
  --reference-background-hover: rgb(255 255 255 / 0.04);
  --reference-background-hover-rgb: 255 255 255;
  --reference-background-card: #1f2937;
  --reference-background-card-rgb: 31 41 55;
  --reference-background-dialog: #1f2937;
  --reference-background-dialog-rgb: 31 41 55;
  --reference-background-disabled-button: rgb(255 255 255 / 0.12);
  --reference-background-disabled-button-rgb: 255 255 255;
  --reference-background-raised-button: #1f2937;
  --reference-background-raised-button-rgb: 31 41 55;
  --reference-background-focused-button: rgb(255 255 255 / 0.12);
  --reference-background-focused-button-rgb: 255 255 255;
  --reference-background-selected-button: #111827;
  --reference-background-selected-button-rgb: 17 24 39;
  --reference-background-selected-disabled-button: #1f2937;
  --reference-background-selected-disabled-button-rgb: 31 41 55;
  --reference-background-disabled-button-toggle: #000;
  --reference-background-disabled-button-toggle-rgb: 0 0 0;
  --reference-background-unselected-chip: #374151;
  --reference-background-unselected-chip-rgb: 55 65 81;
  --reference-background-disabled-list-option: rgb(255 255 255 / 0.12);
  --reference-background-disabled-list-option-rgb: 255 255 255;
  --reference-background-tooltip: #374151;
  --reference-background-tooltip-rgb: 55 65 81;
}
.reference-theme-red {
  --reference-color-primary-50: 254 242 242;
  --reference-color-primary-100: 254 226 226;
  --reference-color-primary-200: 254 202 202;
  --reference-color-primary-300: 252 165 165;
  --reference-color-primary-400: 248 113 113;
  --reference-color-primary-500: 239 68 68;
  --reference-color-primary-600: 220 38 38;
  --reference-color-primary-700: 185 28 28;
  --reference-color-primary-800: 153 27 27;
  --reference-color-primary-900: 127 29 29;
  --reference-color-primary-950: 69 10 10;
  --reference-color-on-primary-50: 0 0 0;
  --reference-color-on-primary-100: 0 0 0;
  --reference-color-on-primary-200: 0 0 0;
  --reference-color-on-primary-300: 0 0 0;
  --reference-color-on-primary-400: 0 0 0;
  --reference-color-on-primary-500: 255 255 255;
  --reference-color-on-primary-600: 255 255 255;
  --reference-color-on-primary-700: 255 255 255;
  --reference-color-on-primary-800: 255 255 255;
  --reference-color-on-primary-900: 255 255 255;
  --reference-color-accent-50: 255 248 237;
  --reference-color-accent-100: 255 240 213;
  --reference-color-accent-200: 253 220 171;
  --reference-color-accent-300: 252 195 117;
  --reference-color-accent-400: 249 159 62;
  --reference-color-accent-500: 247 135 33;
  --reference-color-accent-600: 232 104 14;
  --reference-color-accent-700: 192 78 14;
  --reference-color-accent-800: 153 62 19;
  --reference-color-accent-900: 123 53 19;
  --reference-color-accent-950: 66 24 8;
  --reference-color-on-accent-50: 0 0 0;
  --reference-color-on-accent-100: 0 0 0;
  --reference-color-on-accent-200: 0 0 0;
  --reference-color-on-accent-300: 0 0 0;
  --reference-color-on-accent-400: 0 0 0;
  --reference-color-on-accent-500: 255 255 255;
  --reference-color-on-accent-600: 255 255 255;
  --reference-color-on-accent-700: 255 255 255;
  --reference-color-on-accent-800: 255 255 255;
  --reference-color-on-accent-900: 255 255 255;
  --reference-color-warn-50: 254 242 242;
  --reference-color-warn-100: 254 226 226;
  --reference-color-warn-200: 254 202 202;
  --reference-color-warn-300: 252 165 165;
  --reference-color-warn-400: 248 113 113;
  --reference-color-warn-500: 239 68 68;
  --reference-color-warn-600: 220 38 38;
  --reference-color-warn-700: 185 28 28;
  --reference-color-warn-800: 153 27 27;
  --reference-color-warn-900: 127 29 29;
  --reference-color-warn-950: 69 10 10;
  --reference-color-on-warn-50: 0 0 0;
  --reference-color-on-warn-100: 0 0 0;
  --reference-color-on-warn-200: 0 0 0;
  --reference-color-on-warn-300: 0 0 0;
  --reference-color-on-warn-400: 255 255 255;
  --reference-color-on-warn-500: 255 255 255;
  --reference-color-on-warn-600: 255 255 255;
  --reference-color-on-warn-700: 255 255 255;
  --reference-color-on-warn-800: 255 255 255;
  --reference-color-on-warn-900: 255 255 255;
}
.reference-theme-red.light,
.reference-theme-red .light {
  --reference-foreground-base: #000;
  --reference-foreground-base-rgb: 0 0 0;
  --reference-foreground-divider: rgb(0 0 0 / 0.06);
  --reference-foreground-divider-rgb: 0 0 0;
  --reference-foreground-dividers: rgb(0 0 0 / 0.06);
  --reference-foreground-dividers-rgb: 0 0 0;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #9ca3af;
  --reference-foreground-disabled-button-rgb: 156 163 175;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #4b5563;
  --reference-foreground-secondary-text-rgb: 75 85 99;
  --reference-foreground-icon: #1f2937;
  --reference-foreground-icon-rgb: 31 41 55;
  --reference-foreground-icons: #1f2937;
  --reference-foreground-icons-rgb: 31 41 55;
  --reference-foreground-text: #030712;
  --reference-foreground-text-rgb: 3 7 18;
  --reference-foreground-slider-min: #1f2937;
  --reference-foreground-slider-min-rgb: 31 41 55;
  --reference-foreground-slider-off: #9ca3af;
  --reference-foreground-slider-off-rgb: 156 163 175;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #d1d5db;
  --reference-background-status-bar-rgb: 209 213 219;
  --reference-background-app-bar: #e5e7eb;
  --reference-background-app-bar-rgb: 229 231 235;
  --reference-background-background: #f3f4f6;
  --reference-background-background-rgb: 243 244 246;
  --reference-background-hover: rgb(17 24 39 / 0.04);
  --reference-background-hover-rgb: 17 24 39;
  --reference-background-card: #fff;
  --reference-background-card-rgb: 255 255 255;
  --reference-background-dialog: #fff;
  --reference-background-dialog-rgb: 255 255 255;
  --reference-background-disabled-button: #e5e7eb;
  --reference-background-disabled-button-rgb: 229 231 235;
  --reference-background-raised-button: #fff;
  --reference-background-raised-button-rgb: 255 255 255;
  --reference-background-focused-button: #e5e7eb;
  --reference-background-focused-button-rgb: 229 231 235;
  --reference-background-selected-button: #d1d5db;
  --reference-background-selected-button-rgb: 209 213 219;
  --reference-background-selected-disabled-button: #9ca3af;
  --reference-background-selected-disabled-button-rgb: 156 163 175;
  --reference-background-disabled-button-toggle: #e5e7eb;
  --reference-background-disabled-button-toggle-rgb: 229 231 235;
  --reference-background-unselected-chip: #d1d5db;
  --reference-background-unselected-chip-rgb: 209 213 219;
  --reference-background-disabled-list-option: #e5e7eb;
  --reference-background-disabled-list-option-rgb: 229 231 235;
  --reference-background-tooltip: #1f2937;
  --reference-background-tooltip-rgb: 31 41 55;
}
.reference-theme-red.dark,
.reference-theme-red .dark {
  --reference-foreground-base: #fff;
  --reference-foreground-base-rgb: 255 255 255;
  --reference-foreground-divider: rgb(255 255 255 / 0.12);
  --reference-foreground-divider-rgb: 255 255 255;
  --reference-foreground-dividers: rgb(255 255 255 / 0.12);
  --reference-foreground-dividers-rgb: 255 255 255;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #4b5563;
  --reference-foreground-disabled-button-rgb: 75 85 99;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #9ca3af;
  --reference-foreground-secondary-text-rgb: 156 163 175;
  --reference-foreground-icon: #fff;
  --reference-foreground-icon-rgb: 255 255 255;
  --reference-foreground-icons: #fff;
  --reference-foreground-icons-rgb: 255 255 255;
  --reference-foreground-text: #fff;
  --reference-foreground-text-rgb: 255 255 255;
  --reference-foreground-slider-min: #fff;
  --reference-foreground-slider-min-rgb: 255 255 255;
  --reference-foreground-slider-off: #4b5563;
  --reference-foreground-slider-off-rgb: 75 85 99;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #030712;
  --reference-background-status-bar-rgb: 3 7 18;
  --reference-background-app-bar: #1f2937;
  --reference-background-app-bar-rgb: 31 41 55;
  --reference-background-background: #111827;
  --reference-background-background-rgb: 17 24 39;
  --reference-background-hover: rgb(255 255 255 / 0.04);
  --reference-background-hover-rgb: 255 255 255;
  --reference-background-card: #1f2937;
  --reference-background-card-rgb: 31 41 55;
  --reference-background-dialog: #1f2937;
  --reference-background-dialog-rgb: 31 41 55;
  --reference-background-disabled-button: rgb(255 255 255 / 0.12);
  --reference-background-disabled-button-rgb: 255 255 255;
  --reference-background-raised-button: #1f2937;
  --reference-background-raised-button-rgb: 31 41 55;
  --reference-background-focused-button: rgb(255 255 255 / 0.12);
  --reference-background-focused-button-rgb: 255 255 255;
  --reference-background-selected-button: #111827;
  --reference-background-selected-button-rgb: 17 24 39;
  --reference-background-selected-disabled-button: #1f2937;
  --reference-background-selected-disabled-button-rgb: 31 41 55;
  --reference-background-disabled-button-toggle: #000;
  --reference-background-disabled-button-toggle-rgb: 0 0 0;
  --reference-background-unselected-chip: #374151;
  --reference-background-unselected-chip-rgb: 55 65 81;
  --reference-background-disabled-list-option: rgb(255 255 255 / 0.12);
  --reference-background-disabled-list-option-rgb: 255 255 255;
  --reference-background-tooltip: #374151;
  --reference-background-tooltip-rgb: 55 65 81;
}
.reference-theme-orange {
  --reference-color-primary-50: 255 247 237;
  --reference-color-primary-100: 255 237 213;
  --reference-color-primary-200: 254 215 170;
  --reference-color-primary-300: 253 186 116;
  --reference-color-primary-400: 251 146 60;
  --reference-color-primary-500: 249 115 22;
  --reference-color-primary-600: 234 88 12;
  --reference-color-primary-700: 194 65 12;
  --reference-color-primary-800: 154 52 18;
  --reference-color-primary-900: 124 45 18;
  --reference-color-primary-950: 67 20 7;
  --reference-color-on-primary-50: 0 0 0;
  --reference-color-on-primary-100: 0 0 0;
  --reference-color-on-primary-200: 0 0 0;
  --reference-color-on-primary-300: 0 0 0;
  --reference-color-on-primary-400: 0 0 0;
  --reference-color-on-primary-500: 255 255 255;
  --reference-color-on-primary-600: 255 255 255;
  --reference-color-on-primary-700: 255 255 255;
  --reference-color-on-primary-800: 255 255 255;
  --reference-color-on-primary-900: 255 255 255;
  --reference-color-accent-50: 255 248 237;
  --reference-color-accent-100: 255 240 213;
  --reference-color-accent-200: 253 220 171;
  --reference-color-accent-300: 252 195 117;
  --reference-color-accent-400: 249 159 62;
  --reference-color-accent-500: 247 135 33;
  --reference-color-accent-600: 232 104 14;
  --reference-color-accent-700: 192 78 14;
  --reference-color-accent-800: 153 62 19;
  --reference-color-accent-900: 123 53 19;
  --reference-color-accent-950: 66 24 8;
  --reference-color-on-accent-50: 0 0 0;
  --reference-color-on-accent-100: 0 0 0;
  --reference-color-on-accent-200: 0 0 0;
  --reference-color-on-accent-300: 0 0 0;
  --reference-color-on-accent-400: 0 0 0;
  --reference-color-on-accent-500: 255 255 255;
  --reference-color-on-accent-600: 255 255 255;
  --reference-color-on-accent-700: 255 255 255;
  --reference-color-on-accent-800: 255 255 255;
  --reference-color-on-accent-900: 255 255 255;
  --reference-color-warn-50: 254 242 242;
  --reference-color-warn-100: 254 226 226;
  --reference-color-warn-200: 254 202 202;
  --reference-color-warn-300: 252 165 165;
  --reference-color-warn-400: 248 113 113;
  --reference-color-warn-500: 239 68 68;
  --reference-color-warn-600: 220 38 38;
  --reference-color-warn-700: 185 28 28;
  --reference-color-warn-800: 153 27 27;
  --reference-color-warn-900: 127 29 29;
  --reference-color-warn-950: 69 10 10;
  --reference-color-on-warn-50: 0 0 0;
  --reference-color-on-warn-100: 0 0 0;
  --reference-color-on-warn-200: 0 0 0;
  --reference-color-on-warn-300: 0 0 0;
  --reference-color-on-warn-400: 255 255 255;
  --reference-color-on-warn-500: 255 255 255;
  --reference-color-on-warn-600: 255 255 255;
  --reference-color-on-warn-700: 255 255 255;
  --reference-color-on-warn-800: 255 255 255;
  --reference-color-on-warn-900: 255 255 255;
}
.reference-theme-orange.light,
.reference-theme-orange .light {
  --reference-foreground-base: #000;
  --reference-foreground-base-rgb: 0 0 0;
  --reference-foreground-divider: rgb(0 0 0 / 0.06);
  --reference-foreground-divider-rgb: 0 0 0;
  --reference-foreground-dividers: rgb(0 0 0 / 0.06);
  --reference-foreground-dividers-rgb: 0 0 0;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #9ca3af;
  --reference-foreground-disabled-button-rgb: 156 163 175;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #4b5563;
  --reference-foreground-secondary-text-rgb: 75 85 99;
  --reference-foreground-icon: #1f2937;
  --reference-foreground-icon-rgb: 31 41 55;
  --reference-foreground-icons: #1f2937;
  --reference-foreground-icons-rgb: 31 41 55;
  --reference-foreground-text: #030712;
  --reference-foreground-text-rgb: 3 7 18;
  --reference-foreground-slider-min: #1f2937;
  --reference-foreground-slider-min-rgb: 31 41 55;
  --reference-foreground-slider-off: #9ca3af;
  --reference-foreground-slider-off-rgb: 156 163 175;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #d1d5db;
  --reference-background-status-bar-rgb: 209 213 219;
  --reference-background-app-bar: #e5e7eb;
  --reference-background-app-bar-rgb: 229 231 235;
  --reference-background-background: #f3f4f6;
  --reference-background-background-rgb: 243 244 246;
  --reference-background-hover: rgb(17 24 39 / 0.04);
  --reference-background-hover-rgb: 17 24 39;
  --reference-background-card: #fff;
  --reference-background-card-rgb: 255 255 255;
  --reference-background-dialog: #fff;
  --reference-background-dialog-rgb: 255 255 255;
  --reference-background-disabled-button: #e5e7eb;
  --reference-background-disabled-button-rgb: 229 231 235;
  --reference-background-raised-button: #fff;
  --reference-background-raised-button-rgb: 255 255 255;
  --reference-background-focused-button: #e5e7eb;
  --reference-background-focused-button-rgb: 229 231 235;
  --reference-background-selected-button: #d1d5db;
  --reference-background-selected-button-rgb: 209 213 219;
  --reference-background-selected-disabled-button: #9ca3af;
  --reference-background-selected-disabled-button-rgb: 156 163 175;
  --reference-background-disabled-button-toggle: #e5e7eb;
  --reference-background-disabled-button-toggle-rgb: 229 231 235;
  --reference-background-unselected-chip: #d1d5db;
  --reference-background-unselected-chip-rgb: 209 213 219;
  --reference-background-disabled-list-option: #e5e7eb;
  --reference-background-disabled-list-option-rgb: 229 231 235;
  --reference-background-tooltip: #1f2937;
  --reference-background-tooltip-rgb: 31 41 55;
}
.reference-theme-orange.dark,
.reference-theme-orange .dark {
  --reference-foreground-base: #fff;
  --reference-foreground-base-rgb: 255 255 255;
  --reference-foreground-divider: rgb(255 255 255 / 0.12);
  --reference-foreground-divider-rgb: 255 255 255;
  --reference-foreground-dividers: rgb(255 255 255 / 0.12);
  --reference-foreground-dividers-rgb: 255 255 255;
  --reference-foreground-disabled: #6b7280;
  --reference-foreground-disabled-rgb: 107 114 128;
  --reference-foreground-disabled-button: #4b5563;
  --reference-foreground-disabled-button-rgb: 75 85 99;
  --reference-foreground-disabled-text: #6b7280;
  --reference-foreground-disabled-text-rgb: 107 114 128;
  --reference-foreground-elevation: #000;
  --reference-foreground-elevation-rgb: 0 0 0;
  --reference-foreground-hint-text: #6b7280;
  --reference-foreground-hint-text-rgb: 107 114 128;
  --reference-foreground-secondary-text: #9ca3af;
  --reference-foreground-secondary-text-rgb: 156 163 175;
  --reference-foreground-icon: #fff;
  --reference-foreground-icon-rgb: 255 255 255;
  --reference-foreground-icons: #fff;
  --reference-foreground-icons-rgb: 255 255 255;
  --reference-foreground-text: #fff;
  --reference-foreground-text-rgb: 255 255 255;
  --reference-foreground-slider-min: #fff;
  --reference-foreground-slider-min-rgb: 255 255 255;
  --reference-foreground-slider-off: #4b5563;
  --reference-foreground-slider-off-rgb: 75 85 99;
  --reference-foreground-slider-off-active: #6b7280;
  --reference-foreground-slider-off-active-rgb: 107 114 128;
  --reference-background-status-bar: #030712;
  --reference-background-status-bar-rgb: 3 7 18;
  --reference-background-app-bar: #1f2937;
  --reference-background-app-bar-rgb: 31 41 55;
  --reference-background-background: #111827;
  --reference-background-background-rgb: 17 24 39;
  --reference-background-hover: rgb(255 255 255 / 0.04);
  --reference-background-hover-rgb: 255 255 255;
  --reference-background-card: #1f2937;
  --reference-background-card-rgb: 31 41 55;
  --reference-background-dialog: #1f2937;
  --reference-background-dialog-rgb: 31 41 55;
  --reference-background-disabled-button: rgb(255 255 255 / 0.12);
  --reference-background-disabled-button-rgb: 255 255 255;
  --reference-background-raised-button: #1f2937;
  --reference-background-raised-button-rgb: 31 41 55;
  --reference-background-focused-button: rgb(255 255 255 / 0.12);
  --reference-background-focused-button-rgb: 255 255 255;
  --reference-background-selected-button: #111827;
  --reference-background-selected-button-rgb: 17 24 39;
  --reference-background-selected-disabled-button: #1f2937;
  --reference-background-selected-disabled-button-rgb: 31 41 55;
  --reference-background-disabled-button-toggle: #000;
  --reference-background-disabled-button-toggle-rgb: 0 0 0;
  --reference-background-unselected-chip: #374151;
  --reference-background-unselected-chip-rgb: 55 65 81;
  --reference-background-disabled-list-option: rgb(255 255 255 / 0.12);
  --reference-background-disabled-list-option-rgb: 255 255 255;
  --reference-background-tooltip: #374151;
  --reference-background-tooltip-rgb: 55 65 81;
}
:root :is(.sr-only) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:root :is(.\!visible) {
  visibility: visible !important;
}
:root :is(.visible) {
  visibility: visible;
}
:root :is(.collapse) {
  visibility: collapse;
}
:root :is(.static) {
  position: static;
}
:root :is(.fixed) {
  position: fixed;
}
:root :is(.absolute) {
  position: absolute;
}
:root :is(.relative) {
  position: relative;
}
:root :is(.sticky) {
  position: sticky;
}
:root :is(.inset-0) {
  inset: 0px;
}
:root :is(.-bottom-2) {
  bottom: -0.5rem;
}
:root :is(.-left-2) {
  left: -0.5rem;
}
:root :is(.-right-2) {
  right: -0.5rem;
}
:root :is(.-right-3) {
  right: -0.75rem;
}
:root :is(.-top-2) {
  top: -0.5rem;
}
:root :is(.bottom-0) {
  bottom: 0px;
}
:root :is(.bottom-2) {
  bottom: 0.5rem;
}
:root :is(.bottom-4) {
  bottom: 1rem;
}
:root :is(.bottom-\[-40px\]) {
  bottom: -40px;
}
:root :is(.left-0) {
  left: 0px;
}
:root :is(.left-1\/2) {
  left: 50%;
}
:root :is(.left-2) {
  left: 0.5rem;
}
:root :is(.left-4) {
  left: 1rem;
}
:root :is(.right-0) {
  right: 0px;
}
:root :is(.right-1) {
  right: 0.25rem;
}
:root :is(.right-1\.5) {
  right: 0.375rem;
}
:root :is(.right-2) {
  right: 0.5rem;
}
:root :is(.right-4) {
  right: 1rem;
}
:root :is(.top-0) {
  top: 0px;
}
:root :is(.top-1) {
  top: 0.25rem;
}
:root :is(.top-1\.5) {
  top: 0.375rem;
}
:root :is(.top-1\/2) {
  top: 50%;
}
:root :is(.top-12) {
  top: 3rem;
}
:root :is(.top-14) {
  top: 3.5rem;
}
:root :is(.top-2) {
  top: 0.5rem;
}
:root :is(.top-4) {
  top: 1rem;
}
:root :is(.top-5) {
  top: 1.25rem;
}
:root :is(.top-\[10px\]) {
  top: 10px;
}
:root :is(.top-\[22px\]) {
  top: 22px;
}
:root :is(.isolate) {
  isolation: isolate;
}
:root :is(.z-0) {
  z-index: 0;
}
:root :is(.z-10) {
  z-index: 10;
}
:root :is(.z-40) {
  z-index: 40;
}
:root :is(.z-50) {
  z-index: 50;
}
:root :is(.m-0) {
  margin: 0px;
}
:root :is(.m-10) {
  margin: 2.5rem;
}
:root :is(.m-2) {
  margin: 0.5rem;
}
:root :is(.m-auto) {
  margin: auto;
}
:root :is(.-mx-1) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
:root :is(.mx-1) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
:root :is(.mx-10) {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
:root :is(.mx-2) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
:root :is(.mx-3) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
:root :is(.mx-4) {
  margin-left: 1rem;
  margin-right: 1rem;
}
:root :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
:root :is(.my-0) {
  margin-top: 0px;
  margin-bottom: 0px;
}
:root :is(.my-1) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
:root :is(.my-2) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
:root :is(.my-3) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
:root :is(.my-4) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
:root :is(.my-5) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
:root :is(.my-6) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
:root :is(.my-7) {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
:root :is(.my-8) {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
:root :is(.\!mb-0) {
  margin-bottom: 0px !important;
}
:root :is(.-mb-\[32px\]) {
  margin-bottom: -32px;
}
:root :is(.-ml-1) {
  margin-left: -0.25rem;
}
:root :is(.-ml-1\.5) {
  margin-left: -0.375rem;
}
:root :is(.-mt-1) {
  margin-top: -0.25rem;
}
:root :is(.-mt-5) {
  margin-top: -1.25rem;
}
:root :is(.mb-0) {
  margin-bottom: 0px;
}
:root :is(.mb-1) {
  margin-bottom: 0.25rem;
}
:root :is(.mb-10) {
  margin-bottom: 2.5rem;
}
:root :is(.mb-12) {
  margin-bottom: 3rem;
}
:root :is(.mb-2) {
  margin-bottom: 0.5rem;
}
:root :is(.mb-3) {
  margin-bottom: 0.75rem;
}
:root :is(.mb-4) {
  margin-bottom: 1rem;
}
:root :is(.mb-5) {
  margin-bottom: 1.25rem;
}
:root :is(.mb-6) {
  margin-bottom: 1.5rem;
}
:root :is(.mb-7) {
  margin-bottom: 1.75rem;
}
:root :is(.mb-8) {
  margin-bottom: 2rem;
}
:root :is(.ml-0) {
  margin-left: 0px;
}
:root :is(.ml-1) {
  margin-left: 0.25rem;
}
:root :is(.ml-2) {
  margin-left: 0.5rem;
}
:root :is(.ml-3) {
  margin-left: 0.75rem;
}
:root :is(.ml-4) {
  margin-left: 1rem;
}
:root :is(.ml-6) {
  margin-left: 1.5rem;
}
:root :is(.mr-2) {
  margin-right: 0.5rem;
}
:root :is(.mr-3) {
  margin-right: 0.75rem;
}
:root :is(.mr-4) {
  margin-right: 1rem;
}
:root :is(.mt-0) {
  margin-top: 0px;
}
:root :is(.mt-1) {
  margin-top: 0.25rem;
}
:root :is(.mt-10) {
  margin-top: 2.5rem;
}
:root :is(.mt-12) {
  margin-top: 3rem;
}
:root :is(.mt-2) {
  margin-top: 0.5rem;
}
:root :is(.mt-20) {
  margin-top: 5rem;
}
:root :is(.mt-24) {
  margin-top: 6rem;
}
:root :is(.mt-28) {
  margin-top: 7rem;
}
:root :is(.mt-3) {
  margin-top: 0.75rem;
}
:root :is(.mt-4) {
  margin-top: 1rem;
}
:root :is(.mt-5) {
  margin-top: 1.25rem;
}
:root :is(.mt-6) {
  margin-top: 1.5rem;
}
:root :is(.mt-7) {
  margin-top: 1.75rem;
}
:root :is(.mt-8) {
  margin-top: 2rem;
}
:root :is(.mt-\[10px\]) {
  margin-top: 10px;
}
:root :is(.mt-\[12px\]) {
  margin-top: 12px;
}
:root :is(.mt-\[13px\]) {
  margin-top: 13px;
}
:root :is(.mt-\[20px\]) {
  margin-top: 20px;
}
:root :is(.mt-\[2px\]) {
  margin-top: 2px;
}
:root :is(.block) {
  display: block;
}
:root :is(.inline-block) {
  display: inline-block;
}
:root :is(.inline) {
  display: inline;
}
:root :is(.flex) {
  display: flex;
}
:root :is(.inline-flex) {
  display: inline-flex;
}
:root :is(.table) {
  display: table;
}
:root :is(.grid) {
  display: grid;
}
:root :is(.contents) {
  display: contents;
}
:root :is(.hidden) {
  display: none;
}
:root :is(.aspect-square) {
  aspect-ratio: 1 / 1;
}
:root :is(.h-1) {
  height: 0.25rem;
}
:root :is(.h-1\/3) {
  height: 33.333333%;
}
:root :is(.h-10) {
  height: 2.5rem;
}
:root :is(.h-12) {
  height: 3rem;
}
:root :is(.h-14) {
  height: 3.5rem;
}
:root :is(.h-16) {
  height: 4rem;
}
:root :is(.h-2) {
  height: 0.5rem;
}
:root :is(.h-2\/3) {
  height: 66.666667%;
}
:root :is(.h-20) {
  height: 5rem;
}
:root :is(.h-24) {
  height: 6rem;
}
:root :is(.h-3) {
  height: 0.75rem;
}
:root :is(.h-4) {
  height: 1rem;
}
:root :is(.h-5) {
  height: 1.25rem;
}
:root :is(.h-6) {
  height: 1.5rem;
}
:root :is(.h-60) {
  height: 15rem;
}
:root :is(.h-64) {
  height: 16rem;
}
:root :is(.h-7) {
  height: 1.75rem;
}
:root :is(.h-8) {
  height: 2rem;
}
:root :is(.h-9) {
  height: 2.25rem;
}
:root :is(.h-\[120px\]) {
  height: 120px;
}
:root :is(.h-\[140px\]) {
  height: 140px;
}
:root :is(.h-\[150px\]) {
  height: 150px;
}
:root :is(.h-\[159px\]) {
  height: 159px;
}
:root :is(.h-\[29\.6px\]) {
  height: 29.6px;
}
:root :is(.h-\[30px\]) {
  height: 30px;
}
:root :is(.h-\[631px\]) {
  height: 631px;
}
:root :is(.h-\[70vh\]) {
  height: 70vh;
}
:root :is(.h-\[84px\]) {
  height: 84px;
}
:root :is(.h-\[90vh\]) {
  height: 90vh;
}
:root :is(.h-auto) {
  height: auto;
}
:root :is(.h-fit) {
  height: fit-content;
}
:root :is(.h-full) {
  height: 100%;
}
:root :is(.h-screen) {
  height: 100vh;
}
:root :is(.max-h-\[75vh\]) {
  max-height: 75vh;
}
:root :is(.max-h-\[80vh\]) {
  max-height: 80vh;
}
:root :is(.max-h-screen) {
  max-height: 100vh;
}
:root :is(.min-h-\[161\.6px\]) {
  min-height: 161.6px;
}
:root :is(.min-h-\[300px\]) {
  min-height: 300px;
}
:root :is(.min-h-screen) {
  min-height: 100vh;
}
:root :is(.w-0) {
  width: 0px;
}
:root :is(.w-0\.5) {
  width: 0.125rem;
}
:root :is(.w-1) {
  width: 0.25rem;
}
:root :is(.w-1\/2) {
  width: 50%;
}
:root :is(.w-1\/3) {
  width: 33.333333%;
}
:root :is(.w-10) {
  width: 2.5rem;
}
:root :is(.w-12) {
  width: 3rem;
}
:root :is(.w-14) {
  width: 3.5rem;
}
:root :is(.w-16) {
  width: 4rem;
}
:root :is(.w-2) {
  width: 0.5rem;
}
:root :is(.w-2\/5) {
  width: 40%;
}
:root :is(.w-20) {
  width: 5rem;
}
:root :is(.w-24) {
  width: 6rem;
}
:root :is(.w-3) {
  width: 0.75rem;
}
:root :is(.w-32) {
  width: 8rem;
}
:root :is(.w-36) {
  width: 9rem;
}
:root :is(.w-4) {
  width: 1rem;
}
:root :is(.w-40) {
  width: 10rem;
}
:root :is(.w-44) {
  width: 11rem;
}
:root :is(.w-48) {
  width: 12rem;
}
:root :is(.w-5) {
  width: 1.25rem;
}
:root :is(.w-6) {
  width: 1.5rem;
}
:root :is(.w-7) {
  width: 1.75rem;
}
:root :is(.w-72) {
  width: 18rem;
}
:root :is(.w-8) {
  width: 2rem;
}
:root :is(.w-80) {
  width: 20rem;
}
:root :is(.w-9) {
  width: 2.25rem;
}
:root :is(.w-\[100px\]) {
  width: 100px;
}
:root :is(.w-\[120px\]) {
  width: 120px;
}
:root :is(.w-\[150px\]) {
  width: 150px;
}
:root :is(.w-\[160px\]) {
  width: 160px;
}
:root :is(.w-\[200px\]) {
  width: 200px;
}
:root :is(.w-\[25\%\]) {
  width: 25%;
}
:root :is(.w-\[28\.5rem\]) {
  width: 28.5rem;
}
:root :is(.w-\[30\%\]) {
  width: 30%;
}
:root :is(.w-\[300px\]) {
  width: 300px;
}
:root :is(.w-\[30rem\]) {
  width: 30rem;
}
:root :is(.w-\[350px\]) {
  width: 350px;
}
:root :is(.w-\[386px\]) {
  width: 386px;
}
:root :is(.w-\[40px\]) {
  width: 40px;
}
:root :is(.w-\[70\%\]) {
  width: 70%;
}
:root :is(.w-\[80\%\]) {
  width: 80%;
}
:root :is(.w-\[84px\]) {
  width: 84px;
}
:root :is(.w-\[85\%\]) {
  width: 85%;
}
:root :is(.w-\[95\%\]) {
  width: 95%;
}
:root :is(.w-auto) {
  width: auto;
}
:root :is(.w-full) {
  width: 100%;
}
:root :is(.w-screen) {
  width: 100vw;
}
:root :is(.\!min-w-\[70px\]) {
  min-width: 70px !important;
}
:root :is(.min-w-\[200px\]) {
  min-width: 200px;
}
:root :is(.min-w-\[230px\]) {
  min-width: 230px;
}
:root :is(.min-w-\[280px\]) {
  min-width: 280px;
}
:root :is(.min-w-\[60px\]) {
  min-width: 60px;
}
:root :is(.min-w-full) {
  min-width: 100%;
}
:root :is(.max-w-4xl) {
  max-width: 56rem;
}
:root :is(.max-w-5xl) {
  max-width: 64rem;
}
:root :is(.max-w-\[120px\]) {
  max-width: 120px;
}
:root :is(.max-w-\[200px\]) {
  max-width: 200px;
}
:root :is(.max-w-\[250px\]) {
  max-width: 250px;
}
:root :is(.max-w-\[300px\]) {
  max-width: 300px;
}
:root :is(.max-w-\[350px\]) {
  max-width: 350px;
}
:root :is(.max-w-\[400px\]) {
  max-width: 400px;
}
:root :is(.max-w-\[500px\]) {
  max-width: 500px;
}
:root :is(.max-w-\[70\%\]) {
  max-width: 70%;
}
:root :is(.max-w-fit) {
  max-width: fit-content;
}
:root :is(.max-w-full) {
  max-width: 100%;
}
:root :is(.max-w-lg) {
  max-width: 32rem;
}
:root :is(.max-w-md) {
  max-width: 28rem;
}
:root :is(.max-w-sm) {
  max-width: 24rem;
}
:root :is(.max-w-xl) {
  max-width: 36rem;
}
:root :is(.flex-1) {
  flex: 1 1 0%;
}
:root :is(.flex-auto) {
  flex: 1 1 auto;
}
:root :is(.flex-none) {
  flex: none;
}
:root :is(.flex-shrink) {
  flex-shrink: 1;
}
:root :is(.flex-shrink-0) {
  flex-shrink: 0;
}
:root :is(.flex-grow) {
  flex-grow: 1;
}
:root :is(.table-auto) {
  table-layout: auto;
}
:root :is(.border-collapse) {
  border-collapse: collapse;
}
:root :is(.-translate-x-1\/2) {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.-translate-y-1\/2) {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.translate-x-0) {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.translate-x-full) {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.-rotate-45) {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.-rotate-\[126deg\]) {
  --tw-rotate: -126deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.scale-90) {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.transform) {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
:root :is(.animate-bounce) {
  animation: bounce 1s infinite;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
:root :is(.animate-ping) {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
:root :is(.animate-pulse) {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
:root :is(.animate-spin) {
  animation: spin 1s linear infinite;
}
:root :is(.cursor-not-allowed) {
  cursor: not-allowed;
}
:root :is(.cursor-pointer) {
  cursor: pointer;
}
:root :is(.select-none) {
  -webkit-user-select: none;
  user-select: none;
}
:root :is(.resize) {
  resize: both;
}
:root :is(.list-inside) {
  list-style-position: inside;
}
:root :is(.list-disc) {
  list-style-type: disc;
}
:root :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
:root :is(.grid-cols-2) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
:root :is(.grid-cols-3) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
:root :is(.grid-cols-4) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
:root :is(.grid-cols-\[100px_1fr\]) {
  grid-template-columns: 100px 1fr;
}
:root :is(.grid-cols-\[110px_280px_215px_210px_245px_50px\]) {
  grid-template-columns: 110px 280px 215px 210px 245px 50px;
}
:root :is(.grid-cols-\[175px_235px_250px_250px\]) {
  grid-template-columns: 175px 235px 250px 250px;
}
:root :is(.grid-cols-\[50px_200px_1fr\]) {
  grid-template-columns: 50px 200px 1fr;
}
:root :is(.grid-cols-\[repeat\(auto-fit\,_minmax\(200px\,_1fr\)\)\]) {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
:root :is(.grid-cols-\[repeat\(auto-fit\,_minmax\(250px\,_1fr\)\)\]) {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
:root :is(.grid-cols-\[repeat\(auto-fit\,_minmax\(280px\,_1fr\)\)\]) {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
:root :is(.grid-cols-\[repeat\(auto-fit\,_minmax\(480px\,_1fr\)\)\]) {
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}
:root :is(.flex-row) {
  flex-direction: row;
}
:root :is(.flex-col) {
  flex-direction: column;
}
:root :is(.flex-wrap) {
  flex-wrap: wrap;
}
:root :is(.items-start) {
  align-items: flex-start;
}
:root :is(.items-end) {
  align-items: flex-end;
}
:root :is(.items-center) {
  align-items: center;
}
:root :is(.justify-start) {
  justify-content: flex-start;
}
:root :is(.justify-end) {
  justify-content: flex-end;
}
:root :is(.justify-center) {
  justify-content: center;
}
:root :is(.justify-between) {
  justify-content: space-between;
}
:root :is(.justify-around) {
  justify-content: space-around;
}
:root :is(.gap-1) {
  gap: 0.25rem;
}
:root :is(.gap-2) {
  gap: 0.5rem;
}
:root :is(.gap-3) {
  gap: 0.75rem;
}
:root :is(.gap-4) {
  gap: 1rem;
}
:root :is(.gap-5) {
  gap: 1.25rem;
}
:root :is(.gap-6) {
  gap: 1.5rem;
}
:root :is(.gap-x-12) {
  column-gap: 3rem;
}
:root :is(.gap-x-6) {
  column-gap: 1.5rem;
}
:root :is(.gap-y-4) {
  row-gap: 1rem;
}
:root :is(.space-x-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
:root :is(.space-x-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
:root :is(.space-x-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
:root :is(.space-x-6 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
:root :is(.space-y-0 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
:root :is(.space-y-0\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-8 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
:root :is(.self-start) {
  align-self: flex-start;
}
:root :is(.overflow-auto) {
  overflow: auto;
}
:root :is(.overflow-hidden) {
  overflow: hidden;
}
:root :is(.overflow-visible) {
  overflow: visible;
}
:root :is(.overflow-x-auto) {
  overflow-x: auto;
}
:root :is(.overflow-y-auto) {
  overflow-y: auto;
}
:root :is(.overflow-x-hidden) {
  overflow-x: hidden;
}
:root :is(.truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root :is(.whitespace-nowrap) {
  white-space: nowrap;
}
:root :is(.whitespace-pre-wrap) {
  white-space: pre-wrap;
}
:root :is(.break-words) {
  overflow-wrap: break-word;
}
:root :is(.break-all) {
  word-break: break-all;
}
:root :is(.rounded) {
  border-radius: var(--reference-border-radius);
}
:root :is(.rounded-2xl) {
  border-radius: calc(var(--reference-border-radius) * 2);
}
:root :is(.rounded-3xl) {
  border-radius: 1.5rem;
}
:root :is(.rounded-\[100px\]) {
  border-radius: 100px;
}
:root :is(.rounded-\[12px\]) {
  border-radius: 12px;
}
:root :is(.rounded-\[4px\]) {
  border-radius: 4px;
}
:root :is(.rounded-\[5px\]) {
  border-radius: 5px;
}
:root :is(.rounded-\[6px\]) {
  border-radius: 6px;
}
:root :is(.rounded-\[8px\]) {
  border-radius: 8px;
}
:root :is(.rounded-full) {
  border-radius: 9999px;
}
:root :is(.rounded-lg) {
  border-radius: calc(var(--reference-border-radius) * 1.5);
}
:root :is(.rounded-md) {
  border-radius: calc(var(--reference-border-radius) * 1.25);
}
:root :is(.rounded-sm) {
  border-radius: calc(var(--reference-border-radius) * 0.5);
}
:root :is(.rounded-xl) {
  border-radius: calc(var(--reference-border-radius) * 1.75);
}
:root :is(.rounded-b-\[12px\]) {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
:root :is(.rounded-l-md) {
  border-top-left-radius: calc(var(--reference-border-radius) * 1.25);
  border-bottom-left-radius: calc(var(--reference-border-radius) * 1.25);
}
:root :is(.rounded-r-md) {
  border-top-right-radius: calc(var(--reference-border-radius) * 1.25);
  border-bottom-right-radius: calc(var(--reference-border-radius) * 1.25);
}
:root :is(.rounded-t-2xl) {
  border-top-left-radius: calc(var(--reference-border-radius) * 2);
  border-top-right-radius: calc(var(--reference-border-radius) * 2);
}
:root :is(.rounded-t-\[12px\]) {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
:root :is(.rounded-t-lg) {
  border-top-left-radius: calc(var(--reference-border-radius) * 1.5);
  border-top-right-radius: calc(var(--reference-border-radius) * 1.5);
}
:root :is(.rounded-bl-2xl) {
  border-bottom-left-radius: calc(var(--reference-border-radius) * 2);
}
:root :is(.rounded-br-2xl) {
  border-bottom-right-radius: calc(var(--reference-border-radius) * 2);
}
:root :is(.rounded-tl) {
  border-top-left-radius: var(--reference-border-radius);
}
:root :is(.rounded-tl-\[5px\]) {
  border-top-left-radius: 5px;
}
:root :is(.rounded-tr-\[5px\]) {
  border-top-right-radius: 5px;
}
:root :is(.\!border) {
  border-width: 1px !important;
}
:root :is(.\!border-2) {
  border-width: 2px !important;
}
:root :is(.border) {
  border-width: 1px;
}
:root :is(.border-0) {
  border-width: 0px;
}
:root :is(.border-2) {
  border-width: 2px;
}
:root :is(.border-4) {
  border-width: 4px;
}
:root :is(.border-b) {
  border-bottom-width: 1px;
}
:root :is(.border-b-2) {
  border-bottom-width: 2px;
}
:root :is(.border-l-4) {
  border-left-width: 4px;
}
:root :is(.border-r) {
  border-right-width: 1px;
}
:root :is(.border-r-\[4px\]) {
  border-right-width: 4px;
}
:root :is(.border-t) {
  border-top-width: 1px;
}
:root :is(.border-t-2) {
  border-top-width: 2px;
}
:root :is(.\!border-solid) {
  border-style: solid !important;
}
:root :is(.border-solid) {
  border-style: solid;
}
:root :is(.border-dashed) {
  border-style: dashed;
}
:root :is(.border-dotted) {
  border-style: dotted;
}
:root :is(.\!border-\[\#64AAE1\]) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 170 225 / var(--tw-border-opacity)) !important;
}
:root :is(.\!border-\[\#AFD2EE\]) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(175 210 238 / var(--tw-border-opacity)) !important;
}
:root :is(.\!border-primary-600) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--reference-color-primary-600) / var(--tw-border-opacity)) !important;
}
:root :is(.\!border-transparent) {
  border-color: transparent !important;
}
:root :is(.border-\[\#0000001F\]) {
  border-color: #0000001F;
}
:root :is(.border-\[\#00000033\]) {
  border-color: #00000033;
}
:root :is(.border-\[\#0000004D\]) {
  border-color: #0000004D;
}
:root :is(.border-\[\#4873D380\]) {
  border-color: #4873D380;
}
:root :is(.border-\[\#64AAE1\]) {
  --tw-border-opacity: 1;
  border-color: rgb(100 170 225 / var(--tw-border-opacity));
}
:root :is(.border-\[\#7E8084\]) {
  --tw-border-opacity: 1;
  border-color: rgb(126 128 132 / var(--tw-border-opacity));
}
:root :is(.border-\[\#D2D4DB\]) {
  --tw-border-opacity: 1;
  border-color: rgb(210 212 219 / var(--tw-border-opacity));
}
:root :is(.border-\[\#F4A100\]) {
  --tw-border-opacity: 1;
  border-color: rgb(244 161 0 / var(--tw-border-opacity));
}
:root :is(.border-accent-500) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--reference-color-accent-500) / var(--tw-border-opacity));
}
:root :is(.border-black\/40) {
  border-color: rgb(0 0 0 / 0.4);
}
:root :is(.border-blue-200) {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
:root :is(.border-blue-400) {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
:root :is(.border-blue-500) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
:root :is(.border-blue-600) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
:root :is(.border-divider) {
  border-color: var(--reference-foreground-divider);
}
:root :is(.border-gray-100) {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
:root :is(.border-gray-200) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
:root :is(.border-gray-300) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
:root :is(.border-gray-400) {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
:root :is(.border-gray-500) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
:root :is(.border-green-200) {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}
:root :is(.border-green-400) {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
:root :is(.border-green-400\/30) {
  border-color: rgb(74 222 128 / 0.3);
}
:root :is(.border-green-900) {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}
:root :is(.border-orange-400) {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
:root :is(.border-orange-400\/30) {
  border-color: rgb(251 146 60 / 0.3);
}
:root :is(.border-primary-500) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--reference-color-primary-500) / var(--tw-border-opacity));
}
:root :is(.border-primary-600) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--reference-color-primary-600) / var(--tw-border-opacity));
}
:root :is(.border-primary-700) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--reference-color-primary-700) / var(--tw-border-opacity));
}
:root :is(.border-red-200) {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
}
:root :is(.border-red-300) {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
:root :is(.border-red-400) {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
:root :is(.border-red-500) {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
:root :is(.border-transparent) {
  border-color: transparent;
}
:root :is(.border-white) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
:root :is(.border-white\/10) {
  border-color: rgb(255 255 255 / 0.1);
}
:root :is(.border-white\/20) {
  border-color: rgb(255 255 255 / 0.2);
}
:root :is(.border-yellow-400) {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
:root :is(.border-r-\[\#f78721\]) {
  --tw-border-opacity: 1;
  border-right-color: rgb(247 135 33 / var(--tw-border-opacity));
}
:root :is(.border-opacity-30) {
  --tw-border-opacity: 0.3;
}
:root :is(.\!bg-\[\#000000\]) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
:root :is(.\!bg-\[\#05aa29\]) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 170 41 / var(--tw-bg-opacity)) !important;
}
:root :is(.\!bg-\[\#F9FCFF\]) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 252 255 / var(--tw-bg-opacity)) !important;
}
:root :is(.\!bg-black) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
:root :is(.\!bg-primary-600) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(var(--reference-color-primary-600) / var(--tw-bg-opacity)) !important;
}
:root :is(.\!bg-transparent) {
  background-color: transparent !important;
}
:root :is(.\!bg-white) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
:root :is(.bg-\[\#000000\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#008000\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#1A2B3A1A\]) {
  background-color: #1A2B3A1A;
}
:root :is(.bg-\[\#1A2B3A\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 43 58 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#2ECC71\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(46 204 113 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#3498DB\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(52 152 219 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#38A1691F\]) {
  background-color: #38A1691F;
}
:root :is(.bg-\[\#446aa4\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(68 106 164 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#5487dd\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(84 135 221 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#64AAE1\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(100 170 225 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#A0AEC0\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(160 174 192 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#BEDBFF\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 219 255 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#C0DCFE\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 220 254 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#E0FFEF\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 255 239 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#E2E8F0\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#E5E5EA\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 234 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#E5FFE5\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 255 229 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#E74C3C\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(231 76 60 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#EFF2F7\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 242 247 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#F39C12\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 156 18 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#F4A100\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 161 0 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#F4F4F4\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#F4F6FA\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 250 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#F8F9FA\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#FAFBFC\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#FF3D001F\]) {
  background-color: #FF3D001F;
}
:root :is(.bg-\[\#FFDAB8\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 218 184 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#FFF085\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 133 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#FFF4E5\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 229 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#FFFFFFD9\]) {
  background-color: #FFFFFFD9;
}
:root :is(.bg-\[\#FFFFFF\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#d4d8dc\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(212 216 220 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#e9f2fb\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(233 242 251 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#eda8a3\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(237 168 163 / var(--tw-bg-opacity));
}
:root :is(.bg-\[\#f3c295\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 194 149 / var(--tw-bg-opacity));
}
:root :is(.bg-accent-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-accent-500) / var(--tw-bg-opacity));
}
:root :is(.bg-accent-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-accent-900) / var(--tw-bg-opacity));
}
:root :is(.bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
:root :is(.bg-blue-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
:root :is(.bg-blue-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
:root :is(.bg-blue-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
:root :is(.bg-blue-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
:root :is(.bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
:root :is(.bg-foreground) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-background-card-rgb) / var(--tw-bg-opacity));
}
:root :is(.bg-foreground\/20) {
  background-color: rgb(var(--reference-background-card-rgb) / 0.2);
}
:root :is(.bg-gray-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
:root :is(.bg-gray-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
:root :is(.bg-gray-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
:root :is(.bg-gray-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
:root :is(.bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
:root :is(.bg-green-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
:root :is(.bg-green-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
:root :is(.bg-green-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
:root :is(.bg-green-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
:root :is(.bg-green-500\/20) {
  background-color: rgb(34 197 94 / 0.2);
}
:root :is(.bg-hover) {
  background-color: var(--reference-background-hover);
}
:root :is(.bg-orange-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
:root :is(.bg-orange-500\/20) {
  background-color: rgb(249 115 22 / 0.2);
}
:root :is(.bg-primary-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-100) / var(--tw-bg-opacity));
}
:root :is(.bg-primary-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-50) / var(--tw-bg-opacity));
}
:root :is(.bg-primary-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-500) / var(--tw-bg-opacity));
}
:root :is(.bg-primary-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-600) / var(--tw-bg-opacity));
}
:root :is(.bg-primary-600\/10) {
  background-color: rgb(var(--reference-color-primary-600) / 0.1);
}
:root :is(.bg-primary-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-700) / var(--tw-bg-opacity));
}
:root :is(.bg-primary-950) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-950) / var(--tw-bg-opacity));
}
:root :is(.bg-purple-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity));
}
:root :is(.bg-red-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
:root :is(.bg-red-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
:root :is(.bg-red-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
:root :is(.bg-red-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
:root :is(.bg-transparent) {
  background-color: transparent;
}
:root :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
:root :is(.bg-white\/10) {
  background-color: rgb(255 255 255 / 0.1);
}
:root :is(.bg-white\/5) {
  background-color: rgb(255 255 255 / 0.05);
}
:root :is(.bg-yellow-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
:root :is(.bg-yellow-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
:root :is(.bg-opacity-10) {
  --tw-bg-opacity: 0.1;
}
:root :is(.bg-opacity-50) {
  --tw-bg-opacity: 0.5;
}
:root :is(.bg-opacity-70) {
  --tw-bg-opacity: 0.7;
}
:root :is(.bg-gradient-to-br) {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
:root :is(.bg-gradient-to-r) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
:root :is(.from-blue-500) {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:root :is(.from-blue-500\/20) {
  --tw-gradient-from: rgb(59 130 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:root :is(.from-gray-50) {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:root :is(.from-purple-400) {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:root :is(.from-purple-500\/20) {
  --tw-gradient-from: rgb(168 85 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:root :is(.from-purple-600) {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:root :is(.from-red-600) {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:root :is(.from-yellow-600) {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:root :is(.via-blue-600) {
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #2563eb var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
:root :is(.via-pink-400) {
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #f472b6 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
:root :is(.via-pink-600) {
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #db2777 var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
:root :is(.to-blue-400) {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}
:root :is(.to-blue-600) {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
:root :is(.to-blue-700) {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
:root :is(.to-gray-100) {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}
:root :is(.to-pink-500\/20) {
  --tw-gradient-to: rgb(236 72 153 / 0.2) var(--tw-gradient-to-position);
}
:root :is(.to-purple-500\/20) {
  --tw-gradient-to: rgb(168 85 247 / 0.2) var(--tw-gradient-to-position);
}
:root :is(.to-red-500) {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}
:root :is(.to-yellow-500) {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}
:root :is(.fill-current) {
  fill: currentColor;
}
:root :is(.object-contain) {
  object-fit: contain;
}
:root :is(.object-cover) {
  object-fit: cover;
}
:root :is(.p-0) {
  padding: 0px;
}
:root :is(.p-1) {
  padding: 0.25rem;
}
:root :is(.p-10) {
  padding: 2.5rem;
}
:root :is(.p-2) {
  padding: 0.5rem;
}
:root :is(.p-3) {
  padding: 0.75rem;
}
:root :is(.p-4) {
  padding: 1rem;
}
:root :is(.p-5) {
  padding: 1.25rem;
}
:root :is(.p-6) {
  padding: 1.5rem;
}
:root :is(.p-7) {
  padding: 1.75rem;
}
:root :is(.p-8) {
  padding: 2rem;
}
:root :is(.\!py-\[21px\]) {
  padding-top: 21px !important;
  padding-bottom: 21px !important;
}
:root :is(.px-0) {
  padding-left: 0px;
  padding-right: 0px;
}
:root :is(.px-1) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
:root :is(.px-10) {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
:root :is(.px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
:root :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
:root :is(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
}
:root :is(.px-5) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
:root :is(.px-6) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
:root :is(.px-8) {
  padding-left: 2rem;
  padding-right: 2rem;
}
:root :is(.px-\[10px\]) {
  padding-left: 10px;
  padding-right: 10px;
}
:root :is(.px-\[16px\]) {
  padding-left: 16px;
  padding-right: 16px;
}
:root :is(.px-\[20px\]) {
  padding-left: 20px;
  padding-right: 20px;
}
:root :is(.py-0) {
  padding-top: 0px;
  padding-bottom: 0px;
}
:root :is(.py-0\.5) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
:root :is(.py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
:root :is(.py-1\.5) {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
:root :is(.py-10) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
:root :is(.py-12) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
:root :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
:root :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
:root :is(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
:root :is(.py-5) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
:root :is(.py-6) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
:root :is(.py-7) {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
:root :is(.py-8) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
:root :is(.py-\[5px\]) {
  padding-top: 5px;
  padding-bottom: 5px;
}
:root :is(.py-\[6px\]) {
  padding-top: 6px;
  padding-bottom: 6px;
}
:root :is(.pb-1) {
  padding-bottom: 0.25rem;
}
:root :is(.pb-12) {
  padding-bottom: 3rem;
}
:root :is(.pb-2) {
  padding-bottom: 0.5rem;
}
:root :is(.pb-4) {
  padding-bottom: 1rem;
}
:root :is(.pb-5) {
  padding-bottom: 1.25rem;
}
:root :is(.pb-\[66px\]) {
  padding-bottom: 66px;
}
:root :is(.pl-20) {
  padding-left: 5rem;
}
:root :is(.pl-24) {
  padding-left: 6rem;
}
:root :is(.pl-3) {
  padding-left: 0.75rem;
}
:root :is(.pl-4) {
  padding-left: 1rem;
}
:root :is(.pl-5) {
  padding-left: 1.25rem;
}
:root :is(.pl-6) {
  padding-left: 1.5rem;
}
:root :is(.pr-1) {
  padding-right: 0.25rem;
}
:root :is(.pr-4) {
  padding-right: 1rem;
}
:root :is(.pt-0) {
  padding-top: 0px;
}
:root :is(.pt-1) {
  padding-top: 0.25rem;
}
:root :is(.pt-12) {
  padding-top: 3rem;
}
:root :is(.pt-20) {
  padding-top: 5rem;
}
:root :is(.pt-3) {
  padding-top: 0.75rem;
}
:root :is(.pt-5) {
  padding-top: 1.25rem;
}
:root :is(.pt-6) {
  padding-top: 1.5rem;
}
:root :is(.text-left) {
  text-align: left;
}
:root :is(.text-center) {
  text-align: center;
}
:root :is(.text-right) {
  text-align: right;
}
:root :is(.text-start) {
  text-align: start;
}
:root :is(.align-top) {
  vertical-align: top;
}
:root :is(.align-middle) {
  vertical-align: middle;
}
:root :is(.font-mono) {
  font-family:
    Menlo,
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
:root :is(.font-sans) {
  font-family:
    "Inter var",
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
:root :is(.text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}
:root :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
:root :is(.text-4xl) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
:root :is(.text-\[10px\]) {
  font-size: 10px;
}
:root :is(.text-\[12px\]) {
  font-size: 12px;
}
:root :is(.text-\[14px\]) {
  font-size: 14px;
}
:root :is(.text-\[15px\]) {
  font-size: 15px;
}
:root :is(.text-\[16px\]) {
  font-size: 16px;
}
:root :is(.text-\[18px\]) {
  font-size: 18px;
}
:root :is(.text-\[20px\]) {
  font-size: 20px;
}
:root :is(.text-\[22px\]) {
  font-size: 22px;
}
:root :is(.text-\[25px\]) {
  font-size: 25px;
}
:root :is(.text-\[28px\]) {
  font-size: 28px;
}
:root :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}
:root :is(.text-lg) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
:root :is(.text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
:root :is(.text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
:root :is(.text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}
:root :is(.font-\[10px\]) {
  font-weight: 10px;
}
:root :is(.font-\[14px\]) {
  font-weight: 14px;
}
:root :is(.font-bold) {
  font-weight: 700;
}
:root :is(.font-medium) {
  font-weight: 500;
}
:root :is(.font-normal) {
  font-weight: 400;
}
:root :is(.font-semibold) {
  font-weight: 600;
}
:root :is(.uppercase) {
  text-transform: uppercase;
}
:root :is(.capitalize) {
  text-transform: capitalize;
}
:root :is(.italic) {
  font-style: italic;
}
:root :is(.ordinal) {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
:root :is(.leading-5) {
  line-height: 1.25rem;
}
:root :is(.leading-\[5px\]) {
  line-height: 5px;
}
:root :is(.leading-none) {
  line-height: 1;
}
:root :is(.leading-relaxed) {
  line-height: 1.625;
}
:root :is(.leading-snug) {
  line-height: 1.375;
}
:root :is(.leading-tight) {
  line-height: 1.25;
}
:root :is(.tracking-wide) {
  letter-spacing: 0.025em;
}
:root :is(.tracking-wider) {
  letter-spacing: 0.05em;
}
:root :is(.\!text-\[\#3B82F6\]) {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
:root :is(.\!text-\[\#64AAE1\]) {
  --tw-text-opacity: 1 !important;
  color: rgb(100 170 225 / var(--tw-text-opacity)) !important;
}
:root :is(.\!text-primary-600) {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--reference-color-primary-600) / var(--tw-text-opacity)) !important;
}
:root :is(.\!text-white) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
:root :is(.text-\[\#00000099\]) {
  color: #00000099;
}
:root :is(.text-\[\#000000\]) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
:root :is(.text-\[\#008000\]) {
  --tw-text-opacity: 1;
  color: rgb(0 128 0 / var(--tw-text-opacity));
}
:root :is(.text-\[\#0096D6\]) {
  --tw-text-opacity: 1;
  color: rgb(0 150 214 / var(--tw-text-opacity));
}
:root :is(.text-\[\#00D482\]) {
  --tw-text-opacity: 1;
  color: rgb(0 212 130 / var(--tw-text-opacity));
}
:root :is(.text-\[\#016630\]) {
  --tw-text-opacity: 1;
  color: rgb(1 102 48 / var(--tw-text-opacity));
}
:root :is(.text-\[\#13D582\]) {
  --tw-text-opacity: 1;
  color: rgb(19 213 130 / var(--tw-text-opacity));
}
:root :is(.text-\[\#1447E6\]) {
  --tw-text-opacity: 1;
  color: rgb(20 71 230 / var(--tw-text-opacity));
}
:root :is(.text-\[\#193CB8\]) {
  --tw-text-opacity: 1;
  color: rgb(25 60 184 / var(--tw-text-opacity));
}
:root :is(.text-\[\#1A2B3A\]) {
  --tw-text-opacity: 1;
  color: rgb(26 43 58 / var(--tw-text-opacity));
}
:root :is(.text-\[\#27DEBF\]) {
  --tw-text-opacity: 1;
  color: rgb(39 222 191 / var(--tw-text-opacity));
}
:root :is(.text-\[\#292D32\]) {
  --tw-text-opacity: 1;
  color: rgb(41 45 50 / var(--tw-text-opacity));
}
:root :is(.text-\[\#306844\]) {
  --tw-text-opacity: 1;
  color: rgb(48 104 68 / var(--tw-text-opacity));
}
:root :is(.text-\[\#34C759\]) {
  --tw-text-opacity: 1;
  color: rgb(52 199 89 / var(--tw-text-opacity));
}
:root :is(.text-\[\#38A169\]) {
  --tw-text-opacity: 1;
  color: rgb(56 161 105 / var(--tw-text-opacity));
}
:root :is(.text-\[\#407BFF\]) {
  --tw-text-opacity: 1;
  color: rgb(64 123 255 / var(--tw-text-opacity));
}
:root :is(.text-\[\#4368D6\]) {
  --tw-text-opacity: 1;
  color: rgb(67 104 214 / var(--tw-text-opacity));
}
:root :is(.text-\[\#4873D3\]) {
  --tw-text-opacity: 1;
  color: rgb(72 115 211 / var(--tw-text-opacity));
}
:root :is(.text-\[\#4AC181\]) {
  --tw-text-opacity: 1;
  color: rgb(74 193 129 / var(--tw-text-opacity));
}
:root :is(.text-\[\#5A5A6E\]) {
  --tw-text-opacity: 1;
  color: rgb(90 90 110 / var(--tw-text-opacity));
}
:root :is(.text-\[\#6183ED\]) {
  --tw-text-opacity: 1;
  color: rgb(97 131 237 / var(--tw-text-opacity));
}
:root :is(.text-\[\#64AAE1\]) {
  --tw-text-opacity: 1;
  color: rgb(100 170 225 / var(--tw-text-opacity));
}
:root :is(.text-\[\#68656A\]) {
  --tw-text-opacity: 1;
  color: rgb(104 101 106 / var(--tw-text-opacity));
}
:root :is(.text-\[\#894B00\]) {
  --tw-text-opacity: 1;
  color: rgb(137 75 0 / var(--tw-text-opacity));
}
:root :is(.text-\[\#A65F00\]) {
  --tw-text-opacity: 1;
  color: rgb(166 95 0 / var(--tw-text-opacity));
}
:root :is(.text-\[\#F4A100\]) {
  --tw-text-opacity: 1;
  color: rgb(244 161 0 / var(--tw-text-opacity));
}
:root :is(.text-\[\#F78721\]) {
  --tw-text-opacity: 1;
  color: rgb(247 135 33 / var(--tw-text-opacity));
}
:root :is(.text-\[\#FF0000\]) {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
:root :is(.text-\[\#FF3D00\]) {
  --tw-text-opacity: 1;
  color: rgb(255 61 0 / var(--tw-text-opacity));
}
:root :is(.text-\[\#FF9500\]) {
  --tw-text-opacity: 1;
  color: rgb(255 149 0 / var(--tw-text-opacity));
}
:root :is(.text-\[\#FFFFFF\]) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:root :is(.text-\[\#eb4034\]) {
  --tw-text-opacity: 1;
  color: rgb(235 64 52 / var(--tw-text-opacity));
}
:root :is(.text-\[\#ffffff\]) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:root :is(.text-accent-500) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-accent-500) / var(--tw-text-opacity));
}
:root :is(.text-amber-600) {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}
:root :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
:root :is(.text-black\/50) {
  color: rgb(0 0 0 / 0.5);
}
:root :is(.text-black\/60) {
  color: rgb(0 0 0 / 0.6);
}
:root :is(.text-black\/70) {
  color: rgb(0 0 0 / 0.7);
}
:root :is(.text-black\/75) {
  color: rgb(0 0 0 / 0.75);
}
:root :is(.text-black\/80) {
  color: rgb(0 0 0 / 0.8);
}
:root :is(.text-black\/90) {
  color: rgb(0 0 0 / 0.9);
}
:root :is(.text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
:root :is(.text-blue-600) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
:root :is(.text-blue-700) {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
:root :is(.text-blue-900) {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
:root :is(.text-current) {
  color: currentColor;
}
:root :is(.text-default) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-foreground-text-rgb) / var(--tw-text-opacity));
}
:root :is(.text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
:root :is(.text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
:root :is(.text-gray-600) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
:root :is(.text-gray-700) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
:root :is(.text-gray-800) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
:root :is(.text-gray-900) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
:root :is(.text-green-300) {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
:root :is(.text-green-500) {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
:root :is(.text-green-600) {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
:root :is(.text-green-700) {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
:root :is(.text-green-800) {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
:root :is(.text-green-900) {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
:root :is(.text-hint) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-foreground-hint-text-rgb) / var(--tw-text-opacity));
}
:root :is(.text-on-primary-600) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-on-primary-600) / var(--tw-text-opacity));
}
:root :is(.text-orange-300) {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity));
}
:root :is(.text-orange-500) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
:root :is(.text-orange-600) {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
:root :is(.text-primary-500) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-primary-500) / var(--tw-text-opacity));
}
:root :is(.text-primary-600) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-primary-600) / var(--tw-text-opacity));
}
:root :is(.text-primary-700) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-primary-700) / var(--tw-text-opacity));
}
:root :is(.text-purple-200) {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity));
}
:root :is(.text-purple-600) {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
:root :is(.text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
:root :is(.text-red-600) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
:root :is(.text-red-700) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
:root :is(.text-red-900) {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
:root :is(.text-rose-400) {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity));
}
:root :is(.text-secondary) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-foreground-secondary-text-rgb) / var(--tw-text-opacity));
}
:root :is(.text-teal-600) {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
:root :is(.text-warn-500) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-warn-500) / var(--tw-text-opacity));
}
:root :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:root :is(.text-yellow-400) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
:root :is(.text-yellow-500) {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
:root :is(.text-yellow-700) {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
:root :is(.text-opacity-80) {
  --tw-text-opacity: 0.8;
}
:root :is(.underline) {
  text-decoration-line: underline;
}
:root :is(.no-underline) {
  text-decoration-line: none;
}
:root :is(.placeholder-secondary)::placeholder {
  color: var(--reference-color-secondary-bg);
}
:root :is(.accent-blue-600) {
  accent-color: #2563eb;
}
:root :is(.opacity-0) {
  opacity: 0;
}
:root :is(.opacity-100) {
  opacity: 1;
}
:root :is(.opacity-25) {
  opacity: 0.25;
}
:root :is(.opacity-40) {
  opacity: 0.4;
}
:root :is(.opacity-50) {
  opacity: 0.5;
}
:root :is(.opacity-75) {
  opacity: 0.75;
}
:root :is(.opacity-80) {
  opacity: 0.8;
}
:root :is(.shadow) {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.shadow-2xl) {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.shadow-\[0px_4px_4px_0px_rgba\(100\,170\,226\,0\.38\)\]) {
  --tw-shadow: 0px 4px 4px 0px rgba(100,170,226,0.38);
  --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.shadow-b) {
  --tw-shadow: 0 10px 30px 0 rgba(82,63,104,.06);
  --tw-shadow-colored: 0 10px 30px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.shadow-lg) {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.shadow-md) {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.shadow-none) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.shadow-sm) {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.shadow-xl) {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.outline-none) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
:root :is(.outline) {
  outline-style: solid;
}
:root :is(.outline-offset-2) {
  outline-offset: 2px;
}
:root :is(.outline-primary-700) {
  outline-color: rgb(var(--reference-color-primary-700) / 1);
}
:root :is(.blur) {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
:root :is(.blur-xl) {
  --tw-blur: blur(24px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
:root :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
:root :is(.backdrop-blur-lg) {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
:root :is(.backdrop-blur-md) {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
:root :is(.backdrop-blur-sm) {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
:root :is(.backdrop-blur-xl) {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
:root :is(.transition) {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root :is(.transition-colors) {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root :is(.transition-none) {
  transition-property: none;
}
:root :is(.transition-opacity) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root :is(.transition-transform) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root :is(.delay-150) {
  transition-delay: 150ms;
}
:root :is(.delay-300) {
  transition-delay: 300ms;
}
:root :is(.duration-200) {
  transition-duration: 200ms;
}
:root :is(.duration-300) {
  transition-duration: 300ms;
}
:root :is(.duration-400) {
  transition-duration: 400ms;
}
:root :is(.duration-500) {
  transition-duration: 500ms;
}
:root :is(.ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root :is(.ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root :is(.ease-out-swift) {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
:root :is(.icon-xs),
:root :is(.icon-xs svg) {
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
}
:root :is(.icon-sm),
:root :is(.icon-sm svg) {
  font-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
}
:root :is(.icon-base),
:root :is(.icon-base svg) {
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
}
:root :is(.icon-lg),
:root :is(.icon-lg svg) {
  font-size: 1.75rem;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
}
:root :is(.icon-xl),
:root :is(.icon-xl svg) {
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
}
:root :is(.icon-2xl),
:root :is(.icon-2xl svg) {
  font-size: 2.25rem;
  height: 2.25rem;
  width: 2.25rem;
  line-height: 2.25rem;
}
:root :is(.icon-3xl),
:root :is(.icon-3xl svg) {
  font-size: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
}
:root :is(.icon-4xl),
:root :is(.icon-4xl svg) {
  font-size: 2.75rem;
  height: 2.75rem;
  width: 2.75rem;
  line-height: 2.75rem;
}
:root :is(.icon-5xl),
:root :is(.icon-5xl svg) {
  font-size: 3rem;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
}
:root :is(.focus-within\:ring-2:focus-within) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
:root :is(.focus-within\:ring-indigo-500:focus-within) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
:root :is(.hover\:scale-105:hover) {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.hover\:\!border-\[\#AFD2EE\]:hover) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(175 210 238 / var(--tw-border-opacity)) !important;
}
:root :is(.hover\:border-gray-200:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
:root :is(.hover\:border-primary-500:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(var(--reference-color-primary-500) / var(--tw-border-opacity));
}
:root :is(.hover\:\!bg-\[\#F9FCFF\]:hover) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 252 255 / var(--tw-bg-opacity)) !important;
}
:root :is(.hover\:\!bg-transparent:hover) {
  background-color: transparent !important;
}
:root :is(.hover\:bg-\[\#4a90d9\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 144 217 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-\[\#64AAE1\]\/10:hover) {
  background-color: rgb(100 170 225 / 0.1);
}
:root :is(.hover\:bg-\[\#E5E5EA\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 234 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-\[\#F8F9FA\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-black:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-blue-100:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-blue-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-blue-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-blue-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-gray-50:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-green-100:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-hover:hover) {
  background-color: var(--reference-background-hover);
}
:root :is(.hover\:bg-primary-100:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-100) / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-primary-200:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-200) / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-primary-50:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-50) / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-primary-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-500) / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-primary-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-600) / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-primary-600\/10:hover) {
  background-color: rgb(var(--reference-color-primary-600) / 0.1);
}
:root :is(.hover\:bg-primary-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-700) / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-red-50:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-red-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
:root :is(.hover\:bg-white\/10:hover) {
  background-color: rgb(255 255 255 / 0.1);
}
:root :is(.hover\:from-purple-700:hover) {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
:root :is(.hover\:via-pink-700:hover) {
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    #be185d var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
:root :is(.hover\:to-blue-700:hover) {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}
:root :is(.hover\:\!text-\[\#3B82F6\]:hover) {
  --tw-text-opacity: 1 !important;
  color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
}
:root :is(.hover\:text-\[\#3b5bcc\]:hover) {
  --tw-text-opacity: 1;
  color: rgb(59 91 204 / var(--tw-text-opacity));
}
:root :is(.hover\:text-blue-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
:root :is(.hover\:text-blue-700:hover) {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
:root :is(.hover\:text-gray-200:hover) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
:root :is(.hover\:text-gray-600:hover) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
:root :is(.hover\:text-gray-700:hover) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
:root :is(.hover\:text-on-primary-600:hover) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-on-primary-600) / var(--tw-text-opacity));
}
:root :is(.hover\:text-primary-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-primary-500) / var(--tw-text-opacity));
}
:root :is(.hover\:text-primary-600:hover) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-primary-600) / var(--tw-text-opacity));
}
:root :is(.hover\:text-red-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
:root :is(.hover\:text-warn-700:hover) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-warn-700) / var(--tw-text-opacity));
}
:root :is(.hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:root :is(.hover\:underline:hover) {
  text-decoration-line: underline;
}
:root :is(.hover\:shadow-2xl:hover) {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.hover\:shadow-none:hover) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
:root :is(.hover\:outline:hover) {
  outline-style: solid;
}
:root :is(.hover\:outline-2:hover) {
  outline-width: 2px;
}
:root :is(.hover\:outline-offset-2:hover) {
  outline-offset: 2px;
}
:root :is(.hover\:outline-blue-500:hover) {
  outline-color: #3b82f6;
}
:root :is(.hover\:outline-primary-700:hover) {
  outline-color: rgb(var(--reference-color-primary-700) / 1);
}
:root :is(.focus\:\!bg-transparent:focus) {
  background-color: transparent !important;
}
:root :is(.focus\:\!outline-none:focus) {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
:root :is(.focus\:outline-none:focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
:root :is(.focus\:ring:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
:root :is(.focus\:ring-2:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
:root :is(.focus\:ring-blue-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
:root :is(.focus\:ring-primary-300:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--reference-color-primary-300) / var(--tw-ring-opacity));
}
:root :is(.focus\:ring-primary-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--reference-color-primary-500) / var(--tw-ring-opacity));
}
:root :is(.focus\:ring-primary-700:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--reference-color-primary-700) / var(--tw-ring-opacity));
}
:root :is(.focus\:ring-offset-2:focus) {
  --tw-ring-offset-width: 2px;
}
:root :is(.active\:\!bg-transparent:active) {
  background-color: transparent !important;
}
:root :is(.active\:\!shadow-none:active) {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
:root :is(.disabled\:pointer-events-none:disabled) {
  pointer-events: none;
}
:root :is(.disabled\:cursor-not-allowed:disabled) {
  cursor: not-allowed;
}
:root :is(.disabled\:\!border-gray-300:disabled) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
:root :is(.disabled\:\!bg-gray-100:disabled) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
:root :is(.disabled\:bg-\[\#64AAE1\]:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(100 170 225 / var(--tw-bg-opacity));
}
:root :is(.disabled\:bg-blue-600:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
:root :is(.disabled\:bg-gray-400:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
:root :is(.disabled\:bg-red-600:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
:root :is(.disabled\:\!text-gray-400:disabled) {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
:root :is(.disabled\:text-gray-200:disabled) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
:root :is(.disabled\:opacity-50:disabled) {
  opacity: 0.5;
}
:root :is(.group:hover .group-hover\:-translate-x-1) {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.group:hover .group-hover\:-translate-x-2) {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
:root :is(.group:hover .group-hover\:bg-app-bar) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-background-app-bar-rgb) / var(--tw-bg-opacity));
}
:root :is(.group:hover .group-hover\:\!text-white) {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
:root :is(.group:hover .group-hover\:opacity-20) {
  opacity: 0.2;
}
:root :is([dir=ltr] .ltr\:right-12) {
  right: 3rem;
}
:root :is([dir=ltr] .ltr\:mx-2) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
:root :is([dir=ltr] .ltr\:-ml-1) {
  margin-left: -0.25rem;
}
:root :is([dir=ltr] .ltr\:-mr-2) {
  margin-right: -0.5rem;
}
:root :is([dir=ltr] .ltr\:ml-2) {
  margin-left: 0.5rem;
}
:root :is([dir=ltr] .ltr\:ml-4) {
  margin-left: 1rem;
}
:root :is([dir=ltr] .ltr\:mr-2) {
  margin-right: 0.5rem;
}
:root :is([dir=ltr] .ltr\:mr-3) {
  margin-right: 0.75rem;
}
:root :is([dir=ltr] .ltr\:mr-4) {
  margin-right: 1rem;
}
:root :is([dir=ltr] .ltr\:border-r) {
  border-right-width: 1px;
}
:root :is([dir=ltr] .ltr\:pl-4) {
  padding-left: 1rem;
}
:root :is([dir=ltr] .ltr\:pl-5) {
  padding-left: 1.25rem;
}
:root :is([dir=ltr] .ltr\:pr-2) {
  padding-right: 0.5rem;
}
:root :is([dir=ltr] .ltr\:pr-3) {
  padding-right: 0.75rem;
}
:root :is([dir=ltr] .ltr\:pr-4) {
  padding-right: 1rem;
}
:root :is([dir=rtl] .rtl\:left-12) {
  left: 3rem;
}
:root :is([dir=rtl] .rtl\:mx-3) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
:root :is([dir=rtl] .rtl\:-ml-2) {
  margin-left: -0.5rem;
}
:root :is([dir=rtl] .rtl\:-mr-1) {
  margin-right: -0.25rem;
}
:root :is([dir=rtl] .rtl\:ml-2) {
  margin-left: 0.5rem;
}
:root :is([dir=rtl] .rtl\:ml-3) {
  margin-left: 0.75rem;
}
:root :is([dir=rtl] .rtl\:ml-4) {
  margin-left: 1rem;
}
:root :is([dir=rtl] .rtl\:mr-2) {
  margin-right: 0.5rem;
}
:root :is([dir=rtl] .rtl\:mr-4) {
  margin-right: 1rem;
}
:root :is([dir=rtl] .rtl\:border-l) {
  border-left-width: 1px;
}
:root :is([dir=rtl] .rtl\:pl-2) {
  padding-left: 0.5rem;
}
:root :is([dir=rtl] .rtl\:pl-3) {
  padding-left: 0.75rem;
}
:root :is([dir=rtl] .rtl\:pl-4) {
  padding-left: 1rem;
}
:root :is([dir=rtl] .rtl\:pr-4) {
  padding-right: 1rem;
}
:root :is([dir=rtl] .rtl\:pr-5) {
  padding-right: 1.25rem;
}
:root :is([dir=rtl] .rtl\:text-right) {
  text-align: right;
}
:root :is(.dark .dark\:border-gray-700) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
:root :is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
:root :is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
:root :is(.dark .dark\:bg-primary-500\/20) {
  background-color: rgb(var(--reference-color-primary-500) / 0.2);
}
:root :is(.dark .dark\:text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
:root :is(.dark .dark\:text-primary-500) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-primary-500) / var(--tw-text-opacity));
}
:root :is(.dark .dark\:text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:root :is(.dark .dark\:hover\:bg-primary-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--reference-color-primary-600) / var(--tw-bg-opacity));
}
:root :is(.dark .dark\:hover\:text-on-primary-600:hover) {
  --tw-text-opacity: 1;
  color: rgb(var(--reference-color-on-primary-600) / var(--tw-text-opacity));
}
@media (min-width: 600px) {
  :root :is(.sm\:right-2) {
    right: 0.5rem;
  }
  :root :is(.sm\:top-2) {
    top: 0.5rem;
  }
  :root :is(.sm\:mx-4) {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  :root :is(.sm\:mb-0) {
    margin-bottom: 0px;
  }
  :root :is(.sm\:mb-10) {
    margin-bottom: 2.5rem;
  }
  :root :is(.sm\:mb-6) {
    margin-bottom: 1.5rem;
  }
  :root :is(.sm\:mr-6) {
    margin-right: 1.5rem;
  }
  :root :is(.sm\:mt-0) {
    margin-top: 0px;
  }
  :root :is(.sm\:mt-10) {
    margin-top: 2.5rem;
  }
  :root :is(.sm\:block) {
    display: block;
  }
  :root :is(.sm\:inline-block) {
    display: inline-block;
  }
  :root :is(.sm\:flex) {
    display: flex;
  }
  :root :is(.sm\:h-6) {
    height: 1.5rem;
  }
  :root :is(.sm\:h-\[140px\]) {
    height: 140px;
  }
  :root :is(.sm\:max-h-\[80vh\]) {
    max-height: 80vh;
  }
  :root :is(.sm\:max-h-\[90vh\]) {
    max-height: 90vh;
  }
  :root :is(.sm\:w-16) {
    width: 4rem;
  }
  :root :is(.sm\:w-3\/5) {
    width: 60%;
  }
  :root :is(.sm\:w-40) {
    width: 10rem;
  }
  :root :is(.sm\:w-6) {
    width: 1.5rem;
  }
  :root :is(.sm\:w-\[140px\]) {
    width: 140px;
  }
  :root :is(.sm\:w-auto) {
    width: auto;
  }
  :root :is(.sm\:max-w-\[80\%\]) {
    max-width: 80%;
  }
  :root :is(.sm\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :root :is(.sm\:flex-row) {
    flex-direction: row;
  }
  :root :is(.sm\:gap-4) {
    gap: 1rem;
  }
  :root :is(.sm\:gap-6) {
    gap: 1.5rem;
  }
  :root :is(.sm\:overflow-y-visible) {
    overflow-y: visible;
  }
  :root :is(.sm\:p-10) {
    padding: 2.5rem;
  }
  :root :is(.sm\:p-6) {
    padding: 1.5rem;
  }
  :root :is(.sm\:p-8) {
    padding: 2rem;
  }
  :root :is(.sm\:px-10) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  :root :is(.sm\:px-4) {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  :root :is(.sm\:px-6) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  :root :is(.sm\:py-0) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  :root :is(.sm\:pl-\[90px\]) {
    padding-left: 90px;
  }
  :root :is(.sm\:text-center) {
    text-align: center;
  }
  :root :is(.sm\:text-2xl) {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  :root :is(.sm\:text-\[16px\]) {
    font-size: 16px;
  }
  :root :is(.sm\:text-base) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  :root :is(.sm\:text-lg) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  :root :is(.sm\:text-xl) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  :root :is(.sm\:shadow-none) {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow:
      var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000),
      var(--tw-shadow);
  }
}
@media (min-width: 960px) {
  :root :is(.md\:mx-6) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  :root :is(.md\:ml-5) {
    margin-left: 1.25rem;
  }
  :root :is(.md\:ml-\[243px\]) {
    margin-left: 243px;
  }
  :root :is(.md\:mt-10) {
    margin-top: 2.5rem;
  }
  :root :is(.md\:mt-24) {
    margin-top: 6rem;
  }
  :root :is(.md\:mt-3) {
    margin-top: 0.75rem;
  }
  :root :is(.md\:h-\[159px\]) {
    height: 159px;
  }
  :root :is(.md\:h-full) {
    height: 100%;
  }
  :root :is(.md\:w-1\/2) {
    width: 50%;
  }
  :root :is(.md\:w-2\/5) {
    width: 40%;
  }
  :root :is(.md\:w-24) {
    width: 6rem;
  }
  :root :is(.md\:w-48) {
    width: 12rem;
  }
  :root :is(.md\:w-56) {
    width: 14rem;
  }
  :root :is(.md\:w-\[159px\]) {
    width: 159px;
  }
  :root :is(.md\:w-\[20\%\]) {
    width: 20%;
  }
  :root :is(.md\:w-\[25\%\]) {
    width: 25%;
  }
  :root :is(.md\:w-\[40\%\]) {
    width: 40%;
  }
  :root :is(.md\:w-\[45\%\]) {
    width: 45%;
  }
  :root :is(.md\:w-\[600px\]) {
    width: 600px;
  }
  :root :is(.md\:w-\[70\%\]) {
    width: 70%;
  }
  :root :is(.md\:w-\[90\%\]) {
    width: 90%;
  }
  :root :is(.md\:max-w-\[50\%\]) {
    max-width: 50%;
  }
  :root :is(.md\:max-w-\[760px\]) {
    max-width: 760px;
  }
  :root :is(.md\:grid-cols-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  :root :is(.md\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :root :is(.md\:grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :root :is(.md\:grid-cols-4) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :root :is(.md\:grid-cols-\[110px_300px_220px_220px_260px_50px\]) {
    grid-template-columns: 110px 300px 220px 220px 260px 50px;
  }
  :root :is(.md\:grid-cols-\[2fr_1fr\]) {
    grid-template-columns: 2fr 1fr;
  }
  :root :is(.md\:flex-row) {
    flex-direction: row;
  }
  :root :is(.md\:flex-col) {
    flex-direction: column;
  }
  :root :is(.md\:items-center) {
    align-items: center;
  }
  :root :is(.md\:space-x-3 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  :root :is(.md\:space-x-6 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  :root :is(.md\:space-y-0 > :not([hidden]) ~ :not([hidden])) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  :root :is(.md\:overflow-y-auto) {
    overflow-y: auto;
  }
  :root :is(.md\:overflow-x-visible) {
    overflow-x: visible;
  }
  :root :is(.md\:p-8) {
    padding: 2rem;
  }
  :root :is(.md\:px-10) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  :root :is(.md\:pl-\[40px\]) {
    padding-left: 40px;
  }
  :root :is(.md\:text-3xl) {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  :root :is(.md\:text-\[22px\]) {
    font-size: 22px;
  }
  :root :is(.md\:text-\[30px\]) {
    font-size: 30px;
  }
  :root :is(.md\:text-xl) {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  :root :is(.md\:hover\:scale-105:hover) {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1280px) {
  :root :is(.lg\:mt-10) {
    margin-top: 2.5rem;
  }
  :root :is(.lg\:hidden) {
    display: none;
  }
  :root :is(.lg\:grid-cols-1) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  :root :is(.lg\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :root :is(.lg\:grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :root :is(.lg\:grid-cols-4) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :root :is(.lg\:grid-cols-5) {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  :root :is(.lg\:flex-row) {
    flex-direction: row;
  }
  :root :is(.lg\:rounded-br-md) {
    border-bottom-right-radius: calc(var(--reference-border-radius) * 1.25);
  }
  :root :is(.lg\:rounded-tr-md) {
    border-top-right-radius: calc(var(--reference-border-radius) * 1.25);
  }
  :root :is(.lg\:p-8) {
    padding: 2rem;
  }
  :root :is(.lg\:px-32) {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  :root :is(.lg\:pl-\[40px\]) {
    padding-left: 40px;
  }
}
@media (min-width: 1440px) {
  :root :is(.xl\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :root :is(.xl\:grid-cols-4) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :root :is(.xl\:pl-\[20px\]) {
    padding-left: 20px;
  }
  :root :is(.xl\:pl-\[68px\]) {
    padding-left: 68px;
  }
}

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