/* node_modules/simplebar-core/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 {
  --vex-sidenav-background: #111827;
  --vex-sidenav-color: #fff;
  --vex-sidenav-toolbar-background: #111827;
  --vex-sidenav-section-divider-color: rgb(255 255 255 / 0.12);
  --vex-sidenav-item-background-hover: rgb(3 7 18 / 30%);
  --vex-sidenav-item-background-active: rgb(3 7 18 / 30%);
  --vex-sidenav-item-color: #d1d5db;
  --vex-sidenav-item-color-hover: #fff;
  --vex-sidenav-item-color-active: #fff;
  --vex-sidenav-item-icon-color: rgb(var(--vex-color-primary-600) / 50%);
  --vex-sidenav-item-icon-color-hover: rgb(var(--vex-color-primary-600) / 1);
  --vex-sidenav-item-icon-color-active: rgb(var(--vex-color-primary-600) / 1);
  --vex-sidenav-item-dropdown-background: var( --vex-sidenav-item-background-active );
  --vex-sidenav-item-dropdown-background-hover: rgb(3 7 18 / 80%);
  --vex-sidenav-item-dropdown-color-hover: var(--vex-sidenav-item-color-hover);
  --vex-sidenav-item-dropdown-background-active: var( --vex-sidenav-item-dropdown-background-hover );
  --vex-sidenav-item-dropdown-color-active: var( --vex-sidenav-item-color-active );
  --vex-sidenav-item-ripple-color: rgb(255 255 255 / 10%);
  --vex-sidenav-subheading-color: #6b7280;
  --vex-toolbar-background: var(--vex-background-background);
  --vex-toolbar-icon-color: rgb(var(--vex-color-primary-600));
  --vex-secondary-toolbar-background: var(--vex-background-background);
  --vex-navigation-color: rgb(var(--vex-foreground-text-rgb) / 1);
  --vex-navigation-background: #111827;
}
.vex-style-light .vex-sidenav {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.vex-style-light .vex-sidenav .vex-sidenav-user .vex-sidenav-user__subtitle,
.vex-style-light .vex-sidenav .vex-sidenav-user .vex-sidenav-user__dropdown-icon {
  color: rgb(0 0 0 / 0.5);
}
.vex-style-light .vex-sidenav .vex-sidenav-user:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.vex-style-light .vex-sidenav .vex-sidenav-search {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.vex-style-light .vex-sidenav .vex-sidenav-search:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.vex-style-light .vex-sidenav-user--open {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
body {
  --vex-sidenav-background: #111827;
  --vex-sidenav-color: #fff;
  --vex-sidenav-toolbar-background: #111827;
  --vex-sidenav-section-divider-color: rgb(255 255 255 / 0.12);
  --vex-sidenav-item-background-hover: rgb(3 7 18 / 30%);
  --vex-sidenav-item-background-active: rgb(3 7 18 / 30%);
  --vex-sidenav-item-color: #d1d5db;
  --vex-sidenav-item-color-hover: #fff;
  --vex-sidenav-item-color-active: #fff;
  --vex-sidenav-item-icon-color: rgb(var(--vex-color-primary-400) / 60%);
  --vex-sidenav-item-icon-color-hover: rgb(var(--vex-color-primary-600) / 1);
  --vex-sidenav-item-icon-color-active: rgb(var(--vex-color-primary-600) / 1);
  --vex-sidenav-item-dropdown-background: var( --vex-sidenav-item-background-active );
  --vex-sidenav-item-dropdown-background-hover: rgb(3 7 18 / 80%);
  --vex-sidenav-item-dropdown-color-hover: var(--vex-sidenav-item-color-hover);
  --vex-sidenav-item-dropdown-background-active: var( --vex-sidenav-item-dropdown-background-hover );
  --vex-sidenav-item-dropdown-color-active: var( --vex-sidenav-item-color-active );
  --vex-sidenav-item-ripple-color: rgb(255 255 255 / 10%);
  --vex-sidenav-subheading-color: rgb(var(--vex-color-primary-300) / 80%);
  --vex-toolbar-background: rgb(var(--vex-background-card-rgb) / 70%);
  --vex-toolbar-icon-color: rgb(var(--vex-color-primary-600));
  --vex-secondary-toolbar-background: var(--vex-toolbar-background);
  --vex-navigation-color: rgb(var(--vex-foreground-text-rgb) / 1);
  --vex-navigation-background: var(--vex-background-card);
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow, 0px 0px 0px 0px --mat-sys-shadow);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, 0px 2px 1px -1px --mat-sys-shadow, 0px 1px 1px 0px --mat-sys-shadow, 0px 1px 3px 0px --mat-sys-shadow);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, 0px 3px 1px -2px --mat-sys-shadow, 0px 2px 2px 0px --mat-sys-shadow, 0px 1px 5px 0px --mat-sys-shadow);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, 0px 3px 3px -2px --mat-sys-shadow, 0px 3px 4px 0px --mat-sys-shadow, 0px 1px 8px 0px --mat-sys-shadow);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, 0px 2px 4px -1px --mat-sys-shadow, 0px 4px 5px 0px --mat-sys-shadow, 0px 1px 10px 0px --mat-sys-shadow);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, 0px 3px 5px -1px --mat-sys-shadow, 0px 5px 8px 0px --mat-sys-shadow, 0px 1px 14px 0px --mat-sys-shadow);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, 0px 3px 5px -1px --mat-sys-shadow, 0px 6px 10px 0px --mat-sys-shadow, 0px 1px 18px 0px --mat-sys-shadow);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, 0px 4px 5px -2px --mat-sys-shadow, 0px 7px 10px 1px --mat-sys-shadow, 0px 2px 16px 1px --mat-sys-shadow);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, 0px 5px 5px -3px --mat-sys-shadow, 0px 8px 10px 1px --mat-sys-shadow, 0px 3px 14px 2px --mat-sys-shadow);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, 0px 5px 6px -3px --mat-sys-shadow, 0px 9px 12px 1px --mat-sys-shadow, 0px 3px 16px 2px --mat-sys-shadow);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, 0px 6px 6px -3px --mat-sys-shadow, 0px 10px 14px 1px --mat-sys-shadow, 0px 4px 18px 3px --mat-sys-shadow);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, 0px 6px 7px -4px --mat-sys-shadow, 0px 11px 15px 1px --mat-sys-shadow, 0px 4px 20px 3px --mat-sys-shadow);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, 0px 7px 8px -4px --mat-sys-shadow, 0px 12px 17px 2px --mat-sys-shadow, 0px 5px 22px 4px --mat-sys-shadow);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, 0px 7px 8px -4px --mat-sys-shadow, 0px 13px 19px 2px --mat-sys-shadow, 0px 5px 24px 4px --mat-sys-shadow);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, 0px 7px 9px -4px --mat-sys-shadow, 0px 14px 21px 2px --mat-sys-shadow, 0px 5px 26px 4px --mat-sys-shadow);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, 0px 8px 9px -5px --mat-sys-shadow, 0px 15px 22px 2px --mat-sys-shadow, 0px 6px 28px 5px --mat-sys-shadow);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, 0px 8px 10px -5px --mat-sys-shadow, 0px 16px 24px 2px --mat-sys-shadow, 0px 6px 30px 5px --mat-sys-shadow);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, 0px 8px 11px -5px --mat-sys-shadow, 0px 17px 26px 2px --mat-sys-shadow, 0px 6px 32px 5px --mat-sys-shadow);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, 0px 9px 11px -5px --mat-sys-shadow, 0px 18px 28px 2px --mat-sys-shadow, 0px 7px 34px 6px --mat-sys-shadow);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, 0px 9px 12px -6px --mat-sys-shadow, 0px 19px 29px 2px --mat-sys-shadow, 0px 7px 36px 6px --mat-sys-shadow);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, 0px 10px 13px -6px --mat-sys-shadow, 0px 20px 31px 3px --mat-sys-shadow, 0px 8px 38px 7px --mat-sys-shadow);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, 0px 10px 13px -6px --mat-sys-shadow, 0px 21px 33px 3px --mat-sys-shadow, 0px 8px 40px 7px --mat-sys-shadow);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, 0px 10px 14px -6px --mat-sys-shadow, 0px 22px 35px 3px --mat-sys-shadow, 0px 8px 42px 7px --mat-sys-shadow);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, 0px 11px 14px -7px --mat-sys-shadow, 0px 23px 36px 3px --mat-sys-shadow, 0px 9px 44px 8px --mat-sys-shadow);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, 0px 11px 15px -7px --mat-sys-shadow, 0px 24px 38px 3px --mat-sys-shadow, 0px 9px 46px 8px --mat-sys-shadow);
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
html {
  --mat-card-elevated-container-shape: 4px;
  --mat-card-outlined-container-shape: 4px;
  --mat-card-filled-container-shape: 4px;
  --mat-card-outlined-outline-width: 1px;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-line-height: 16px;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-arrow-transform: translateY(-8px);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
.mat-mdc-standard-chip {
  --mat-chip-container-shape-radius: 16px;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-disabled-outline-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-focus-outline-color: transparent;
  --mat-chip-outline-color: transparent;
  --mat-chip-outline-width: 0;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-with-avatar-avatar-shape-radius: 14px;
  --mat-chip-with-avatar-avatar-size: 28px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 1;
  --mat-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 32px;
}
html {
  --mat-slide-toggle-disabled-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-color: transparent;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 1px;
  --mat-slide-toggle-handle-height: 20px;
  --mat-slide-toggle-handle-shape: 10px;
  --mat-slide-toggle-handle-width: 20px;
  --mat-slide-toggle-hidden-track-opacity: 1;
  --mat-slide-toggle-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-slide-toggle-pressed-handle-size: 20px;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-handle-size: 20px;
  --mat-slide-toggle-selected-icon-size: 18px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 1px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-track-height: 14px;
  --mat-slide-toggle-track-outline-color: transparent;
  --mat-slide-toggle-track-outline-width: 1px;
  --mat-slide-toggle-track-shape: 7px;
  --mat-slide-toggle-track-width: 36px;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-handle-size: 20px;
  --mat-slide-toggle-unselected-icon-size: 18px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.1;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-slide-toggle-with-icon-handle-size: 20px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-touch-target-display: block;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-touch-target-size: 48px;
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
  --mat-slider-active-track-height: 6px;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-shape: 50%;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.6;
  --mat-slider-with-tick-marks-container-shape: 50%;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mat-slider-value-indicator-transform-origin: bottom;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-leading-avatar-shape: 50%;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-selected-container-color: transparent;
  --mat-list-list-item-leading-avatar-color: transparent;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-disabled-state-layer-color: transparent;
  --mat-list-list-item-disabled-state-layer-opacity: 0;
  --mat-list-list-item-disabled-label-text-opacity: 0.38;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 48px;
  --mat-list-list-item-two-line-container-height: 64px;
  --mat-list-list-item-three-line-container-height: 88px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mat-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-tab-container-height: 48px;
  --mat-tab-divider-color: transparent;
  --mat-tab-divider-height: 0;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
}
.mat-mdc-tab-header {
  --mat-tab-container-height: 48px;
}
html {
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 40px;
  --mat-button-filled-container-shape: 4px;
  --mat-button-filled-horizontal-padding: 16px;
  --mat-button-filled-icon-offset: -4px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 4px;
  --mat-button-outlined-horizontal-padding: 15px;
  --mat-button-outlined-icon-offset: -4px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-keep-touch-target: false;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-container-shape: 4px;
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-horizontal-padding: 16px;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-icon-offset: -4px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 4px;
  --mat-button-text-horizontal-padding: 8px;
  --mat-button-text-icon-offset: 0;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 8px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 4px;
  --mat-button-tonal-horizontal-padding: 16px;
  --mat-button-tonal-icon-offset: -4px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-height: 36px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 36px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 36px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 36px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 36px;
  --mat-button-tonal-touch-target-display: block;
  --mat-button-filled-label-text-transform: none;
  --mat-button-outlined-label-text-transform: none;
  --mat-button-protected-label-text-transform: none;
  --mat-button-text-label-text-transform: none;
  --mat-button-tonal-label-text-transform: none;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 50%;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  --mat-icon-button-state-layer-size: 48px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-container-shape: 50%;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-container-height: 48px;
  --mat-fab-extended-container-shape: 24px;
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-container-shape: 50%;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
  --mat-snack-bar-container-shape: 4px;
  --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-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-size: 48px;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-button-toggle-legacy-focus-state-layer-opacity: 1;
  --mat-button-toggle-legacy-height: 36px;
  --mat-button-toggle-legacy-shape: 2px;
  --mat-button-toggle-shape: 4px;
  --mat-button-toggle-height: 48px;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-divider-width: 1px;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-stepper-header-focus-state-layer-shape: 0;
  --mat-stepper-header-hover-state-layer-shape: 0;
  --mat-stepper-header-height: 72px;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-tree-node-min-height: 48px;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-default,
.vex-theme-default.light,
.vex-theme-default .light {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #4f46e5;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #4f46e5 87%, transparent);
  --mat-form-field-filled-caret-color: #4f46e5;
  --mat-form-field-filled-focus-active-indicator-color: #4f46e5;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #4f46e5 87%, transparent);
  --mat-form-field-outlined-caret-color: #4f46e5;
  --mat-form-field-outlined-focus-outline-color: #4f46e5;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #4f46e5 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #4f46e5;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #4f46e5;
  --mat-slide-toggle-selected-handle-color: #4f46e5;
  --mat-slide-toggle-selected-hover-state-layer-color: #4f46e5;
  --mat-slide-toggle-selected-pressed-state-layer-color: #4f46e5;
  --mat-slide-toggle-selected-focus-handle-color: #4f46e5;
  --mat-slide-toggle-selected-hover-handle-color: #4f46e5;
  --mat-slide-toggle-selected-pressed-handle-color: #4f46e5;
  --mat-slide-toggle-selected-focus-track-color: #a5b4fc;
  --mat-slide-toggle-selected-hover-track-color: #a5b4fc;
  --mat-slide-toggle-selected-pressed-track-color: #a5b4fc;
  --mat-slide-toggle-selected-track-color: #a5b4fc;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
  --mat-slider-active-track-color: #4f46e5;
  --mat-slider-focus-handle-color: #4f46e5;
  --mat-slider-handle-color: #4f46e5;
  --mat-slider-hover-handle-color: #4f46e5;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #4f46e5 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #4f46e5 4%, transparent);
  --mat-slider-inactive-track-color: #4f46e5;
  --mat-slider-ripple-color: #4f46e5;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #4f46e5;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #a5b4fc;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-progress-spinner-active-indicator-color: #4f46e5;
  --mat-badge-background-color: #4f46e5;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #4f46e5 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #4f46e5;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #4f46e5 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #4f46e5 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #4f46e5 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #4f46e5;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #4f46e5;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #4f46e5;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #4f46e5;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-container-background-color: white;
}
.vex-theme-default .mat-accent,
.vex-theme-default.light .mat-accent,
.vex-theme-default .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-default .mat-warn,
.vex-theme-default.light .mat-warn,
.vex-theme-default .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-default .mat-primary,
.vex-theme-default.light .mat-primary,
.vex-theme-default .light .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #4f46e5;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #4f46e5;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-default .mat-accent,
.vex-theme-default.light .mat-accent,
.vex-theme-default .light .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-default .mat-warn,
.vex-theme-default.light .mat-warn,
.vex-theme-default .light .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-default .mat-mdc-progress-bar,
.vex-theme-default.light .mat-mdc-progress-bar,
.vex-theme-default .light .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #4f46e5;
  --mat-progress-bar-track-color: rgba(79, 70, 229, 0.25);
}
.vex-theme-default .mat-mdc-progress-bar.mat-accent,
.vex-theme-default.light .mat-mdc-progress-bar.mat-accent,
.vex-theme-default .light .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-default .mat-mdc-progress-bar.mat-warn,
.vex-theme-default.light .mat-mdc-progress-bar.mat-warn,
.vex-theme-default .light .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-default .mat-mdc-form-field.mat-accent,
.vex-theme-default.light .mat-mdc-form-field.mat-accent,
.vex-theme-default .light .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-default .mat-mdc-form-field.mat-warn,
.vex-theme-default.light .mat-mdc-form-field.mat-warn,
.vex-theme-default .light .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-default .mat-mdc-form-field.mat-accent,
.vex-theme-default.light .mat-mdc-form-field.mat-accent,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-default .mat-mdc-form-field.mat-warn,
.vex-theme-default.light .mat-mdc-form-field.mat-warn,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-default .mat-mdc-standard-chip,
.vex-theme-default.light .mat-mdc-standard-chip,
.vex-theme-default .light .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #4f46e5;
  --mat-chip-elevated-disabled-container-color: #4f46e5;
  --mat-chip-elevated-selected-container-color: #4f46e5;
  --mat-chip-flat-disabled-selected-container-color: #4f46e5;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-default .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-default .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-default.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-default .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-default .mat-mdc-slide-toggle.mat-accent,
.vex-theme-default.light .mat-mdc-slide-toggle.mat-accent,
.vex-theme-default .light .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #fcd34d;
  --mat-slide-toggle-selected-hover-track-color: #fcd34d;
  --mat-slide-toggle-selected-pressed-track-color: #fcd34d;
  --mat-slide-toggle-selected-track-color: #fcd34d;
}
.vex-theme-default .mat-mdc-slide-toggle.mat-warn,
.vex-theme-default.light .mat-mdc-slide-toggle.mat-warn,
.vex-theme-default .light .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #fca5a5;
  --mat-slide-toggle-selected-hover-track-color: #fca5a5;
  --mat-slide-toggle-selected-pressed-track-color: #fca5a5;
  --mat-slide-toggle-selected-track-color: #fca5a5;
}
.vex-theme-default .mat-mdc-radio-button.mat-primary,
.vex-theme-default.light .mat-mdc-radio-button.mat-primary,
.vex-theme-default .light .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #4f46e5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #4f46e5;
  --mat-radio-selected-hover-icon-color: #4f46e5;
  --mat-radio-selected-icon-color: #4f46e5;
  --mat-radio-selected-pressed-icon-color: #4f46e5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-mdc-radio-button.mat-accent,
.vex-theme-default.light .mat-mdc-radio-button.mat-accent,
.vex-theme-default .light .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-mdc-radio-button.mat-warn,
.vex-theme-default.light .mat-mdc-radio-button.mat-warn,
.vex-theme-default .light .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-accent,
.vex-theme-default.light .mat-accent,
.vex-theme-default .light .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-default .mat-warn,
.vex-theme-default.light .mat-warn,
.vex-theme-default .light .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-default .mdc-list-item__start,
.vex-theme-default .mdc-list-item__end,
.vex-theme-default.light .mdc-list-item__start,
.vex-theme-default.light .mdc-list-item__end,
.vex-theme-default .light .mdc-list-item__start,
.vex-theme-default .light .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #4f46e5;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #4f46e5;
  --mat-radio-selected-hover-icon-color: #4f46e5;
  --mat-radio-selected-icon-color: #4f46e5;
  --mat-radio-selected-pressed-icon-color: #4f46e5;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-accent .mdc-list-item__start,
.vex-theme-default .mat-accent .mdc-list-item__end,
.vex-theme-default.light .mat-accent .mdc-list-item__start,
.vex-theme-default.light .mat-accent .mdc-list-item__end,
.vex-theme-default .light .mat-accent .mdc-list-item__start,
.vex-theme-default .light .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-warn .mdc-list-item__start,
.vex-theme-default .mat-warn .mdc-list-item__end,
.vex-theme-default.light .mat-warn .mdc-list-item__start,
.vex-theme-default.light .mat-warn .mdc-list-item__end,
.vex-theme-default .light .mat-warn .mdc-list-item__start,
.vex-theme-default .light .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-mdc-list-option,
.vex-theme-default.light .mat-mdc-list-option,
.vex-theme-default .light .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #4f46e5;
  --mat-checkbox-selected-hover-icon-color: #4f46e5;
  --mat-checkbox-selected-icon-color: #4f46e5;
  --mat-checkbox-selected-pressed-icon-color: #4f46e5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mat-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mat-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-mdc-list-option.mat-accent,
.vex-theme-default.light .mat-mdc-list-option.mat-accent,
.vex-theme-default .light .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-mdc-list-option.mat-warn,
.vex-theme-default.light .mat-mdc-list-option.mat-warn,
.vex-theme-default .light .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #4f46e5;
}
.vex-theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-default .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-default.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-default .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-default .mat-mdc-tab-group,
.vex-theme-default .mat-mdc-tab-nav-bar,
.vex-theme-default.light .mat-mdc-tab-group,
.vex-theme-default.light .mat-mdc-tab-nav-bar,
.vex-theme-default .light .mat-mdc-tab-group,
.vex-theme-default .light .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #4f46e5;
  --mat-tab-active-ripple-color: #4f46e5;
  --mat-tab-inactive-ripple-color: #4f46e5;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #4f46e5;
  --mat-tab-active-hover-label-text-color: #4f46e5;
  --mat-tab-active-focus-indicator-color: #4f46e5;
  --mat-tab-active-hover-indicator-color: #4f46e5;
  --mat-tab-active-indicator-color: #4f46e5;
}
.vex-theme-default .mat-mdc-tab-group.mat-accent,
.vex-theme-default .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-default.light .mat-mdc-tab-group.mat-accent,
.vex-theme-default.light .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-default .light .mat-mdc-tab-group.mat-accent,
.vex-theme-default .light .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-default .mat-mdc-tab-group.mat-warn,
.vex-theme-default .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-default.light .mat-mdc-tab-group.mat-warn,
.vex-theme-default.light .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-default .light .mat-mdc-tab-group.mat-warn,
.vex-theme-default .light .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-default .mat-mdc-tab-group.mat-background-primary,
.vex-theme-default .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-default.light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-default.light .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-default .light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-default .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #4f46e5;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-default .mat-mdc-tab-group.mat-background-accent,
.vex-theme-default .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-default.light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-default.light .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-default .light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-default .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-default .mat-mdc-tab-group.mat-background-warn,
.vex-theme-default .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-default.light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-default.light .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-default .light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-default .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-default .mat-mdc-checkbox.mat-primary,
.vex-theme-default.light .mat-mdc-checkbox.mat-primary,
.vex-theme-default .light .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #4f46e5;
  --mat-checkbox-selected-hover-icon-color: #4f46e5;
  --mat-checkbox-selected-icon-color: #4f46e5;
  --mat-checkbox-selected-pressed-icon-color: #4f46e5;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #4f46e5;
  --mat-checkbox-selected-hover-state-layer-color: #4f46e5;
  --mat-checkbox-selected-pressed-state-layer-color: #4f46e5;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-mdc-checkbox.mat-warn,
.vex-theme-default.light .mat-mdc-checkbox.mat-warn,
.vex-theme-default .light .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-mdc-button.mat-primary,
.vex-theme-default .mat-mdc-unelevated-button.mat-primary,
.vex-theme-default .mat-mdc-raised-button.mat-primary,
.vex-theme-default .mat-mdc-outlined-button.mat-primary,
.vex-theme-default .mat-tonal-button.mat-primary,
.vex-theme-default.light .mat-mdc-button.mat-primary,
.vex-theme-default.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-default.light .mat-mdc-raised-button.mat-primary,
.vex-theme-default.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-default.light .mat-tonal-button.mat-primary,
.vex-theme-default .light .mat-mdc-button.mat-primary,
.vex-theme-default .light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-default .light .mat-mdc-raised-button.mat-primary,
.vex-theme-default .light .mat-mdc-outlined-button.mat-primary,
.vex-theme-default .light .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #4f46e5;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #4f46e5;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #4f46e5 12%, transparent);
  --mat-button-outlined-state-layer-color: #4f46e5;
  --mat-button-protected-container-color: #4f46e5;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #4f46e5;
  --mat-button-text-ripple-color: color-mix(in srgb, #4f46e5 12%, transparent);
  --mat-button-text-state-layer-color: #4f46e5;
  --mat-button-tonal-container-color: #4f46e5;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-default .mat-mdc-button.mat-accent,
.vex-theme-default .mat-mdc-unelevated-button.mat-accent,
.vex-theme-default .mat-mdc-raised-button.mat-accent,
.vex-theme-default .mat-mdc-outlined-button.mat-accent,
.vex-theme-default .mat-tonal-button.mat-accent,
.vex-theme-default.light .mat-mdc-button.mat-accent,
.vex-theme-default.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-default.light .mat-mdc-raised-button.mat-accent,
.vex-theme-default.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-default.light .mat-tonal-button.mat-accent,
.vex-theme-default .light .mat-mdc-button.mat-accent,
.vex-theme-default .light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-default .light .mat-mdc-raised-button.mat-accent,
.vex-theme-default .light .mat-mdc-outlined-button.mat-accent,
.vex-theme-default .light .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-default .mat-mdc-button.mat-warn,
.vex-theme-default .mat-mdc-unelevated-button.mat-warn,
.vex-theme-default .mat-mdc-raised-button.mat-warn,
.vex-theme-default .mat-mdc-outlined-button.mat-warn,
.vex-theme-default .mat-tonal-button.mat-warn,
.vex-theme-default.light .mat-mdc-button.mat-warn,
.vex-theme-default.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-default.light .mat-mdc-raised-button.mat-warn,
.vex-theme-default.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-default.light .mat-tonal-button.mat-warn,
.vex-theme-default .light .mat-mdc-button.mat-warn,
.vex-theme-default .light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-default .light .mat-mdc-raised-button.mat-warn,
.vex-theme-default .light .mat-mdc-outlined-button.mat-warn,
.vex-theme-default .light .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-default .mat-mdc-icon-button.mat-primary,
.vex-theme-default.light .mat-mdc-icon-button.mat-primary,
.vex-theme-default .light .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #4f46e5;
  --mat-icon-button-state-layer-color: #4f46e5;
  --mat-icon-button-ripple-color: color-mix(in srgb, #4f46e5 12%, transparent);
}
.vex-theme-default .mat-mdc-icon-button.mat-accent,
.vex-theme-default.light .mat-mdc-icon-button.mat-accent,
.vex-theme-default .light .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-default .mat-mdc-icon-button.mat-warn,
.vex-theme-default.light .mat-mdc-icon-button.mat-warn,
.vex-theme-default .light .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-default .mat-mdc-fab.mat-primary,
.vex-theme-default .mat-mdc-mini-fab.mat-primary,
.vex-theme-default.light .mat-mdc-fab.mat-primary,
.vex-theme-default.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-default .light .mat-mdc-fab.mat-primary,
.vex-theme-default .light .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #4f46e5;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #4f46e5 12%, transparent);
  --mat-fab-small-container-color: #4f46e5;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-default .mat-mdc-fab.mat-accent,
.vex-theme-default .mat-mdc-mini-fab.mat-accent,
.vex-theme-default.light .mat-mdc-fab.mat-accent,
.vex-theme-default.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-default .light .mat-mdc-fab.mat-accent,
.vex-theme-default .light .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-default .mat-mdc-fab.mat-warn,
.vex-theme-default .mat-mdc-mini-fab.mat-warn,
.vex-theme-default.light .mat-mdc-fab.mat-warn,
.vex-theme-default.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-default .light .mat-mdc-fab.mat-warn,
.vex-theme-default .light .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-default .mat-accent,
.vex-theme-default.light .mat-accent,
.vex-theme-default .light .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-default .mat-warn,
.vex-theme-default.light .mat-warn,
.vex-theme-default .light .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-default .mat-badge-accent,
.vex-theme-default.light .mat-badge-accent,
.vex-theme-default .light .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-default .mat-badge-warn,
.vex-theme-default.light .mat-badge-warn,
.vex-theme-default .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-default .mat-datepicker-content.mat-accent,
.vex-theme-default .mat-datepicker-toggle-active.mat-accent,
.vex-theme-default.light .mat-datepicker-content.mat-accent,
.vex-theme-default.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-default .light .mat-datepicker-content.mat-accent,
.vex-theme-default .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-datepicker-content.mat-warn,
.vex-theme-default .mat-datepicker-toggle-active.mat-warn,
.vex-theme-default.light .mat-datepicker-content.mat-warn,
.vex-theme-default.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-default .light .mat-datepicker-content.mat-warn,
.vex-theme-default .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-default .mat-icon.mat-primary,
.vex-theme-default.light .mat-icon.mat-primary,
.vex-theme-default .light .mat-icon.mat-primary {
  --mat-icon-color: #4f46e5;
}
.vex-theme-default .mat-icon.mat-accent,
.vex-theme-default.light .mat-icon.mat-accent,
.vex-theme-default .light .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-default .mat-icon.mat-warn,
.vex-theme-default.light .mat-icon.mat-warn,
.vex-theme-default .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-default .mat-step-header.mat-accent,
.vex-theme-default.light .mat-step-header.mat-accent,
.vex-theme-default .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-default .mat-step-header.mat-warn,
.vex-theme-default.light .mat-step-header.mat-warn,
.vex-theme-default .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-default .mat-toolbar.mat-primary,
.vex-theme-default.light .mat-toolbar.mat-primary,
.vex-theme-default .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #4f46e5;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-default .mat-toolbar.mat-accent,
.vex-theme-default.light .mat-toolbar.mat-accent,
.vex-theme-default .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-default .mat-toolbar.mat-warn,
.vex-theme-default.light .mat-toolbar.mat-warn,
.vex-theme-default .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-default.dark,
.vex-theme-default .dark {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-label-text-color: #6366f1;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-optgroup-label-text-color: white;
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #6366f1 87%, transparent);
  --mat-form-field-filled-caret-color: #6366f1;
  --mat-form-field-filled-focus-active-indicator-color: #6366f1;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #6366f1 87%, transparent);
  --mat-form-field-outlined-caret-color: #6366f1;
  --mat-form-field-outlined-focus-outline-color: #6366f1;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #6366f1 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #6366f1;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: #424242;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #6366f1;
  --mat-slide-toggle-selected-handle-color: #6366f1;
  --mat-slide-toggle-selected-hover-state-layer-color: #6366f1;
  --mat-slide-toggle-selected-pressed-state-layer-color: #6366f1;
  --mat-slide-toggle-selected-focus-handle-color: #6366f1;
  --mat-slide-toggle-selected-hover-handle-color: #6366f1;
  --mat-slide-toggle-selected-pressed-handle-color: #6366f1;
  --mat-slide-toggle-selected-focus-track-color: #4f46e5;
  --mat-slide-toggle-selected-hover-track-color: #4f46e5;
  --mat-slide-toggle-selected-pressed-track-color: #4f46e5;
  --mat-slide-toggle-selected-track-color: #4f46e5;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
  --mat-slider-active-track-color: #6366f1;
  --mat-slider-focus-handle-color: #6366f1;
  --mat-slider-handle-color: #6366f1;
  --mat-slider-hover-handle-color: #6366f1;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #6366f1 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #6366f1 4%, transparent);
  --mat-slider-inactive-track-color: #6366f1;
  --mat-slider-ripple-color: #6366f1;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #6366f1;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #4f46e5;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-progress-spinner-active-indicator-color: #6366f1;
  --mat-badge-background-color: #6366f1;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #6366f1 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #6366f1;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #6366f1 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #6366f1 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #6366f1 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #6366f1;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(255, 255, 255, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #6366f1;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #6366f1;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #6366f1;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: white;
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-background-color: #424242;
}
.vex-theme-default.dark .mat-accent,
.vex-theme-default .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-default.dark .mat-warn,
.vex-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: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-default.dark .mat-primary,
.vex-theme-default .dark .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #6366f1;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #6366f1;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-default.dark .mat-accent,
.vex-theme-default .dark .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-default.dark .mat-warn,
.vex-theme-default .dark .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-default.dark .mat-mdc-progress-bar,
.vex-theme-default .dark .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #6366f1;
  --mat-progress-bar-track-color: rgba(99, 102, 241, 0.25);
}
.vex-theme-default.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-default .dark .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-default.dark .mat-mdc-progress-bar.mat-warn,
.vex-theme-default .dark .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-default.dark .mat-mdc-form-field.mat-accent,
.vex-theme-default .dark .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-default.dark .mat-mdc-form-field.mat-warn,
.vex-theme-default .dark .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-default.dark .mat-mdc-form-field.mat-accent,
.vex-theme-default .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-default.dark .mat-mdc-form-field.mat-warn,
.vex-theme-default .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-default.dark .mat-mdc-standard-chip,
.vex-theme-default .dark .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.vex-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #6366f1;
  --mat-chip-elevated-disabled-container-color: #6366f1;
  --mat-chip-elevated-selected-container-color: #6366f1;
  --mat-chip-flat-disabled-selected-container-color: #6366f1;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-default.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-default .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-default.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-default .dark .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #d97706;
  --mat-slide-toggle-selected-hover-track-color: #d97706;
  --mat-slide-toggle-selected-pressed-track-color: #d97706;
  --mat-slide-toggle-selected-track-color: #d97706;
}
.vex-theme-default.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-default .dark .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #dc2626;
  --mat-slide-toggle-selected-hover-track-color: #dc2626;
  --mat-slide-toggle-selected-pressed-track-color: #dc2626;
  --mat-slide-toggle-selected-track-color: #dc2626;
}
.vex-theme-default.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-default .dark .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #6366f1;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #6366f1;
  --mat-radio-selected-hover-icon-color: #6366f1;
  --mat-radio-selected-icon-color: #6366f1;
  --mat-radio-selected-pressed-icon-color: #6366f1;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-default.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-default .dark .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-default.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-default .dark .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-default.dark .mat-accent,
.vex-theme-default .dark .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-default.dark .mat-warn,
.vex-theme-default .dark .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-default.dark .mdc-list-item__start,
.vex-theme-default.dark .mdc-list-item__end,
.vex-theme-default .dark .mdc-list-item__start,
.vex-theme-default .dark .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #6366f1;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #6366f1;
  --mat-radio-selected-hover-icon-color: #6366f1;
  --mat-radio-selected-icon-color: #6366f1;
  --mat-radio-selected-pressed-icon-color: #6366f1;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-default.dark .mat-accent .mdc-list-item__start,
.vex-theme-default.dark .mat-accent .mdc-list-item__end,
.vex-theme-default .dark .mat-accent .mdc-list-item__start,
.vex-theme-default .dark .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-default.dark .mat-warn .mdc-list-item__start,
.vex-theme-default.dark .mat-warn .mdc-list-item__end,
.vex-theme-default .dark .mat-warn .mdc-list-item__start,
.vex-theme-default .dark .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-default.dark .mat-mdc-list-option,
.vex-theme-default .dark .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #6366f1;
  --mat-checkbox-selected-hover-icon-color: #6366f1;
  --mat-checkbox-selected-icon-color: #6366f1;
  --mat-checkbox-selected-pressed-icon-color: #6366f1;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #6366f1;
  --mat-checkbox-selected-hover-state-layer-color: #6366f1;
  --mat-checkbox-selected-pressed-state-layer-color: #6366f1;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-default.dark .mat-mdc-list-option.mat-accent,
.vex-theme-default .dark .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-default.dark .mat-mdc-list-option.mat-warn,
.vex-theme-default .dark .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #6366f1;
}
.vex-theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-default.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-default .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-default.dark .mat-mdc-tab-group,
.vex-theme-default.dark .mat-mdc-tab-nav-bar,
.vex-theme-default .dark .mat-mdc-tab-group,
.vex-theme-default .dark .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #6366f1;
  --mat-tab-active-ripple-color: #6366f1;
  --mat-tab-inactive-ripple-color: #6366f1;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #6366f1;
  --mat-tab-active-hover-label-text-color: #6366f1;
  --mat-tab-active-focus-indicator-color: #6366f1;
  --mat-tab-active-hover-indicator-color: #6366f1;
  --mat-tab-active-indicator-color: #6366f1;
}
.vex-theme-default.dark .mat-mdc-tab-group.mat-accent,
.vex-theme-default.dark .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-default .dark .mat-mdc-tab-group.mat-accent,
.vex-theme-default .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-default.dark .mat-mdc-tab-group.mat-warn,
.vex-theme-default.dark .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-default .dark .mat-mdc-tab-group.mat-warn,
.vex-theme-default .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-default.dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-default.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-default .dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-default .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #6366f1;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-default.dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-default.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-default .dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-default .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-default.dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-default.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-default .dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-default .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-default.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-default .dark .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #6366f1;
  --mat-checkbox-selected-hover-icon-color: #6366f1;
  --mat-checkbox-selected-icon-color: #6366f1;
  --mat-checkbox-selected-pressed-icon-color: #6366f1;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #6366f1;
  --mat-checkbox-selected-hover-state-layer-color: #6366f1;
  --mat-checkbox-selected-pressed-state-layer-color: #6366f1;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-default.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-default .dark .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-default.dark .mat-mdc-button.mat-primary,
.vex-theme-default.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-default.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-default.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-default.dark .mat-tonal-button.mat-primary,
.vex-theme-default .dark .mat-mdc-button.mat-primary,
.vex-theme-default .dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-default .dark .mat-mdc-raised-button.mat-primary,
.vex-theme-default .dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-default .dark .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #6366f1;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #6366f1;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #6366f1 12%, transparent);
  --mat-button-outlined-state-layer-color: #6366f1;
  --mat-button-protected-container-color: #6366f1;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #6366f1;
  --mat-button-text-ripple-color: color-mix(in srgb, #6366f1 12%, transparent);
  --mat-button-text-state-layer-color: #6366f1;
  --mat-button-tonal-container-color: #6366f1;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-default.dark .mat-mdc-button.mat-accent,
.vex-theme-default.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-default.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-default.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-default.dark .mat-tonal-button.mat-accent,
.vex-theme-default .dark .mat-mdc-button.mat-accent,
.vex-theme-default .dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-default .dark .mat-mdc-raised-button.mat-accent,
.vex-theme-default .dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-default .dark .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-default.dark .mat-mdc-button.mat-warn,
.vex-theme-default.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-default.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-default.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-default.dark .mat-tonal-button.mat-warn,
.vex-theme-default .dark .mat-mdc-button.mat-warn,
.vex-theme-default .dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-default .dark .mat-mdc-raised-button.mat-warn,
.vex-theme-default .dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-default .dark .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-default.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-default .dark .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #6366f1;
  --mat-icon-button-state-layer-color: #6366f1;
  --mat-icon-button-ripple-color: color-mix(in srgb, #6366f1 12%, transparent);
}
.vex-theme-default.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-default .dark .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-default.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-default .dark .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-default.dark .mat-mdc-fab.mat-primary,
.vex-theme-default.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-default .dark .mat-mdc-fab.mat-primary,
.vex-theme-default .dark .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #6366f1;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #6366f1 12%, transparent);
  --mat-fab-small-container-color: #6366f1;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-default.dark .mat-mdc-fab.mat-accent,
.vex-theme-default.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-default .dark .mat-mdc-fab.mat-accent,
.vex-theme-default .dark .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-default.dark .mat-mdc-fab.mat-warn,
.vex-theme-default.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-default .dark .mat-mdc-fab.mat-warn,
.vex-theme-default .dark .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-default.dark .mat-accent,
.vex-theme-default .dark .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-default.dark .mat-warn,
.vex-theme-default .dark .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-default.dark .mat-badge-accent,
.vex-theme-default .dark .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-default.dark .mat-badge-warn,
.vex-theme-default .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-default.dark .mat-datepicker-content.mat-accent,
.vex-theme-default.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-default .dark .mat-datepicker-content.mat-accent,
.vex-theme-default .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-default.dark .mat-datepicker-content.mat-warn,
.vex-theme-default.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-default .dark .mat-datepicker-content.mat-warn,
.vex-theme-default .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-default.dark .mat-icon.mat-primary,
.vex-theme-default .dark .mat-icon.mat-primary {
  --mat-icon-color: #6366f1;
}
.vex-theme-default.dark .mat-icon.mat-accent,
.vex-theme-default .dark .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-default.dark .mat-icon.mat-warn,
.vex-theme-default .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-default.dark .mat-step-header.mat-accent,
.vex-theme-default .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-default.dark .mat-step-header.mat-warn,
.vex-theme-default .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-default.dark .mat-toolbar.mat-primary,
.vex-theme-default .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #6366f1;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-default.dark .mat-toolbar.mat-accent,
.vex-theme-default .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-default.dark .mat-toolbar.mat-warn,
.vex-theme-default .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-teal,
.vex-theme-teal.light,
.vex-theme-teal .light {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #0d9488;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #0d9488 87%, transparent);
  --mat-form-field-filled-caret-color: #0d9488;
  --mat-form-field-filled-focus-active-indicator-color: #0d9488;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #0d9488 87%, transparent);
  --mat-form-field-outlined-caret-color: #0d9488;
  --mat-form-field-outlined-focus-outline-color: #0d9488;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #0d9488 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #0d9488;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #0d9488;
  --mat-slide-toggle-selected-handle-color: #0d9488;
  --mat-slide-toggle-selected-hover-state-layer-color: #0d9488;
  --mat-slide-toggle-selected-pressed-state-layer-color: #0d9488;
  --mat-slide-toggle-selected-focus-handle-color: #0d9488;
  --mat-slide-toggle-selected-hover-handle-color: #0d9488;
  --mat-slide-toggle-selected-pressed-handle-color: #0d9488;
  --mat-slide-toggle-selected-focus-track-color: #5eead4;
  --mat-slide-toggle-selected-hover-track-color: #5eead4;
  --mat-slide-toggle-selected-pressed-track-color: #5eead4;
  --mat-slide-toggle-selected-track-color: #5eead4;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
  --mat-slider-active-track-color: #0d9488;
  --mat-slider-focus-handle-color: #0d9488;
  --mat-slider-handle-color: #0d9488;
  --mat-slider-hover-handle-color: #0d9488;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #0d9488 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #0d9488 4%, transparent);
  --mat-slider-inactive-track-color: #0d9488;
  --mat-slider-ripple-color: #0d9488;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #0d9488;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #5eead4;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-progress-spinner-active-indicator-color: #0d9488;
  --mat-badge-background-color: #0d9488;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #0d9488 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #0d9488;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #0d9488 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #0d9488 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #0d9488 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #0d9488;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #0d9488;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #0d9488;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #0d9488;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-container-background-color: white;
}
.vex-theme-teal .mat-accent,
.vex-theme-teal.light .mat-accent,
.vex-theme-teal .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-teal .mat-warn,
.vex-theme-teal.light .mat-warn,
.vex-theme-teal .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-teal .mat-primary,
.vex-theme-teal.light .mat-primary,
.vex-theme-teal .light .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #0d9488;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #0d9488;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-teal .mat-accent,
.vex-theme-teal.light .mat-accent,
.vex-theme-teal .light .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-teal .mat-warn,
.vex-theme-teal.light .mat-warn,
.vex-theme-teal .light .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-teal .mat-mdc-progress-bar,
.vex-theme-teal.light .mat-mdc-progress-bar,
.vex-theme-teal .light .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #0d9488;
  --mat-progress-bar-track-color: rgba(13, 148, 136, 0.25);
}
.vex-theme-teal .mat-mdc-progress-bar.mat-accent,
.vex-theme-teal.light .mat-mdc-progress-bar.mat-accent,
.vex-theme-teal .light .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-teal .mat-mdc-progress-bar.mat-warn,
.vex-theme-teal.light .mat-mdc-progress-bar.mat-warn,
.vex-theme-teal .light .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-teal .mat-mdc-form-field.mat-accent,
.vex-theme-teal.light .mat-mdc-form-field.mat-accent,
.vex-theme-teal .light .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-teal .mat-mdc-form-field.mat-warn,
.vex-theme-teal.light .mat-mdc-form-field.mat-warn,
.vex-theme-teal .light .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-teal .mat-mdc-form-field.mat-accent,
.vex-theme-teal.light .mat-mdc-form-field.mat-accent,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-teal .mat-mdc-form-field.mat-warn,
.vex-theme-teal.light .mat-mdc-form-field.mat-warn,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-teal .mat-mdc-standard-chip,
.vex-theme-teal.light .mat-mdc-standard-chip,
.vex-theme-teal .light .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #0d9488;
  --mat-chip-elevated-disabled-container-color: #0d9488;
  --mat-chip-elevated-selected-container-color: #0d9488;
  --mat-chip-flat-disabled-selected-container-color: #0d9488;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-teal .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-teal.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-teal .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-teal .mat-mdc-slide-toggle.mat-accent,
.vex-theme-teal.light .mat-mdc-slide-toggle.mat-accent,
.vex-theme-teal .light .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #fcd34d;
  --mat-slide-toggle-selected-hover-track-color: #fcd34d;
  --mat-slide-toggle-selected-pressed-track-color: #fcd34d;
  --mat-slide-toggle-selected-track-color: #fcd34d;
}
.vex-theme-teal .mat-mdc-slide-toggle.mat-warn,
.vex-theme-teal.light .mat-mdc-slide-toggle.mat-warn,
.vex-theme-teal .light .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #fca5a5;
  --mat-slide-toggle-selected-hover-track-color: #fca5a5;
  --mat-slide-toggle-selected-pressed-track-color: #fca5a5;
  --mat-slide-toggle-selected-track-color: #fca5a5;
}
.vex-theme-teal .mat-mdc-radio-button.mat-primary,
.vex-theme-teal.light .mat-mdc-radio-button.mat-primary,
.vex-theme-teal .light .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #0d9488;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #0d9488;
  --mat-radio-selected-hover-icon-color: #0d9488;
  --mat-radio-selected-icon-color: #0d9488;
  --mat-radio-selected-pressed-icon-color: #0d9488;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-mdc-radio-button.mat-accent,
.vex-theme-teal.light .mat-mdc-radio-button.mat-accent,
.vex-theme-teal .light .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-mdc-radio-button.mat-warn,
.vex-theme-teal.light .mat-mdc-radio-button.mat-warn,
.vex-theme-teal .light .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-accent,
.vex-theme-teal.light .mat-accent,
.vex-theme-teal .light .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-teal .mat-warn,
.vex-theme-teal.light .mat-warn,
.vex-theme-teal .light .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-teal .mdc-list-item__start,
.vex-theme-teal .mdc-list-item__end,
.vex-theme-teal.light .mdc-list-item__start,
.vex-theme-teal.light .mdc-list-item__end,
.vex-theme-teal .light .mdc-list-item__start,
.vex-theme-teal .light .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #0d9488;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #0d9488;
  --mat-radio-selected-hover-icon-color: #0d9488;
  --mat-radio-selected-icon-color: #0d9488;
  --mat-radio-selected-pressed-icon-color: #0d9488;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-accent .mdc-list-item__start,
.vex-theme-teal .mat-accent .mdc-list-item__end,
.vex-theme-teal.light .mat-accent .mdc-list-item__start,
.vex-theme-teal.light .mat-accent .mdc-list-item__end,
.vex-theme-teal .light .mat-accent .mdc-list-item__start,
.vex-theme-teal .light .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-warn .mdc-list-item__start,
.vex-theme-teal .mat-warn .mdc-list-item__end,
.vex-theme-teal.light .mat-warn .mdc-list-item__start,
.vex-theme-teal.light .mat-warn .mdc-list-item__end,
.vex-theme-teal .light .mat-warn .mdc-list-item__start,
.vex-theme-teal .light .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-mdc-list-option,
.vex-theme-teal.light .mat-mdc-list-option,
.vex-theme-teal .light .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #0d9488;
  --mat-checkbox-selected-hover-icon-color: #0d9488;
  --mat-checkbox-selected-icon-color: #0d9488;
  --mat-checkbox-selected-pressed-icon-color: #0d9488;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #0d9488;
  --mat-checkbox-selected-hover-state-layer-color: #0d9488;
  --mat-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-mdc-list-option.mat-accent,
.vex-theme-teal.light .mat-mdc-list-option.mat-accent,
.vex-theme-teal .light .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-mdc-list-option.mat-warn,
.vex-theme-teal.light .mat-mdc-list-option.mat-warn,
.vex-theme-teal .light .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #0d9488;
}
.vex-theme-teal .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-teal .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-teal .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-teal.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-teal .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-teal .mat-mdc-tab-group,
.vex-theme-teal .mat-mdc-tab-nav-bar,
.vex-theme-teal.light .mat-mdc-tab-group,
.vex-theme-teal.light .mat-mdc-tab-nav-bar,
.vex-theme-teal .light .mat-mdc-tab-group,
.vex-theme-teal .light .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #0d9488;
  --mat-tab-active-ripple-color: #0d9488;
  --mat-tab-inactive-ripple-color: #0d9488;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #0d9488;
  --mat-tab-active-hover-label-text-color: #0d9488;
  --mat-tab-active-focus-indicator-color: #0d9488;
  --mat-tab-active-hover-indicator-color: #0d9488;
  --mat-tab-active-indicator-color: #0d9488;
}
.vex-theme-teal .mat-mdc-tab-group.mat-accent,
.vex-theme-teal .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-teal.light .mat-mdc-tab-group.mat-accent,
.vex-theme-teal.light .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-teal .light .mat-mdc-tab-group.mat-accent,
.vex-theme-teal .light .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-teal .mat-mdc-tab-group.mat-warn,
.vex-theme-teal .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-teal.light .mat-mdc-tab-group.mat-warn,
.vex-theme-teal.light .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-teal .light .mat-mdc-tab-group.mat-warn,
.vex-theme-teal .light .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-teal .mat-mdc-tab-group.mat-background-primary,
.vex-theme-teal .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-teal.light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-teal.light .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-teal .light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-teal .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #0d9488;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-teal .mat-mdc-tab-group.mat-background-accent,
.vex-theme-teal .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-teal.light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-teal.light .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-teal .light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-teal .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-teal .mat-mdc-tab-group.mat-background-warn,
.vex-theme-teal .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-teal.light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-teal.light .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-teal .light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-teal .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-teal .mat-mdc-checkbox.mat-primary,
.vex-theme-teal.light .mat-mdc-checkbox.mat-primary,
.vex-theme-teal .light .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #0d9488;
  --mat-checkbox-selected-hover-icon-color: #0d9488;
  --mat-checkbox-selected-icon-color: #0d9488;
  --mat-checkbox-selected-pressed-icon-color: #0d9488;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #0d9488;
  --mat-checkbox-selected-hover-state-layer-color: #0d9488;
  --mat-checkbox-selected-pressed-state-layer-color: #0d9488;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-mdc-checkbox.mat-warn,
.vex-theme-teal.light .mat-mdc-checkbox.mat-warn,
.vex-theme-teal .light .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-mdc-button.mat-primary,
.vex-theme-teal .mat-mdc-unelevated-button.mat-primary,
.vex-theme-teal .mat-mdc-raised-button.mat-primary,
.vex-theme-teal .mat-mdc-outlined-button.mat-primary,
.vex-theme-teal .mat-tonal-button.mat-primary,
.vex-theme-teal.light .mat-mdc-button.mat-primary,
.vex-theme-teal.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-teal.light .mat-mdc-raised-button.mat-primary,
.vex-theme-teal.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-teal.light .mat-tonal-button.mat-primary,
.vex-theme-teal .light .mat-mdc-button.mat-primary,
.vex-theme-teal .light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-teal .light .mat-mdc-raised-button.mat-primary,
.vex-theme-teal .light .mat-mdc-outlined-button.mat-primary,
.vex-theme-teal .light .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #0d9488;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #0d9488;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #0d9488 12%, transparent);
  --mat-button-outlined-state-layer-color: #0d9488;
  --mat-button-protected-container-color: #0d9488;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #0d9488;
  --mat-button-text-ripple-color: color-mix(in srgb, #0d9488 12%, transparent);
  --mat-button-text-state-layer-color: #0d9488;
  --mat-button-tonal-container-color: #0d9488;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-teal .mat-mdc-button.mat-accent,
.vex-theme-teal .mat-mdc-unelevated-button.mat-accent,
.vex-theme-teal .mat-mdc-raised-button.mat-accent,
.vex-theme-teal .mat-mdc-outlined-button.mat-accent,
.vex-theme-teal .mat-tonal-button.mat-accent,
.vex-theme-teal.light .mat-mdc-button.mat-accent,
.vex-theme-teal.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-teal.light .mat-mdc-raised-button.mat-accent,
.vex-theme-teal.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-teal.light .mat-tonal-button.mat-accent,
.vex-theme-teal .light .mat-mdc-button.mat-accent,
.vex-theme-teal .light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-teal .light .mat-mdc-raised-button.mat-accent,
.vex-theme-teal .light .mat-mdc-outlined-button.mat-accent,
.vex-theme-teal .light .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-teal .mat-mdc-button.mat-warn,
.vex-theme-teal .mat-mdc-unelevated-button.mat-warn,
.vex-theme-teal .mat-mdc-raised-button.mat-warn,
.vex-theme-teal .mat-mdc-outlined-button.mat-warn,
.vex-theme-teal .mat-tonal-button.mat-warn,
.vex-theme-teal.light .mat-mdc-button.mat-warn,
.vex-theme-teal.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-teal.light .mat-mdc-raised-button.mat-warn,
.vex-theme-teal.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-teal.light .mat-tonal-button.mat-warn,
.vex-theme-teal .light .mat-mdc-button.mat-warn,
.vex-theme-teal .light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-teal .light .mat-mdc-raised-button.mat-warn,
.vex-theme-teal .light .mat-mdc-outlined-button.mat-warn,
.vex-theme-teal .light .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-teal .mat-mdc-icon-button.mat-primary,
.vex-theme-teal.light .mat-mdc-icon-button.mat-primary,
.vex-theme-teal .light .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #0d9488;
  --mat-icon-button-state-layer-color: #0d9488;
  --mat-icon-button-ripple-color: color-mix(in srgb, #0d9488 12%, transparent);
}
.vex-theme-teal .mat-mdc-icon-button.mat-accent,
.vex-theme-teal.light .mat-mdc-icon-button.mat-accent,
.vex-theme-teal .light .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-teal .mat-mdc-icon-button.mat-warn,
.vex-theme-teal.light .mat-mdc-icon-button.mat-warn,
.vex-theme-teal .light .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-teal .mat-mdc-fab.mat-primary,
.vex-theme-teal .mat-mdc-mini-fab.mat-primary,
.vex-theme-teal.light .mat-mdc-fab.mat-primary,
.vex-theme-teal.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-teal .light .mat-mdc-fab.mat-primary,
.vex-theme-teal .light .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #0d9488;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #0d9488 12%, transparent);
  --mat-fab-small-container-color: #0d9488;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-teal .mat-mdc-fab.mat-accent,
.vex-theme-teal .mat-mdc-mini-fab.mat-accent,
.vex-theme-teal.light .mat-mdc-fab.mat-accent,
.vex-theme-teal.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-teal .light .mat-mdc-fab.mat-accent,
.vex-theme-teal .light .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-teal .mat-mdc-fab.mat-warn,
.vex-theme-teal .mat-mdc-mini-fab.mat-warn,
.vex-theme-teal.light .mat-mdc-fab.mat-warn,
.vex-theme-teal.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-teal .light .mat-mdc-fab.mat-warn,
.vex-theme-teal .light .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-teal .mat-accent,
.vex-theme-teal.light .mat-accent,
.vex-theme-teal .light .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-teal .mat-warn,
.vex-theme-teal.light .mat-warn,
.vex-theme-teal .light .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-teal .mat-badge-accent,
.vex-theme-teal.light .mat-badge-accent,
.vex-theme-teal .light .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-teal .mat-badge-warn,
.vex-theme-teal.light .mat-badge-warn,
.vex-theme-teal .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-teal .mat-datepicker-content.mat-accent,
.vex-theme-teal .mat-datepicker-toggle-active.mat-accent,
.vex-theme-teal.light .mat-datepicker-content.mat-accent,
.vex-theme-teal.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-teal .light .mat-datepicker-content.mat-accent,
.vex-theme-teal .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-datepicker-content.mat-warn,
.vex-theme-teal .mat-datepicker-toggle-active.mat-warn,
.vex-theme-teal.light .mat-datepicker-content.mat-warn,
.vex-theme-teal.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-teal .light .mat-datepicker-content.mat-warn,
.vex-theme-teal .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-teal .mat-icon.mat-primary,
.vex-theme-teal.light .mat-icon.mat-primary,
.vex-theme-teal .light .mat-icon.mat-primary {
  --mat-icon-color: #0d9488;
}
.vex-theme-teal .mat-icon.mat-accent,
.vex-theme-teal.light .mat-icon.mat-accent,
.vex-theme-teal .light .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-teal .mat-icon.mat-warn,
.vex-theme-teal.light .mat-icon.mat-warn,
.vex-theme-teal .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-teal .mat-step-header.mat-accent,
.vex-theme-teal.light .mat-step-header.mat-accent,
.vex-theme-teal .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-teal .mat-step-header.mat-warn,
.vex-theme-teal.light .mat-step-header.mat-warn,
.vex-theme-teal .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-teal .mat-toolbar.mat-primary,
.vex-theme-teal.light .mat-toolbar.mat-primary,
.vex-theme-teal .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #0d9488;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-teal .mat-toolbar.mat-accent,
.vex-theme-teal.light .mat-toolbar.mat-accent,
.vex-theme-teal .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-teal .mat-toolbar.mat-warn,
.vex-theme-teal.light .mat-toolbar.mat-warn,
.vex-theme-teal .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-teal.dark,
.vex-theme-teal .dark {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-label-text-color: #14b8a6;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-optgroup-label-text-color: white;
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #14b8a6 87%, transparent);
  --mat-form-field-filled-caret-color: #14b8a6;
  --mat-form-field-filled-focus-active-indicator-color: #14b8a6;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #14b8a6 87%, transparent);
  --mat-form-field-outlined-caret-color: #14b8a6;
  --mat-form-field-outlined-focus-outline-color: #14b8a6;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #14b8a6 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #14b8a6;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: #424242;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #14b8a6;
  --mat-slide-toggle-selected-handle-color: #14b8a6;
  --mat-slide-toggle-selected-hover-state-layer-color: #14b8a6;
  --mat-slide-toggle-selected-pressed-state-layer-color: #14b8a6;
  --mat-slide-toggle-selected-focus-handle-color: #14b8a6;
  --mat-slide-toggle-selected-hover-handle-color: #14b8a6;
  --mat-slide-toggle-selected-pressed-handle-color: #14b8a6;
  --mat-slide-toggle-selected-focus-track-color: #0d9488;
  --mat-slide-toggle-selected-hover-track-color: #0d9488;
  --mat-slide-toggle-selected-pressed-track-color: #0d9488;
  --mat-slide-toggle-selected-track-color: #0d9488;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
  --mat-slider-active-track-color: #14b8a6;
  --mat-slider-focus-handle-color: #14b8a6;
  --mat-slider-handle-color: #14b8a6;
  --mat-slider-hover-handle-color: #14b8a6;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #14b8a6 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #14b8a6 4%, transparent);
  --mat-slider-inactive-track-color: #14b8a6;
  --mat-slider-ripple-color: #14b8a6;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #14b8a6;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #0d9488;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-progress-spinner-active-indicator-color: #14b8a6;
  --mat-badge-background-color: #14b8a6;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #14b8a6 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #14b8a6;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #14b8a6 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #14b8a6 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #14b8a6 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #14b8a6;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(255, 255, 255, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #14b8a6;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #14b8a6;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #14b8a6;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: white;
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-background-color: #424242;
}
.vex-theme-teal.dark .mat-accent,
.vex-theme-teal .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-teal.dark .mat-warn,
.vex-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: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-teal.dark .mat-primary,
.vex-theme-teal .dark .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #14b8a6;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #14b8a6;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-teal.dark .mat-accent,
.vex-theme-teal .dark .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-teal.dark .mat-warn,
.vex-theme-teal .dark .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-teal.dark .mat-mdc-progress-bar,
.vex-theme-teal .dark .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #14b8a6;
  --mat-progress-bar-track-color: rgba(20, 184, 166, 0.25);
}
.vex-theme-teal.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-teal .dark .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-teal.dark .mat-mdc-progress-bar.mat-warn,
.vex-theme-teal .dark .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-teal.dark .mat-mdc-form-field.mat-accent,
.vex-theme-teal .dark .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-teal.dark .mat-mdc-form-field.mat-warn,
.vex-theme-teal .dark .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-teal.dark .mat-mdc-form-field.mat-accent,
.vex-theme-teal .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-teal.dark .mat-mdc-form-field.mat-warn,
.vex-theme-teal .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-teal.dark .mat-mdc-standard-chip,
.vex-theme-teal .dark .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.vex-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #14b8a6;
  --mat-chip-elevated-disabled-container-color: #14b8a6;
  --mat-chip-elevated-selected-container-color: #14b8a6;
  --mat-chip-flat-disabled-selected-container-color: #14b8a6;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-teal.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-teal .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-teal .dark .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #d97706;
  --mat-slide-toggle-selected-hover-track-color: #d97706;
  --mat-slide-toggle-selected-pressed-track-color: #d97706;
  --mat-slide-toggle-selected-track-color: #d97706;
}
.vex-theme-teal.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-teal .dark .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #dc2626;
  --mat-slide-toggle-selected-hover-track-color: #dc2626;
  --mat-slide-toggle-selected-pressed-track-color: #dc2626;
  --mat-slide-toggle-selected-track-color: #dc2626;
}
.vex-theme-teal.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #14b8a6;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #14b8a6;
  --mat-radio-selected-hover-icon-color: #14b8a6;
  --mat-radio-selected-icon-color: #14b8a6;
  --mat-radio-selected-pressed-icon-color: #14b8a6;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-teal.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-teal.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-teal.dark .mat-accent,
.vex-theme-teal .dark .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-teal.dark .mat-warn,
.vex-theme-teal .dark .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-teal.dark .mdc-list-item__start,
.vex-theme-teal.dark .mdc-list-item__end,
.vex-theme-teal .dark .mdc-list-item__start,
.vex-theme-teal .dark .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #14b8a6;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #14b8a6;
  --mat-radio-selected-hover-icon-color: #14b8a6;
  --mat-radio-selected-icon-color: #14b8a6;
  --mat-radio-selected-pressed-icon-color: #14b8a6;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-teal.dark .mat-accent .mdc-list-item__start,
.vex-theme-teal.dark .mat-accent .mdc-list-item__end,
.vex-theme-teal .dark .mat-accent .mdc-list-item__start,
.vex-theme-teal .dark .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-teal.dark .mat-warn .mdc-list-item__start,
.vex-theme-teal.dark .mat-warn .mdc-list-item__end,
.vex-theme-teal .dark .mat-warn .mdc-list-item__start,
.vex-theme-teal .dark .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-teal.dark .mat-mdc-list-option,
.vex-theme-teal .dark .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #14b8a6;
  --mat-checkbox-selected-hover-icon-color: #14b8a6;
  --mat-checkbox-selected-icon-color: #14b8a6;
  --mat-checkbox-selected-pressed-icon-color: #14b8a6;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #14b8a6;
  --mat-checkbox-selected-hover-state-layer-color: #14b8a6;
  --mat-checkbox-selected-pressed-state-layer-color: #14b8a6;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-teal.dark .mat-mdc-list-option.mat-accent,
.vex-theme-teal .dark .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-teal.dark .mat-mdc-list-option.mat-warn,
.vex-theme-teal .dark .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #14b8a6;
}
.vex-theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-teal.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-teal .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-teal.dark .mat-mdc-tab-group,
.vex-theme-teal.dark .mat-mdc-tab-nav-bar,
.vex-theme-teal .dark .mat-mdc-tab-group,
.vex-theme-teal .dark .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #14b8a6;
  --mat-tab-active-ripple-color: #14b8a6;
  --mat-tab-inactive-ripple-color: #14b8a6;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #14b8a6;
  --mat-tab-active-hover-label-text-color: #14b8a6;
  --mat-tab-active-focus-indicator-color: #14b8a6;
  --mat-tab-active-hover-indicator-color: #14b8a6;
  --mat-tab-active-indicator-color: #14b8a6;
}
.vex-theme-teal.dark .mat-mdc-tab-group.mat-accent,
.vex-theme-teal.dark .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-teal .dark .mat-mdc-tab-group.mat-accent,
.vex-theme-teal .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-teal.dark .mat-mdc-tab-group.mat-warn,
.vex-theme-teal.dark .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-teal .dark .mat-mdc-tab-group.mat-warn,
.vex-theme-teal .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-teal.dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-teal .dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #14b8a6;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-teal .dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-teal.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-teal .dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-teal .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-teal .dark .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #14b8a6;
  --mat-checkbox-selected-hover-icon-color: #14b8a6;
  --mat-checkbox-selected-icon-color: #14b8a6;
  --mat-checkbox-selected-pressed-icon-color: #14b8a6;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #14b8a6;
  --mat-checkbox-selected-hover-state-layer-color: #14b8a6;
  --mat-checkbox-selected-pressed-state-layer-color: #14b8a6;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-teal.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-teal .dark .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-teal.dark .mat-mdc-button.mat-primary,
.vex-theme-teal.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-teal.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-teal.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-teal.dark .mat-tonal-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-raised-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-teal .dark .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #14b8a6;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #14b8a6;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #14b8a6 12%, transparent);
  --mat-button-outlined-state-layer-color: #14b8a6;
  --mat-button-protected-container-color: #14b8a6;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #14b8a6;
  --mat-button-text-ripple-color: color-mix(in srgb, #14b8a6 12%, transparent);
  --mat-button-text-state-layer-color: #14b8a6;
  --mat-button-tonal-container-color: #14b8a6;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-button.mat-accent,
.vex-theme-teal.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-teal.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-teal.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-teal.dark .mat-tonal-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-raised-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-teal .dark .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-button.mat-warn,
.vex-theme-teal.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-teal.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-teal.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-teal.dark .mat-tonal-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-raised-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-teal .dark .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #14b8a6;
  --mat-icon-button-state-layer-color: #14b8a6;
  --mat-icon-button-ripple-color: color-mix(in srgb, #14b8a6 12%, transparent);
}
.vex-theme-teal.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-teal.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-teal.dark .mat-mdc-fab.mat-primary,
.vex-theme-teal.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-teal .dark .mat-mdc-fab.mat-primary,
.vex-theme-teal .dark .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #14b8a6;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #14b8a6 12%, transparent);
  --mat-fab-small-container-color: #14b8a6;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-fab.mat-accent,
.vex-theme-teal.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-teal .dark .mat-mdc-fab.mat-accent,
.vex-theme-teal .dark .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-teal.dark .mat-mdc-fab.mat-warn,
.vex-theme-teal.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-teal .dark .mat-mdc-fab.mat-warn,
.vex-theme-teal .dark .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-teal.dark .mat-accent,
.vex-theme-teal .dark .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-teal.dark .mat-warn,
.vex-theme-teal .dark .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-teal.dark .mat-badge-accent,
.vex-theme-teal .dark .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-teal.dark .mat-badge-warn,
.vex-theme-teal .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-teal.dark .mat-datepicker-content.mat-accent,
.vex-theme-teal.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-teal .dark .mat-datepicker-content.mat-accent,
.vex-theme-teal .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-teal.dark .mat-datepicker-content.mat-warn,
.vex-theme-teal.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-teal .dark .mat-datepicker-content.mat-warn,
.vex-theme-teal .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-teal.dark .mat-icon.mat-primary,
.vex-theme-teal .dark .mat-icon.mat-primary {
  --mat-icon-color: #14b8a6;
}
.vex-theme-teal.dark .mat-icon.mat-accent,
.vex-theme-teal .dark .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-teal.dark .mat-icon.mat-warn,
.vex-theme-teal .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-teal.dark .mat-step-header.mat-accent,
.vex-theme-teal .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-teal.dark .mat-step-header.mat-warn,
.vex-theme-teal .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-teal.dark .mat-toolbar.mat-primary,
.vex-theme-teal .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #14b8a6;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-teal.dark .mat-toolbar.mat-accent,
.vex-theme-teal .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-teal.dark .mat-toolbar.mat-warn,
.vex-theme-teal .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-green,
.vex-theme-green.light,
.vex-theme-green .light {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #16a34a;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #16a34a 87%, transparent);
  --mat-form-field-filled-caret-color: #16a34a;
  --mat-form-field-filled-focus-active-indicator-color: #16a34a;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #16a34a 87%, transparent);
  --mat-form-field-outlined-caret-color: #16a34a;
  --mat-form-field-outlined-focus-outline-color: #16a34a;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #16a34a 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #16a34a;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #16a34a;
  --mat-slide-toggle-selected-handle-color: #16a34a;
  --mat-slide-toggle-selected-hover-state-layer-color: #16a34a;
  --mat-slide-toggle-selected-pressed-state-layer-color: #16a34a;
  --mat-slide-toggle-selected-focus-handle-color: #16a34a;
  --mat-slide-toggle-selected-hover-handle-color: #16a34a;
  --mat-slide-toggle-selected-pressed-handle-color: #16a34a;
  --mat-slide-toggle-selected-focus-track-color: #86efac;
  --mat-slide-toggle-selected-hover-track-color: #86efac;
  --mat-slide-toggle-selected-pressed-track-color: #86efac;
  --mat-slide-toggle-selected-track-color: #86efac;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
  --mat-slider-active-track-color: #16a34a;
  --mat-slider-focus-handle-color: #16a34a;
  --mat-slider-handle-color: #16a34a;
  --mat-slider-hover-handle-color: #16a34a;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #16a34a 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #16a34a 4%, transparent);
  --mat-slider-inactive-track-color: #16a34a;
  --mat-slider-ripple-color: #16a34a;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #16a34a;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #86efac;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-progress-spinner-active-indicator-color: #16a34a;
  --mat-badge-background-color: #16a34a;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #16a34a 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #16a34a;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #16a34a 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #16a34a 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #16a34a 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #16a34a;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #16a34a;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #16a34a;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #16a34a;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-container-background-color: white;
}
.vex-theme-green .mat-accent,
.vex-theme-green.light .mat-accent,
.vex-theme-green .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-green .mat-warn,
.vex-theme-green.light .mat-warn,
.vex-theme-green .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-green .mat-primary,
.vex-theme-green.light .mat-primary,
.vex-theme-green .light .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #16a34a;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #16a34a;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-green .mat-accent,
.vex-theme-green.light .mat-accent,
.vex-theme-green .light .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-green .mat-warn,
.vex-theme-green.light .mat-warn,
.vex-theme-green .light .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-green .mat-mdc-progress-bar,
.vex-theme-green.light .mat-mdc-progress-bar,
.vex-theme-green .light .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #16a34a;
  --mat-progress-bar-track-color: rgba(22, 163, 74, 0.25);
}
.vex-theme-green .mat-mdc-progress-bar.mat-accent,
.vex-theme-green.light .mat-mdc-progress-bar.mat-accent,
.vex-theme-green .light .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-green .mat-mdc-progress-bar.mat-warn,
.vex-theme-green.light .mat-mdc-progress-bar.mat-warn,
.vex-theme-green .light .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-green .mat-mdc-form-field.mat-accent,
.vex-theme-green.light .mat-mdc-form-field.mat-accent,
.vex-theme-green .light .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-green .mat-mdc-form-field.mat-warn,
.vex-theme-green.light .mat-mdc-form-field.mat-warn,
.vex-theme-green .light .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-green .mat-mdc-form-field.mat-accent,
.vex-theme-green.light .mat-mdc-form-field.mat-accent,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-green .mat-mdc-form-field.mat-warn,
.vex-theme-green.light .mat-mdc-form-field.mat-warn,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-green .mat-mdc-standard-chip,
.vex-theme-green.light .mat-mdc-standard-chip,
.vex-theme-green .light .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-green .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #16a34a;
  --mat-chip-elevated-disabled-container-color: #16a34a;
  --mat-chip-elevated-selected-container-color: #16a34a;
  --mat-chip-flat-disabled-selected-container-color: #16a34a;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-green .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-green .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-green .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-green .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-green.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-green .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-green .mat-mdc-slide-toggle.mat-accent,
.vex-theme-green.light .mat-mdc-slide-toggle.mat-accent,
.vex-theme-green .light .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #fcd34d;
  --mat-slide-toggle-selected-hover-track-color: #fcd34d;
  --mat-slide-toggle-selected-pressed-track-color: #fcd34d;
  --mat-slide-toggle-selected-track-color: #fcd34d;
}
.vex-theme-green .mat-mdc-slide-toggle.mat-warn,
.vex-theme-green.light .mat-mdc-slide-toggle.mat-warn,
.vex-theme-green .light .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #fca5a5;
  --mat-slide-toggle-selected-hover-track-color: #fca5a5;
  --mat-slide-toggle-selected-pressed-track-color: #fca5a5;
  --mat-slide-toggle-selected-track-color: #fca5a5;
}
.vex-theme-green .mat-mdc-radio-button.mat-primary,
.vex-theme-green.light .mat-mdc-radio-button.mat-primary,
.vex-theme-green .light .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #16a34a;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #16a34a;
  --mat-radio-selected-hover-icon-color: #16a34a;
  --mat-radio-selected-icon-color: #16a34a;
  --mat-radio-selected-pressed-icon-color: #16a34a;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-mdc-radio-button.mat-accent,
.vex-theme-green.light .mat-mdc-radio-button.mat-accent,
.vex-theme-green .light .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-mdc-radio-button.mat-warn,
.vex-theme-green.light .mat-mdc-radio-button.mat-warn,
.vex-theme-green .light .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-accent,
.vex-theme-green.light .mat-accent,
.vex-theme-green .light .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-green .mat-warn,
.vex-theme-green.light .mat-warn,
.vex-theme-green .light .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-green .mdc-list-item__start,
.vex-theme-green .mdc-list-item__end,
.vex-theme-green.light .mdc-list-item__start,
.vex-theme-green.light .mdc-list-item__end,
.vex-theme-green .light .mdc-list-item__start,
.vex-theme-green .light .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #16a34a;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #16a34a;
  --mat-radio-selected-hover-icon-color: #16a34a;
  --mat-radio-selected-icon-color: #16a34a;
  --mat-radio-selected-pressed-icon-color: #16a34a;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-accent .mdc-list-item__start,
.vex-theme-green .mat-accent .mdc-list-item__end,
.vex-theme-green.light .mat-accent .mdc-list-item__start,
.vex-theme-green.light .mat-accent .mdc-list-item__end,
.vex-theme-green .light .mat-accent .mdc-list-item__start,
.vex-theme-green .light .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-warn .mdc-list-item__start,
.vex-theme-green .mat-warn .mdc-list-item__end,
.vex-theme-green.light .mat-warn .mdc-list-item__start,
.vex-theme-green.light .mat-warn .mdc-list-item__end,
.vex-theme-green .light .mat-warn .mdc-list-item__start,
.vex-theme-green .light .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-mdc-list-option,
.vex-theme-green.light .mat-mdc-list-option,
.vex-theme-green .light .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #16a34a;
  --mat-checkbox-selected-hover-icon-color: #16a34a;
  --mat-checkbox-selected-icon-color: #16a34a;
  --mat-checkbox-selected-pressed-icon-color: #16a34a;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #16a34a;
  --mat-checkbox-selected-hover-state-layer-color: #16a34a;
  --mat-checkbox-selected-pressed-state-layer-color: #16a34a;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-mdc-list-option.mat-accent,
.vex-theme-green.light .mat-mdc-list-option.mat-accent,
.vex-theme-green .light .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-mdc-list-option.mat-warn,
.vex-theme-green.light .mat-mdc-list-option.mat-warn,
.vex-theme-green .light .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #16a34a;
}
.vex-theme-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-green .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-green.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-green.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-green.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-green .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-green .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-green .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-green .mat-mdc-tab-group,
.vex-theme-green .mat-mdc-tab-nav-bar,
.vex-theme-green.light .mat-mdc-tab-group,
.vex-theme-green.light .mat-mdc-tab-nav-bar,
.vex-theme-green .light .mat-mdc-tab-group,
.vex-theme-green .light .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #16a34a;
  --mat-tab-active-ripple-color: #16a34a;
  --mat-tab-inactive-ripple-color: #16a34a;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #16a34a;
  --mat-tab-active-hover-label-text-color: #16a34a;
  --mat-tab-active-focus-indicator-color: #16a34a;
  --mat-tab-active-hover-indicator-color: #16a34a;
  --mat-tab-active-indicator-color: #16a34a;
}
.vex-theme-green .mat-mdc-tab-group.mat-accent,
.vex-theme-green .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-green.light .mat-mdc-tab-group.mat-accent,
.vex-theme-green.light .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-green .light .mat-mdc-tab-group.mat-accent,
.vex-theme-green .light .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-green .mat-mdc-tab-group.mat-warn,
.vex-theme-green .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-green.light .mat-mdc-tab-group.mat-warn,
.vex-theme-green.light .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-green .light .mat-mdc-tab-group.mat-warn,
.vex-theme-green .light .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-green .mat-mdc-tab-group.mat-background-primary,
.vex-theme-green .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-green.light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-green.light .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-green .light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-green .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #16a34a;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-green .mat-mdc-tab-group.mat-background-accent,
.vex-theme-green .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-green.light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-green.light .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-green .light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-green .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-green .mat-mdc-tab-group.mat-background-warn,
.vex-theme-green .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-green.light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-green.light .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-green .light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-green .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-green .mat-mdc-checkbox.mat-primary,
.vex-theme-green.light .mat-mdc-checkbox.mat-primary,
.vex-theme-green .light .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #16a34a;
  --mat-checkbox-selected-hover-icon-color: #16a34a;
  --mat-checkbox-selected-icon-color: #16a34a;
  --mat-checkbox-selected-pressed-icon-color: #16a34a;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #16a34a;
  --mat-checkbox-selected-hover-state-layer-color: #16a34a;
  --mat-checkbox-selected-pressed-state-layer-color: #16a34a;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-mdc-checkbox.mat-warn,
.vex-theme-green.light .mat-mdc-checkbox.mat-warn,
.vex-theme-green .light .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-mdc-button.mat-primary,
.vex-theme-green .mat-mdc-unelevated-button.mat-primary,
.vex-theme-green .mat-mdc-raised-button.mat-primary,
.vex-theme-green .mat-mdc-outlined-button.mat-primary,
.vex-theme-green .mat-tonal-button.mat-primary,
.vex-theme-green.light .mat-mdc-button.mat-primary,
.vex-theme-green.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-green.light .mat-mdc-raised-button.mat-primary,
.vex-theme-green.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-green.light .mat-tonal-button.mat-primary,
.vex-theme-green .light .mat-mdc-button.mat-primary,
.vex-theme-green .light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-green .light .mat-mdc-raised-button.mat-primary,
.vex-theme-green .light .mat-mdc-outlined-button.mat-primary,
.vex-theme-green .light .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #16a34a;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #16a34a;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #16a34a 12%, transparent);
  --mat-button-outlined-state-layer-color: #16a34a;
  --mat-button-protected-container-color: #16a34a;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #16a34a;
  --mat-button-text-ripple-color: color-mix(in srgb, #16a34a 12%, transparent);
  --mat-button-text-state-layer-color: #16a34a;
  --mat-button-tonal-container-color: #16a34a;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-green .mat-mdc-button.mat-accent,
.vex-theme-green .mat-mdc-unelevated-button.mat-accent,
.vex-theme-green .mat-mdc-raised-button.mat-accent,
.vex-theme-green .mat-mdc-outlined-button.mat-accent,
.vex-theme-green .mat-tonal-button.mat-accent,
.vex-theme-green.light .mat-mdc-button.mat-accent,
.vex-theme-green.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-green.light .mat-mdc-raised-button.mat-accent,
.vex-theme-green.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-green.light .mat-tonal-button.mat-accent,
.vex-theme-green .light .mat-mdc-button.mat-accent,
.vex-theme-green .light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-green .light .mat-mdc-raised-button.mat-accent,
.vex-theme-green .light .mat-mdc-outlined-button.mat-accent,
.vex-theme-green .light .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-green .mat-mdc-button.mat-warn,
.vex-theme-green .mat-mdc-unelevated-button.mat-warn,
.vex-theme-green .mat-mdc-raised-button.mat-warn,
.vex-theme-green .mat-mdc-outlined-button.mat-warn,
.vex-theme-green .mat-tonal-button.mat-warn,
.vex-theme-green.light .mat-mdc-button.mat-warn,
.vex-theme-green.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-green.light .mat-mdc-raised-button.mat-warn,
.vex-theme-green.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-green.light .mat-tonal-button.mat-warn,
.vex-theme-green .light .mat-mdc-button.mat-warn,
.vex-theme-green .light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-green .light .mat-mdc-raised-button.mat-warn,
.vex-theme-green .light .mat-mdc-outlined-button.mat-warn,
.vex-theme-green .light .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-green .mat-mdc-icon-button.mat-primary,
.vex-theme-green.light .mat-mdc-icon-button.mat-primary,
.vex-theme-green .light .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #16a34a;
  --mat-icon-button-state-layer-color: #16a34a;
  --mat-icon-button-ripple-color: color-mix(in srgb, #16a34a 12%, transparent);
}
.vex-theme-green .mat-mdc-icon-button.mat-accent,
.vex-theme-green.light .mat-mdc-icon-button.mat-accent,
.vex-theme-green .light .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-green .mat-mdc-icon-button.mat-warn,
.vex-theme-green.light .mat-mdc-icon-button.mat-warn,
.vex-theme-green .light .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-green .mat-mdc-fab.mat-primary,
.vex-theme-green .mat-mdc-mini-fab.mat-primary,
.vex-theme-green.light .mat-mdc-fab.mat-primary,
.vex-theme-green.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-green .light .mat-mdc-fab.mat-primary,
.vex-theme-green .light .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #16a34a;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #16a34a 12%, transparent);
  --mat-fab-small-container-color: #16a34a;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-green .mat-mdc-fab.mat-accent,
.vex-theme-green .mat-mdc-mini-fab.mat-accent,
.vex-theme-green.light .mat-mdc-fab.mat-accent,
.vex-theme-green.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-green .light .mat-mdc-fab.mat-accent,
.vex-theme-green .light .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-green .mat-mdc-fab.mat-warn,
.vex-theme-green .mat-mdc-mini-fab.mat-warn,
.vex-theme-green.light .mat-mdc-fab.mat-warn,
.vex-theme-green.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-green .light .mat-mdc-fab.mat-warn,
.vex-theme-green .light .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-green .mat-accent,
.vex-theme-green.light .mat-accent,
.vex-theme-green .light .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-green .mat-warn,
.vex-theme-green.light .mat-warn,
.vex-theme-green .light .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-green .mat-badge-accent,
.vex-theme-green.light .mat-badge-accent,
.vex-theme-green .light .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-green .mat-badge-warn,
.vex-theme-green.light .mat-badge-warn,
.vex-theme-green .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-green .mat-datepicker-content.mat-accent,
.vex-theme-green .mat-datepicker-toggle-active.mat-accent,
.vex-theme-green.light .mat-datepicker-content.mat-accent,
.vex-theme-green.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-green .light .mat-datepicker-content.mat-accent,
.vex-theme-green .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-datepicker-content.mat-warn,
.vex-theme-green .mat-datepicker-toggle-active.mat-warn,
.vex-theme-green.light .mat-datepicker-content.mat-warn,
.vex-theme-green.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-green .light .mat-datepicker-content.mat-warn,
.vex-theme-green .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-green .mat-icon.mat-primary,
.vex-theme-green.light .mat-icon.mat-primary,
.vex-theme-green .light .mat-icon.mat-primary {
  --mat-icon-color: #16a34a;
}
.vex-theme-green .mat-icon.mat-accent,
.vex-theme-green.light .mat-icon.mat-accent,
.vex-theme-green .light .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-green .mat-icon.mat-warn,
.vex-theme-green.light .mat-icon.mat-warn,
.vex-theme-green .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-green .mat-step-header.mat-accent,
.vex-theme-green.light .mat-step-header.mat-accent,
.vex-theme-green .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-green .mat-step-header.mat-warn,
.vex-theme-green.light .mat-step-header.mat-warn,
.vex-theme-green .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-green .mat-toolbar.mat-primary,
.vex-theme-green.light .mat-toolbar.mat-primary,
.vex-theme-green .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #16a34a;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-green .mat-toolbar.mat-accent,
.vex-theme-green.light .mat-toolbar.mat-accent,
.vex-theme-green .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-green .mat-toolbar.mat-warn,
.vex-theme-green.light .mat-toolbar.mat-warn,
.vex-theme-green .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-green.dark,
.vex-theme-green .dark {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-label-text-color: #22c55e;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-optgroup-label-text-color: white;
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #22c55e 87%, transparent);
  --mat-form-field-filled-caret-color: #22c55e;
  --mat-form-field-filled-focus-active-indicator-color: #22c55e;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #22c55e 87%, transparent);
  --mat-form-field-outlined-caret-color: #22c55e;
  --mat-form-field-outlined-focus-outline-color: #22c55e;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #22c55e 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #22c55e;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: #424242;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #22c55e;
  --mat-slide-toggle-selected-handle-color: #22c55e;
  --mat-slide-toggle-selected-hover-state-layer-color: #22c55e;
  --mat-slide-toggle-selected-pressed-state-layer-color: #22c55e;
  --mat-slide-toggle-selected-focus-handle-color: #22c55e;
  --mat-slide-toggle-selected-hover-handle-color: #22c55e;
  --mat-slide-toggle-selected-pressed-handle-color: #22c55e;
  --mat-slide-toggle-selected-focus-track-color: #16a34a;
  --mat-slide-toggle-selected-hover-track-color: #16a34a;
  --mat-slide-toggle-selected-pressed-track-color: #16a34a;
  --mat-slide-toggle-selected-track-color: #16a34a;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
  --mat-slider-active-track-color: #22c55e;
  --mat-slider-focus-handle-color: #22c55e;
  --mat-slider-handle-color: #22c55e;
  --mat-slider-hover-handle-color: #22c55e;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #22c55e 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #22c55e 4%, transparent);
  --mat-slider-inactive-track-color: #22c55e;
  --mat-slider-ripple-color: #22c55e;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #22c55e;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #16a34a;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-progress-spinner-active-indicator-color: #22c55e;
  --mat-badge-background-color: #22c55e;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #22c55e 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #22c55e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #22c55e 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #22c55e 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #22c55e 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #22c55e;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(255, 255, 255, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #22c55e;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #22c55e;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #22c55e;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: white;
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-background-color: #424242;
}
.vex-theme-green.dark .mat-accent,
.vex-theme-green .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-green.dark .mat-warn,
.vex-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: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-green.dark .mat-primary,
.vex-theme-green .dark .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #22c55e;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #22c55e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-green.dark .mat-accent,
.vex-theme-green .dark .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-green.dark .mat-warn,
.vex-theme-green .dark .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-green.dark .mat-mdc-progress-bar,
.vex-theme-green .dark .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #22c55e;
  --mat-progress-bar-track-color: rgba(34, 197, 94, 0.25);
}
.vex-theme-green.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-green .dark .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-green.dark .mat-mdc-progress-bar.mat-warn,
.vex-theme-green .dark .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-green.dark .mat-mdc-form-field.mat-accent,
.vex-theme-green .dark .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-green.dark .mat-mdc-form-field.mat-warn,
.vex-theme-green .dark .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-green.dark .mat-mdc-form-field.mat-accent,
.vex-theme-green .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-green.dark .mat-mdc-form-field.mat-warn,
.vex-theme-green .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-green.dark .mat-mdc-standard-chip,
.vex-theme-green .dark .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.vex-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #22c55e;
  --mat-chip-elevated-disabled-container-color: #22c55e;
  --mat-chip-elevated-selected-container-color: #22c55e;
  --mat-chip-flat-disabled-selected-container-color: #22c55e;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-green.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-green .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-green.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-green .dark .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #d97706;
  --mat-slide-toggle-selected-hover-track-color: #d97706;
  --mat-slide-toggle-selected-pressed-track-color: #d97706;
  --mat-slide-toggle-selected-track-color: #d97706;
}
.vex-theme-green.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-green .dark .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #dc2626;
  --mat-slide-toggle-selected-hover-track-color: #dc2626;
  --mat-slide-toggle-selected-pressed-track-color: #dc2626;
  --mat-slide-toggle-selected-track-color: #dc2626;
}
.vex-theme-green.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-green .dark .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #22c55e;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #22c55e;
  --mat-radio-selected-hover-icon-color: #22c55e;
  --mat-radio-selected-icon-color: #22c55e;
  --mat-radio-selected-pressed-icon-color: #22c55e;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-green.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-green .dark .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-green.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-green .dark .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-green.dark .mat-accent,
.vex-theme-green .dark .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-green.dark .mat-warn,
.vex-theme-green .dark .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-green.dark .mdc-list-item__start,
.vex-theme-green.dark .mdc-list-item__end,
.vex-theme-green .dark .mdc-list-item__start,
.vex-theme-green .dark .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #22c55e;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #22c55e;
  --mat-radio-selected-hover-icon-color: #22c55e;
  --mat-radio-selected-icon-color: #22c55e;
  --mat-radio-selected-pressed-icon-color: #22c55e;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-green.dark .mat-accent .mdc-list-item__start,
.vex-theme-green.dark .mat-accent .mdc-list-item__end,
.vex-theme-green .dark .mat-accent .mdc-list-item__start,
.vex-theme-green .dark .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-green.dark .mat-warn .mdc-list-item__start,
.vex-theme-green.dark .mat-warn .mdc-list-item__end,
.vex-theme-green .dark .mat-warn .mdc-list-item__start,
.vex-theme-green .dark .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-green.dark .mat-mdc-list-option,
.vex-theme-green .dark .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #22c55e;
  --mat-checkbox-selected-hover-icon-color: #22c55e;
  --mat-checkbox-selected-icon-color: #22c55e;
  --mat-checkbox-selected-pressed-icon-color: #22c55e;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #22c55e;
  --mat-checkbox-selected-hover-state-layer-color: #22c55e;
  --mat-checkbox-selected-pressed-state-layer-color: #22c55e;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-green.dark .mat-mdc-list-option.mat-accent,
.vex-theme-green .dark .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-green.dark .mat-mdc-list-option.mat-warn,
.vex-theme-green .dark .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #22c55e;
}
.vex-theme-green.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-green.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-green.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-green .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-green .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-green .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-green.dark .mat-mdc-tab-group,
.vex-theme-green.dark .mat-mdc-tab-nav-bar,
.vex-theme-green .dark .mat-mdc-tab-group,
.vex-theme-green .dark .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #22c55e;
  --mat-tab-active-ripple-color: #22c55e;
  --mat-tab-inactive-ripple-color: #22c55e;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #22c55e;
  --mat-tab-active-hover-label-text-color: #22c55e;
  --mat-tab-active-focus-indicator-color: #22c55e;
  --mat-tab-active-hover-indicator-color: #22c55e;
  --mat-tab-active-indicator-color: #22c55e;
}
.vex-theme-green.dark .mat-mdc-tab-group.mat-accent,
.vex-theme-green.dark .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-green .dark .mat-mdc-tab-group.mat-accent,
.vex-theme-green .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-green.dark .mat-mdc-tab-group.mat-warn,
.vex-theme-green.dark .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-green .dark .mat-mdc-tab-group.mat-warn,
.vex-theme-green .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-green.dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-green.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-green .dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-green .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #22c55e;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-green.dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-green.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-green .dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-green .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-green.dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-green.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-green .dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-green .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-green.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-green .dark .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #22c55e;
  --mat-checkbox-selected-hover-icon-color: #22c55e;
  --mat-checkbox-selected-icon-color: #22c55e;
  --mat-checkbox-selected-pressed-icon-color: #22c55e;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #22c55e;
  --mat-checkbox-selected-hover-state-layer-color: #22c55e;
  --mat-checkbox-selected-pressed-state-layer-color: #22c55e;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-green.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-green .dark .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-green.dark .mat-mdc-button.mat-primary,
.vex-theme-green.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-green.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-green.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-green.dark .mat-tonal-button.mat-primary,
.vex-theme-green .dark .mat-mdc-button.mat-primary,
.vex-theme-green .dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-green .dark .mat-mdc-raised-button.mat-primary,
.vex-theme-green .dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-green .dark .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #22c55e;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #22c55e;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #22c55e 12%, transparent);
  --mat-button-outlined-state-layer-color: #22c55e;
  --mat-button-protected-container-color: #22c55e;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #22c55e;
  --mat-button-text-ripple-color: color-mix(in srgb, #22c55e 12%, transparent);
  --mat-button-text-state-layer-color: #22c55e;
  --mat-button-tonal-container-color: #22c55e;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-green.dark .mat-mdc-button.mat-accent,
.vex-theme-green.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-green.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-green.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-green.dark .mat-tonal-button.mat-accent,
.vex-theme-green .dark .mat-mdc-button.mat-accent,
.vex-theme-green .dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-green .dark .mat-mdc-raised-button.mat-accent,
.vex-theme-green .dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-green .dark .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-green.dark .mat-mdc-button.mat-warn,
.vex-theme-green.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-green.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-green.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-green.dark .mat-tonal-button.mat-warn,
.vex-theme-green .dark .mat-mdc-button.mat-warn,
.vex-theme-green .dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-green .dark .mat-mdc-raised-button.mat-warn,
.vex-theme-green .dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-green .dark .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-green.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-green .dark .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #22c55e;
  --mat-icon-button-state-layer-color: #22c55e;
  --mat-icon-button-ripple-color: color-mix(in srgb, #22c55e 12%, transparent);
}
.vex-theme-green.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-green .dark .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-green.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-green .dark .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-green.dark .mat-mdc-fab.mat-primary,
.vex-theme-green.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-green .dark .mat-mdc-fab.mat-primary,
.vex-theme-green .dark .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #22c55e;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #22c55e 12%, transparent);
  --mat-fab-small-container-color: #22c55e;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-green.dark .mat-mdc-fab.mat-accent,
.vex-theme-green.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-green .dark .mat-mdc-fab.mat-accent,
.vex-theme-green .dark .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-green.dark .mat-mdc-fab.mat-warn,
.vex-theme-green.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-green .dark .mat-mdc-fab.mat-warn,
.vex-theme-green .dark .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-green.dark .mat-accent,
.vex-theme-green .dark .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-green.dark .mat-warn,
.vex-theme-green .dark .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-green.dark .mat-badge-accent,
.vex-theme-green .dark .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-green.dark .mat-badge-warn,
.vex-theme-green .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-green.dark .mat-datepicker-content.mat-accent,
.vex-theme-green.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-green .dark .mat-datepicker-content.mat-accent,
.vex-theme-green .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-green.dark .mat-datepicker-content.mat-warn,
.vex-theme-green.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-green .dark .mat-datepicker-content.mat-warn,
.vex-theme-green .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-green.dark .mat-icon.mat-primary,
.vex-theme-green .dark .mat-icon.mat-primary {
  --mat-icon-color: #22c55e;
}
.vex-theme-green.dark .mat-icon.mat-accent,
.vex-theme-green .dark .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-green.dark .mat-icon.mat-warn,
.vex-theme-green .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-green.dark .mat-step-header.mat-accent,
.vex-theme-green .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-green.dark .mat-step-header.mat-warn,
.vex-theme-green .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-green.dark .mat-toolbar.mat-primary,
.vex-theme-green .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #22c55e;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-green.dark .mat-toolbar.mat-accent,
.vex-theme-green .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-green.dark .mat-toolbar.mat-warn,
.vex-theme-green .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-purple,
.vex-theme-purple.light,
.vex-theme-purple .light {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #9333ea;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #9333ea 87%, transparent);
  --mat-form-field-filled-caret-color: #9333ea;
  --mat-form-field-filled-focus-active-indicator-color: #9333ea;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #9333ea 87%, transparent);
  --mat-form-field-outlined-caret-color: #9333ea;
  --mat-form-field-outlined-focus-outline-color: #9333ea;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #9333ea 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #9333ea;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #9333ea;
  --mat-slide-toggle-selected-handle-color: #9333ea;
  --mat-slide-toggle-selected-hover-state-layer-color: #9333ea;
  --mat-slide-toggle-selected-pressed-state-layer-color: #9333ea;
  --mat-slide-toggle-selected-focus-handle-color: #9333ea;
  --mat-slide-toggle-selected-hover-handle-color: #9333ea;
  --mat-slide-toggle-selected-pressed-handle-color: #9333ea;
  --mat-slide-toggle-selected-focus-track-color: #d8b4fe;
  --mat-slide-toggle-selected-hover-track-color: #d8b4fe;
  --mat-slide-toggle-selected-pressed-track-color: #d8b4fe;
  --mat-slide-toggle-selected-track-color: #d8b4fe;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
  --mat-slider-active-track-color: #9333ea;
  --mat-slider-focus-handle-color: #9333ea;
  --mat-slider-handle-color: #9333ea;
  --mat-slider-hover-handle-color: #9333ea;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #9333ea 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #9333ea 4%, transparent);
  --mat-slider-inactive-track-color: #9333ea;
  --mat-slider-ripple-color: #9333ea;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #9333ea;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #d8b4fe;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-progress-spinner-active-indicator-color: #9333ea;
  --mat-badge-background-color: #9333ea;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #9333ea 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #9333ea;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #9333ea 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #9333ea 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #9333ea 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #9333ea;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #9333ea;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #9333ea;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #9333ea;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-container-background-color: white;
}
.vex-theme-purple .mat-accent,
.vex-theme-purple.light .mat-accent,
.vex-theme-purple .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-purple .mat-warn,
.vex-theme-purple.light .mat-warn,
.vex-theme-purple .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-purple .mat-primary,
.vex-theme-purple.light .mat-primary,
.vex-theme-purple .light .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #9333ea;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #9333ea;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-purple .mat-accent,
.vex-theme-purple.light .mat-accent,
.vex-theme-purple .light .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-purple .mat-warn,
.vex-theme-purple.light .mat-warn,
.vex-theme-purple .light .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-purple .mat-mdc-progress-bar,
.vex-theme-purple.light .mat-mdc-progress-bar,
.vex-theme-purple .light .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #9333ea;
  --mat-progress-bar-track-color: rgba(147, 51, 234, 0.25);
}
.vex-theme-purple .mat-mdc-progress-bar.mat-accent,
.vex-theme-purple.light .mat-mdc-progress-bar.mat-accent,
.vex-theme-purple .light .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-purple .mat-mdc-progress-bar.mat-warn,
.vex-theme-purple.light .mat-mdc-progress-bar.mat-warn,
.vex-theme-purple .light .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-purple .mat-mdc-form-field.mat-accent,
.vex-theme-purple.light .mat-mdc-form-field.mat-accent,
.vex-theme-purple .light .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-purple .mat-mdc-form-field.mat-warn,
.vex-theme-purple.light .mat-mdc-form-field.mat-warn,
.vex-theme-purple .light .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-purple .mat-mdc-form-field.mat-accent,
.vex-theme-purple.light .mat-mdc-form-field.mat-accent,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-purple .mat-mdc-form-field.mat-warn,
.vex-theme-purple.light .mat-mdc-form-field.mat-warn,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-purple .mat-mdc-standard-chip,
.vex-theme-purple.light .mat-mdc-standard-chip,
.vex-theme-purple .light .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #9333ea;
  --mat-chip-elevated-disabled-container-color: #9333ea;
  --mat-chip-elevated-selected-container-color: #9333ea;
  --mat-chip-flat-disabled-selected-container-color: #9333ea;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-purple .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-purple.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-purple .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-purple .mat-mdc-slide-toggle.mat-accent,
.vex-theme-purple.light .mat-mdc-slide-toggle.mat-accent,
.vex-theme-purple .light .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #fcd34d;
  --mat-slide-toggle-selected-hover-track-color: #fcd34d;
  --mat-slide-toggle-selected-pressed-track-color: #fcd34d;
  --mat-slide-toggle-selected-track-color: #fcd34d;
}
.vex-theme-purple .mat-mdc-slide-toggle.mat-warn,
.vex-theme-purple.light .mat-mdc-slide-toggle.mat-warn,
.vex-theme-purple .light .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #fca5a5;
  --mat-slide-toggle-selected-hover-track-color: #fca5a5;
  --mat-slide-toggle-selected-pressed-track-color: #fca5a5;
  --mat-slide-toggle-selected-track-color: #fca5a5;
}
.vex-theme-purple .mat-mdc-radio-button.mat-primary,
.vex-theme-purple.light .mat-mdc-radio-button.mat-primary,
.vex-theme-purple .light .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #9333ea;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #9333ea;
  --mat-radio-selected-hover-icon-color: #9333ea;
  --mat-radio-selected-icon-color: #9333ea;
  --mat-radio-selected-pressed-icon-color: #9333ea;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-mdc-radio-button.mat-accent,
.vex-theme-purple.light .mat-mdc-radio-button.mat-accent,
.vex-theme-purple .light .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-mdc-radio-button.mat-warn,
.vex-theme-purple.light .mat-mdc-radio-button.mat-warn,
.vex-theme-purple .light .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-accent,
.vex-theme-purple.light .mat-accent,
.vex-theme-purple .light .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-purple .mat-warn,
.vex-theme-purple.light .mat-warn,
.vex-theme-purple .light .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-purple .mdc-list-item__start,
.vex-theme-purple .mdc-list-item__end,
.vex-theme-purple.light .mdc-list-item__start,
.vex-theme-purple.light .mdc-list-item__end,
.vex-theme-purple .light .mdc-list-item__start,
.vex-theme-purple .light .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #9333ea;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #9333ea;
  --mat-radio-selected-hover-icon-color: #9333ea;
  --mat-radio-selected-icon-color: #9333ea;
  --mat-radio-selected-pressed-icon-color: #9333ea;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-accent .mdc-list-item__start,
.vex-theme-purple .mat-accent .mdc-list-item__end,
.vex-theme-purple.light .mat-accent .mdc-list-item__start,
.vex-theme-purple.light .mat-accent .mdc-list-item__end,
.vex-theme-purple .light .mat-accent .mdc-list-item__start,
.vex-theme-purple .light .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-warn .mdc-list-item__start,
.vex-theme-purple .mat-warn .mdc-list-item__end,
.vex-theme-purple.light .mat-warn .mdc-list-item__start,
.vex-theme-purple.light .mat-warn .mdc-list-item__end,
.vex-theme-purple .light .mat-warn .mdc-list-item__start,
.vex-theme-purple .light .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-mdc-list-option,
.vex-theme-purple.light .mat-mdc-list-option,
.vex-theme-purple .light .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #9333ea;
  --mat-checkbox-selected-hover-icon-color: #9333ea;
  --mat-checkbox-selected-icon-color: #9333ea;
  --mat-checkbox-selected-pressed-icon-color: #9333ea;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #9333ea;
  --mat-checkbox-selected-hover-state-layer-color: #9333ea;
  --mat-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-mdc-list-option.mat-accent,
.vex-theme-purple.light .mat-mdc-list-option.mat-accent,
.vex-theme-purple .light .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-mdc-list-option.mat-warn,
.vex-theme-purple.light .mat-mdc-list-option.mat-warn,
.vex-theme-purple .light .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #9333ea;
}
.vex-theme-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-purple .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-purple.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-purple .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-purple .mat-mdc-tab-group,
.vex-theme-purple .mat-mdc-tab-nav-bar,
.vex-theme-purple.light .mat-mdc-tab-group,
.vex-theme-purple.light .mat-mdc-tab-nav-bar,
.vex-theme-purple .light .mat-mdc-tab-group,
.vex-theme-purple .light .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #9333ea;
  --mat-tab-active-ripple-color: #9333ea;
  --mat-tab-inactive-ripple-color: #9333ea;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #9333ea;
  --mat-tab-active-hover-label-text-color: #9333ea;
  --mat-tab-active-focus-indicator-color: #9333ea;
  --mat-tab-active-hover-indicator-color: #9333ea;
  --mat-tab-active-indicator-color: #9333ea;
}
.vex-theme-purple .mat-mdc-tab-group.mat-accent,
.vex-theme-purple .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-purple.light .mat-mdc-tab-group.mat-accent,
.vex-theme-purple.light .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-purple .light .mat-mdc-tab-group.mat-accent,
.vex-theme-purple .light .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-purple .mat-mdc-tab-group.mat-warn,
.vex-theme-purple .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-purple.light .mat-mdc-tab-group.mat-warn,
.vex-theme-purple.light .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-purple .light .mat-mdc-tab-group.mat-warn,
.vex-theme-purple .light .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-purple .mat-mdc-tab-group.mat-background-primary,
.vex-theme-purple .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-purple.light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-purple.light .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-purple .light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-purple .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #9333ea;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-purple .mat-mdc-tab-group.mat-background-accent,
.vex-theme-purple .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-purple.light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-purple.light .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-purple .light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-purple .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-purple .mat-mdc-tab-group.mat-background-warn,
.vex-theme-purple .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-purple.light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-purple.light .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-purple .light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-purple .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-purple .mat-mdc-checkbox.mat-primary,
.vex-theme-purple.light .mat-mdc-checkbox.mat-primary,
.vex-theme-purple .light .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #9333ea;
  --mat-checkbox-selected-hover-icon-color: #9333ea;
  --mat-checkbox-selected-icon-color: #9333ea;
  --mat-checkbox-selected-pressed-icon-color: #9333ea;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #9333ea;
  --mat-checkbox-selected-hover-state-layer-color: #9333ea;
  --mat-checkbox-selected-pressed-state-layer-color: #9333ea;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-mdc-checkbox.mat-warn,
.vex-theme-purple.light .mat-mdc-checkbox.mat-warn,
.vex-theme-purple .light .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-mdc-button.mat-primary,
.vex-theme-purple .mat-mdc-unelevated-button.mat-primary,
.vex-theme-purple .mat-mdc-raised-button.mat-primary,
.vex-theme-purple .mat-mdc-outlined-button.mat-primary,
.vex-theme-purple .mat-tonal-button.mat-primary,
.vex-theme-purple.light .mat-mdc-button.mat-primary,
.vex-theme-purple.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-purple.light .mat-mdc-raised-button.mat-primary,
.vex-theme-purple.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-purple.light .mat-tonal-button.mat-primary,
.vex-theme-purple .light .mat-mdc-button.mat-primary,
.vex-theme-purple .light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-purple .light .mat-mdc-raised-button.mat-primary,
.vex-theme-purple .light .mat-mdc-outlined-button.mat-primary,
.vex-theme-purple .light .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #9333ea;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #9333ea;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #9333ea 12%, transparent);
  --mat-button-outlined-state-layer-color: #9333ea;
  --mat-button-protected-container-color: #9333ea;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #9333ea;
  --mat-button-text-ripple-color: color-mix(in srgb, #9333ea 12%, transparent);
  --mat-button-text-state-layer-color: #9333ea;
  --mat-button-tonal-container-color: #9333ea;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-purple .mat-mdc-button.mat-accent,
.vex-theme-purple .mat-mdc-unelevated-button.mat-accent,
.vex-theme-purple .mat-mdc-raised-button.mat-accent,
.vex-theme-purple .mat-mdc-outlined-button.mat-accent,
.vex-theme-purple .mat-tonal-button.mat-accent,
.vex-theme-purple.light .mat-mdc-button.mat-accent,
.vex-theme-purple.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-purple.light .mat-mdc-raised-button.mat-accent,
.vex-theme-purple.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-purple.light .mat-tonal-button.mat-accent,
.vex-theme-purple .light .mat-mdc-button.mat-accent,
.vex-theme-purple .light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-purple .light .mat-mdc-raised-button.mat-accent,
.vex-theme-purple .light .mat-mdc-outlined-button.mat-accent,
.vex-theme-purple .light .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-purple .mat-mdc-button.mat-warn,
.vex-theme-purple .mat-mdc-unelevated-button.mat-warn,
.vex-theme-purple .mat-mdc-raised-button.mat-warn,
.vex-theme-purple .mat-mdc-outlined-button.mat-warn,
.vex-theme-purple .mat-tonal-button.mat-warn,
.vex-theme-purple.light .mat-mdc-button.mat-warn,
.vex-theme-purple.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-purple.light .mat-mdc-raised-button.mat-warn,
.vex-theme-purple.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-purple.light .mat-tonal-button.mat-warn,
.vex-theme-purple .light .mat-mdc-button.mat-warn,
.vex-theme-purple .light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-purple .light .mat-mdc-raised-button.mat-warn,
.vex-theme-purple .light .mat-mdc-outlined-button.mat-warn,
.vex-theme-purple .light .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-purple .mat-mdc-icon-button.mat-primary,
.vex-theme-purple.light .mat-mdc-icon-button.mat-primary,
.vex-theme-purple .light .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #9333ea;
  --mat-icon-button-state-layer-color: #9333ea;
  --mat-icon-button-ripple-color: color-mix(in srgb, #9333ea 12%, transparent);
}
.vex-theme-purple .mat-mdc-icon-button.mat-accent,
.vex-theme-purple.light .mat-mdc-icon-button.mat-accent,
.vex-theme-purple .light .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-purple .mat-mdc-icon-button.mat-warn,
.vex-theme-purple.light .mat-mdc-icon-button.mat-warn,
.vex-theme-purple .light .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-purple .mat-mdc-fab.mat-primary,
.vex-theme-purple .mat-mdc-mini-fab.mat-primary,
.vex-theme-purple.light .mat-mdc-fab.mat-primary,
.vex-theme-purple.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-purple .light .mat-mdc-fab.mat-primary,
.vex-theme-purple .light .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #9333ea;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #9333ea 12%, transparent);
  --mat-fab-small-container-color: #9333ea;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-purple .mat-mdc-fab.mat-accent,
.vex-theme-purple .mat-mdc-mini-fab.mat-accent,
.vex-theme-purple.light .mat-mdc-fab.mat-accent,
.vex-theme-purple.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-purple .light .mat-mdc-fab.mat-accent,
.vex-theme-purple .light .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-purple .mat-mdc-fab.mat-warn,
.vex-theme-purple .mat-mdc-mini-fab.mat-warn,
.vex-theme-purple.light .mat-mdc-fab.mat-warn,
.vex-theme-purple.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-purple .light .mat-mdc-fab.mat-warn,
.vex-theme-purple .light .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-purple .mat-accent,
.vex-theme-purple.light .mat-accent,
.vex-theme-purple .light .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-purple .mat-warn,
.vex-theme-purple.light .mat-warn,
.vex-theme-purple .light .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-purple .mat-badge-accent,
.vex-theme-purple.light .mat-badge-accent,
.vex-theme-purple .light .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-purple .mat-badge-warn,
.vex-theme-purple.light .mat-badge-warn,
.vex-theme-purple .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-purple .mat-datepicker-content.mat-accent,
.vex-theme-purple .mat-datepicker-toggle-active.mat-accent,
.vex-theme-purple.light .mat-datepicker-content.mat-accent,
.vex-theme-purple.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-purple .light .mat-datepicker-content.mat-accent,
.vex-theme-purple .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-datepicker-content.mat-warn,
.vex-theme-purple .mat-datepicker-toggle-active.mat-warn,
.vex-theme-purple.light .mat-datepicker-content.mat-warn,
.vex-theme-purple.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-purple .light .mat-datepicker-content.mat-warn,
.vex-theme-purple .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-purple .mat-icon.mat-primary,
.vex-theme-purple.light .mat-icon.mat-primary,
.vex-theme-purple .light .mat-icon.mat-primary {
  --mat-icon-color: #9333ea;
}
.vex-theme-purple .mat-icon.mat-accent,
.vex-theme-purple.light .mat-icon.mat-accent,
.vex-theme-purple .light .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-purple .mat-icon.mat-warn,
.vex-theme-purple.light .mat-icon.mat-warn,
.vex-theme-purple .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-purple .mat-step-header.mat-accent,
.vex-theme-purple.light .mat-step-header.mat-accent,
.vex-theme-purple .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-purple .mat-step-header.mat-warn,
.vex-theme-purple.light .mat-step-header.mat-warn,
.vex-theme-purple .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-purple .mat-toolbar.mat-primary,
.vex-theme-purple.light .mat-toolbar.mat-primary,
.vex-theme-purple .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #9333ea;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-purple .mat-toolbar.mat-accent,
.vex-theme-purple.light .mat-toolbar.mat-accent,
.vex-theme-purple .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-purple .mat-toolbar.mat-warn,
.vex-theme-purple.light .mat-toolbar.mat-warn,
.vex-theme-purple .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-purple.dark,
.vex-theme-purple .dark {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-label-text-color: #a855f7;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-optgroup-label-text-color: white;
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #a855f7 87%, transparent);
  --mat-form-field-filled-caret-color: #a855f7;
  --mat-form-field-filled-focus-active-indicator-color: #a855f7;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #a855f7 87%, transparent);
  --mat-form-field-outlined-caret-color: #a855f7;
  --mat-form-field-outlined-focus-outline-color: #a855f7;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #a855f7 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #a855f7;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: #424242;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #a855f7;
  --mat-slide-toggle-selected-handle-color: #a855f7;
  --mat-slide-toggle-selected-hover-state-layer-color: #a855f7;
  --mat-slide-toggle-selected-pressed-state-layer-color: #a855f7;
  --mat-slide-toggle-selected-focus-handle-color: #a855f7;
  --mat-slide-toggle-selected-hover-handle-color: #a855f7;
  --mat-slide-toggle-selected-pressed-handle-color: #a855f7;
  --mat-slide-toggle-selected-focus-track-color: #9333ea;
  --mat-slide-toggle-selected-hover-track-color: #9333ea;
  --mat-slide-toggle-selected-pressed-track-color: #9333ea;
  --mat-slide-toggle-selected-track-color: #9333ea;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
  --mat-slider-active-track-color: #a855f7;
  --mat-slider-focus-handle-color: #a855f7;
  --mat-slider-handle-color: #a855f7;
  --mat-slider-hover-handle-color: #a855f7;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #a855f7 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #a855f7 4%, transparent);
  --mat-slider-inactive-track-color: #a855f7;
  --mat-slider-ripple-color: #a855f7;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #a855f7;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #9333ea;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-progress-spinner-active-indicator-color: #a855f7;
  --mat-badge-background-color: #a855f7;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #a855f7 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #a855f7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #a855f7 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #a855f7 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #a855f7 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #a855f7;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(255, 255, 255, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #a855f7;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #a855f7;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #a855f7;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: white;
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-background-color: #424242;
}
.vex-theme-purple.dark .mat-accent,
.vex-theme-purple .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-purple.dark .mat-warn,
.vex-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: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-purple.dark .mat-primary,
.vex-theme-purple .dark .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #a855f7;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #a855f7;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-purple.dark .mat-accent,
.vex-theme-purple .dark .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-purple.dark .mat-warn,
.vex-theme-purple .dark .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-purple.dark .mat-mdc-progress-bar,
.vex-theme-purple .dark .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #a855f7;
  --mat-progress-bar-track-color: rgba(168, 85, 247, 0.25);
}
.vex-theme-purple.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-purple .dark .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-purple.dark .mat-mdc-progress-bar.mat-warn,
.vex-theme-purple .dark .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-purple.dark .mat-mdc-form-field.mat-accent,
.vex-theme-purple .dark .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-purple.dark .mat-mdc-form-field.mat-warn,
.vex-theme-purple .dark .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-purple.dark .mat-mdc-form-field.mat-accent,
.vex-theme-purple .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-purple.dark .mat-mdc-form-field.mat-warn,
.vex-theme-purple .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-purple.dark .mat-mdc-standard-chip,
.vex-theme-purple .dark .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.vex-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #a855f7;
  --mat-chip-elevated-disabled-container-color: #a855f7;
  --mat-chip-elevated-selected-container-color: #a855f7;
  --mat-chip-flat-disabled-selected-container-color: #a855f7;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-purple.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-purple .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-purple .dark .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #d97706;
  --mat-slide-toggle-selected-hover-track-color: #d97706;
  --mat-slide-toggle-selected-pressed-track-color: #d97706;
  --mat-slide-toggle-selected-track-color: #d97706;
}
.vex-theme-purple.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-purple .dark .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #dc2626;
  --mat-slide-toggle-selected-hover-track-color: #dc2626;
  --mat-slide-toggle-selected-pressed-track-color: #dc2626;
  --mat-slide-toggle-selected-track-color: #dc2626;
}
.vex-theme-purple.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #a855f7;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #a855f7;
  --mat-radio-selected-hover-icon-color: #a855f7;
  --mat-radio-selected-icon-color: #a855f7;
  --mat-radio-selected-pressed-icon-color: #a855f7;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-purple.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-purple.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-purple.dark .mat-accent,
.vex-theme-purple .dark .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-purple.dark .mat-warn,
.vex-theme-purple .dark .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-purple.dark .mdc-list-item__start,
.vex-theme-purple.dark .mdc-list-item__end,
.vex-theme-purple .dark .mdc-list-item__start,
.vex-theme-purple .dark .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #a855f7;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #a855f7;
  --mat-radio-selected-hover-icon-color: #a855f7;
  --mat-radio-selected-icon-color: #a855f7;
  --mat-radio-selected-pressed-icon-color: #a855f7;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-purple.dark .mat-accent .mdc-list-item__start,
.vex-theme-purple.dark .mat-accent .mdc-list-item__end,
.vex-theme-purple .dark .mat-accent .mdc-list-item__start,
.vex-theme-purple .dark .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-purple.dark .mat-warn .mdc-list-item__start,
.vex-theme-purple.dark .mat-warn .mdc-list-item__end,
.vex-theme-purple .dark .mat-warn .mdc-list-item__start,
.vex-theme-purple .dark .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-purple.dark .mat-mdc-list-option,
.vex-theme-purple .dark .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #a855f7;
  --mat-checkbox-selected-hover-icon-color: #a855f7;
  --mat-checkbox-selected-icon-color: #a855f7;
  --mat-checkbox-selected-pressed-icon-color: #a855f7;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #a855f7;
  --mat-checkbox-selected-hover-state-layer-color: #a855f7;
  --mat-checkbox-selected-pressed-state-layer-color: #a855f7;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-purple.dark .mat-mdc-list-option.mat-accent,
.vex-theme-purple .dark .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-purple.dark .mat-mdc-list-option.mat-warn,
.vex-theme-purple .dark .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #a855f7;
}
.vex-theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-purple.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-purple .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-purple.dark .mat-mdc-tab-group,
.vex-theme-purple.dark .mat-mdc-tab-nav-bar,
.vex-theme-purple .dark .mat-mdc-tab-group,
.vex-theme-purple .dark .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #a855f7;
  --mat-tab-active-ripple-color: #a855f7;
  --mat-tab-inactive-ripple-color: #a855f7;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #a855f7;
  --mat-tab-active-hover-label-text-color: #a855f7;
  --mat-tab-active-focus-indicator-color: #a855f7;
  --mat-tab-active-hover-indicator-color: #a855f7;
  --mat-tab-active-indicator-color: #a855f7;
}
.vex-theme-purple.dark .mat-mdc-tab-group.mat-accent,
.vex-theme-purple.dark .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-purple .dark .mat-mdc-tab-group.mat-accent,
.vex-theme-purple .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-purple.dark .mat-mdc-tab-group.mat-warn,
.vex-theme-purple.dark .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-purple .dark .mat-mdc-tab-group.mat-warn,
.vex-theme-purple .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-purple.dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-purple .dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #a855f7;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-purple .dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-purple.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-purple .dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-purple .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-purple .dark .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #a855f7;
  --mat-checkbox-selected-hover-icon-color: #a855f7;
  --mat-checkbox-selected-icon-color: #a855f7;
  --mat-checkbox-selected-pressed-icon-color: #a855f7;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #a855f7;
  --mat-checkbox-selected-hover-state-layer-color: #a855f7;
  --mat-checkbox-selected-pressed-state-layer-color: #a855f7;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-purple.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-purple .dark .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-purple.dark .mat-mdc-button.mat-primary,
.vex-theme-purple.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-purple.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-purple.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-purple.dark .mat-tonal-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-raised-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-purple .dark .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #a855f7;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #a855f7;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #a855f7 12%, transparent);
  --mat-button-outlined-state-layer-color: #a855f7;
  --mat-button-protected-container-color: #a855f7;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #a855f7;
  --mat-button-text-ripple-color: color-mix(in srgb, #a855f7 12%, transparent);
  --mat-button-text-state-layer-color: #a855f7;
  --mat-button-tonal-container-color: #a855f7;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-button.mat-accent,
.vex-theme-purple.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-purple.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-purple.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-purple.dark .mat-tonal-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-raised-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-purple .dark .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-button.mat-warn,
.vex-theme-purple.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-purple.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-purple.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-purple.dark .mat-tonal-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-raised-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-purple .dark .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #a855f7;
  --mat-icon-button-state-layer-color: #a855f7;
  --mat-icon-button-ripple-color: color-mix(in srgb, #a855f7 12%, transparent);
}
.vex-theme-purple.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-purple.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-purple.dark .mat-mdc-fab.mat-primary,
.vex-theme-purple.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-purple .dark .mat-mdc-fab.mat-primary,
.vex-theme-purple .dark .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #a855f7;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #a855f7 12%, transparent);
  --mat-fab-small-container-color: #a855f7;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-fab.mat-accent,
.vex-theme-purple.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-purple .dark .mat-mdc-fab.mat-accent,
.vex-theme-purple .dark .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-purple.dark .mat-mdc-fab.mat-warn,
.vex-theme-purple.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-purple .dark .mat-mdc-fab.mat-warn,
.vex-theme-purple .dark .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-purple.dark .mat-accent,
.vex-theme-purple .dark .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-purple.dark .mat-warn,
.vex-theme-purple .dark .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-purple.dark .mat-badge-accent,
.vex-theme-purple .dark .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-purple.dark .mat-badge-warn,
.vex-theme-purple .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-purple.dark .mat-datepicker-content.mat-accent,
.vex-theme-purple.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-purple .dark .mat-datepicker-content.mat-accent,
.vex-theme-purple .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-purple.dark .mat-datepicker-content.mat-warn,
.vex-theme-purple.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-purple .dark .mat-datepicker-content.mat-warn,
.vex-theme-purple .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-purple.dark .mat-icon.mat-primary,
.vex-theme-purple .dark .mat-icon.mat-primary {
  --mat-icon-color: #a855f7;
}
.vex-theme-purple.dark .mat-icon.mat-accent,
.vex-theme-purple .dark .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-purple.dark .mat-icon.mat-warn,
.vex-theme-purple .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-purple.dark .mat-step-header.mat-accent,
.vex-theme-purple .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-purple.dark .mat-step-header.mat-warn,
.vex-theme-purple .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-purple.dark .mat-toolbar.mat-primary,
.vex-theme-purple .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #a855f7;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-purple.dark .mat-toolbar.mat-accent,
.vex-theme-purple .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-purple.dark .mat-toolbar.mat-warn,
.vex-theme-purple .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-red,
.vex-theme-red.light,
.vex-theme-red .light {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #dc2626;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #dc2626 87%, transparent);
  --mat-form-field-filled-caret-color: #dc2626;
  --mat-form-field-filled-focus-active-indicator-color: #dc2626;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #dc2626 87%, transparent);
  --mat-form-field-outlined-caret-color: #dc2626;
  --mat-form-field-outlined-focus-outline-color: #dc2626;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #dc2626 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #dc2626;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #dc2626;
  --mat-slide-toggle-selected-handle-color: #dc2626;
  --mat-slide-toggle-selected-hover-state-layer-color: #dc2626;
  --mat-slide-toggle-selected-pressed-state-layer-color: #dc2626;
  --mat-slide-toggle-selected-focus-handle-color: #dc2626;
  --mat-slide-toggle-selected-hover-handle-color: #dc2626;
  --mat-slide-toggle-selected-pressed-handle-color: #dc2626;
  --mat-slide-toggle-selected-focus-track-color: #fca5a5;
  --mat-slide-toggle-selected-hover-track-color: #fca5a5;
  --mat-slide-toggle-selected-pressed-track-color: #fca5a5;
  --mat-slide-toggle-selected-track-color: #fca5a5;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
  --mat-slider-active-track-color: #dc2626;
  --mat-slider-focus-handle-color: #dc2626;
  --mat-slider-handle-color: #dc2626;
  --mat-slider-hover-handle-color: #dc2626;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #dc2626 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #dc2626 4%, transparent);
  --mat-slider-inactive-track-color: #dc2626;
  --mat-slider-ripple-color: #dc2626;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #dc2626;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #fca5a5;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-progress-spinner-active-indicator-color: #dc2626;
  --mat-badge-background-color: #dc2626;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #dc2626 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #dc2626;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #dc2626 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #dc2626 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #dc2626 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #dc2626;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #dc2626;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #dc2626;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #dc2626;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-container-background-color: white;
}
.vex-theme-red .mat-accent,
.vex-theme-red.light .mat-accent,
.vex-theme-red .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-red .mat-warn,
.vex-theme-red.light .mat-warn,
.vex-theme-red .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-red .mat-primary,
.vex-theme-red.light .mat-primary,
.vex-theme-red .light .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #dc2626;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #dc2626;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-red .mat-accent,
.vex-theme-red.light .mat-accent,
.vex-theme-red .light .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-red .mat-warn,
.vex-theme-red.light .mat-warn,
.vex-theme-red .light .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-red .mat-mdc-progress-bar,
.vex-theme-red.light .mat-mdc-progress-bar,
.vex-theme-red .light .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #dc2626;
  --mat-progress-bar-track-color: rgba(220, 38, 38, 0.25);
}
.vex-theme-red .mat-mdc-progress-bar.mat-accent,
.vex-theme-red.light .mat-mdc-progress-bar.mat-accent,
.vex-theme-red .light .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-red .mat-mdc-progress-bar.mat-warn,
.vex-theme-red.light .mat-mdc-progress-bar.mat-warn,
.vex-theme-red .light .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-red .mat-mdc-form-field.mat-accent,
.vex-theme-red.light .mat-mdc-form-field.mat-accent,
.vex-theme-red .light .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-red .mat-mdc-form-field.mat-warn,
.vex-theme-red.light .mat-mdc-form-field.mat-warn,
.vex-theme-red .light .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-red .mat-mdc-form-field.mat-accent,
.vex-theme-red.light .mat-mdc-form-field.mat-accent,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-red .mat-mdc-form-field.mat-warn,
.vex-theme-red.light .mat-mdc-form-field.mat-warn,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-red .mat-mdc-standard-chip,
.vex-theme-red.light .mat-mdc-standard-chip,
.vex-theme-red .light .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-red .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #dc2626;
  --mat-chip-elevated-disabled-container-color: #dc2626;
  --mat-chip-elevated-selected-container-color: #dc2626;
  --mat-chip-flat-disabled-selected-container-color: #dc2626;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-red .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-red .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-red .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-red .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-red.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-red .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-red .mat-mdc-slide-toggle.mat-accent,
.vex-theme-red.light .mat-mdc-slide-toggle.mat-accent,
.vex-theme-red .light .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #fcd34d;
  --mat-slide-toggle-selected-hover-track-color: #fcd34d;
  --mat-slide-toggle-selected-pressed-track-color: #fcd34d;
  --mat-slide-toggle-selected-track-color: #fcd34d;
}
.vex-theme-red .mat-mdc-slide-toggle.mat-warn,
.vex-theme-red.light .mat-mdc-slide-toggle.mat-warn,
.vex-theme-red .light .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #fca5a5;
  --mat-slide-toggle-selected-hover-track-color: #fca5a5;
  --mat-slide-toggle-selected-pressed-track-color: #fca5a5;
  --mat-slide-toggle-selected-track-color: #fca5a5;
}
.vex-theme-red .mat-mdc-radio-button.mat-primary,
.vex-theme-red.light .mat-mdc-radio-button.mat-primary,
.vex-theme-red .light .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #dc2626;
  --mat-radio-selected-hover-icon-color: #dc2626;
  --mat-radio-selected-icon-color: #dc2626;
  --mat-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-mdc-radio-button.mat-accent,
.vex-theme-red.light .mat-mdc-radio-button.mat-accent,
.vex-theme-red .light .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-mdc-radio-button.mat-warn,
.vex-theme-red.light .mat-mdc-radio-button.mat-warn,
.vex-theme-red .light .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-accent,
.vex-theme-red.light .mat-accent,
.vex-theme-red .light .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-red .mat-warn,
.vex-theme-red.light .mat-warn,
.vex-theme-red .light .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-red .mdc-list-item__start,
.vex-theme-red .mdc-list-item__end,
.vex-theme-red.light .mdc-list-item__start,
.vex-theme-red.light .mdc-list-item__end,
.vex-theme-red .light .mdc-list-item__start,
.vex-theme-red .light .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #dc2626;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #dc2626;
  --mat-radio-selected-hover-icon-color: #dc2626;
  --mat-radio-selected-icon-color: #dc2626;
  --mat-radio-selected-pressed-icon-color: #dc2626;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-accent .mdc-list-item__start,
.vex-theme-red .mat-accent .mdc-list-item__end,
.vex-theme-red.light .mat-accent .mdc-list-item__start,
.vex-theme-red.light .mat-accent .mdc-list-item__end,
.vex-theme-red .light .mat-accent .mdc-list-item__start,
.vex-theme-red .light .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-warn .mdc-list-item__start,
.vex-theme-red .mat-warn .mdc-list-item__end,
.vex-theme-red.light .mat-warn .mdc-list-item__start,
.vex-theme-red.light .mat-warn .mdc-list-item__end,
.vex-theme-red .light .mat-warn .mdc-list-item__start,
.vex-theme-red .light .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-mdc-list-option,
.vex-theme-red.light .mat-mdc-list-option,
.vex-theme-red .light .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #dc2626;
  --mat-checkbox-selected-hover-icon-color: #dc2626;
  --mat-checkbox-selected-icon-color: #dc2626;
  --mat-checkbox-selected-pressed-icon-color: #dc2626;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #dc2626;
  --mat-checkbox-selected-hover-state-layer-color: #dc2626;
  --mat-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-mdc-list-option.mat-accent,
.vex-theme-red.light .mat-mdc-list-option.mat-accent,
.vex-theme-red .light .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-mdc-list-option.mat-warn,
.vex-theme-red.light .mat-mdc-list-option.mat-warn,
.vex-theme-red .light .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #dc2626;
}
.vex-theme-red .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-red .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-red .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-red.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-red.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-red.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-red .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-red .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-red .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-red .mat-mdc-tab-group,
.vex-theme-red .mat-mdc-tab-nav-bar,
.vex-theme-red.light .mat-mdc-tab-group,
.vex-theme-red.light .mat-mdc-tab-nav-bar,
.vex-theme-red .light .mat-mdc-tab-group,
.vex-theme-red .light .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #dc2626;
  --mat-tab-active-ripple-color: #dc2626;
  --mat-tab-inactive-ripple-color: #dc2626;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #dc2626;
  --mat-tab-active-hover-label-text-color: #dc2626;
  --mat-tab-active-focus-indicator-color: #dc2626;
  --mat-tab-active-hover-indicator-color: #dc2626;
  --mat-tab-active-indicator-color: #dc2626;
}
.vex-theme-red .mat-mdc-tab-group.mat-accent,
.vex-theme-red .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-red.light .mat-mdc-tab-group.mat-accent,
.vex-theme-red.light .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-red .light .mat-mdc-tab-group.mat-accent,
.vex-theme-red .light .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-red .mat-mdc-tab-group.mat-warn,
.vex-theme-red .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-red.light .mat-mdc-tab-group.mat-warn,
.vex-theme-red.light .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-red .light .mat-mdc-tab-group.mat-warn,
.vex-theme-red .light .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-red .mat-mdc-tab-group.mat-background-primary,
.vex-theme-red .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-red.light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-red.light .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-red .light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-red .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #dc2626;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-red .mat-mdc-tab-group.mat-background-accent,
.vex-theme-red .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-red.light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-red.light .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-red .light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-red .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-red .mat-mdc-tab-group.mat-background-warn,
.vex-theme-red .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-red.light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-red.light .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-red .light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-red .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-red .mat-mdc-checkbox.mat-primary,
.vex-theme-red.light .mat-mdc-checkbox.mat-primary,
.vex-theme-red .light .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #dc2626;
  --mat-checkbox-selected-hover-icon-color: #dc2626;
  --mat-checkbox-selected-icon-color: #dc2626;
  --mat-checkbox-selected-pressed-icon-color: #dc2626;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #dc2626;
  --mat-checkbox-selected-hover-state-layer-color: #dc2626;
  --mat-checkbox-selected-pressed-state-layer-color: #dc2626;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-mdc-checkbox.mat-warn,
.vex-theme-red.light .mat-mdc-checkbox.mat-warn,
.vex-theme-red .light .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-mdc-button.mat-primary,
.vex-theme-red .mat-mdc-unelevated-button.mat-primary,
.vex-theme-red .mat-mdc-raised-button.mat-primary,
.vex-theme-red .mat-mdc-outlined-button.mat-primary,
.vex-theme-red .mat-tonal-button.mat-primary,
.vex-theme-red.light .mat-mdc-button.mat-primary,
.vex-theme-red.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-red.light .mat-mdc-raised-button.mat-primary,
.vex-theme-red.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-red.light .mat-tonal-button.mat-primary,
.vex-theme-red .light .mat-mdc-button.mat-primary,
.vex-theme-red .light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-red .light .mat-mdc-raised-button.mat-primary,
.vex-theme-red .light .mat-mdc-outlined-button.mat-primary,
.vex-theme-red .light .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #dc2626;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #dc2626;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #dc2626 12%, transparent);
  --mat-button-outlined-state-layer-color: #dc2626;
  --mat-button-protected-container-color: #dc2626;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #dc2626;
  --mat-button-text-ripple-color: color-mix(in srgb, #dc2626 12%, transparent);
  --mat-button-text-state-layer-color: #dc2626;
  --mat-button-tonal-container-color: #dc2626;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-red .mat-mdc-button.mat-accent,
.vex-theme-red .mat-mdc-unelevated-button.mat-accent,
.vex-theme-red .mat-mdc-raised-button.mat-accent,
.vex-theme-red .mat-mdc-outlined-button.mat-accent,
.vex-theme-red .mat-tonal-button.mat-accent,
.vex-theme-red.light .mat-mdc-button.mat-accent,
.vex-theme-red.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-red.light .mat-mdc-raised-button.mat-accent,
.vex-theme-red.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-red.light .mat-tonal-button.mat-accent,
.vex-theme-red .light .mat-mdc-button.mat-accent,
.vex-theme-red .light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-red .light .mat-mdc-raised-button.mat-accent,
.vex-theme-red .light .mat-mdc-outlined-button.mat-accent,
.vex-theme-red .light .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-red .mat-mdc-button.mat-warn,
.vex-theme-red .mat-mdc-unelevated-button.mat-warn,
.vex-theme-red .mat-mdc-raised-button.mat-warn,
.vex-theme-red .mat-mdc-outlined-button.mat-warn,
.vex-theme-red .mat-tonal-button.mat-warn,
.vex-theme-red.light .mat-mdc-button.mat-warn,
.vex-theme-red.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-red.light .mat-mdc-raised-button.mat-warn,
.vex-theme-red.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-red.light .mat-tonal-button.mat-warn,
.vex-theme-red .light .mat-mdc-button.mat-warn,
.vex-theme-red .light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-red .light .mat-mdc-raised-button.mat-warn,
.vex-theme-red .light .mat-mdc-outlined-button.mat-warn,
.vex-theme-red .light .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-red .mat-mdc-icon-button.mat-primary,
.vex-theme-red.light .mat-mdc-icon-button.mat-primary,
.vex-theme-red .light .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #dc2626;
  --mat-icon-button-state-layer-color: #dc2626;
  --mat-icon-button-ripple-color: color-mix(in srgb, #dc2626 12%, transparent);
}
.vex-theme-red .mat-mdc-icon-button.mat-accent,
.vex-theme-red.light .mat-mdc-icon-button.mat-accent,
.vex-theme-red .light .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-red .mat-mdc-icon-button.mat-warn,
.vex-theme-red.light .mat-mdc-icon-button.mat-warn,
.vex-theme-red .light .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-red .mat-mdc-fab.mat-primary,
.vex-theme-red .mat-mdc-mini-fab.mat-primary,
.vex-theme-red.light .mat-mdc-fab.mat-primary,
.vex-theme-red.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-red .light .mat-mdc-fab.mat-primary,
.vex-theme-red .light .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #dc2626;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #dc2626 12%, transparent);
  --mat-fab-small-container-color: #dc2626;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-red .mat-mdc-fab.mat-accent,
.vex-theme-red .mat-mdc-mini-fab.mat-accent,
.vex-theme-red.light .mat-mdc-fab.mat-accent,
.vex-theme-red.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-red .light .mat-mdc-fab.mat-accent,
.vex-theme-red .light .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-red .mat-mdc-fab.mat-warn,
.vex-theme-red .mat-mdc-mini-fab.mat-warn,
.vex-theme-red.light .mat-mdc-fab.mat-warn,
.vex-theme-red.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-red .light .mat-mdc-fab.mat-warn,
.vex-theme-red .light .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-red .mat-accent,
.vex-theme-red.light .mat-accent,
.vex-theme-red .light .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-red .mat-warn,
.vex-theme-red.light .mat-warn,
.vex-theme-red .light .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-red .mat-badge-accent,
.vex-theme-red.light .mat-badge-accent,
.vex-theme-red .light .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-red .mat-badge-warn,
.vex-theme-red.light .mat-badge-warn,
.vex-theme-red .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-red .mat-datepicker-content.mat-accent,
.vex-theme-red .mat-datepicker-toggle-active.mat-accent,
.vex-theme-red.light .mat-datepicker-content.mat-accent,
.vex-theme-red.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-red .light .mat-datepicker-content.mat-accent,
.vex-theme-red .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-datepicker-content.mat-warn,
.vex-theme-red .mat-datepicker-toggle-active.mat-warn,
.vex-theme-red.light .mat-datepicker-content.mat-warn,
.vex-theme-red.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-red .light .mat-datepicker-content.mat-warn,
.vex-theme-red .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-red .mat-icon.mat-primary,
.vex-theme-red.light .mat-icon.mat-primary,
.vex-theme-red .light .mat-icon.mat-primary {
  --mat-icon-color: #dc2626;
}
.vex-theme-red .mat-icon.mat-accent,
.vex-theme-red.light .mat-icon.mat-accent,
.vex-theme-red .light .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-red .mat-icon.mat-warn,
.vex-theme-red.light .mat-icon.mat-warn,
.vex-theme-red .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-red .mat-step-header.mat-accent,
.vex-theme-red.light .mat-step-header.mat-accent,
.vex-theme-red .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-red .mat-step-header.mat-warn,
.vex-theme-red.light .mat-step-header.mat-warn,
.vex-theme-red .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-red .mat-toolbar.mat-primary,
.vex-theme-red.light .mat-toolbar.mat-primary,
.vex-theme-red .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #dc2626;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-red .mat-toolbar.mat-accent,
.vex-theme-red.light .mat-toolbar.mat-accent,
.vex-theme-red .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-red .mat-toolbar.mat-warn,
.vex-theme-red.light .mat-toolbar.mat-warn,
.vex-theme-red .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-red.dark,
.vex-theme-red .dark {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-optgroup-label-text-color: white;
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: #424242;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #dc2626;
  --mat-slide-toggle-selected-hover-track-color: #dc2626;
  --mat-slide-toggle-selected-pressed-track-color: #dc2626;
  --mat-slide-toggle-selected-track-color: #dc2626;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #dc2626;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-progress-spinner-active-indicator-color: #ef4444;
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(255, 255, 255, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: white;
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-background-color: #424242;
}
.vex-theme-red.dark .mat-accent,
.vex-theme-red .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-red.dark .mat-warn,
.vex-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: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-red.dark .mat-primary,
.vex-theme-red .dark .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-red.dark .mat-accent,
.vex-theme-red .dark .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-red.dark .mat-warn,
.vex-theme-red .dark .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-red.dark .mat-mdc-progress-bar,
.vex-theme-red .dark .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-red.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-red .dark .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-red.dark .mat-mdc-progress-bar.mat-warn,
.vex-theme-red .dark .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-red.dark .mat-mdc-form-field.mat-accent,
.vex-theme-red .dark .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-red.dark .mat-mdc-form-field.mat-warn,
.vex-theme-red .dark .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-red.dark .mat-mdc-form-field.mat-accent,
.vex-theme-red .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-red.dark .mat-mdc-form-field.mat-warn,
.vex-theme-red .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-red.dark .mat-mdc-standard-chip,
.vex-theme-red .dark .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.vex-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-red.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-red .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-red.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-red .dark .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #d97706;
  --mat-slide-toggle-selected-hover-track-color: #d97706;
  --mat-slide-toggle-selected-pressed-track-color: #d97706;
  --mat-slide-toggle-selected-track-color: #d97706;
}
.vex-theme-red.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-red .dark .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #dc2626;
  --mat-slide-toggle-selected-hover-track-color: #dc2626;
  --mat-slide-toggle-selected-pressed-track-color: #dc2626;
  --mat-slide-toggle-selected-track-color: #dc2626;
}
.vex-theme-red.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-red .dark .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-red.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-red .dark .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-red.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-red .dark .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-red.dark .mat-accent,
.vex-theme-red .dark .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-red.dark .mat-warn,
.vex-theme-red .dark .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-red.dark .mdc-list-item__start,
.vex-theme-red.dark .mdc-list-item__end,
.vex-theme-red .dark .mdc-list-item__start,
.vex-theme-red .dark .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-red.dark .mat-accent .mdc-list-item__start,
.vex-theme-red.dark .mat-accent .mdc-list-item__end,
.vex-theme-red .dark .mat-accent .mdc-list-item__start,
.vex-theme-red .dark .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-red.dark .mat-warn .mdc-list-item__start,
.vex-theme-red.dark .mat-warn .mdc-list-item__end,
.vex-theme-red .dark .mat-warn .mdc-list-item__start,
.vex-theme-red .dark .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-red.dark .mat-mdc-list-option,
.vex-theme-red .dark .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-red.dark .mat-mdc-list-option.mat-accent,
.vex-theme-red .dark .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-red.dark .mat-mdc-list-option.mat-warn,
.vex-theme-red .dark .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #ef4444;
}
.vex-theme-red.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-red.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-red.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-red .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-red .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-red .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-red.dark .mat-mdc-tab-group,
.vex-theme-red.dark .mat-mdc-tab-nav-bar,
.vex-theme-red .dark .mat-mdc-tab-group,
.vex-theme-red .dark .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-red.dark .mat-mdc-tab-group.mat-accent,
.vex-theme-red.dark .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-red .dark .mat-mdc-tab-group.mat-accent,
.vex-theme-red .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-red.dark .mat-mdc-tab-group.mat-warn,
.vex-theme-red.dark .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-red .dark .mat-mdc-tab-group.mat-warn,
.vex-theme-red .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-red.dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-red.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-red .dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-red .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-red.dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-red.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-red .dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-red .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-red.dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-red.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-red .dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-red .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-red.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-red .dark .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-red.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-red .dark .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-red.dark .mat-mdc-button.mat-primary,
.vex-theme-red.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-red.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-red.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-red.dark .mat-tonal-button.mat-primary,
.vex-theme-red .dark .mat-mdc-button.mat-primary,
.vex-theme-red .dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-red .dark .mat-mdc-raised-button.mat-primary,
.vex-theme-red .dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-red .dark .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-red.dark .mat-mdc-button.mat-accent,
.vex-theme-red.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-red.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-red.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-red.dark .mat-tonal-button.mat-accent,
.vex-theme-red .dark .mat-mdc-button.mat-accent,
.vex-theme-red .dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-red .dark .mat-mdc-raised-button.mat-accent,
.vex-theme-red .dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-red .dark .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-red.dark .mat-mdc-button.mat-warn,
.vex-theme-red.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-red.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-red.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-red.dark .mat-tonal-button.mat-warn,
.vex-theme-red .dark .mat-mdc-button.mat-warn,
.vex-theme-red .dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-red .dark .mat-mdc-raised-button.mat-warn,
.vex-theme-red .dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-red .dark .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-red.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-red .dark .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-red.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-red .dark .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-red.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-red .dark .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-red.dark .mat-mdc-fab.mat-primary,
.vex-theme-red.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-red .dark .mat-mdc-fab.mat-primary,
.vex-theme-red .dark .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-red.dark .mat-mdc-fab.mat-accent,
.vex-theme-red.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-red .dark .mat-mdc-fab.mat-accent,
.vex-theme-red .dark .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-red.dark .mat-mdc-fab.mat-warn,
.vex-theme-red.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-red .dark .mat-mdc-fab.mat-warn,
.vex-theme-red .dark .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-red.dark .mat-accent,
.vex-theme-red .dark .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-red.dark .mat-warn,
.vex-theme-red .dark .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-red.dark .mat-badge-accent,
.vex-theme-red .dark .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-red.dark .mat-badge-warn,
.vex-theme-red .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-red.dark .mat-datepicker-content.mat-accent,
.vex-theme-red.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-red .dark .mat-datepicker-content.mat-accent,
.vex-theme-red .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-red.dark .mat-datepicker-content.mat-warn,
.vex-theme-red.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-red .dark .mat-datepicker-content.mat-warn,
.vex-theme-red .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-red.dark .mat-icon.mat-primary,
.vex-theme-red .dark .mat-icon.mat-primary {
  --mat-icon-color: #ef4444;
}
.vex-theme-red.dark .mat-icon.mat-accent,
.vex-theme-red .dark .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-red.dark .mat-icon.mat-warn,
.vex-theme-red .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-red.dark .mat-step-header.mat-accent,
.vex-theme-red .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-red.dark .mat-step-header.mat-warn,
.vex-theme-red .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-red.dark .mat-toolbar.mat-primary,
.vex-theme-red .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-red.dark .mat-toolbar.mat-accent,
.vex-theme-red .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-red.dark .mat-toolbar.mat-warn,
.vex-theme-red .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-orange,
.vex-theme-orange.light,
.vex-theme-orange .light {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-label-text-color: #ea580c;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-card-elevated-container-color: white;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: white;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-filled-container-color: white;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: #424242;
  --mat-tooltip-supporting-text-color: white;
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ea580c 87%, transparent);
  --mat-form-field-filled-caret-color: #ea580c;
  --mat-form-field-filled-focus-active-indicator-color: #ea580c;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ea580c 87%, transparent);
  --mat-form-field-outlined-caret-color: #ea580c;
  --mat-form-field-outlined-focus-outline-color: #ea580c;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ea580c 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #f6f6f6;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ea580c;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: white;
  --mat-dialog-container-color: white;
  --mat-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mat-dialog-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ea580c;
  --mat-slide-toggle-selected-handle-color: #ea580c;
  --mat-slide-toggle-selected-hover-state-layer-color: #ea580c;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ea580c;
  --mat-slide-toggle-selected-focus-handle-color: #ea580c;
  --mat-slide-toggle-selected-hover-handle-color: #ea580c;
  --mat-slide-toggle-selected-pressed-handle-color: #ea580c;
  --mat-slide-toggle-selected-focus-track-color: #fdba74;
  --mat-slide-toggle-selected-hover-track-color: #fdba74;
  --mat-slide-toggle-selected-pressed-track-color: #fdba74;
  --mat-slide-toggle-selected-track-color: #fdba74;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-selected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-disabled-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-disabled-unselected-track-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: white;
  --mat-slide-toggle-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-handle-color: #424242;
  --mat-slide-toggle-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-focus-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-icon-color: #f6f6f6;
  --mat-slide-toggle-unselected-handle-color: rgba(0, 0, 0, 0.54);
  --mat-slide-toggle-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-hover-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: #424242;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-slide-toggle-unselected-track-color: rgba(0, 0, 0, 0.12);
  --mat-slider-active-track-color: #ea580c;
  --mat-slider-focus-handle-color: #ea580c;
  --mat-slider-handle-color: #ea580c;
  --mat-slider-hover-handle-color: #ea580c;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ea580c 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ea580c 4%, transparent);
  --mat-slider-inactive-track-color: #ea580c;
  --mat-slider-ripple-color: #ea580c;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ea580c;
  --mat-slider-disabled-active-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-handle-color: rgba(0, 0, 0, 0.87);
  --mat-slider-disabled-inactive-track-color: rgba(0, 0, 0, 0.87);
  --mat-slider-label-container-color: #424242;
  --mat-slider-label-label-text-color: white;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: rgba(0, 0, 0, 0.87);
  --mat-slider-with-tick-marks-disabled-container-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-leading-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.54);
  --mat-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-list-list-item-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-container-color: white;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-filled-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-outlined-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-container-color: white;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-protected-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-text-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-container-color: white;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-tonal-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-icon-button-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-container-color: white;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-container-color: white;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(0, 0, 0, 0.54);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: rgba(0, 0, 0, 0.87);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-fab-small-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-fab-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-container-color: #424242;
  --mat-snack-bar-supporting-text-color: white;
  --mat-snack-bar-button-color: #fdba74;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-progress-spinner-active-indicator-color: #ea580c;
  --mat-badge-background-color: #ea580c;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-button-toggle-background-color: white;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: white;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-divider-color: rgba(0, 0, 0, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: white;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-legacy-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ea580c 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ea580c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ea580c 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ea580c 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ea580c 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ea580c;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ea580c;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ea580c;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ea580c;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: rgba(0, 0, 0, 0.87);
  --mat-toolbar-container-background-color: white;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-timepicker-container-background-color: white;
}
.vex-theme-orange .mat-accent,
.vex-theme-orange.light .mat-accent,
.vex-theme-orange .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-orange .mat-warn,
.vex-theme-orange.light .mat-warn,
.vex-theme-orange .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
}
.vex-theme-orange .mat-primary,
.vex-theme-orange.light .mat-primary,
.vex-theme-orange .light .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #ea580c;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ea580c;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-orange .mat-accent,
.vex-theme-orange.light .mat-accent,
.vex-theme-orange .light .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-orange .mat-warn,
.vex-theme-orange.light .mat-warn,
.vex-theme-orange .light .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fafafa;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
}
.vex-theme-orange .mat-mdc-progress-bar,
.vex-theme-orange.light .mat-mdc-progress-bar,
.vex-theme-orange .light .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #ea580c;
  --mat-progress-bar-track-color: rgba(234, 88, 12, 0.25);
}
.vex-theme-orange .mat-mdc-progress-bar.mat-accent,
.vex-theme-orange.light .mat-mdc-progress-bar.mat-accent,
.vex-theme-orange .light .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-orange .mat-mdc-progress-bar.mat-warn,
.vex-theme-orange.light .mat-mdc-progress-bar.mat-warn,
.vex-theme-orange .light .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-orange .mat-mdc-form-field.mat-accent,
.vex-theme-orange.light .mat-mdc-form-field.mat-accent,
.vex-theme-orange .light .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-orange .mat-mdc-form-field.mat-warn,
.vex-theme-orange.light .mat-mdc-form-field.mat-warn,
.vex-theme-orange .light .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-orange .mat-mdc-form-field.mat-accent,
.vex-theme-orange.light .mat-mdc-form-field.mat-accent,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-orange .mat-mdc-form-field.mat-warn,
.vex-theme-orange.light .mat-mdc-form-field.mat-warn,
.vex-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: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.54);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-orange .mat-mdc-standard-chip,
.vex-theme-orange.light .mat-mdc-standard-chip,
.vex-theme-orange .light .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-elevated-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 12%, transparent);
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-chip-selected-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mat-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ea580c;
  --mat-chip-elevated-disabled-container-color: #ea580c;
  --mat-chip-elevated-selected-container-color: #ea580c;
  --mat-chip-flat-disabled-selected-container-color: #ea580c;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-orange .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-orange.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-orange .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-orange .mat-mdc-slide-toggle.mat-accent,
.vex-theme-orange.light .mat-mdc-slide-toggle.mat-accent,
.vex-theme-orange .light .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #fcd34d;
  --mat-slide-toggle-selected-hover-track-color: #fcd34d;
  --mat-slide-toggle-selected-pressed-track-color: #fcd34d;
  --mat-slide-toggle-selected-track-color: #fcd34d;
}
.vex-theme-orange .mat-mdc-slide-toggle.mat-warn,
.vex-theme-orange.light .mat-mdc-slide-toggle.mat-warn,
.vex-theme-orange .light .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #fca5a5;
  --mat-slide-toggle-selected-hover-track-color: #fca5a5;
  --mat-slide-toggle-selected-pressed-track-color: #fca5a5;
  --mat-slide-toggle-selected-track-color: #fca5a5;
}
.vex-theme-orange .mat-mdc-radio-button.mat-primary,
.vex-theme-orange.light .mat-mdc-radio-button.mat-primary,
.vex-theme-orange .light .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #ea580c;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ea580c;
  --mat-radio-selected-hover-icon-color: #ea580c;
  --mat-radio-selected-icon-color: #ea580c;
  --mat-radio-selected-pressed-icon-color: #ea580c;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-mdc-radio-button.mat-accent,
.vex-theme-orange.light .mat-mdc-radio-button.mat-accent,
.vex-theme-orange .light .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-mdc-radio-button.mat-warn,
.vex-theme-orange.light .mat-mdc-radio-button.mat-warn,
.vex-theme-orange .light .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-accent,
.vex-theme-orange.light .mat-accent,
.vex-theme-orange .light .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-orange .mat-warn,
.vex-theme-orange.light .mat-warn,
.vex-theme-orange .light .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-orange .mdc-list-item__start,
.vex-theme-orange .mdc-list-item__end,
.vex-theme-orange.light .mdc-list-item__start,
.vex-theme-orange.light .mdc-list-item__end,
.vex-theme-orange .light .mdc-list-item__start,
.vex-theme-orange .light .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ea580c;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ea580c;
  --mat-radio-selected-hover-icon-color: #ea580c;
  --mat-radio-selected-icon-color: #ea580c;
  --mat-radio-selected-pressed-icon-color: #ea580c;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-accent .mdc-list-item__start,
.vex-theme-orange .mat-accent .mdc-list-item__end,
.vex-theme-orange.light .mat-accent .mdc-list-item__start,
.vex-theme-orange.light .mat-accent .mdc-list-item__end,
.vex-theme-orange .light .mat-accent .mdc-list-item__start,
.vex-theme-orange .light .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-warn .mdc-list-item__start,
.vex-theme-orange .mat-warn .mdc-list-item__end,
.vex-theme-orange.light .mat-warn .mdc-list-item__start,
.vex-theme-orange.light .mat-warn .mdc-list-item__end,
.vex-theme-orange .light .mat-warn .mdc-list-item__start,
.vex-theme-orange .light .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-radio-disabled-selected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-disabled-unselected-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-radio-ripple-color: rgba(0, 0, 0, 0.87);
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-mdc-list-option,
.vex-theme-orange.light .mat-mdc-list-option,
.vex-theme-orange .light .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ea580c;
  --mat-checkbox-selected-hover-icon-color: #ea580c;
  --mat-checkbox-selected-icon-color: #ea580c;
  --mat-checkbox-selected-pressed-icon-color: #ea580c;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ea580c;
  --mat-checkbox-selected-hover-state-layer-color: #ea580c;
  --mat-checkbox-selected-pressed-state-layer-color: #ea580c;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-mdc-list-option.mat-accent,
.vex-theme-orange.light .mat-mdc-list-option.mat-accent,
.vex-theme-orange .light .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-mdc-list-option.mat-warn,
.vex-theme-orange.light .mat-mdc-list-option.mat-warn,
.vex-theme-orange .light .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #ea580c;
}
.vex-theme-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-orange .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-orange.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-orange.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-orange.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-orange .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-orange .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-orange .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-orange .mat-mdc-tab-group,
.vex-theme-orange .mat-mdc-tab-nav-bar,
.vex-theme-orange.light .mat-mdc-tab-group,
.vex-theme-orange.light .mat-mdc-tab-nav-bar,
.vex-theme-orange .light .mat-mdc-tab-group,
.vex-theme-orange .light .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ea580c;
  --mat-tab-active-ripple-color: #ea580c;
  --mat-tab-inactive-ripple-color: #ea580c;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ea580c;
  --mat-tab-active-hover-label-text-color: #ea580c;
  --mat-tab-active-focus-indicator-color: #ea580c;
  --mat-tab-active-hover-indicator-color: #ea580c;
  --mat-tab-active-indicator-color: #ea580c;
}
.vex-theme-orange .mat-mdc-tab-group.mat-accent,
.vex-theme-orange .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-orange.light .mat-mdc-tab-group.mat-accent,
.vex-theme-orange.light .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-orange .light .mat-mdc-tab-group.mat-accent,
.vex-theme-orange .light .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-orange .mat-mdc-tab-group.mat-warn,
.vex-theme-orange .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-orange.light .mat-mdc-tab-group.mat-warn,
.vex-theme-orange.light .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-orange .light .mat-mdc-tab-group.mat-warn,
.vex-theme-orange .light .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(0, 0, 0, 0.54);
  --mat-tab-pagination-icon-color: rgba(0, 0, 0, 0.87);
  --mat-tab-inactive-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-inactive-hover-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-orange .mat-mdc-tab-group.mat-background-primary,
.vex-theme-orange .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-orange.light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-orange.light .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-orange .light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-orange .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #ea580c;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-orange .mat-mdc-tab-group.mat-background-accent,
.vex-theme-orange .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-orange.light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-orange.light .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-orange .light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-orange .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-orange .mat-mdc-tab-group.mat-background-warn,
.vex-theme-orange .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-orange.light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-orange.light .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-orange .light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-orange .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-orange .mat-mdc-checkbox.mat-primary,
.vex-theme-orange.light .mat-mdc-checkbox.mat-primary,
.vex-theme-orange .light .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ea580c;
  --mat-checkbox-selected-hover-icon-color: #ea580c;
  --mat-checkbox-selected-icon-color: #ea580c;
  --mat-checkbox-selected-pressed-icon-color: #ea580c;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ea580c;
  --mat-checkbox-selected-hover-state-layer-color: #ea580c;
  --mat-checkbox-selected-pressed-state-layer-color: #ea580c;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-mdc-checkbox.mat-warn,
.vex-theme-orange.light .mat-mdc-checkbox.mat-warn,
.vex-theme-orange .light .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-icon-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-hover-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-checkbox-unselected-pressed-state-layer-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-mdc-button.mat-primary,
.vex-theme-orange .mat-mdc-unelevated-button.mat-primary,
.vex-theme-orange .mat-mdc-raised-button.mat-primary,
.vex-theme-orange .mat-mdc-outlined-button.mat-primary,
.vex-theme-orange .mat-tonal-button.mat-primary,
.vex-theme-orange.light .mat-mdc-button.mat-primary,
.vex-theme-orange.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-orange.light .mat-mdc-raised-button.mat-primary,
.vex-theme-orange.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-orange.light .mat-tonal-button.mat-primary,
.vex-theme-orange .light .mat-mdc-button.mat-primary,
.vex-theme-orange .light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-orange .light .mat-mdc-raised-button.mat-primary,
.vex-theme-orange .light .mat-mdc-outlined-button.mat-primary,
.vex-theme-orange .light .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #ea580c;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ea580c;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ea580c 12%, transparent);
  --mat-button-outlined-state-layer-color: #ea580c;
  --mat-button-protected-container-color: #ea580c;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ea580c;
  --mat-button-text-ripple-color: color-mix(in srgb, #ea580c 12%, transparent);
  --mat-button-text-state-layer-color: #ea580c;
  --mat-button-tonal-container-color: #ea580c;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-orange .mat-mdc-button.mat-accent,
.vex-theme-orange .mat-mdc-unelevated-button.mat-accent,
.vex-theme-orange .mat-mdc-raised-button.mat-accent,
.vex-theme-orange .mat-mdc-outlined-button.mat-accent,
.vex-theme-orange .mat-tonal-button.mat-accent,
.vex-theme-orange.light .mat-mdc-button.mat-accent,
.vex-theme-orange.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-orange.light .mat-mdc-raised-button.mat-accent,
.vex-theme-orange.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-orange.light .mat-tonal-button.mat-accent,
.vex-theme-orange .light .mat-mdc-button.mat-accent,
.vex-theme-orange .light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-orange .light .mat-mdc-raised-button.mat-accent,
.vex-theme-orange .light .mat-mdc-outlined-button.mat-accent,
.vex-theme-orange .light .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-orange .mat-mdc-button.mat-warn,
.vex-theme-orange .mat-mdc-unelevated-button.mat-warn,
.vex-theme-orange .mat-mdc-raised-button.mat-warn,
.vex-theme-orange .mat-mdc-outlined-button.mat-warn,
.vex-theme-orange .mat-tonal-button.mat-warn,
.vex-theme-orange.light .mat-mdc-button.mat-warn,
.vex-theme-orange.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-orange.light .mat-mdc-raised-button.mat-warn,
.vex-theme-orange.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-orange.light .mat-tonal-button.mat-warn,
.vex-theme-orange .light .mat-mdc-button.mat-warn,
.vex-theme-orange .light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-orange .light .mat-mdc-raised-button.mat-warn,
.vex-theme-orange .light .mat-mdc-outlined-button.mat-warn,
.vex-theme-orange .light .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(0, 0, 0, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-orange .mat-mdc-icon-button.mat-primary,
.vex-theme-orange.light .mat-mdc-icon-button.mat-primary,
.vex-theme-orange .light .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #ea580c;
  --mat-icon-button-state-layer-color: #ea580c;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ea580c 12%, transparent);
}
.vex-theme-orange .mat-mdc-icon-button.mat-accent,
.vex-theme-orange.light .mat-mdc-icon-button.mat-accent,
.vex-theme-orange .light .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-orange .mat-mdc-icon-button.mat-warn,
.vex-theme-orange.light .mat-mdc-icon-button.mat-warn,
.vex-theme-orange .light .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-orange .mat-mdc-fab.mat-primary,
.vex-theme-orange .mat-mdc-mini-fab.mat-primary,
.vex-theme-orange.light .mat-mdc-fab.mat-primary,
.vex-theme-orange.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-orange .light .mat-mdc-fab.mat-primary,
.vex-theme-orange .light .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #ea580c;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ea580c 12%, transparent);
  --mat-fab-small-container-color: #ea580c;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-orange .mat-mdc-fab.mat-accent,
.vex-theme-orange .mat-mdc-mini-fab.mat-accent,
.vex-theme-orange.light .mat-mdc-fab.mat-accent,
.vex-theme-orange.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-orange .light .mat-mdc-fab.mat-accent,
.vex-theme-orange .light .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-orange .mat-mdc-fab.mat-warn,
.vex-theme-orange .mat-mdc-mini-fab.mat-warn,
.vex-theme-orange.light .mat-mdc-fab.mat-warn,
.vex-theme-orange.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-orange .light .mat-mdc-fab.mat-warn,
.vex-theme-orange .light .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-orange .mat-accent,
.vex-theme-orange.light .mat-accent,
.vex-theme-orange .light .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-orange .mat-warn,
.vex-theme-orange.light .mat-warn,
.vex-theme-orange .light .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-orange .mat-badge-accent,
.vex-theme-orange.light .mat-badge-accent,
.vex-theme-orange .light .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-orange .mat-badge-warn,
.vex-theme-orange.light .mat-badge-warn,
.vex-theme-orange .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-orange .mat-datepicker-content.mat-accent,
.vex-theme-orange .mat-datepicker-toggle-active.mat-accent,
.vex-theme-orange.light .mat-datepicker-content.mat-accent,
.vex-theme-orange.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-orange .light .mat-datepicker-content.mat-accent,
.vex-theme-orange .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-datepicker-content.mat-warn,
.vex-theme-orange .mat-datepicker-toggle-active.mat-warn,
.vex-theme-orange.light .mat-datepicker-content.mat-warn,
.vex-theme-orange.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-orange .light .mat-datepicker-content.mat-warn,
.vex-theme-orange .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, rgba(0, 0, 0, 0.87) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.vex-theme-orange .mat-icon.mat-primary,
.vex-theme-orange.light .mat-icon.mat-primary,
.vex-theme-orange .light .mat-icon.mat-primary {
  --mat-icon-color: #ea580c;
}
.vex-theme-orange .mat-icon.mat-accent,
.vex-theme-orange.light .mat-icon.mat-accent,
.vex-theme-orange .light .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-orange .mat-icon.mat-warn,
.vex-theme-orange.light .mat-icon.mat-warn,
.vex-theme-orange .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-orange .mat-step-header.mat-accent,
.vex-theme-orange.light .mat-step-header.mat-accent,
.vex-theme-orange .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-orange .mat-step-header.mat-warn,
.vex-theme-orange.light .mat-step-header.mat-warn,
.vex-theme-orange .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-orange .mat-toolbar.mat-primary,
.vex-theme-orange.light .mat-toolbar.mat-primary,
.vex-theme-orange .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #ea580c;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-orange .mat-toolbar.mat-accent,
.vex-theme-orange.light .mat-toolbar.mat-accent,
.vex-theme-orange .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-orange .mat-toolbar.mat-warn,
.vex-theme-orange.light .mat-toolbar.mat-warn,
.vex-theme-orange .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-orange.dark,
.vex-theme-orange .dark {
  --mat-app-background-color: #303030;
  --mat-app-text-color: white;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-label-text-color: #f97316;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-optgroup-label-text-color: white;
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
  --mat-card-elevated-container-color: #424242;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #424242;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-card-subtitle-text-color: rgba(255, 255, 255, 0.7);
  --mat-card-filled-container-color: #424242;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-tooltip-container-color: white;
  --mat-tooltip-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f97316 87%, transparent);
  --mat-form-field-filled-caret-color: #f97316;
  --mat-form-field-filled-focus-active-indicator-color: #f97316;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f97316 87%, transparent);
  --mat-form-field-outlined-caret-color: #f97316;
  --mat-form-field-outlined-focus-outline-color: #f97316;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f97316 87%, transparent);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-state-layer-color: white;
  --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-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
  --mat-form-field-filled-container-color: #4a4a4a;
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, white 4%, transparent);
  --mat-form-field-filled-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-color: white;
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-filled-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-error-hover-label-text-color: #ef4444;
  --mat-form-field-filled-error-focus-label-text-color: #ef4444;
  --mat-form-field-filled-error-label-text-color: #ef4444;
  --mat-form-field-filled-error-caret-color: #ef4444;
  --mat-form-field-filled-active-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-filled-hover-active-indicator-color: white;
  --mat-form-field-filled-error-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-error-hover-active-indicator-color: #ef4444;
  --mat-form-field-outlined-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-hover-label-text-color: white;
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-color: white;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-form-field-outlined-input-text-placeholder-color: rgba(255, 255, 255, 0.7);
  --mat-form-field-outlined-error-caret-color: #ef4444;
  --mat-form-field-outlined-error-focus-label-text-color: #ef4444;
  --mat-form-field-outlined-error-label-text-color: #ef4444;
  --mat-form-field-outlined-error-hover-label-text-color: #ef4444;
  --mat-form-field-outlined-outline-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, white 12%, transparent);
  --mat-form-field-outlined-hover-outline-color: white;
  --mat-form-field-outlined-error-focus-outline-color: #ef4444;
  --mat-form-field-outlined-error-hover-outline-color: #ef4444;
  --mat-form-field-outlined-error-outline-color: #ef4444;
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #f97316;
  --mat-select-invalid-arrow-color: #ef4444;
  --mat-autocomplete-background-color: #424242;
  --mat-dialog-container-color: #424242;
  --mat-dialog-subhead-color: white;
  --mat-dialog-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f97316;
  --mat-slide-toggle-selected-handle-color: #f97316;
  --mat-slide-toggle-selected-hover-state-layer-color: #f97316;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f97316;
  --mat-slide-toggle-selected-focus-handle-color: #f97316;
  --mat-slide-toggle-selected-hover-handle-color: #f97316;
  --mat-slide-toggle-selected-pressed-handle-color: #f97316;
  --mat-slide-toggle-selected-focus-track-color: #ea580c;
  --mat-slide-toggle-selected-hover-track-color: #ea580c;
  --mat-slide-toggle-selected-pressed-track-color: #ea580c;
  --mat-slide-toggle-selected-track-color: #ea580c;
  --mat-slide-toggle-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-slide-toggle-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-disabled-selected-handle-color: white;
  --mat-slide-toggle-disabled-selected-track-color: white;
  --mat-slide-toggle-disabled-unselected-handle-color: white;
  --mat-slide-toggle-disabled-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-disabled-unselected-track-color: white;
  --mat-slide-toggle-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slide-toggle-handle-surface-color: #424242;
  --mat-slide-toggle-label-text-color: white;
  --mat-slide-toggle-unselected-hover-handle-color: white;
  --mat-slide-toggle-unselected-focus-handle-color: white;
  --mat-slide-toggle-unselected-focus-state-layer-color: white;
  --mat-slide-toggle-unselected-focus-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-icon-color: #4a4a4a;
  --mat-slide-toggle-unselected-handle-color: rgba(255, 255, 255, 0.7);
  --mat-slide-toggle-unselected-hover-state-layer-color: white;
  --mat-slide-toggle-unselected-hover-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-handle-color: white;
  --mat-slide-toggle-unselected-pressed-track-color: rgba(255, 255, 255, 0.12);
  --mat-slide-toggle-unselected-pressed-state-layer-color: white;
  --mat-slide-toggle-unselected-track-color: rgba(255, 255, 255, 0.12);
  --mat-slider-active-track-color: #f97316;
  --mat-slider-focus-handle-color: #f97316;
  --mat-slider-handle-color: #f97316;
  --mat-slider-hover-handle-color: #f97316;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f97316 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f97316 4%, transparent);
  --mat-slider-inactive-track-color: #f97316;
  --mat-slider-ripple-color: #f97316;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f97316;
  --mat-slider-disabled-active-track-color: white;
  --mat-slider-disabled-handle-color: white;
  --mat-slider-disabled-inactive-track-color: white;
  --mat-slider-label-container-color: white;
  --mat-slider-label-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-with-overlap-handle-outline-color: white;
  --mat-slider-with-tick-marks-disabled-container-color: white;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-menu-container-color: #424242;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mat-list-list-item-label-text-color: white;
  --mat-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-disabled-label-text-color: white;
  --mat-list-list-item-disabled-leading-icon-color: white;
  --mat-list-list-item-disabled-trailing-icon-color: white;
  --mat-list-list-item-hover-label-text-color: white;
  --mat-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-hover-state-layer-color: white;
  --mat-list-list-item-hover-state-layer-opacity: 0.04;
  --mat-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.7);
  --mat-list-list-item-focus-label-text-color: white;
  --mat-list-list-item-focus-state-layer-color: white;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: white;
  --mat-paginator-container-background-color: #424242;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.7);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
  --mat-button-filled-container-color: #424242;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.04;
  --mat-button-filled-label-text-color: white;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-filled-state-layer-color: white;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-outlined-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.04;
  --mat-button-outlined-label-text-color: white;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-outlined-state-layer-color: white;
  --mat-button-protected-container-color: #424242;
  --mat-button-protected-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-state-layer-opacity: 0.04;
  --mat-button-protected-label-text-color: white;
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-protected-state-layer-color: white;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-text-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.04;
  --mat-button-text-label-text-color: white;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-text-state-layer-color: white;
  --mat-button-tonal-container-color: #424242;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.04;
  --mat-button-tonal-label-text-color: white;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-tonal-state-layer-color: white;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-icon-color: inherit;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-icon-button-state-layer-color: white;
  --mat-fab-container-color: #424242;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: white;
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-container-color: #424242;
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, white 38%, transparent);
  --mat-fab-small-disabled-state-layer-color: rgba(255, 255, 255, 0.7);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, white 12%, transparent);
  --mat-fab-small-state-layer-color: white;
  --mat-fab-state-layer-color: white;
  --mat-snack-bar-container-color: white;
  --mat-snack-bar-supporting-text-color: rgba(0, 0, 0, 0.87);
  --mat-snack-bar-button-color: #ea580c;
  --mat-table-background-color: #424242;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mat-progress-spinner-active-indicator-color: #f97316;
  --mat-badge-background-color: #f97316;
  --mat-badge-text-color: #fff;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-badge-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #424242;
  --mat-button-toggle-background-color: #424242;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: #424242;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-divider-color: rgba(255, 255, 255, 0.12);
  --mat-button-toggle-legacy-disabled-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-disabled-state-background-color: #424242;
  --mat-button-toggle-legacy-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-button-toggle-legacy-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-selected-state-text-color: white;
  --mat-button-toggle-legacy-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-legacy-text-color: white;
  --mat-button-toggle-selected-state-background-color: color-mix(in srgb, white 12%, transparent);
  --mat-button-toggle-selected-state-text-color: white;
  --mat-button-toggle-state-layer-color: white;
  --mat-button-toggle-text-color: white;
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f97316 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f97316;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f97316 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f97316 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f97316 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f97316;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-background-color: #424242;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: rgba(255, 255, 255, 0.7);
  --mat-expansion-header-indicator-color: rgba(255, 255, 255, 0.7);
  --mat-icon-color: inherit;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #424242;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #303030;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(255, 255, 255, 0.6);
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f97316;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f97316;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f97316;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
  --mat-stepper-container-color: #424242;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-stepper-header-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-optional-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: rgba(255, 255, 255, 0.7);
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: white;
  --mat-toolbar-container-background-color: #424242;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #424242;
  --mat-tree-node-text-color: white;
  --mat-timepicker-container-background-color: #424242;
}
.vex-theme-orange.dark .mat-accent,
.vex-theme-orange .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-orange.dark .mat-warn,
.vex-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: color-mix(in srgb, white 4%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, white 12%, transparent);
  --mat-option-selected-state-layer-color: color-mix(in srgb, white 12%, transparent);
}
.vex-theme-orange.dark .mat-primary,
.vex-theme-orange .dark .mat-primary {
  --mat-pseudo-checkbox-full-selected-icon-color: #f97316;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f97316;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-orange.dark .mat-accent,
.vex-theme-orange .dark .mat-accent {
  --mat-pseudo-checkbox-full-selected-icon-color: #f59e0b;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #f59e0b;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-orange.dark .mat-warn,
.vex-theme-orange .dark .mat-warn {
  --mat-pseudo-checkbox-full-selected-icon-color: #ef4444;
  --mat-pseudo-checkbox-full-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #303030;
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #ef4444;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, white 38%, transparent);
}
.vex-theme-orange.dark .mat-mdc-progress-bar,
.vex-theme-orange .dark .mat-mdc-progress-bar {
  --mat-progress-bar-active-indicator-color: #f97316;
  --mat-progress-bar-track-color: rgba(249, 115, 22, 0.25);
}
.vex-theme-orange.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-orange .dark .mat-mdc-progress-bar.mat-accent {
  --mat-progress-bar-active-indicator-color: #f59e0b;
  --mat-progress-bar-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-orange.dark .mat-mdc-progress-bar.mat-warn,
.vex-theme-orange .dark .mat-mdc-progress-bar.mat-warn {
  --mat-progress-bar-active-indicator-color: #ef4444;
  --mat-progress-bar-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-orange.dark .mat-mdc-form-field.mat-accent,
.vex-theme-orange .dark .mat-mdc-form-field.mat-accent {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-filled-caret-color: #f59e0b;
  --mat-form-field-filled-focus-active-indicator-color: #f59e0b;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
  --mat-form-field-outlined-caret-color: #f59e0b;
  --mat-form-field-outlined-focus-outline-color: #f59e0b;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #f59e0b 87%, transparent);
}
.vex-theme-orange.dark .mat-mdc-form-field.mat-warn,
.vex-theme-orange .dark .mat-mdc-form-field.mat-warn {
  --mat-form-field-focus-select-arrow-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-filled-caret-color: #ef4444;
  --mat-form-field-filled-focus-active-indicator-color: #ef4444;
  --mat-form-field-filled-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
  --mat-form-field-outlined-caret-color: #ef4444;
  --mat-form-field-outlined-focus-outline-color: #ef4444;
  --mat-form-field-outlined-focus-label-text-color: color-mix(in srgb, #ef4444 87%, transparent);
}
.vex-theme-orange.dark .mat-mdc-form-field.mat-accent,
.vex-theme-orange .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #f59e0b;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-orange.dark .mat-mdc-form-field.mat-warn,
.vex-theme-orange .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #424242;
  --mat-select-enabled-trigger-text-color: white;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.7);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.7);
  --mat-select-disabled-arrow-color: color-mix(in srgb, white 38%, transparent);
  --mat-select-focused-arrow-color: #ef4444;
  --mat-select-invalid-arrow-color: #ef4444;
}
.vex-theme-orange.dark .mat-mdc-standard-chip,
.vex-theme-orange .dark .mat-mdc-standard-chip {
  --mat-chip-disabled-label-text-color: white;
  --mat-chip-elevated-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-disabled-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-elevated-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, white 12%, transparent);
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: white;
  --mat-chip-selected-trailing-icon-color: white;
  --mat-chip-with-icon-disabled-icon-color: white;
  --mat-chip-with-icon-icon-color: white;
  --mat-chip-with-icon-selected-icon-color: white;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mat-chip-with-trailing-icon-trailing-icon-color: white;
}
.vex-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f97316;
  --mat-chip-elevated-disabled-container-color: #f97316;
  --mat-chip-elevated-selected-container-color: #f97316;
  --mat-chip-flat-disabled-selected-container-color: #f97316;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #f59e0b;
  --mat-chip-elevated-disabled-container-color: #f59e0b;
  --mat-chip-elevated-selected-container-color: #f59e0b;
  --mat-chip-flat-disabled-selected-container-color: #f59e0b;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-orange.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-orange .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mat-chip-disabled-label-text-color: #fff;
  --mat-chip-elevated-container-color: #ef4444;
  --mat-chip-elevated-disabled-container-color: #ef4444;
  --mat-chip-elevated-selected-container-color: #ef4444;
  --mat-chip-flat-disabled-selected-container-color: #ef4444;
  --mat-chip-focus-state-layer-color: white;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: white;
  --mat-chip-label-text-color: #fff;
  --mat-chip-selected-disabled-trailing-icon-color: #fff;
  --mat-chip-selected-focus-state-layer-color: 0.12;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: 0.04;
  --mat-chip-selected-label-text-color: #fff;
  --mat-chip-selected-trailing-icon-color: #fff;
  --mat-chip-with-icon-disabled-icon-color: #fff;
  --mat-chip-with-icon-icon-color: #fff;
  --mat-chip-with-icon-selected-icon-color: #fff;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #fff;
  --mat-chip-with-trailing-icon-trailing-icon-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-orange .dark .mat-mdc-slide-toggle.mat-accent {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-state-layer-color: #f59e0b;
  --mat-slide-toggle-selected-focus-handle-color: #f59e0b;
  --mat-slide-toggle-selected-hover-handle-color: #f59e0b;
  --mat-slide-toggle-selected-pressed-handle-color: #f59e0b;
  --mat-slide-toggle-selected-focus-track-color: #d97706;
  --mat-slide-toggle-selected-hover-track-color: #d97706;
  --mat-slide-toggle-selected-pressed-track-color: #d97706;
  --mat-slide-toggle-selected-track-color: #d97706;
}
.vex-theme-orange.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-orange .dark .mat-mdc-slide-toggle.mat-warn {
  --mat-slide-toggle-selected-icon-color: #fff;
  --mat-slide-toggle-disabled-selected-icon-color: #fff;
  --mat-slide-toggle-selected-focus-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-pressed-state-layer-color: #ef4444;
  --mat-slide-toggle-selected-focus-handle-color: #ef4444;
  --mat-slide-toggle-selected-hover-handle-color: #ef4444;
  --mat-slide-toggle-selected-pressed-handle-color: #ef4444;
  --mat-slide-toggle-selected-focus-track-color: #dc2626;
  --mat-slide-toggle-selected-hover-track-color: #dc2626;
  --mat-slide-toggle-selected-pressed-track-color: #dc2626;
  --mat-slide-toggle-selected-track-color: #dc2626;
}
.vex-theme-orange.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-radio-button.mat-primary {
  --mat-radio-checked-ripple-color: #f97316;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f97316;
  --mat-radio-selected-hover-icon-color: #f97316;
  --mat-radio-selected-icon-color: #f97316;
  --mat-radio-selected-pressed-icon-color: #f97316;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-orange.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-radio-button.mat-accent {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-orange.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-radio-button.mat-warn {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-orange.dark .mat-accent,
.vex-theme-orange .dark .mat-accent {
  --mat-slider-active-track-color: #f59e0b;
  --mat-slider-focus-handle-color: #f59e0b;
  --mat-slider-handle-color: #f59e0b;
  --mat-slider-hover-handle-color: #f59e0b;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-slider-inactive-track-color: #f59e0b;
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #f59e0b;
}
.vex-theme-orange.dark .mat-warn,
.vex-theme-orange .dark .mat-warn {
  --mat-slider-active-track-color: #ef4444;
  --mat-slider-focus-handle-color: #ef4444;
  --mat-slider-handle-color: #ef4444;
  --mat-slider-hover-handle-color: #ef4444;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-slider-inactive-track-color: #ef4444;
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-with-tick-marks-active-container-color: #fff;
  --mat-slider-with-tick-marks-inactive-container-color: #ef4444;
}
.vex-theme-orange.dark .mdc-list-item__start,
.vex-theme-orange.dark .mdc-list-item__end,
.vex-theme-orange .dark .mdc-list-item__start,
.vex-theme-orange .dark .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f97316;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f97316;
  --mat-radio-selected-hover-icon-color: #f97316;
  --mat-radio-selected-icon-color: #f97316;
  --mat-radio-selected-pressed-icon-color: #f97316;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-orange.dark .mat-accent .mdc-list-item__start,
.vex-theme-orange.dark .mat-accent .mdc-list-item__end,
.vex-theme-orange .dark .mat-accent .mdc-list-item__start,
.vex-theme-orange .dark .mat-accent .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #f59e0b;
  --mat-radio-selected-hover-icon-color: #f59e0b;
  --mat-radio-selected-icon-color: #f59e0b;
  --mat-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-orange.dark .mat-warn .mdc-list-item__start,
.vex-theme-orange.dark .mat-warn .mdc-list-item__end,
.vex-theme-orange .dark .mat-warn .mdc-list-item__start,
.vex-theme-orange .dark .mat-warn .mdc-list-item__end {
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-radio-disabled-selected-icon-color: white;
  --mat-radio-disabled-unselected-icon-color: white;
  --mat-radio-label-text-color: white;
  --mat-radio-ripple-color: white;
  --mat-radio-selected-focus-icon-color: #ef4444;
  --mat-radio-selected-hover-icon-color: #ef4444;
  --mat-radio-selected-icon-color: #ef4444;
  --mat-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-unselected-focus-icon-color: white;
  --mat-radio-unselected-hover-icon-color: white;
  --mat-radio-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-radio-unselected-pressed-icon-color: white;
}
.vex-theme-orange.dark .mat-mdc-list-option,
.vex-theme-orange .dark .mat-mdc-list-option {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f97316;
  --mat-checkbox-selected-hover-icon-color: #f97316;
  --mat-checkbox-selected-icon-color: #f97316;
  --mat-checkbox-selected-pressed-icon-color: #f97316;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f97316;
  --mat-checkbox-selected-hover-state-layer-color: #f97316;
  --mat-checkbox-selected-pressed-state-layer-color: #f97316;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-orange.dark .mat-mdc-list-option.mat-accent,
.vex-theme-orange .dark .mat-mdc-list-option.mat-accent {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f59e0b;
  --mat-checkbox-selected-hover-icon-color: #f59e0b;
  --mat-checkbox-selected-icon-color: #f59e0b;
  --mat-checkbox-selected-pressed-icon-color: #f59e0b;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mat-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mat-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-orange.dark .mat-mdc-list-option.mat-warn,
.vex-theme-orange .dark .mat-mdc-list-option.mat-warn {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-label-text-color: white;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start,
.vex-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.vex-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #f97316;
}
.vex-theme-orange.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-orange.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-orange.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-orange .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-orange .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-orange .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-orange.dark .mat-mdc-tab-group,
.vex-theme-orange.dark .mat-mdc-tab-nav-bar,
.vex-theme-orange .dark .mat-mdc-tab-group,
.vex-theme-orange .dark .mat-mdc-tab-nav-bar {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #f97316;
  --mat-tab-active-ripple-color: #f97316;
  --mat-tab-inactive-ripple-color: #f97316;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #f97316;
  --mat-tab-active-hover-label-text-color: #f97316;
  --mat-tab-active-focus-indicator-color: #f97316;
  --mat-tab-active-hover-indicator-color: #f97316;
  --mat-tab-active-indicator-color: #f97316;
}
.vex-theme-orange.dark .mat-mdc-tab-group.mat-accent,
.vex-theme-orange.dark .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-orange .dark .mat-mdc-tab-group.mat-accent,
.vex-theme-orange .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #f59e0b;
  --mat-tab-active-ripple-color: #f59e0b;
  --mat-tab-inactive-ripple-color: #f59e0b;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #f59e0b;
  --mat-tab-active-hover-label-text-color: #f59e0b;
  --mat-tab-active-focus-indicator-color: #f59e0b;
  --mat-tab-active-hover-indicator-color: #f59e0b;
  --mat-tab-active-indicator-color: #f59e0b;
}
.vex-theme-orange.dark .mat-mdc-tab-group.mat-warn,
.vex-theme-orange.dark .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-orange .dark .mat-mdc-tab-group.mat-warn,
.vex-theme-orange .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mat-tab-disabled-ripple-color: rgba(255, 255, 255, 0.7);
  --mat-tab-pagination-icon-color: white;
  --mat-tab-inactive-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-label-text-color: #ef4444;
  --mat-tab-active-ripple-color: #ef4444;
  --mat-tab-inactive-ripple-color: #ef4444;
  --mat-tab-inactive-focus-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-inactive-hover-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-tab-active-focus-label-text-color: #ef4444;
  --mat-tab-active-hover-label-text-color: #ef4444;
  --mat-tab-active-focus-indicator-color: #ef4444;
  --mat-tab-active-hover-indicator-color: #ef4444;
  --mat-tab-active-indicator-color: #ef4444;
}
.vex-theme-orange.dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-orange.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-orange .dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-orange .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-background-color: #f97316;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-orange.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-orange .dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-orange .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-background-color: #f59e0b;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-orange.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-orange .dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-orange .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-background-color: #ef4444;
  --mat-tab-foreground-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-orange .dark .mat-mdc-checkbox.mat-primary {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #f97316;
  --mat-checkbox-selected-hover-icon-color: #f97316;
  --mat-checkbox-selected-icon-color: #f97316;
  --mat-checkbox-selected-pressed-icon-color: #f97316;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #f97316;
  --mat-checkbox-selected-hover-state-layer-color: #f97316;
  --mat-checkbox-selected-pressed-state-layer-color: #f97316;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-orange.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-orange .dark .mat-mdc-checkbox.mat-warn {
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, white 38%, transparent);
  --mat-checkbox-selected-checkmark-color: #fff;
  --mat-checkbox-selected-focus-icon-color: #ef4444;
  --mat-checkbox-selected-hover-icon-color: #ef4444;
  --mat-checkbox-selected-icon-color: #ef4444;
  --mat-checkbox-selected-pressed-icon-color: #ef4444;
  --mat-checkbox-unselected-focus-icon-color: white;
  --mat-checkbox-unselected-hover-icon-color: white;
  --mat-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.7);
  --mat-checkbox-selected-focus-state-layer-color: #ef4444;
  --mat-checkbox-selected-hover-state-layer-color: #ef4444;
  --mat-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mat-checkbox-unselected-focus-state-layer-color: white;
  --mat-checkbox-unselected-hover-state-layer-color: white;
  --mat-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-orange.dark .mat-mdc-button.mat-primary,
.vex-theme-orange.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-orange.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-orange.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-orange.dark .mat-tonal-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-raised-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-orange .dark .mat-tonal-button.mat-primary {
  --mat-button-filled-container-color: #f97316;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f97316;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f97316 12%, transparent);
  --mat-button-outlined-state-layer-color: #f97316;
  --mat-button-protected-container-color: #f97316;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f97316;
  --mat-button-text-ripple-color: color-mix(in srgb, #f97316 12%, transparent);
  --mat-button-text-state-layer-color: #f97316;
  --mat-button-tonal-container-color: #f97316;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-button.mat-accent,
.vex-theme-orange.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-orange.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-orange.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-orange.dark .mat-tonal-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-raised-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-orange .dark .mat-tonal-button.mat-accent {
  --mat-button-filled-container-color: #f59e0b;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #f59e0b;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-outlined-state-layer-color: #f59e0b;
  --mat-button-protected-container-color: #f59e0b;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #f59e0b;
  --mat-button-text-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-button-text-state-layer-color: #f59e0b;
  --mat-button-tonal-container-color: #f59e0b;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-button.mat-warn,
.vex-theme-orange.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-orange.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-orange.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-orange.dark .mat-tonal-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-raised-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-orange .dark .mat-tonal-button.mat-warn {
  --mat-button-filled-container-color: #ef4444;
  --mat-button-filled-label-text-color: #fff;
  --mat-button-filled-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-filled-state-layer-color: #fff;
  --mat-button-outlined-label-text-color: #ef4444;
  --mat-button-outlined-outline-color: rgba(255, 255, 255, 0.12);
  --mat-button-outlined-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-outlined-state-layer-color: #ef4444;
  --mat-button-protected-container-color: #ef4444;
  --mat-button-protected-label-text-color: #fff;
  --mat-button-protected-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-protected-state-layer-color: #fff;
  --mat-button-text-label-text-color: #ef4444;
  --mat-button-text-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-button-text-state-layer-color: #ef4444;
  --mat-button-tonal-container-color: #ef4444;
  --mat-button-tonal-label-text-color: #fff;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-button-tonal-state-layer-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-icon-button.mat-primary {
  --mat-icon-button-icon-color: #f97316;
  --mat-icon-button-state-layer-color: #f97316;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f97316 12%, transparent);
}
.vex-theme-orange.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-icon-button.mat-accent {
  --mat-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
}
.vex-theme-orange.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-icon-button.mat-warn {
  --mat-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
}
.vex-theme-orange.dark .mat-mdc-fab.mat-primary,
.vex-theme-orange.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-orange .dark .mat-mdc-fab.mat-primary,
.vex-theme-orange .dark .mat-mdc-mini-fab.mat-primary {
  --mat-fab-container-color: #f97316;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f97316 12%, transparent);
  --mat-fab-small-container-color: #f97316;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-fab.mat-accent,
.vex-theme-orange.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-orange .dark .mat-mdc-fab.mat-accent,
.vex-theme-orange .dark .mat-mdc-mini-fab.mat-accent {
  --mat-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-orange.dark .mat-mdc-fab.mat-warn,
.vex-theme-orange.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-orange .dark .mat-mdc-fab.mat-warn,
.vex-theme-orange .dark .mat-mdc-mini-fab.mat-warn {
  --mat-fab-container-color: #ef4444;
  --mat-fab-foreground-color: #fff;
  --mat-fab-ripple-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-ripple-color: color-mix(in srgb, #fff 12%, transparent);
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-state-layer-color: #fff;
}
.vex-theme-orange.dark .mat-accent,
.vex-theme-orange .dark .mat-accent {
  --mat-progress-spinner-active-indicator-color: #f59e0b;
}
.vex-theme-orange.dark .mat-warn,
.vex-theme-orange .dark .mat-warn {
  --mat-progress-spinner-active-indicator-color: #ef4444;
}
.vex-theme-orange.dark .mat-badge-accent,
.vex-theme-orange .dark .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: #fff;
}
.vex-theme-orange.dark .mat-badge-warn,
.vex-theme-orange .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: #fff;
}
.vex-theme-orange.dark .mat-datepicker-content.mat-accent,
.vex-theme-orange.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-orange .dark .mat-datepicker-content.mat-accent,
.vex-theme-orange .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #f59e0b 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #f59e0b 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #f59e0b 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-orange.dark .mat-datepicker-content.mat-warn,
.vex-theme-orange.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-orange .dark .mat-datepicker-content.mat-warn,
.vex-theme-orange .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-calendar-date-in-range-state-background-color: color-mix(in srgb, #ef4444 20%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: color-mix(in srgb, #f59e0b 20%, transparent);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: rgb(69.5241935484, 163.4758064516, 93.9516129032);
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #ef4444 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #fff;
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #ef4444 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #ef4444 4%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-toggle-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-body-label-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.7);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, white 38%, transparent);
  --mat-datepicker-calendar-container-background-color: #424242;
  --mat-datepicker-calendar-container-text-color: white;
}
.vex-theme-orange.dark .mat-icon.mat-primary,
.vex-theme-orange .dark .mat-icon.mat-primary {
  --mat-icon-color: #f97316;
}
.vex-theme-orange.dark .mat-icon.mat-accent,
.vex-theme-orange .dark .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-orange.dark .mat-icon.mat-warn,
.vex-theme-orange .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-orange.dark .mat-step-header.mat-accent,
.vex-theme-orange .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-orange.dark .mat-step-header.mat-warn,
.vex-theme-orange .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: #fff;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: #fff;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: #fff;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: #fff;
}
.vex-theme-orange.dark .mat-toolbar.mat-primary,
.vex-theme-orange .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #f97316;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-orange.dark .mat-toolbar.mat-accent,
.vex-theme-orange .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: #fff;
}
.vex-theme-orange.dark .mat-toolbar.mat-warn,
.vex-theme-orange .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: #fff;
}
.display-3 {
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  font-family: var(--vex-font);
  letter-spacing: -0.02em;
}
.display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  font-family: var(--vex-font);
  letter-spacing: -0.005em;
}
.display-1,
h1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: var(--vex-font);
  letter-spacing: normal;
}
.headline,
h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: var(--vex-font);
  letter-spacing: -0.019em;
}
.title,
h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  font-family: var(--vex-font);
  letter-spacing: -0.014em;
}
.subheading-2,
h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--vex-font);
  letter-spacing: -0.011em;
}
.subheading-1,
h5 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--vex-font);
  letter-spacing: -0.006em;
}
.body-2,
h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--vex-font);
  letter-spacing: -0.006em;
}
.body-1,
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: var(--vex-font);
  letter-spacing: -0.009em;
}
.caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: var(--vex-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 {
  --vex-font:
    "Inter var",
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --vex-sidenav-width: 280px;
  --vex-sidenav-collapsed-width: 72px;
  --vex-sidenav-item-min-height: 48px;
  --vex-sidenav-item-padding-vertical: 0.5rem;
  --vex-sidenav-item-padding-horizontal: 1.5rem;
  --vex-sidenav-item-font-weight: 500;
  --vex-sidenav-item-icon-gap: 1rem;
  --vex-sidenav-item-icon-size: 1.5rem;
  --vex-sidenav-item-dropdown-gap: 0.75rem;
  --vex-toolbar-height: 64px;
  --vex-secondary-toolbar-height: 54px;
  --vex-navigation-height: 64px;
  --vex-footer-height: 10px;
  --vex-footer-z-index: 100;
  --vex-footer-elevation: 0 -10px 30px 0 rgba(82, 63, 104, 0.06);
  --vex-page-layout-header-height: 200px;
  --vex-page-layout-toolbar-height: 64px;
  --vex-blink-scrollbar-width: 12px;
  --vex-default-icon-size: 24px;
  --vex-border-radius: 0.25rem;
}
.vex-base-layout-container {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.vex-layout-content {
  background: var(--vex-background-background);
  min-height: calc(100% - var(--vex-toolbar-height) - var(--vex-navigation-height));
  position: relative;
  width: 100%;
}
.vex-layout-footer-enabled .vex-layout-content {
  min-height: calc(100% - var(--vex-toolbar-height) - var(--vex-navigation-height) - var(--vex-footer-height));
}
.vex-layout-scroll-disabled {
  overflow: hidden;
}
.vex-layout-scroll-disabled .vex-layout-content {
  height: calc(100% - var(--vex-toolbar-height) - var(--vex-navigation-height));
  min-height: unset;
  overflow: hidden;
}
.vex-layout-scroll-disabled.vex-layout-footer-fixed .vex-layout-content,
.vex-layout-scroll-disabled.vex-layout-footer-enabled .vex-layout-content {
  height: calc(100% - var(--vex-toolbar-height) - 2%);
  min-height: unset;
}
.vex-layout-sidenav-container {
  background: var(--vex-background-background);
  height: 100%;
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.vex-layout-sidenav-content {
  overflow-x: hidden;
  overflow-y: auto;
}
.vex-layout-search-overlay-open {
  overflow: hidden;
  position: fixed;
}
.vex-layout-search-overlay-open .vex-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(--vex-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);
}
.vex-layout-toolbar-fixed .vex-toolbar {
  position: fixed;
  width: var(--vex-toolbar-width);
  z-index: 50;
}
.vex-layout-toolbar-fixed .vex-layout-content {
  margin-top: var(--vex-toolbar-height);
}
@media (min-width: 1280px) {
  .vex-layout-toolbar-fixed .vex-layout-content {
    margin-top: calc(var(--vex-toolbar-height) + var(--vex-navigation-height));
  }
}
.vex-layout-footer-fixed .vex-footer {
  box-shadow: var(--vex-footer-elevation);
  position: fixed;
}
.vex-layout-footer-fixed .vex-layout-content {
  margin-bottom: var(--vex-footer-height);
  min-height: calc(100% - var(--vex-toolbar-height) - var(--vex-navigation-height) - var(--vex-footer-height));
}
.vex-layout-footer-fixed.vex-layout-scroll-disabled .vex-layout-content {
  height: calc(100% - var(--vex-toolbar-height) - var(--vex-navigation-height) - var(--vex-footer-height));
}
.vex-layout-horizontal {
  --vex-navigation-height: 0.00001px;
  --vex-toolbar-width: 100%;
}
@media (min-width: 1280px) {
  .vex-layout-horizontal {
    --vex-toolbar-width: calc(100% - var(--vex-sidenav-width));
  }
  .vex-layout-horizontal.vex-layout-sidenav-collapsed {
    --vex-toolbar-width: calc(100% - var(--vex-sidenav-collapsed-width));
  }
}
.vex-layout-horizontal .vex-layout-sidenav-container {
  flex: 1;
}
.vex-layout-horizontal.vex-layout-footer-fixed.vex-layout-scroll-disabled .vex-layout-content {
  height: calc(100% - var(--vex-toolbar-height) - var(--vex-footer-height));
}
@media (min-width: 1280px) {
  body:not([dir=rtl]) .vex-layout-horizontal.vex-layout-sidenav-collapsed .vex-layout-sidenav-content {
    margin-left: var(--vex-sidenav-collapsed-width) !important;
    margin-right: 0 !important;
  }
  body:not([dir=rtl]) .vex-layout-horizontal:not(.vex-layout-sidenav-collapsed) .vex-layout-sidenav-content {
    margin-left: var(--vex-sidenav-width) !important;
    margin-right: 0 !important;
  }
  [dir=rtl] .vex-layout-horizontal.vex-layout-sidenav-collapsed .vex-layout-sidenav-content {
    margin-right: var(--vex-sidenav-collapsed-width) !important;
    margin-left: 0 !important;
  }
  [dir=rtl] .vex-layout-horizontal:not(.vex-layout-sidenav-collapsed) .vex-layout-sidenav-content {
    margin-right: var(--vex-sidenav-width) !important;
    margin-left: 0 !important;
  }
}
body.is-blink ::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  height: var(--vex-blink-scrollbar-width);
  width: var(--vex-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(--vex-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(--vex-blink-scrollbar-width);
  box-shadow: inset 0 0 0 12px rgba(0, 0, 0, 0.54);
}
.vex-scrollblock {
  position: fixed;
  width: 100%;
}
.vex-dialog-glossy .mat-mdc-dialog-container {
  border-radius: var(--vex-border-radius);
}
.is-blink .vex-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(--vex-background-card-rgb) / 0.6);
}
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1280px) {
}
.card {
  border-radius: var(--vex-border-radius);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-card-rgb) / var(--tw-bg-opacity, 1));
  --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(--vex-background-hover);
  object-fit: cover;
}
.vex-layout-vertical {
  --vex-toolbar-width: 100%;
}
.vex-layout-vertical vex-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);
}
.vex-layout-vertical.vex-layout-footer-fixed.vex-layout-scroll-disabled .vex-layout-content {
  height: calc(100% - var(--vex-toolbar-height) - var(--vex-footer-height));
}
@media print {
  html,
  body {
    height: auto !important;
    overflow: initial !important;
  }
  .vex-toolbar,
  .vex-sidenav {
    display: none !important;
  }
  .vex-layout-content {
    margin-top: 0 !important;
  }
  .mat-drawer-container {
    overflow: visible !important;
  }
  .vex-layout-sidenav-content {
    margin-left: 0 !important;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--vex-background-card-rgb) / var(--tw-bg-opacity, 1));
  }
  .vex-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(--vex-border-radius);
  border-top-right-radius: var(--vex-border-radius);
}
:root .mat-mdc-autocomplete-panel {
  border-bottom-right-radius: var(--vex-border-radius);
  border-bottom-left-radius: var(--vex-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(--vex-button-border-radius);
}
:root .mat-button-toggle-group:not(.mat-button-toggle-vertical) {
  border-radius: var(--vex-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(--vex-border-radius);
}
html {
  --mat-app-background-color: #fef8fc;
  --mat-app-text-color: #1d1b1e;
  --mat-app-elevation-shadow-level-0:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-1:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-2:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-3:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-4:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-5:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-6:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-7:
    0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-8:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-9:
    0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-10:
    0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-11:
    0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-12:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-13:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-14:
    0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-15:
    0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-16:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-17:
    0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-18:
    0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-19:
    0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-20:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-21:
    0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-22:
    0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-23:
    0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
  --mat-app-elevation-shadow-level-24:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-ripple-color: color-mix(in srgb, #1d1b1e 10%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-option-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-option-label-text-color: #1d1b1e;
  --mat-option-selected-state-label-text-color: #4b4357;
  --mat-option-selected-state-layer-color: #eadef7;
  --mat-optgroup-label-text-color: #49454e;
  --mat-pseudo-checkbox-full-disabled-selected-checkmark-color: #fef8fc;
  --mat-pseudo-checkbox-full-disabled-selected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-pseudo-checkbox-full-disabled-unselected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-pseudo-checkbox-full-selected-checkmark-color: #ffffff;
  --mat-pseudo-checkbox-full-selected-icon-color: #7d00fa;
  --mat-pseudo-checkbox-full-unselected-icon-color: #49454e;
  --mat-pseudo-checkbox-minimal-disabled-selected-checkmark-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-pseudo-checkbox-minimal-selected-checkmark-color: #7d00fa;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-weight: 400;
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
  --mat-card-elevated-container-shape: 12px;
  --mat-card-filled-container-shape: 12px;
  --mat-card-outlined-container-shape: 12px;
  --mat-card-outlined-outline-width: 1px;
  --mat-card-elevated-container-color: #f8f2f6;
  --mat-card-elevated-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-card-filled-container-color: #e6e1e6;
  --mat-card-filled-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-container-color: #fef8fc;
  --mat-card-outlined-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-outlined-outline-color: #cbc4cf;
  --mat-card-subtitle-text-color: #1d1b1e;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-progress-bar-active-indicator-height: 4px;
  --mat-progress-bar-track-height: 4px;
  --mat-progress-bar-track-shape: 0;
  --mat-progress-bar-active-indicator-color: #7d00fa;
  --mat-progress-bar-track-color: #e8e0eb;
  --mat-tooltip-container-color: #323033;
  --mat-tooltip-container-shape: 4px;
  --mat-tooltip-supporting-text-color: #f5eff4;
  --mat-tooltip-supporting-text-font: Roboto, sans-serif;
  --mat-tooltip-supporting-text-line-height: 1rem;
  --mat-tooltip-supporting-text-size: 0.75rem;
  --mat-tooltip-supporting-text-tracking: 0.025rem;
  --mat-tooltip-supporting-text-weight: 400;
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #49454e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #49454e;
  --mat-form-field-filled-caret-color: #7d00fa;
  --mat-form-field-filled-container-color: #e8e0eb;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1d1b1e 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #7d00fa;
  --mat-form-field-filled-focus-label-text-color: #7d00fa;
  --mat-form-field-filled-hover-active-indicator-color: #1d1b1e;
  --mat-form-field-filled-hover-label-text-color: #49454e;
  --mat-form-field-filled-input-text-color: #1d1b1e;
  --mat-form-field-filled-input-text-placeholder-color: #49454e;
  --mat-form-field-filled-label-text-color: #49454e;
  --mat-form-field-focus-select-arrow-color: #7d00fa;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #49454e;
  --mat-form-field-outlined-caret-color: #7d00fa;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #7d00fa;
  --mat-form-field-outlined-focus-outline-color: #7d00fa;
  --mat-form-field-outlined-hover-label-text-color: #1d1b1e;
  --mat-form-field-outlined-hover-outline-color: #1d1b1e;
  --mat-form-field-outlined-input-text-color: #1d1b1e;
  --mat-form-field-outlined-input-text-placeholder-color: #49454e;
  --mat-form-field-outlined-label-text-color: #49454e;
  --mat-form-field-outlined-outline-color: #7b757f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-select-option-text-color: #1d1b1e;
  --mat-form-field-state-layer-color: #1d1b1e;
  --mat-form-field-trailing-icon-color: #49454e;
  --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;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #f2ecf1;
  --mat-select-enabled-trigger-text-color: #1d1b1e;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-select-placeholder-text-color: #49454e;
  --mat-select-enabled-arrow-color: #49454e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-select-focused-arrow-color: #7d00fa;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-arrow-transform: none;
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #f2ecf1;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-container-shape: 28px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 6px 24px 13px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-container-color: #fef8fc;
  --mat-dialog-subhead-color: #1d1b1e;
  --mat-dialog-supporting-text-color: #49454e;
  --mat-dialog-subhead-font: Roboto, sans-serif;
  --mat-dialog-subhead-line-height: 2rem;
  --mat-dialog-subhead-size: 1.5rem;
  --mat-dialog-subhead-tracking: 0;
  --mat-dialog-subhead-weight: 400;
  --mat-dialog-supporting-text-font: Roboto, sans-serif;
  --mat-dialog-supporting-text-line-height: 1.25rem;
  --mat-dialog-supporting-text-size: 0.875rem;
  --mat-dialog-supporting-text-tracking: 0.016rem;
  --mat-dialog-supporting-text-weight: 400;
  --mat-chip-container-shape-radius: 8px;
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-elevated-container-color: transparent;
  --mat-chip-flat-selected-outline-width: 0;
  --mat-chip-outline-width: 1px;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-with-avatar-avatar-shape-radius: 24px;
  --mat-chip-with-avatar-avatar-size: 24px;
  --mat-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mat-chip-with-icon-disabled-icon-opacity: 0.38;
  --mat-chip-with-icon-icon-size: 18px;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mat-chip-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-chip-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-chip-elevated-selected-container-color: #eadef7;
  --mat-chip-flat-disabled-selected-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-chip-focus-outline-color: #49454e;
  --mat-chip-focus-state-layer-color: #49454e;
  --mat-chip-focus-state-layer-opacity: 0.12;
  --mat-chip-hover-state-layer-color: #49454e;
  --mat-chip-hover-state-layer-opacity: 0.08;
  --mat-chip-label-text-color: #49454e;
  --mat-chip-outline-color: #7b757f;
  --mat-chip-selected-disabled-trailing-icon-color: #1d1b1e;
  --mat-chip-selected-focus-state-layer-color: #4b4357;
  --mat-chip-selected-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-hover-state-layer-color: #4b4357;
  --mat-chip-selected-hover-state-layer-opacity: 0.08;
  --mat-chip-selected-label-text-color: #4b4357;
  --mat-chip-selected-trailing-action-state-layer-color: #4b4357;
  --mat-chip-selected-trailing-icon-color: #4b4357;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-state-layer-color: #49454e;
  --mat-chip-with-icon-disabled-icon-color: #1d1b1e;
  --mat-chip-with-icon-icon-color: #49454e;
  --mat-chip-with-icon-selected-icon-color: #4b4357;
  --mat-chip-with-trailing-icon-disabled-trailing-icon-color: #1d1b1e;
  --mat-chip-with-trailing-icon-trailing-icon-color: #49454e;
  --mat-chip-container-height: 24px;
  --mat-chip-label-text-font: Roboto, sans-serif;
  --mat-chip-label-text-line-height: 1.25rem;
  --mat-chip-label-text-size: 0.875rem;
  --mat-chip-label-text-tracking: 0.006rem;
  --mat-chip-label-text-weight: 500;
  --mat-slide-toggle-disabled-selected-handle-opacity: 1;
  --mat-slide-toggle-disabled-selected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-track-opacity: 0.12;
  --mat-slide-toggle-disabled-unselected-handle-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-icon-opacity: 0.38;
  --mat-slide-toggle-disabled-unselected-track-outline-width: 2px;
  --mat-slide-toggle-handle-shape: 9999px;
  --mat-slide-toggle-hidden-track-opacity: 0;
  --mat-slide-toggle-hidden-track-transition: opacity 75ms;
  --mat-slide-toggle-pressed-handle-size: 28px;
  --mat-slide-toggle-selected-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-selected-handle-size: 24px;
  --mat-slide-toggle-selected-icon-size: 16px;
  --mat-slide-toggle-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-slide-toggle-selected-track-outline-color: transparent;
  --mat-slide-toggle-selected-track-outline-width: 2px;
  --mat-slide-toggle-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-slide-toggle-state-layer-size: 40px;
  --mat-slide-toggle-track-height: 32px;
  --mat-slide-toggle-track-outline-width: 2px;
  --mat-slide-toggle-track-shape: 9999px;
  --mat-slide-toggle-track-width: 52px;
  --mat-slide-toggle-unselected-handle-horizontal-margin: 0 8px;
  --mat-slide-toggle-unselected-handle-size: 16px;
  --mat-slide-toggle-unselected-icon-size: 16px;
  --mat-slide-toggle-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-slide-toggle-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-slide-toggle-visible-track-opacity: 1;
  --mat-slide-toggle-visible-track-transition: opacity 75ms;
  --mat-slide-toggle-with-icon-handle-size: 24px;
  --mat-slide-toggle-touch-target-size: 48px;
  --mat-slide-toggle-disabled-label-text-color: #1d1b1e;
  --mat-slide-toggle-disabled-selected-handle-color: #fef8fc;
  --mat-slide-toggle-disabled-selected-icon-color: #1d1b1e;
  --mat-slide-toggle-disabled-selected-track-color: #1d1b1e;
  --mat-slide-toggle-disabled-unselected-handle-color: #1d1b1e;
  --mat-slide-toggle-disabled-unselected-icon-color: #e8e0eb;
  --mat-slide-toggle-disabled-unselected-track-color: #e8e0eb;
  --mat-slide-toggle-disabled-unselected-track-outline-color: #1d1b1e;
  --mat-slide-toggle-label-text-color: #1d1b1e;
  --mat-slide-toggle-selected-focus-handle-color: #ecdcff;
  --mat-slide-toggle-selected-focus-state-layer-color: #7d00fa;
  --mat-slide-toggle-selected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-focus-track-color: #7d00fa;
  --mat-slide-toggle-selected-handle-color: #ffffff;
  --mat-slide-toggle-selected-hover-handle-color: #ecdcff;
  --mat-slide-toggle-selected-hover-state-layer-color: #7d00fa;
  --mat-slide-toggle-selected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-selected-hover-track-color: #7d00fa;
  --mat-slide-toggle-selected-icon-color: #5f00c0;
  --mat-slide-toggle-selected-pressed-handle-color: #ecdcff;
  --mat-slide-toggle-selected-pressed-state-layer-color: #7d00fa;
  --mat-slide-toggle-selected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-selected-pressed-track-color: #7d00fa;
  --mat-slide-toggle-selected-track-color: #7d00fa;
  --mat-slide-toggle-track-outline-color: #7b757f;
  --mat-slide-toggle-unselected-focus-handle-color: #49454e;
  --mat-slide-toggle-unselected-focus-state-layer-color: #1d1b1e;
  --mat-slide-toggle-unselected-focus-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-focus-track-color: #e8e0eb;
  --mat-slide-toggle-unselected-handle-color: #7b757f;
  --mat-slide-toggle-unselected-hover-handle-color: #49454e;
  --mat-slide-toggle-unselected-hover-state-layer-color: #1d1b1e;
  --mat-slide-toggle-unselected-hover-state-layer-opacity: 0.08;
  --mat-slide-toggle-unselected-hover-track-color: #e8e0eb;
  --mat-slide-toggle-unselected-icon-color: #e8e0eb;
  --mat-slide-toggle-unselected-pressed-handle-color: #49454e;
  --mat-slide-toggle-unselected-pressed-state-layer-color: #1d1b1e;
  --mat-slide-toggle-unselected-pressed-state-layer-opacity: 0.12;
  --mat-slide-toggle-unselected-pressed-track-color: #e8e0eb;
  --mat-slide-toggle-unselected-track-color: #e8e0eb;
  --mat-slide-toggle-touch-target-display: none;
  --mat-slide-toggle-label-text-font: Roboto, sans-serif;
  --mat-slide-toggle-label-text-line-height: 1.25rem;
  --mat-slide-toggle-label-text-size: 0.875rem;
  --mat-slide-toggle-label-text-tracking: 0.016rem;
  --mat-slide-toggle-label-text-weight: 400;
  --mat-radio-disabled-unselected-icon-opacity: 0.38;
  --mat-radio-disabled-selected-icon-opacity: 0.38;
  --mat-radio-touch-target-size: 48px;
  --mat-radio-checked-ripple-color: #7d00fa;
  --mat-radio-disabled-label-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-radio-disabled-selected-icon-color: #1d1b1e;
  --mat-radio-disabled-unselected-icon-color: #1d1b1e;
  --mat-radio-label-text-color: #1d1b1e;
  --mat-radio-ripple-color: #1d1b1e;
  --mat-radio-selected-focus-icon-color: #7d00fa;
  --mat-radio-selected-hover-icon-color: #7d00fa;
  --mat-radio-selected-icon-color: #7d00fa;
  --mat-radio-selected-pressed-icon-color: #7d00fa;
  --mat-radio-unselected-focus-icon-color: #1d1b1e;
  --mat-radio-unselected-hover-icon-color: #1d1b1e;
  --mat-radio-unselected-icon-color: #49454e;
  --mat-radio-unselected-pressed-icon-color: #1d1b1e;
  --mat-radio-touch-target-display: none;
  --mat-radio-state-layer-size: 32px;
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-slider-value-indicator-opacity: 1;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-active-track-height: 4px;
  --mat-slider-handle-height: 20px;
  --mat-slider-handle-width: 20px;
  --mat-slider-inactive-track-height: 4px;
  --mat-slider-with-overlap-handle-outline-width: 1px;
  --mat-slider-with-tick-marks-active-container-opacity: 0.38;
  --mat-slider-with-tick-marks-container-size: 2px;
  --mat-slider-with-tick-marks-inactive-container-opacity: 0.38;
  --mat-slider-value-indicator-transform-origin: 0 28px;
  --mat-slider-active-track-color: #7d00fa;
  --mat-slider-active-track-shape: 9999px;
  --mat-slider-disabled-active-track-color: #1d1b1e;
  --mat-slider-disabled-handle-color: #1d1b1e;
  --mat-slider-disabled-inactive-track-color: #1d1b1e;
  --mat-slider-focus-handle-color: #7d00fa;
  --mat-slider-focus-state-layer-color: color-mix(in srgb, #7d00fa 20%, transparent);
  --mat-slider-handle-color: #7d00fa;
  --mat-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-handle-shape: 9999px;
  --mat-slider-hover-handle-color: #7d00fa;
  --mat-slider-hover-state-layer-color: color-mix(in srgb, #7d00fa 5%, transparent);
  --mat-slider-inactive-track-color: #e8e0eb;
  --mat-slider-inactive-track-shape: 9999px;
  --mat-slider-label-container-color: #7d00fa;
  --mat-slider-label-label-text-color: #ffffff;
  --mat-slider-ripple-color: #7d00fa;
  --mat-slider-with-overlap-handle-outline-color: #ffffff;
  --mat-slider-with-tick-marks-active-container-color: #ffffff;
  --mat-slider-with-tick-marks-container-shape: 9999px;
  --mat-slider-with-tick-marks-disabled-container-color: #1d1b1e;
  --mat-slider-with-tick-marks-inactive-container-color: #49454e;
  --mat-slider-label-label-text-font: Roboto, sans-serif;
  --mat-slider-label-label-text-line-height: 1rem;
  --mat-slider-label-label-text-size: 0.75rem;
  --mat-slider-label-label-text-tracking: 0.031rem;
  --mat-slider-label-label-text-weight: 500;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-color: #e8e0eb;
  --mat-menu-item-label-text-color: #1d1b1e;
  --mat-menu-item-icon-color: #49454e;
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-menu-container-color: #f2ecf1;
  --mat-menu-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-list-active-indicator-color: #eadef7;
  --mat-list-active-indicator-shape: 9999px;
  --mat-list-list-item-container-color: transparent;
  --mat-list-list-item-container-shape: 0;
  --mat-list-list-item-disabled-label-text-color: #1d1b1e;
  --mat-list-list-item-disabled-label-text-opacity: 0.3;
  --mat-list-list-item-disabled-leading-icon-color: #1d1b1e;
  --mat-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mat-list-list-item-disabled-state-layer-color: #1d1b1e;
  --mat-list-list-item-disabled-state-layer-opacity: 0.12;
  --mat-list-list-item-disabled-trailing-icon-color: #1d1b1e;
  --mat-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-list-item-focus-label-text-color: #1d1b1e;
  --mat-list-list-item-focus-state-layer-color: #1d1b1e;
  --mat-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-list-list-item-hover-label-text-color: #1d1b1e;
  --mat-list-list-item-hover-state-layer-color: #1d1b1e;
  --mat-list-list-item-hover-state-layer-opacity: 0.08;
  --mat-list-list-item-label-text-color: #1d1b1e;
  --mat-list-list-item-leading-avatar-color: #ecdcff;
  --mat-list-list-item-leading-avatar-shape: 9999px;
  --mat-list-list-item-leading-avatar-size: 40px;
  --mat-list-list-item-leading-icon-color: #49454e;
  --mat-list-list-item-leading-icon-size: 24px;
  --mat-list-list-item-selected-trailing-icon-color: #7d00fa;
  --mat-list-list-item-supporting-text-color: #49454e;
  --mat-list-list-item-trailing-icon-color: #49454e;
  --mat-list-list-item-trailing-icon-size: 24px;
  --mat-list-list-item-trailing-supporting-text-color: #49454e;
  --mat-list-list-item-leading-icon-start-space: 8px;
  --mat-list-list-item-leading-icon-end-space: 8px;
  --mat-list-list-item-one-line-container-height: 40px;
  --mat-list-list-item-two-line-container-height: 56px;
  --mat-list-list-item-three-line-container-height: 80px;
  --mat-list-list-item-label-text-font: Roboto, sans-serif;
  --mat-list-list-item-label-text-line-height: 1.5rem;
  --mat-list-list-item-label-text-size: 1rem;
  --mat-list-list-item-label-text-tracking: 0.031rem;
  --mat-list-list-item-label-text-weight: 400;
  --mat-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-supporting-text-line-height: 1.25rem;
  --mat-list-list-item-supporting-text-size: 0.875rem;
  --mat-list-list-item-supporting-text-tracking: 0.016rem;
  --mat-list-list-item-supporting-text-weight: 400;
  --mat-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mat-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mat-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mat-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mat-list-list-item-trailing-supporting-text-weight: 500;
  --mat-paginator-page-size-select-width: 84px;
  --mat-paginator-page-size-select-touch-target-height: 48px;
  --mat-paginator-container-text-color: #1d1b1e;
  --mat-paginator-container-background-color: #fef8fc;
  --mat-paginator-disabled-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-paginator-enabled-icon-color: #49454e;
  --mat-paginator-container-size: 48px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: none;
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-tab-active-indicator-height: 2px;
  --mat-tab-active-indicator-shape: 0;
  --mat-tab-divider-height: 1px;
  --mat-tab-active-focus-indicator-color: #7d00fa;
  --mat-tab-active-focus-label-text-color: #1d1b1e;
  --mat-tab-active-hover-indicator-color: #7d00fa;
  --mat-tab-active-hover-label-text-color: #1d1b1e;
  --mat-tab-active-indicator-color: #7d00fa;
  --mat-tab-active-label-text-color: #1d1b1e;
  --mat-tab-active-ripple-color: #1d1b1e;
  --mat-tab-divider-color: #e8e0eb;
  --mat-tab-inactive-focus-label-text-color: #1d1b1e;
  --mat-tab-inactive-hover-label-text-color: #1d1b1e;
  --mat-tab-inactive-label-text-color: #1d1b1e;
  --mat-tab-inactive-ripple-color: #1d1b1e;
  --mat-tab-pagination-icon-color: #1d1b1e;
  --mat-tab-disabled-ripple-color: #49454e;
  --mat-tab-container-height: 40px;
  --mat-tab-label-text-font: Roboto, sans-serif;
  --mat-tab-label-text-line-height: 1.25rem;
  --mat-tab-label-text-size: 0.875rem;
  --mat-tab-label-text-tracking: 0.006rem;
  --mat-tab-label-text-weight: 500;
  --mat-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mat-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mat-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mat-checkbox-touch-target-size: 48px;
  --mat-checkbox-disabled-label-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-checkbox-disabled-selected-checkmark-color: #fef8fc;
  --mat-checkbox-disabled-selected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-checkbox-disabled-unselected-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-checkbox-label-text-color: #1d1b1e;
  --mat-checkbox-selected-checkmark-color: #ffffff;
  --mat-checkbox-selected-focus-icon-color: #7d00fa;
  --mat-checkbox-selected-focus-state-layer-color: #7d00fa;
  --mat-checkbox-selected-hover-icon-color: #7d00fa;
  --mat-checkbox-selected-hover-state-layer-color: #7d00fa;
  --mat-checkbox-selected-icon-color: #7d00fa;
  --mat-checkbox-selected-pressed-icon-color: #7d00fa;
  --mat-checkbox-selected-pressed-state-layer-color: #1d1b1e;
  --mat-checkbox-unselected-focus-icon-color: #1d1b1e;
  --mat-checkbox-unselected-focus-state-layer-color: #1d1b1e;
  --mat-checkbox-unselected-hover-icon-color: #1d1b1e;
  --mat-checkbox-unselected-hover-state-layer-color: #1d1b1e;
  --mat-checkbox-unselected-icon-color: #49454e;
  --mat-checkbox-unselected-pressed-state-layer-color: #7d00fa;
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 32px;
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-button-filled-container-shape: 9999px;
  --mat-button-filled-horizontal-padding: 24px;
  --mat-button-filled-icon-offset: -8px;
  --mat-button-filled-icon-spacing: 8px;
  --mat-button-filled-touch-target-size: 48px;
  --mat-button-outlined-container-shape: 9999px;
  --mat-button-outlined-horizontal-padding: 24px;
  --mat-button-outlined-icon-offset: -8px;
  --mat-button-outlined-icon-spacing: 8px;
  --mat-button-outlined-outline-width: 1px;
  --mat-button-outlined-touch-target-size: 48px;
  --mat-button-protected-container-shape: 9999px;
  --mat-button-protected-horizontal-padding: 24px;
  --mat-button-protected-icon-offset: -8px;
  --mat-button-protected-icon-spacing: 8px;
  --mat-button-protected-touch-target-size: 48px;
  --mat-button-text-container-shape: 9999px;
  --mat-button-text-horizontal-padding: 12px;
  --mat-button-text-icon-offset: -4px;
  --mat-button-text-icon-spacing: 8px;
  --mat-button-text-with-icon-horizontal-padding: 16px;
  --mat-button-text-touch-target-size: 48px;
  --mat-button-tonal-container-shape: 9999px;
  --mat-button-tonal-horizontal-padding: 24px;
  --mat-button-tonal-icon-offset: -8px;
  --mat-button-tonal-icon-spacing: 8px;
  --mat-button-tonal-touch-target-size: 48px;
  --mat-button-filled-container-color: #7d00fa;
  --mat-button-filled-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-filled-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-filled-disabled-state-layer-color: #49454e;
  --mat-button-filled-focus-state-layer-opacity: 0.12;
  --mat-button-filled-hover-state-layer-opacity: 0.08;
  --mat-button-filled-label-text-color: #ffffff;
  --mat-button-filled-pressed-state-layer-opacity: 0.12;
  --mat-button-filled-ripple-color: color-mix(in srgb, #ffffff 12%, transparent);
  --mat-button-filled-state-layer-color: #ffffff;
  --mat-button-outlined-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-outlined-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-outlined-disabled-state-layer-color: #49454e;
  --mat-button-outlined-focus-state-layer-opacity: 0.12;
  --mat-button-outlined-hover-state-layer-opacity: 0.08;
  --mat-button-outlined-label-text-color: #7d00fa;
  --mat-button-outlined-outline-color: #7b757f;
  --mat-button-outlined-pressed-state-layer-opacity: 0.12;
  --mat-button-outlined-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);
  --mat-button-outlined-state-layer-color: #7d00fa;
  --mat-button-protected-container-color: #fef8fc;
  --mat-button-protected-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-protected-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-protected-disabled-state-layer-color: #49454e;
  --mat-button-protected-focus-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-focus-state-layer-opacity: 0.12;
  --mat-button-protected-hover-container-elevation-shadow:
    0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-hover-state-layer-opacity: 0.08;
  --mat-button-protected-label-text-color: #7d00fa;
  --mat-button-protected-pressed-container-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-button-protected-pressed-state-layer-opacity: 0.12;
  --mat-button-protected-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);
  --mat-button-protected-state-layer-color: #7d00fa;
  --mat-button-text-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-text-disabled-state-layer-color: #49454e;
  --mat-button-text-focus-state-layer-opacity: 0.12;
  --mat-button-text-hover-state-layer-opacity: 0.08;
  --mat-button-text-label-text-color: #7d00fa;
  --mat-button-text-pressed-state-layer-opacity: 0.12;
  --mat-button-text-ripple-color: color-mix(in srgb, #7d00fa 12%, transparent);
  --mat-button-text-state-layer-color: #7d00fa;
  --mat-button-tonal-container-color: #eadef7;
  --mat-button-tonal-disabled-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-tonal-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-tonal-disabled-state-layer-color: #49454e;
  --mat-button-tonal-focus-state-layer-opacity: 0.12;
  --mat-button-tonal-hover-state-layer-opacity: 0.08;
  --mat-button-tonal-label-text-color: #4b4357;
  --mat-button-tonal-pressed-state-layer-opacity: 0.12;
  --mat-button-tonal-ripple-color: color-mix(in srgb, #4b4357 12%, transparent);
  --mat-button-tonal-state-layer-color: #4b4357;
  --mat-button-filled-touch-target-display: none;
  --mat-button-filled-container-height: 32px;
  --mat-button-outlined-container-height: 32px;
  --mat-button-outlined-touch-target-display: none;
  --mat-button-protected-touch-target-display: none;
  --mat-button-protected-container-height: 32px;
  --mat-button-text-touch-target-display: none;
  --mat-button-text-container-height: 32px;
  --mat-button-tonal-container-height: 32px;
  --mat-button-tonal-touch-target-display: none;
  --mat-button-filled-label-text-font: Roboto, sans-serif;
  --mat-button-filled-label-text-size: 0.875rem;
  --mat-button-filled-label-text-tracking: 0.006rem;
  --mat-button-filled-label-text-weight: 500;
  --mat-button-outlined-label-text-font: Roboto, sans-serif;
  --mat-button-outlined-label-text-size: 0.875rem;
  --mat-button-outlined-label-text-tracking: 0.006rem;
  --mat-button-outlined-label-text-weight: 500;
  --mat-button-protected-label-text-font: Roboto, sans-serif;
  --mat-button-protected-label-text-size: 0.875rem;
  --mat-button-protected-label-text-tracking: 0.006rem;
  --mat-button-protected-label-text-weight: 500;
  --mat-button-text-label-text-font: Roboto, sans-serif;
  --mat-button-text-label-text-size: 0.875rem;
  --mat-button-text-label-text-tracking: 0.006rem;
  --mat-button-text-label-text-weight: 500;
  --mat-button-tonal-label-text-font: Roboto, sans-serif;
  --mat-button-tonal-label-text-size: 0.875rem;
  --mat-button-tonal-label-text-tracking: 0.006rem;
  --mat-button-tonal-label-text-weight: 500;
  --mat-icon-button-icon-size: 24px;
  --mat-icon-button-container-shape: 9999px;
  --mat-icon-button-touch-target-size: 48px;
  --mat-icon-button-disabled-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-icon-button-disabled-state-layer-color: #49454e;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-icon-color: #49454e;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-ripple-color: color-mix(in srgb, #49454e 12%, transparent);
  --mat-icon-button-state-layer-color: #49454e;
  --mat-icon-button-touch-target-display: none;
  --mat-icon-button-state-layer-size: 32px;
  --mat-fab-container-shape: 16px;
  --mat-fab-extended-container-height: 56px;
  --mat-fab-extended-container-shape: 16px;
  --mat-fab-small-container-shape: 12px;
  --mat-fab-touch-target-size: 48px;
  --mat-fab-small-touch-target-size: 48px;
  --mat-fab-container-color: #ecdcff;
  --mat-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-fab-extended-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-extended-pressed-container-elevation-shadow: 6;
  --mat-fab-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-foreground-color: #5f00c0;
  --mat-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-ripple-color: color-mix(in srgb, #5f00c0 12%, transparent);
  --mat-fab-small-container-color: #ecdcff;
  --mat-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-container-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-fab-small-focus-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-foreground-color: #5f00c0;
  --mat-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-pressed-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-ripple-color: color-mix(in srgb, #5f00c0 12%, transparent);
  --mat-fab-small-state-layer-color: #5f00c0;
  --mat-fab-state-layer-color: #5f00c0;
  --mat-fab-touch-target-display: none;
  --mat-fab-extended-label-text-font: Roboto, sans-serif;
  --mat-fab-extended-label-text-size: 0.875rem;
  --mat-fab-extended-label-text-tracking: 0.006rem;
  --mat-fab-extended-label-text-weight: 500;
  --mat-snack-bar-container-shape: 4px;
  --mat-snack-bar-button-color: #d5baff;
  --mat-snack-bar-container-color: #323033;
  --mat-snack-bar-supporting-text-color: #f5eff4;
  --mat-snack-bar-supporting-text-font: Roboto, sans-serif;
  --mat-snack-bar-supporting-text-line-height: 1.25rem;
  --mat-snack-bar-supporting-text-size: 0.875rem;
  --mat-snack-bar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #fef8fc;
  --mat-table-header-headline-color: #1d1b1e;
  --mat-table-row-item-label-text-color: #1d1b1e;
  --mat-table-row-item-outline-color: #7b757f;
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-progress-spinner-size: 48px;
  --mat-progress-spinner-active-indicator-width: 4px;
  --mat-progress-spinner-active-indicator-color: #7d00fa;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-background-color: #ba1a1a;
  --mat-badge-disabled-state-background-color: color-mix(in srgb, #ba1a1a 38%, transparent);
  --mat-badge-disabled-state-text-color: #ffffff;
  --mat-badge-text-color: #ffffff;
  --mat-badge-large-size-line-height: 16px;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-bottom-sheet-container-shape: 28px;
  --mat-bottom-sheet-container-text-color: #1d1b1e;
  --mat-bottom-sheet-container-background-color: #f8f2f6;
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-button-toggle-shape: 28px;
  --mat-button-toggle-background-color: transparent;
  --mat-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-toggle-disabled-state-background-color: transparent;
  --mat-button-toggle-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-button-toggle-divider-color: #7b757f;
  --mat-button-toggle-selected-state-background-color: #eadef7;
  --mat-button-toggle-selected-state-text-color: #4b4357;
  --mat-button-toggle-state-layer-color: #1d1b1e;
  --mat-button-toggle-text-color: #1d1b1e;
  --mat-button-toggle-height: 40px;
  --mat-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-button-toggle-label-text-line-height: 1.25rem;
  --mat-button-toggle-label-text-size: 0.875rem;
  --mat-button-toggle-label-text-tracking: 0.006rem;
  --mat-button-toggle-label-text-weight: 500;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-body-label-text-color: #1d1b1e;
  --mat-datepicker-calendar-container-background-color: #ede6eb;
  --mat-datepicker-calendar-container-text-color: #1d1b1e;
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: #ecdcff;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #645b70;
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #eadef7;
  --mat-datepicker-calendar-date-in-range-state-background-color: #ecdcff;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-preview-state-outline-color: #7d00fa;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-calendar-date-selected-state-background-color: #7d00fa;
  --mat-datepicker-calendar-date-selected-state-text-color: #ffffff;
  --mat-datepicker-calendar-date-text-color: #1d1b1e;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-calendar-date-today-outline-color: #7d00fa;
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #7d00fa;
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-header-text-color: #49454e;
  --mat-datepicker-calendar-navigation-button-icon-color: #49454e;
  --mat-datepicker-calendar-period-button-icon-color: #49454e;
  --mat-datepicker-calendar-period-button-text-color: #49454e;
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-datepicker-range-input-separator-color: #1d1b1e;
  --mat-datepicker-toggle-active-state-icon-color: #7d00fa;
  --mat-datepicker-toggle-icon-color: #49454e;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-divider-width: 1px;
  --mat-divider-color: #cbc4cf;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-header-indicator-display: inline-block;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-expansion-actions-divider-color: #7b757f;
  --mat-expansion-container-background-color: #fef8fc;
  --mat-expansion-container-text-color: #1d1b1e;
  --mat-expansion-header-description-color: #49454e;
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-expansion-header-indicator-color: #49454e;
  --mat-expansion-header-text-color: #1d1b1e;
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-header-text-weight: 500;
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
  --mat-sidenav-container-background-color: #fef8fc;
  --mat-sidenav-container-text-color: #49454e;
  --mat-sidenav-content-background-color: #fef8fc;
  --mat-sidenav-content-text-color: #1d1b1e;
  --mat-sidenav-scrim-color: color-mix(in srgb, #332f37 40%, transparent);
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-container-color: #fef8fc;
  --mat-stepper-header-done-state-icon-background-color: #7d00fa;
  --mat-stepper-header-done-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-edit-state-icon-background-color: #7d00fa;
  --mat-stepper-header-edit-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-error-state-icon-foreground-color: #ba1a1a;
  --mat-stepper-header-error-state-label-text-color: #ba1a1a;
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, #1d1b1e 8%, transparent);
  --mat-stepper-header-icon-background-color: #49454e;
  --mat-stepper-header-icon-foreground-color: #fef8fc;
  --mat-stepper-header-label-text-color: #49454e;
  --mat-stepper-header-optional-label-text-color: #49454e;
  --mat-stepper-header-selected-state-icon-background-color: #7d00fa;
  --mat-stepper-header-selected-state-icon-foreground-color: #ffffff;
  --mat-stepper-header-selected-state-label-text-color: #49454e;
  --mat-stepper-line-color: #7b757f;
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-sort-arrow-color: #1d1b1e;
  --mat-toolbar-container-background-color: #fef8fc;
  --mat-toolbar-container-text-color: #1d1b1e;
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-tree-container-background-color: #fef8fc;
  --mat-tree-node-text-color: #1d1b1e;
  --mat-tree-node-min-height: 40px;
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-container-background-color: #f2ecf1;
  --mat-timepicker-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-mat-dense-default {
  --mat-form-field-filled-active-indicator-height: 1px;
  --mat-form-field-filled-focus-active-indicator-height: 2px;
  --mat-form-field-filled-container-shape: 4px;
  --mat-form-field-outlined-outline-width: 1px;
  --mat-form-field-outlined-focus-outline-width: 2px;
  --mat-form-field-outlined-container-shape: 4px;
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-enabled-select-arrow-color: #49454e;
  --mat-form-field-error-focus-trailing-icon-color: #ba1a1a;
  --mat-form-field-error-hover-trailing-icon-color: #93000a;
  --mat-form-field-error-text-color: #ba1a1a;
  --mat-form-field-error-trailing-icon-color: #ba1a1a;
  --mat-form-field-filled-active-indicator-color: #49454e;
  --mat-form-field-filled-caret-color: #7d00fa;
  --mat-form-field-filled-container-color: #e8e0eb;
  --mat-form-field-filled-disabled-active-indicator-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-filled-disabled-container-color: color-mix(in srgb, #1d1b1e 4%, transparent);
  --mat-form-field-filled-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-filled-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-filled-error-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-caret-color: #ba1a1a;
  --mat-form-field-filled-error-focus-active-indicator-color: #ba1a1a;
  --mat-form-field-filled-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-filled-error-hover-active-indicator-color: #93000a;
  --mat-form-field-filled-error-hover-label-text-color: #93000a;
  --mat-form-field-filled-error-label-text-color: #ba1a1a;
  --mat-form-field-filled-focus-active-indicator-color: #7d00fa;
  --mat-form-field-filled-focus-label-text-color: #7d00fa;
  --mat-form-field-filled-hover-active-indicator-color: #1d1b1e;
  --mat-form-field-filled-hover-label-text-color: #49454e;
  --mat-form-field-filled-input-text-color: #1d1b1e;
  --mat-form-field-filled-input-text-placeholder-color: #49454e;
  --mat-form-field-filled-label-text-color: #49454e;
  --mat-form-field-focus-select-arrow-color: #7d00fa;
  --mat-form-field-focus-state-layer-opacity: 0;
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-leading-icon-color: #49454e;
  --mat-form-field-outlined-caret-color: #7d00fa;
  --mat-form-field-outlined-disabled-input-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-label-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-outlined-disabled-outline-color: color-mix(in srgb, #1d1b1e 12%, transparent);
  --mat-form-field-outlined-error-caret-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-focus-outline-color: #ba1a1a;
  --mat-form-field-outlined-error-hover-label-text-color: #93000a;
  --mat-form-field-outlined-error-hover-outline-color: #93000a;
  --mat-form-field-outlined-error-label-text-color: #ba1a1a;
  --mat-form-field-outlined-error-outline-color: #ba1a1a;
  --mat-form-field-outlined-focus-label-text-color: #7d00fa;
  --mat-form-field-outlined-focus-outline-color: #7d00fa;
  --mat-form-field-outlined-hover-label-text-color: #1d1b1e;
  --mat-form-field-outlined-hover-outline-color: #1d1b1e;
  --mat-form-field-outlined-input-text-color: #1d1b1e;
  --mat-form-field-outlined-input-text-placeholder-color: #49454e;
  --mat-form-field-outlined-label-text-color: #49454e;
  --mat-form-field-outlined-outline-color: #7b757f;
  --mat-form-field-select-disabled-option-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-form-field-select-option-text-color: #1d1b1e;
  --mat-form-field-state-layer-color: #1d1b1e;
  --mat-form-field-trailing-icon-color: #49454e;
  --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;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --mat-form-field-outlined-label-text-font: Roboto, sans-serif;
  --mat-form-field-outlined-label-text-size: 1rem;
  --mat-form-field-outlined-label-text-tracking: 0.031rem;
  --mat-form-field-outlined-label-text-weight: 400;
  --mat-form-field-filled-label-text-font: Roboto, sans-serif;
  --mat-form-field-filled-label-text-size: 1rem;
  --mat-form-field-filled-label-text-tracking: 0.031rem;
  --mat-form-field-filled-label-text-weight: 400;
  --mat-select-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #f2ecf1;
  --mat-select-enabled-trigger-text-color: #1d1b1e;
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-select-placeholder-text-color: #49454e;
  --mat-select-enabled-arrow-color: #49454e;
  --mat-select-disabled-arrow-color: color-mix(in srgb, #1d1b1e 38%, transparent);
  --mat-select-focused-arrow-color: #7d00fa;
  --mat-select-invalid-arrow-color: #ba1a1a;
  --mat-select-arrow-transform: none;
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #f2ecf1;
}
.vex-mat-dense-md {
  --mat-button-filled-container-height: 32px;
  --mat-button-filled-touch-target-display: block;
  --mat-button-outlined-container-height: 32px;
  --mat-button-outlined-touch-target-display: block;
  --mat-button-protected-container-height: 32px;
  --mat-button-protected-touch-target-display: block;
  --mat-button-text-container-height: 32px;
  --mat-button-text-touch-target-display: block;
  --mat-button-tonal-container-height: 32px;
  --mat-button-tonal-touch-target-display: block;
  --mat-button-toggle-height: 44px;
  --mat-checkbox-touch-target-display: block;
  --mat-checkbox-state-layer-size: 36px;
  --mat-expansion-header-collapsed-state-height: 44px;
  --mat-expansion-header-expanded-state-height: 60px;
  --mat-fab-small-touch-target-display: block;
  --mat-fab-touch-target-display: block;
  --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;
  --mat-icon-button-touch-target-display: block;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 44px;
  --mat-list-list-item-two-line-container-height: 60px;
  --mat-list-list-item-three-line-container-height: 84px;
  --mat-paginator-container-size: 52px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-radio-state-layer-size: 36px;
  --mat-radio-touch-target-display: block;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-slide-toggle-state-layer-size: 36px;
  --mat-slide-toggle-touch-target-display: block;
  --mat-stepper-header-height: 68px;
  --mat-table-header-container-height: 52px;
  --mat-table-footer-container-height: 48px;
  --mat-table-row-item-container-height: 48px;
  --mat-toolbar-standard-height: 60px;
  --mat-toolbar-mobile-height: 52px;
  --mat-tree-node-min-height: 44px;
}
.vex-mat-dense-md .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 28px;
}
.vex-mat-dense-md .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 44px;
  --mat-icon-button-state-layer-size: 44px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 10px;
}
.vex-mat-dense-md .mdc-list-item__start,
.vex-mat-dense-md .mdc-list-item__end {
  --mat-radio-state-layer-size: 36px;
  --mat-radio-touch-target-display: block;
}
.vex-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.vex-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.vex-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 52px;
}
.vex-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.vex-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.vex-mat-dense-md .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 68px;
}
.vex-mat-dense-md .mat-mdc-tab-header {
  --mat-tab-container-height: 44px;
}
.vex-mat-dense-sm {
  --mat-button-filled-container-height: 28px;
  --mat-button-filled-touch-target-display: none;
  --mat-button-outlined-container-height: 28px;
  --mat-button-outlined-touch-target-display: none;
  --mat-button-protected-container-height: 28px;
  --mat-button-protected-touch-target-display: none;
  --mat-button-text-container-height: 28px;
  --mat-button-text-touch-target-display: none;
  --mat-button-tonal-container-height: 28px;
  --mat-button-tonal-touch-target-display: none;
  --mat-button-toggle-height: 40px;
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 32px;
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
  --mat-fab-small-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --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;
  --mat-icon-button-touch-target-display: none;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 40px;
  --mat-list-list-item-two-line-container-height: 56px;
  --mat-list-list-item-three-line-container-height: 80px;
  --mat-paginator-container-size: 48px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
  --mat-radio-state-layer-size: 32px;
  --mat-radio-touch-target-display: none;
  --mat-select-arrow-transform: none;
  --mat-slide-toggle-state-layer-size: 32px;
  --mat-slide-toggle-touch-target-display: none;
  --mat-stepper-header-height: 64px;
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
  --mat-tree-node-min-height: 40px;
}
.vex-mat-dense-sm .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 24px;
}
.vex-mat-dense-sm .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  --mat-icon-button-state-layer-size: 40px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 8px;
}
.vex-mat-dense-sm .mdc-list-item__start,
.vex-mat-dense-sm .mdc-list-item__end {
  --mat-radio-state-layer-size: 32px;
  --mat-radio-touch-target-display: none;
}
.vex-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.vex-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.vex-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 48px;
}
.vex-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.vex-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.vex-mat-dense-sm .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 64px;
}
.vex-mat-dense-sm .mat-mdc-tab-header {
  --mat-tab-container-height: 40px;
}
.vex-mat-dense-lg {
  --mat-button-filled-container-height: 24px;
  --mat-button-filled-touch-target-display: none;
  --mat-button-outlined-container-height: 24px;
  --mat-button-outlined-touch-target-display: none;
  --mat-button-protected-container-height: 24px;
  --mat-button-protected-touch-target-display: none;
  --mat-button-text-container-height: 24px;
  --mat-button-text-touch-target-display: none;
  --mat-button-tonal-container-height: 24px;
  --mat-button-tonal-touch-target-display: none;
  --mat-button-toggle-height: 36px;
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 28px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-fab-small-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --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;
  --mat-icon-button-touch-target-display: none;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 36px;
  --mat-list-list-item-two-line-container-height: 52px;
  --mat-list-list-item-three-line-container-height: 76px;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: none;
  --mat-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
  --mat-select-arrow-transform: none;
  --mat-slide-toggle-state-layer-size: 28px;
  --mat-slide-toggle-touch-target-display: none;
  --mat-stepper-header-height: 60px;
  --mat-table-header-container-height: 44px;
  --mat-table-footer-container-height: 40px;
  --mat-table-row-item-container-height: 40px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 36px;
}
.vex-mat-dense-lg .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 24px;
}
.vex-mat-dense-lg .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 36px;
  --mat-icon-button-state-layer-size: 36px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 6px;
}
.vex-mat-dense-lg .mdc-list-item__start,
.vex-mat-dense-lg .mdc-list-item__end {
  --mat-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
}
.vex-mat-dense-lg .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.vex-mat-dense-lg .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.vex-mat-dense-lg .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 44px;
}
.vex-mat-dense-lg .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.vex-mat-dense-lg .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.vex-mat-dense-lg .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 60px;
}
.vex-mat-dense-lg .mat-mdc-tab-header {
  --mat-tab-container-height: 36px;
}
.vex-mat-dense-xl {
  --mat-button-filled-container-height: 24px;
  --mat-button-filled-touch-target-display: none;
  --mat-button-outlined-container-height: 24px;
  --mat-button-outlined-touch-target-display: none;
  --mat-button-protected-container-height: 24px;
  --mat-button-protected-touch-target-display: none;
  --mat-button-text-container-height: 24px;
  --mat-button-text-touch-target-display: none;
  --mat-button-tonal-container-height: 24px;
  --mat-button-tonal-touch-target-display: none;
  --mat-button-toggle-height: 24px;
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 28px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-fab-small-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --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;
  --mat-icon-button-touch-target-display: none;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 32px;
  --mat-list-list-item-two-line-container-height: 48px;
  --mat-list-list-item-three-line-container-height: 72px;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: none;
  --mat-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
  --mat-select-arrow-transform: none;
  --mat-slide-toggle-state-layer-size: 28px;
  --mat-slide-toggle-touch-target-display: none;
  --mat-stepper-header-height: 42px;
  --mat-table-header-container-height: 40px;
  --mat-table-footer-container-height: 36px;
  --mat-table-row-item-container-height: 36px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 28px;
}
.vex-mat-dense-xl .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 24px;
}
.vex-mat-dense-xl .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 32px;
  --mat-icon-button-state-layer-size: 32px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 4px;
}
.vex-mat-dense-xl .mdc-list-item__start,
.vex-mat-dense-xl .mdc-list-item__end {
  --mat-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
}
.vex-mat-dense-xl .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.vex-mat-dense-xl .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.vex-mat-dense-xl .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 40px;
}
.vex-mat-dense-xl .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.vex-mat-dense-xl .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.vex-mat-dense-xl .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 56px;
}
.vex-mat-dense-xl .mat-mdc-tab-header {
  --mat-tab-container-height: 32px;
}
.vex-mat-dense-xs {
  --mat-button-filled-container-height: 24px;
  --mat-button-filled-touch-target-display: none;
  --mat-button-outlined-container-height: 24px;
  --mat-button-outlined-touch-target-display: none;
  --mat-button-protected-container-height: 24px;
  --mat-button-protected-touch-target-display: none;
  --mat-button-text-container-height: 24px;
  --mat-button-text-touch-target-display: none;
  --mat-button-tonal-container-height: 24px;
  --mat-button-tonal-touch-target-display: none;
  --mat-button-toggle-height: 24px;
  --mat-checkbox-touch-target-display: none;
  --mat-checkbox-state-layer-size: 28px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-fab-small-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 6px;
  --mat-form-field-filled-with-label-container-padding-top: 6px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-icon-button-touch-target-display: none;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-list-list-item-one-line-container-height: 24px;
  --mat-list-list-item-two-line-container-height: 48px;
  --mat-list-list-item-three-line-container-height: 56px;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 36px;
  --mat-paginator-form-field-container-vertical-padding: 6px;
  --mat-paginator-touch-target-display: none;
  --mat-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
  --mat-select-arrow-transform: none;
  --mat-slide-toggle-state-layer-size: 28px;
  --mat-slide-toggle-touch-target-display: none;
  --mat-stepper-header-height: 42px;
  --mat-table-header-container-height: 40px;
  --mat-table-footer-container-height: 36px;
  --mat-table-row-item-container-height: 36px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 28px;
}
.vex-mat-dense-xs .mat-mdc-chip.mat-mdc-standard-chip {
  --mat-chip-container-height: 24px;
}
.vex-mat-dense-xs .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 28px;
  --mat-icon-button-state-layer-size: 28px;
  width: var(--mat-icon-button-state-layer-size);
  height: var(--mat-icon-button-state-layer-size);
  padding: 2px;
}
.vex-mat-dense-xs .mdc-list-item__start,
.vex-mat-dense-xs .mdc-list-item__end {
  --mat-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
}
.vex-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.vex-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.vex-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 40px;
}
.vex-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.vex-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.vex-mat-dense-xs .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 56px;
}
.vex-mat-dense-xs .mat-mdc-tab-header {
  --mat-tab-container-height: 32px;
}
:root {
}
:root .mat-mdc-dialog-container .mdc-dialog__surface {
  border-radius: calc(var(--vex-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(--vex-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 {
  --mat-form-field-outlined-container-shape: var(--vex-border-radius);
}
:root .dark .mat-mdc-menu-panel {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
:root .mat-mdc-menu-panel {
  border-radius: var(--vex-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
: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(--vex-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(--vex-color-primary-600) / 0.1);
}
:root .mat-mdc-menu-item:hover:not([disabled]) .mat-icon {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-primary-600) / var(--tw-text-opacity, 1));
}
: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, 1));
}
:root .mat-mdc-select-panel {
  border-radius: var(--vex-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  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(--vex-border-radius);
  border-top-right-radius: var(--vex-border-radius);
}
:root .mat-mdc-option {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  min-height: 2.5rem;
  border-radius: var(--vex-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(--vex-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(--vex-color-primary-600) / var(--tw-text-opacity, 1));
}
: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(--vex-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(--vex-background-card-rgb) / var(--tw-bg-opacity, 1));
}
.vex-layout-ares {
  --vex-sidenav-background: var(--vex-background-background);
  --vex-toolbar-background: var(--vex-background-background);
  --vex-sidenav-color: rgb(var(--vex-foreground-text-rgb) / 1);
  --vex-sidenav-section-divider-color: transparent;
  --vex-sidenav-item-background-hover: rgb(var(--vex-color-primary-600) / 0.1);
  --vex-sidenav-item-background-active: var(--vex-background-card);
  --vex-sidenav-item-color: rgb(var(--vex-foreground-text-rgb) / 1);
  --vex-sidenav-item-color-hover: rgb(var(--vex-foreground-text-rgb) / 1);
  --vex-sidenav-item-color-active: rgb(var(--vex-foreground-text-rgb) / 1);
  --vex-sidenav-item-dropdown-color-active: var( --vex-sidenav-item-color-active );
  --vex-sidenav-item-dropdown-background-active: var(--vex-background-hover);
  --vex-sidenav-item-dropdown-background: var(--vex-background-background);
  --vex-sidenav-item-dropdown-background-hover: var(--vex-background-hover);
  --vex-secondary-toolbar-background: var(--vex-background-background);
  --vex-sidenav-toolbar-background: var(--vex-background-background);
  --vex-secondary-toolbar-height: 64px;
}
.vex-layout-ares .vex-sidenav {
  border: none;
}
.vex-layout-ares .vex-sidenav vex-sidenav-item .vex-sidenav-item {
  width: unset;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 9999px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.vex-layout-ares .vex-sidenav vex-sidenav-item .vex-sidenav-item.vex-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);
}
.vex-layout-ares .vex-sidenav vex-sidenav-item .item-level-0 > .vex-sidenav-item {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.vex-layout-ares .vex-sidenav vex-sidenav-item .item-level-1 .vex-sidenav-item.vex-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);
}
.vex-layout-ares .vex-sidenav vex-sidenav-item .item-level-1 .vex-sidenav-item.vex-sidenav-item--active .vex-sidenav-item__label {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-text-rgb) / var(--tw-text-opacity, 1));
}
.vex-layout-ares .vex-sidenav vex-sidenav-item .item-level-1 .vex-sidenav-item:hover .vex-sidenav-item__label {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-text-rgb) / var(--tw-text-opacity, 1));
}
.vex-layout-ares .vex-layout-sidenav-collapsed .vex-sidenav vex-sidenav-item .vex-sidenav-item {
  margin-left: 0px;
  margin-right: 0px;
}
.vex-layout-ares vex-toolbar {
  border-bottom-width: 0px;
}
.vex-layout-ares vex-secondary-toolbar {
  border-bottom-right-radius: var(--vex-border-radius);
  border-bottom-left-radius: var(--vex-border-radius);
}
.vex-layout-ares vex-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);
}
.vex-layout-ares vex-footer {
  overflow: hidden;
  border-top-left-radius: var(--vex-border-radius);
  border-top-right-radius: var(--vex-border-radius);
}
.vex-layout-ares .vex-page-layout-header {
  background: var(--vex-background-background);
  color: rgb(var(--vex-foreground-text-rgb) / 1);
}
.vex-layout-ares.vex-style-default {
  --vex-sidenav-item-background-active: rgb(var(--vex-color-primary-600) / 1);
  --vex-sidenav-item-color-active: rgb(var(--vex-color-on-primary-600) / 1);
  --vex-sidenav-item-dropdown-color-active: var(--vex-sidenav-item-color);
  --vex-sidenav-item-dropdown-color-hover: rgb(var(--vex-foreground-text-rgb) / 1);
  --vex-sidenav-item-icon-color-active: rgb(var(--vex-color-on-primary-600) / 1);
}
.vex-layout-hermes {
  --vex-toolbar-height: 100px;
  --vex-secondary-toolbar-background: var(--vex-background-background);
  --vex-secondary-toolbar-height: 64px;
}
.vex-layout-hermes.vex-style-light {
  --vex-toolbar-background: var(--vex-background-background);
}
.vex-layout-hermes.vex-style-dark {
  --vex-toolbar-background: var(--vex-background-background);
}
@media (min-width: 1280px) {
  .vex-layout-hermes .vex-sidenav {
    display: none;
  }
}
.vex-layout-hermes vex-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);
}
.vex-layout-ikaros {
  --vex-navigation-height: 0.00001px;
}
.vex-layout-ikaros.vex-style-default {
  --vex-navigation-color: white;
}
.vex-layout-poseidon {
  --vex-sidenav-item-min-height: 40px;
  --vex-sidenav-item-background-hover: rgb(var(--vex-color-primary-500) / 15%);
  --vex-sidenav-item-background-active: rgb(var(--vex-color-primary-500) / 20%);
  --vex-sidenav-item-dropdown-background: var(--vex-sidenav-background);
  --vex-sidenav-item-dropdown-background-hover: rgb( var(--vex-color-primary-600) / 10% );
  --vex-sidenav-item-dropdown-background-active: rgb( var(--vex-color-primary-600) / 20% );
  --vex-sidenav-item-padding-vertical: 0.5rem;
  --vex-sidenav-item-padding-horizontal: 0.75rem;
}
.vex-layout-poseidon .vex-sidenav-item {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  margin-bottom: 0.25rem;
  border-radius: var(--vex-border-radius);
}
.vex-layout-poseidon .vex-sidenav-toolbar__divider {
  margin: 0 var(--vex-sidenav-item-padding-horizontal);
}
.vex-layout-poseidon.vex-style-light {
  --vex-sidenav-item-color: rgba(0, 0, 0, 1);
  --vex-sidenav-item-color-hover: rgba(0, 0, 0, 1);
  --vex-sidenav-item-dropdown-color-hover: rgba(0, 0, 0, 1);
  --vex-sidenav-item-dropdown-color-active: rgba(0, 0, 0, 1);
}
.vex-layout-poseidon.vex-style-default {
  --vex-sidenav-toolbar-background: var(--vex-sidenav-background);
  --vex-sidenav-item-color: rgba(255, 255, 255, 0.8);
  --vex-sidenav-item-color-hover: rgba(255, 255, 255, 1);
  --vex-sidenav-item-ripple-color: rgb(255, 255, 255, 0.06);
}
.vex-layout-poseidon.vex-style-dark {
  --vex-sidenav-item-color: rgba(255, 255, 255, 0.8);
  --vex-sidenav-item-color-hover: #ffffff;
  --vex-sidenav-item-ripple-color: rgb(255, 255, 255, 0.06);
}

/* src/@vex/styles/tailwind.scss */
*,
::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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: var(--vex-foreground-divider);
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  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,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
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-feature-settings: normal;
  font-variation-settings: normal;
  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;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([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]:where(:not([hidden=until-found])) {
  display: none;
}
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,
    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(--vex-foreground-text-rgb) / var(--tw-text-opacity, 1));
}
div {
  box-sizing: border-box;
}
input,
textarea {
  line-height: 1.5;
}
button:focus {
  outline: unset !important;
}
code {
  border-radius: var(--vex-border-radius);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-app-bar-rgb) / var(--tw-bg-opacity, 1));
  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(--vex-foreground-text-rgb) / var(--tw-text-opacity, 1));
}
blockquote {
  background: rgb(var(--vex-color-primary-600)/0.1);
  border-left: 3px solid rgb(var(--vex-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;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~=lead]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type=A]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type=a]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type=A s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type=a s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type=I]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type=i]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type=I s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type=i s]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~=not-prose], [class~=not-prose] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201c""\201d""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~=not-prose], [class~=not-prose] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~=not-prose], [class~=not-prose] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~=not-prose], [class~=not-prose] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~=not-prose], [class~=not-prose] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~=not-prose], [class~=not-prose] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~=not-prose], [class~=not-prose] *)) {
  margin-bottom: 0;
}
.vex-theme-default {
  --vex-color-primary-50: 238 242 255;
  --vex-color-primary-100: 224 231 255;
  --vex-color-primary-200: 199 210 254;
  --vex-color-primary-300: 165 180 252;
  --vex-color-primary-400: 129 140 248;
  --vex-color-primary-500: 99 102 241;
  --vex-color-primary-600: 79 70 229;
  --vex-color-primary-700: 67 56 202;
  --vex-color-primary-800: 55 48 163;
  --vex-color-primary-900: 49 46 129;
  --vex-color-primary-950: 30 27 75;
  --vex-color-on-primary-50: 0 0 0;
  --vex-color-on-primary-100: 0 0 0;
  --vex-color-on-primary-200: 0 0 0;
  --vex-color-on-primary-300: 0 0 0;
  --vex-color-on-primary-400: 0 0 0;
  --vex-color-on-primary-500: 255 255 255;
  --vex-color-on-primary-600: 255 255 255;
  --vex-color-on-primary-700: 255 255 255;
  --vex-color-on-primary-800: 255 255 255;
  --vex-color-on-primary-900: 255 255 255;
  --vex-color-accent-50: 255 251 235;
  --vex-color-accent-100: 254 243 199;
  --vex-color-accent-200: 253 230 138;
  --vex-color-accent-300: 252 211 77;
  --vex-color-accent-400: 251 191 36;
  --vex-color-accent-500: 245 158 11;
  --vex-color-accent-600: 217 119 6;
  --vex-color-accent-700: 180 83 9;
  --vex-color-accent-800: 146 64 14;
  --vex-color-accent-900: 120 53 15;
  --vex-color-accent-950: 69 26 3;
  --vex-color-on-accent-50: 0 0 0;
  --vex-color-on-accent-100: 0 0 0;
  --vex-color-on-accent-200: 0 0 0;
  --vex-color-on-accent-300: 0 0 0;
  --vex-color-on-accent-400: 0 0 0;
  --vex-color-on-accent-500: 255 255 255;
  --vex-color-on-accent-600: 255 255 255;
  --vex-color-on-accent-700: 255 255 255;
  --vex-color-on-accent-800: 255 255 255;
  --vex-color-on-accent-900: 255 255 255;
  --vex-color-warn-50: 254 242 242;
  --vex-color-warn-100: 254 226 226;
  --vex-color-warn-200: 254 202 202;
  --vex-color-warn-300: 252 165 165;
  --vex-color-warn-400: 248 113 113;
  --vex-color-warn-500: 239 68 68;
  --vex-color-warn-600: 220 38 38;
  --vex-color-warn-700: 185 28 28;
  --vex-color-warn-800: 153 27 27;
  --vex-color-warn-900: 127 29 29;
  --vex-color-warn-950: 69 10 10;
  --vex-color-on-warn-50: 0 0 0;
  --vex-color-on-warn-100: 0 0 0;
  --vex-color-on-warn-200: 0 0 0;
  --vex-color-on-warn-300: 0 0 0;
  --vex-color-on-warn-400: 0 0 0;
  --vex-color-on-warn-500: 255 255 255;
  --vex-color-on-warn-600: 255 255 255;
  --vex-color-on-warn-700: 255 255 255;
  --vex-color-on-warn-800: 255 255 255;
  --vex-color-on-warn-900: 255 255 255;
}
.vex-theme-default.light,
.vex-theme-default .light {
  --vex-foreground-base: #000;
  --vex-foreground-base-rgb: 0 0 0;
  --vex-foreground-divider: rgba(0,0,0,0.06);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.06);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #9ca3af;
  --vex-foreground-disabled-button-rgb: 156 163 175;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #4b5563;
  --vex-foreground-secondary-text-rgb: 75 85 99;
  --vex-foreground-icon: #1f2937;
  --vex-foreground-icon-rgb: 31 41 55;
  --vex-foreground-icons: #1f2937;
  --vex-foreground-icons-rgb: 31 41 55;
  --vex-foreground-text: #030712;
  --vex-foreground-text-rgb: 3 7 18;
  --vex-foreground-slider-min: #1f2937;
  --vex-foreground-slider-min-rgb: 31 41 55;
  --vex-foreground-slider-off: #9ca3af;
  --vex-foreground-slider-off-rgb: 156 163 175;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #d1d5db;
  --vex-background-status-bar-rgb: 209 213 219;
  --vex-background-app-bar: #e5e7eb;
  --vex-background-app-bar-rgb: 229 231 235;
  --vex-background-background: #f3f4f6;
  --vex-background-background-rgb: 243 244 246;
  --vex-background-hover: rgba(17,24,39,0.04);
  --vex-background-hover-rgb: 17 24 39;
  --vex-background-card: #fff;
  --vex-background-card-rgb: 255 255 255;
  --vex-background-dialog: #fff;
  --vex-background-dialog-rgb: 255 255 255;
  --vex-background-disabled-button: #e5e7eb;
  --vex-background-disabled-button-rgb: 229 231 235;
  --vex-background-raised-button: #fff;
  --vex-background-raised-button-rgb: 255 255 255;
  --vex-background-focused-button: #e5e7eb;
  --vex-background-focused-button-rgb: 229 231 235;
  --vex-background-selected-button: #d1d5db;
  --vex-background-selected-button-rgb: 209 213 219;
  --vex-background-selected-disabled-button: #9ca3af;
  --vex-background-selected-disabled-button-rgb: 156 163 175;
  --vex-background-disabled-button-toggle: #e5e7eb;
  --vex-background-disabled-button-toggle-rgb: 229 231 235;
  --vex-background-unselected-chip: #d1d5db;
  --vex-background-unselected-chip-rgb: 209 213 219;
  --vex-background-disabled-list-option: #e5e7eb;
  --vex-background-disabled-list-option-rgb: 229 231 235;
  --vex-background-tooltip: #1f2937;
  --vex-background-tooltip-rgb: 31 41 55;
}
.vex-theme-default.dark,
.vex-theme-default .dark {
  --vex-foreground-base: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(255,255,255,0.12);
  --vex-foreground-divider-rgb: 255 255 255;
  --vex-foreground-dividers: rgba(255,255,255,0.12);
  --vex-foreground-dividers-rgb: 255 255 255;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #4b5563;
  --vex-foreground-disabled-button-rgb: 75 85 99;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #9ca3af;
  --vex-foreground-secondary-text-rgb: 156 163 175;
  --vex-foreground-icon: #fff;
  --vex-foreground-icon-rgb: 255 255 255;
  --vex-foreground-icons: #fff;
  --vex-foreground-icons-rgb: 255 255 255;
  --vex-foreground-text: #fff;
  --vex-foreground-text-rgb: 255 255 255;
  --vex-foreground-slider-min: #fff;
  --vex-foreground-slider-min-rgb: 255 255 255;
  --vex-foreground-slider-off: #4b5563;
  --vex-foreground-slider-off-rgb: 75 85 99;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #030712;
  --vex-background-status-bar-rgb: 3 7 18;
  --vex-background-app-bar: #1f2937;
  --vex-background-app-bar-rgb: 31 41 55;
  --vex-background-background: #111827;
  --vex-background-background-rgb: 17 24 39;
  --vex-background-hover: rgba(255,255,255,0.04);
  --vex-background-hover-rgb: 255 255 255;
  --vex-background-card: #1f2937;
  --vex-background-card-rgb: 31 41 55;
  --vex-background-dialog: #1f2937;
  --vex-background-dialog-rgb: 31 41 55;
  --vex-background-disabled-button: rgba(255,255,255,0.12);
  --vex-background-disabled-button-rgb: 255 255 255;
  --vex-background-raised-button: #1f2937;
  --vex-background-raised-button-rgb: 31 41 55;
  --vex-background-focused-button: rgba(255,255,255,0.12);
  --vex-background-focused-button-rgb: 255 255 255;
  --vex-background-selected-button: #111827;
  --vex-background-selected-button-rgb: 17 24 39;
  --vex-background-selected-disabled-button: #1f2937;
  --vex-background-selected-disabled-button-rgb: 31 41 55;
  --vex-background-disabled-button-toggle: #000;
  --vex-background-disabled-button-toggle-rgb: 0 0 0;
  --vex-background-unselected-chip: #374151;
  --vex-background-unselected-chip-rgb: 55 65 81;
  --vex-background-disabled-list-option: rgba(255,255,255,0.12);
  --vex-background-disabled-list-option-rgb: 255 255 255;
  --vex-background-tooltip: #374151;
  --vex-background-tooltip-rgb: 55 65 81;
}
.vex-theme-teal {
  --vex-color-primary-50: 240 253 250;
  --vex-color-primary-100: 204 251 241;
  --vex-color-primary-200: 153 246 228;
  --vex-color-primary-300: 94 234 212;
  --vex-color-primary-400: 45 212 191;
  --vex-color-primary-500: 20 184 166;
  --vex-color-primary-600: 13 148 136;
  --vex-color-primary-700: 15 118 110;
  --vex-color-primary-800: 17 94 89;
  --vex-color-primary-900: 19 78 74;
  --vex-color-primary-950: 4 47 46;
  --vex-color-on-primary-50: 0 0 0;
  --vex-color-on-primary-100: 0 0 0;
  --vex-color-on-primary-200: 0 0 0;
  --vex-color-on-primary-300: 0 0 0;
  --vex-color-on-primary-400: 0 0 0;
  --vex-color-on-primary-500: 255 255 255;
  --vex-color-on-primary-600: 255 255 255;
  --vex-color-on-primary-700: 255 255 255;
  --vex-color-on-primary-800: 255 255 255;
  --vex-color-on-primary-900: 255 255 255;
  --vex-color-accent-50: 255 251 235;
  --vex-color-accent-100: 254 243 199;
  --vex-color-accent-200: 253 230 138;
  --vex-color-accent-300: 252 211 77;
  --vex-color-accent-400: 251 191 36;
  --vex-color-accent-500: 245 158 11;
  --vex-color-accent-600: 217 119 6;
  --vex-color-accent-700: 180 83 9;
  --vex-color-accent-800: 146 64 14;
  --vex-color-accent-900: 120 53 15;
  --vex-color-accent-950: 69 26 3;
  --vex-color-on-accent-50: 0 0 0;
  --vex-color-on-accent-100: 0 0 0;
  --vex-color-on-accent-200: 0 0 0;
  --vex-color-on-accent-300: 0 0 0;
  --vex-color-on-accent-400: 0 0 0;
  --vex-color-on-accent-500: 255 255 255;
  --vex-color-on-accent-600: 255 255 255;
  --vex-color-on-accent-700: 255 255 255;
  --vex-color-on-accent-800: 255 255 255;
  --vex-color-on-accent-900: 255 255 255;
  --vex-color-warn-50: 254 242 242;
  --vex-color-warn-100: 254 226 226;
  --vex-color-warn-200: 254 202 202;
  --vex-color-warn-300: 252 165 165;
  --vex-color-warn-400: 248 113 113;
  --vex-color-warn-500: 239 68 68;
  --vex-color-warn-600: 220 38 38;
  --vex-color-warn-700: 185 28 28;
  --vex-color-warn-800: 153 27 27;
  --vex-color-warn-900: 127 29 29;
  --vex-color-warn-950: 69 10 10;
  --vex-color-on-warn-50: 0 0 0;
  --vex-color-on-warn-100: 0 0 0;
  --vex-color-on-warn-200: 0 0 0;
  --vex-color-on-warn-300: 0 0 0;
  --vex-color-on-warn-400: 0 0 0;
  --vex-color-on-warn-500: 255 255 255;
  --vex-color-on-warn-600: 255 255 255;
  --vex-color-on-warn-700: 255 255 255;
  --vex-color-on-warn-800: 255 255 255;
  --vex-color-on-warn-900: 255 255 255;
}
.vex-theme-teal.light,
.vex-theme-teal .light {
  --vex-foreground-base: #000;
  --vex-foreground-base-rgb: 0 0 0;
  --vex-foreground-divider: rgba(0,0,0,0.06);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.06);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #9ca3af;
  --vex-foreground-disabled-button-rgb: 156 163 175;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #4b5563;
  --vex-foreground-secondary-text-rgb: 75 85 99;
  --vex-foreground-icon: #1f2937;
  --vex-foreground-icon-rgb: 31 41 55;
  --vex-foreground-icons: #1f2937;
  --vex-foreground-icons-rgb: 31 41 55;
  --vex-foreground-text: #030712;
  --vex-foreground-text-rgb: 3 7 18;
  --vex-foreground-slider-min: #1f2937;
  --vex-foreground-slider-min-rgb: 31 41 55;
  --vex-foreground-slider-off: #9ca3af;
  --vex-foreground-slider-off-rgb: 156 163 175;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #d1d5db;
  --vex-background-status-bar-rgb: 209 213 219;
  --vex-background-app-bar: #e5e7eb;
  --vex-background-app-bar-rgb: 229 231 235;
  --vex-background-background: #f3f4f6;
  --vex-background-background-rgb: 243 244 246;
  --vex-background-hover: rgba(17,24,39,0.04);
  --vex-background-hover-rgb: 17 24 39;
  --vex-background-card: #fff;
  --vex-background-card-rgb: 255 255 255;
  --vex-background-dialog: #fff;
  --vex-background-dialog-rgb: 255 255 255;
  --vex-background-disabled-button: #e5e7eb;
  --vex-background-disabled-button-rgb: 229 231 235;
  --vex-background-raised-button: #fff;
  --vex-background-raised-button-rgb: 255 255 255;
  --vex-background-focused-button: #e5e7eb;
  --vex-background-focused-button-rgb: 229 231 235;
  --vex-background-selected-button: #d1d5db;
  --vex-background-selected-button-rgb: 209 213 219;
  --vex-background-selected-disabled-button: #9ca3af;
  --vex-background-selected-disabled-button-rgb: 156 163 175;
  --vex-background-disabled-button-toggle: #e5e7eb;
  --vex-background-disabled-button-toggle-rgb: 229 231 235;
  --vex-background-unselected-chip: #d1d5db;
  --vex-background-unselected-chip-rgb: 209 213 219;
  --vex-background-disabled-list-option: #e5e7eb;
  --vex-background-disabled-list-option-rgb: 229 231 235;
  --vex-background-tooltip: #1f2937;
  --vex-background-tooltip-rgb: 31 41 55;
}
.vex-theme-teal.dark,
.vex-theme-teal .dark {
  --vex-foreground-base: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(255,255,255,0.12);
  --vex-foreground-divider-rgb: 255 255 255;
  --vex-foreground-dividers: rgba(255,255,255,0.12);
  --vex-foreground-dividers-rgb: 255 255 255;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #4b5563;
  --vex-foreground-disabled-button-rgb: 75 85 99;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #9ca3af;
  --vex-foreground-secondary-text-rgb: 156 163 175;
  --vex-foreground-icon: #fff;
  --vex-foreground-icon-rgb: 255 255 255;
  --vex-foreground-icons: #fff;
  --vex-foreground-icons-rgb: 255 255 255;
  --vex-foreground-text: #fff;
  --vex-foreground-text-rgb: 255 255 255;
  --vex-foreground-slider-min: #fff;
  --vex-foreground-slider-min-rgb: 255 255 255;
  --vex-foreground-slider-off: #4b5563;
  --vex-foreground-slider-off-rgb: 75 85 99;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #030712;
  --vex-background-status-bar-rgb: 3 7 18;
  --vex-background-app-bar: #1f2937;
  --vex-background-app-bar-rgb: 31 41 55;
  --vex-background-background: #111827;
  --vex-background-background-rgb: 17 24 39;
  --vex-background-hover: rgba(255,255,255,0.04);
  --vex-background-hover-rgb: 255 255 255;
  --vex-background-card: #1f2937;
  --vex-background-card-rgb: 31 41 55;
  --vex-background-dialog: #1f2937;
  --vex-background-dialog-rgb: 31 41 55;
  --vex-background-disabled-button: rgba(255,255,255,0.12);
  --vex-background-disabled-button-rgb: 255 255 255;
  --vex-background-raised-button: #1f2937;
  --vex-background-raised-button-rgb: 31 41 55;
  --vex-background-focused-button: rgba(255,255,255,0.12);
  --vex-background-focused-button-rgb: 255 255 255;
  --vex-background-selected-button: #111827;
  --vex-background-selected-button-rgb: 17 24 39;
  --vex-background-selected-disabled-button: #1f2937;
  --vex-background-selected-disabled-button-rgb: 31 41 55;
  --vex-background-disabled-button-toggle: #000;
  --vex-background-disabled-button-toggle-rgb: 0 0 0;
  --vex-background-unselected-chip: #374151;
  --vex-background-unselected-chip-rgb: 55 65 81;
  --vex-background-disabled-list-option: rgba(255,255,255,0.12);
  --vex-background-disabled-list-option-rgb: 255 255 255;
  --vex-background-tooltip: #374151;
  --vex-background-tooltip-rgb: 55 65 81;
}
.vex-theme-green {
  --vex-color-primary-50: 240 253 244;
  --vex-color-primary-100: 220 252 231;
  --vex-color-primary-200: 187 247 208;
  --vex-color-primary-300: 134 239 172;
  --vex-color-primary-400: 74 222 128;
  --vex-color-primary-500: 34 197 94;
  --vex-color-primary-600: 22 163 74;
  --vex-color-primary-700: 21 128 61;
  --vex-color-primary-800: 22 101 52;
  --vex-color-primary-900: 20 83 45;
  --vex-color-primary-950: 5 46 22;
  --vex-color-on-primary-50: 0 0 0;
  --vex-color-on-primary-100: 0 0 0;
  --vex-color-on-primary-200: 0 0 0;
  --vex-color-on-primary-300: 0 0 0;
  --vex-color-on-primary-400: 0 0 0;
  --vex-color-on-primary-500: 255 255 255;
  --vex-color-on-primary-600: 255 255 255;
  --vex-color-on-primary-700: 255 255 255;
  --vex-color-on-primary-800: 255 255 255;
  --vex-color-on-primary-900: 255 255 255;
  --vex-color-accent-50: 255 251 235;
  --vex-color-accent-100: 254 243 199;
  --vex-color-accent-200: 253 230 138;
  --vex-color-accent-300: 252 211 77;
  --vex-color-accent-400: 251 191 36;
  --vex-color-accent-500: 245 158 11;
  --vex-color-accent-600: 217 119 6;
  --vex-color-accent-700: 180 83 9;
  --vex-color-accent-800: 146 64 14;
  --vex-color-accent-900: 120 53 15;
  --vex-color-accent-950: 69 26 3;
  --vex-color-on-accent-50: 0 0 0;
  --vex-color-on-accent-100: 0 0 0;
  --vex-color-on-accent-200: 0 0 0;
  --vex-color-on-accent-300: 0 0 0;
  --vex-color-on-accent-400: 0 0 0;
  --vex-color-on-accent-500: 255 255 255;
  --vex-color-on-accent-600: 255 255 255;
  --vex-color-on-accent-700: 255 255 255;
  --vex-color-on-accent-800: 255 255 255;
  --vex-color-on-accent-900: 255 255 255;
  --vex-color-warn-50: 254 242 242;
  --vex-color-warn-100: 254 226 226;
  --vex-color-warn-200: 254 202 202;
  --vex-color-warn-300: 252 165 165;
  --vex-color-warn-400: 248 113 113;
  --vex-color-warn-500: 239 68 68;
  --vex-color-warn-600: 220 38 38;
  --vex-color-warn-700: 185 28 28;
  --vex-color-warn-800: 153 27 27;
  --vex-color-warn-900: 127 29 29;
  --vex-color-warn-950: 69 10 10;
  --vex-color-on-warn-50: 0 0 0;
  --vex-color-on-warn-100: 0 0 0;
  --vex-color-on-warn-200: 0 0 0;
  --vex-color-on-warn-300: 0 0 0;
  --vex-color-on-warn-400: 0 0 0;
  --vex-color-on-warn-500: 255 255 255;
  --vex-color-on-warn-600: 255 255 255;
  --vex-color-on-warn-700: 255 255 255;
  --vex-color-on-warn-800: 255 255 255;
  --vex-color-on-warn-900: 255 255 255;
}
.vex-theme-green.light,
.vex-theme-green .light {
  --vex-foreground-base: #000;
  --vex-foreground-base-rgb: 0 0 0;
  --vex-foreground-divider: rgba(0,0,0,0.06);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.06);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #9ca3af;
  --vex-foreground-disabled-button-rgb: 156 163 175;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #4b5563;
  --vex-foreground-secondary-text-rgb: 75 85 99;
  --vex-foreground-icon: #1f2937;
  --vex-foreground-icon-rgb: 31 41 55;
  --vex-foreground-icons: #1f2937;
  --vex-foreground-icons-rgb: 31 41 55;
  --vex-foreground-text: #030712;
  --vex-foreground-text-rgb: 3 7 18;
  --vex-foreground-slider-min: #1f2937;
  --vex-foreground-slider-min-rgb: 31 41 55;
  --vex-foreground-slider-off: #9ca3af;
  --vex-foreground-slider-off-rgb: 156 163 175;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #d1d5db;
  --vex-background-status-bar-rgb: 209 213 219;
  --vex-background-app-bar: #e5e7eb;
  --vex-background-app-bar-rgb: 229 231 235;
  --vex-background-background: #f3f4f6;
  --vex-background-background-rgb: 243 244 246;
  --vex-background-hover: rgba(17,24,39,0.04);
  --vex-background-hover-rgb: 17 24 39;
  --vex-background-card: #fff;
  --vex-background-card-rgb: 255 255 255;
  --vex-background-dialog: #fff;
  --vex-background-dialog-rgb: 255 255 255;
  --vex-background-disabled-button: #e5e7eb;
  --vex-background-disabled-button-rgb: 229 231 235;
  --vex-background-raised-button: #fff;
  --vex-background-raised-button-rgb: 255 255 255;
  --vex-background-focused-button: #e5e7eb;
  --vex-background-focused-button-rgb: 229 231 235;
  --vex-background-selected-button: #d1d5db;
  --vex-background-selected-button-rgb: 209 213 219;
  --vex-background-selected-disabled-button: #9ca3af;
  --vex-background-selected-disabled-button-rgb: 156 163 175;
  --vex-background-disabled-button-toggle: #e5e7eb;
  --vex-background-disabled-button-toggle-rgb: 229 231 235;
  --vex-background-unselected-chip: #d1d5db;
  --vex-background-unselected-chip-rgb: 209 213 219;
  --vex-background-disabled-list-option: #e5e7eb;
  --vex-background-disabled-list-option-rgb: 229 231 235;
  --vex-background-tooltip: #1f2937;
  --vex-background-tooltip-rgb: 31 41 55;
}
.vex-theme-green.dark,
.vex-theme-green .dark {
  --vex-foreground-base: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(255,255,255,0.12);
  --vex-foreground-divider-rgb: 255 255 255;
  --vex-foreground-dividers: rgba(255,255,255,0.12);
  --vex-foreground-dividers-rgb: 255 255 255;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #4b5563;
  --vex-foreground-disabled-button-rgb: 75 85 99;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #9ca3af;
  --vex-foreground-secondary-text-rgb: 156 163 175;
  --vex-foreground-icon: #fff;
  --vex-foreground-icon-rgb: 255 255 255;
  --vex-foreground-icons: #fff;
  --vex-foreground-icons-rgb: 255 255 255;
  --vex-foreground-text: #fff;
  --vex-foreground-text-rgb: 255 255 255;
  --vex-foreground-slider-min: #fff;
  --vex-foreground-slider-min-rgb: 255 255 255;
  --vex-foreground-slider-off: #4b5563;
  --vex-foreground-slider-off-rgb: 75 85 99;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #030712;
  --vex-background-status-bar-rgb: 3 7 18;
  --vex-background-app-bar: #1f2937;
  --vex-background-app-bar-rgb: 31 41 55;
  --vex-background-background: #111827;
  --vex-background-background-rgb: 17 24 39;
  --vex-background-hover: rgba(255,255,255,0.04);
  --vex-background-hover-rgb: 255 255 255;
  --vex-background-card: #1f2937;
  --vex-background-card-rgb: 31 41 55;
  --vex-background-dialog: #1f2937;
  --vex-background-dialog-rgb: 31 41 55;
  --vex-background-disabled-button: rgba(255,255,255,0.12);
  --vex-background-disabled-button-rgb: 255 255 255;
  --vex-background-raised-button: #1f2937;
  --vex-background-raised-button-rgb: 31 41 55;
  --vex-background-focused-button: rgba(255,255,255,0.12);
  --vex-background-focused-button-rgb: 255 255 255;
  --vex-background-selected-button: #111827;
  --vex-background-selected-button-rgb: 17 24 39;
  --vex-background-selected-disabled-button: #1f2937;
  --vex-background-selected-disabled-button-rgb: 31 41 55;
  --vex-background-disabled-button-toggle: #000;
  --vex-background-disabled-button-toggle-rgb: 0 0 0;
  --vex-background-unselected-chip: #374151;
  --vex-background-unselected-chip-rgb: 55 65 81;
  --vex-background-disabled-list-option: rgba(255,255,255,0.12);
  --vex-background-disabled-list-option-rgb: 255 255 255;
  --vex-background-tooltip: #374151;
  --vex-background-tooltip-rgb: 55 65 81;
}
.vex-theme-purple {
  --vex-color-primary-50: 250 245 255;
  --vex-color-primary-100: 243 232 255;
  --vex-color-primary-200: 233 213 255;
  --vex-color-primary-300: 216 180 254;
  --vex-color-primary-400: 192 132 252;
  --vex-color-primary-500: 168 85 247;
  --vex-color-primary-600: 147 51 234;
  --vex-color-primary-700: 126 34 206;
  --vex-color-primary-800: 107 33 168;
  --vex-color-primary-900: 88 28 135;
  --vex-color-primary-950: 59 7 100;
  --vex-color-on-primary-50: 0 0 0;
  --vex-color-on-primary-100: 0 0 0;
  --vex-color-on-primary-200: 0 0 0;
  --vex-color-on-primary-300: 0 0 0;
  --vex-color-on-primary-400: 0 0 0;
  --vex-color-on-primary-500: 255 255 255;
  --vex-color-on-primary-600: 255 255 255;
  --vex-color-on-primary-700: 255 255 255;
  --vex-color-on-primary-800: 255 255 255;
  --vex-color-on-primary-900: 255 255 255;
  --vex-color-accent-50: 255 251 235;
  --vex-color-accent-100: 254 243 199;
  --vex-color-accent-200: 253 230 138;
  --vex-color-accent-300: 252 211 77;
  --vex-color-accent-400: 251 191 36;
  --vex-color-accent-500: 245 158 11;
  --vex-color-accent-600: 217 119 6;
  --vex-color-accent-700: 180 83 9;
  --vex-color-accent-800: 146 64 14;
  --vex-color-accent-900: 120 53 15;
  --vex-color-accent-950: 69 26 3;
  --vex-color-on-accent-50: 0 0 0;
  --vex-color-on-accent-100: 0 0 0;
  --vex-color-on-accent-200: 0 0 0;
  --vex-color-on-accent-300: 0 0 0;
  --vex-color-on-accent-400: 0 0 0;
  --vex-color-on-accent-500: 255 255 255;
  --vex-color-on-accent-600: 255 255 255;
  --vex-color-on-accent-700: 255 255 255;
  --vex-color-on-accent-800: 255 255 255;
  --vex-color-on-accent-900: 255 255 255;
  --vex-color-warn-50: 254 242 242;
  --vex-color-warn-100: 254 226 226;
  --vex-color-warn-200: 254 202 202;
  --vex-color-warn-300: 252 165 165;
  --vex-color-warn-400: 248 113 113;
  --vex-color-warn-500: 239 68 68;
  --vex-color-warn-600: 220 38 38;
  --vex-color-warn-700: 185 28 28;
  --vex-color-warn-800: 153 27 27;
  --vex-color-warn-900: 127 29 29;
  --vex-color-warn-950: 69 10 10;
  --vex-color-on-warn-50: 0 0 0;
  --vex-color-on-warn-100: 0 0 0;
  --vex-color-on-warn-200: 0 0 0;
  --vex-color-on-warn-300: 0 0 0;
  --vex-color-on-warn-400: 0 0 0;
  --vex-color-on-warn-500: 255 255 255;
  --vex-color-on-warn-600: 255 255 255;
  --vex-color-on-warn-700: 255 255 255;
  --vex-color-on-warn-800: 255 255 255;
  --vex-color-on-warn-900: 255 255 255;
}
.vex-theme-purple.light,
.vex-theme-purple .light {
  --vex-foreground-base: #000;
  --vex-foreground-base-rgb: 0 0 0;
  --vex-foreground-divider: rgba(0,0,0,0.06);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.06);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #9ca3af;
  --vex-foreground-disabled-button-rgb: 156 163 175;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #4b5563;
  --vex-foreground-secondary-text-rgb: 75 85 99;
  --vex-foreground-icon: #1f2937;
  --vex-foreground-icon-rgb: 31 41 55;
  --vex-foreground-icons: #1f2937;
  --vex-foreground-icons-rgb: 31 41 55;
  --vex-foreground-text: #030712;
  --vex-foreground-text-rgb: 3 7 18;
  --vex-foreground-slider-min: #1f2937;
  --vex-foreground-slider-min-rgb: 31 41 55;
  --vex-foreground-slider-off: #9ca3af;
  --vex-foreground-slider-off-rgb: 156 163 175;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #d1d5db;
  --vex-background-status-bar-rgb: 209 213 219;
  --vex-background-app-bar: #e5e7eb;
  --vex-background-app-bar-rgb: 229 231 235;
  --vex-background-background: #f3f4f6;
  --vex-background-background-rgb: 243 244 246;
  --vex-background-hover: rgba(17,24,39,0.04);
  --vex-background-hover-rgb: 17 24 39;
  --vex-background-card: #fff;
  --vex-background-card-rgb: 255 255 255;
  --vex-background-dialog: #fff;
  --vex-background-dialog-rgb: 255 255 255;
  --vex-background-disabled-button: #e5e7eb;
  --vex-background-disabled-button-rgb: 229 231 235;
  --vex-background-raised-button: #fff;
  --vex-background-raised-button-rgb: 255 255 255;
  --vex-background-focused-button: #e5e7eb;
  --vex-background-focused-button-rgb: 229 231 235;
  --vex-background-selected-button: #d1d5db;
  --vex-background-selected-button-rgb: 209 213 219;
  --vex-background-selected-disabled-button: #9ca3af;
  --vex-background-selected-disabled-button-rgb: 156 163 175;
  --vex-background-disabled-button-toggle: #e5e7eb;
  --vex-background-disabled-button-toggle-rgb: 229 231 235;
  --vex-background-unselected-chip: #d1d5db;
  --vex-background-unselected-chip-rgb: 209 213 219;
  --vex-background-disabled-list-option: #e5e7eb;
  --vex-background-disabled-list-option-rgb: 229 231 235;
  --vex-background-tooltip: #1f2937;
  --vex-background-tooltip-rgb: 31 41 55;
}
.vex-theme-purple.dark,
.vex-theme-purple .dark {
  --vex-foreground-base: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(255,255,255,0.12);
  --vex-foreground-divider-rgb: 255 255 255;
  --vex-foreground-dividers: rgba(255,255,255,0.12);
  --vex-foreground-dividers-rgb: 255 255 255;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #4b5563;
  --vex-foreground-disabled-button-rgb: 75 85 99;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #9ca3af;
  --vex-foreground-secondary-text-rgb: 156 163 175;
  --vex-foreground-icon: #fff;
  --vex-foreground-icon-rgb: 255 255 255;
  --vex-foreground-icons: #fff;
  --vex-foreground-icons-rgb: 255 255 255;
  --vex-foreground-text: #fff;
  --vex-foreground-text-rgb: 255 255 255;
  --vex-foreground-slider-min: #fff;
  --vex-foreground-slider-min-rgb: 255 255 255;
  --vex-foreground-slider-off: #4b5563;
  --vex-foreground-slider-off-rgb: 75 85 99;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #030712;
  --vex-background-status-bar-rgb: 3 7 18;
  --vex-background-app-bar: #1f2937;
  --vex-background-app-bar-rgb: 31 41 55;
  --vex-background-background: #111827;
  --vex-background-background-rgb: 17 24 39;
  --vex-background-hover: rgba(255,255,255,0.04);
  --vex-background-hover-rgb: 255 255 255;
  --vex-background-card: #1f2937;
  --vex-background-card-rgb: 31 41 55;
  --vex-background-dialog: #1f2937;
  --vex-background-dialog-rgb: 31 41 55;
  --vex-background-disabled-button: rgba(255,255,255,0.12);
  --vex-background-disabled-button-rgb: 255 255 255;
  --vex-background-raised-button: #1f2937;
  --vex-background-raised-button-rgb: 31 41 55;
  --vex-background-focused-button: rgba(255,255,255,0.12);
  --vex-background-focused-button-rgb: 255 255 255;
  --vex-background-selected-button: #111827;
  --vex-background-selected-button-rgb: 17 24 39;
  --vex-background-selected-disabled-button: #1f2937;
  --vex-background-selected-disabled-button-rgb: 31 41 55;
  --vex-background-disabled-button-toggle: #000;
  --vex-background-disabled-button-toggle-rgb: 0 0 0;
  --vex-background-unselected-chip: #374151;
  --vex-background-unselected-chip-rgb: 55 65 81;
  --vex-background-disabled-list-option: rgba(255,255,255,0.12);
  --vex-background-disabled-list-option-rgb: 255 255 255;
  --vex-background-tooltip: #374151;
  --vex-background-tooltip-rgb: 55 65 81;
}
.vex-theme-red {
  --vex-color-primary-50: 254 242 242;
  --vex-color-primary-100: 254 226 226;
  --vex-color-primary-200: 254 202 202;
  --vex-color-primary-300: 252 165 165;
  --vex-color-primary-400: 248 113 113;
  --vex-color-primary-500: 239 68 68;
  --vex-color-primary-600: 220 38 38;
  --vex-color-primary-700: 185 28 28;
  --vex-color-primary-800: 153 27 27;
  --vex-color-primary-900: 127 29 29;
  --vex-color-primary-950: 69 10 10;
  --vex-color-on-primary-50: 0 0 0;
  --vex-color-on-primary-100: 0 0 0;
  --vex-color-on-primary-200: 0 0 0;
  --vex-color-on-primary-300: 0 0 0;
  --vex-color-on-primary-400: 0 0 0;
  --vex-color-on-primary-500: 255 255 255;
  --vex-color-on-primary-600: 255 255 255;
  --vex-color-on-primary-700: 255 255 255;
  --vex-color-on-primary-800: 255 255 255;
  --vex-color-on-primary-900: 255 255 255;
  --vex-color-accent-50: 255 251 235;
  --vex-color-accent-100: 254 243 199;
  --vex-color-accent-200: 253 230 138;
  --vex-color-accent-300: 252 211 77;
  --vex-color-accent-400: 251 191 36;
  --vex-color-accent-500: 245 158 11;
  --vex-color-accent-600: 217 119 6;
  --vex-color-accent-700: 180 83 9;
  --vex-color-accent-800: 146 64 14;
  --vex-color-accent-900: 120 53 15;
  --vex-color-accent-950: 69 26 3;
  --vex-color-on-accent-50: 0 0 0;
  --vex-color-on-accent-100: 0 0 0;
  --vex-color-on-accent-200: 0 0 0;
  --vex-color-on-accent-300: 0 0 0;
  --vex-color-on-accent-400: 0 0 0;
  --vex-color-on-accent-500: 255 255 255;
  --vex-color-on-accent-600: 255 255 255;
  --vex-color-on-accent-700: 255 255 255;
  --vex-color-on-accent-800: 255 255 255;
  --vex-color-on-accent-900: 255 255 255;
  --vex-color-warn-50: 254 242 242;
  --vex-color-warn-100: 254 226 226;
  --vex-color-warn-200: 254 202 202;
  --vex-color-warn-300: 252 165 165;
  --vex-color-warn-400: 248 113 113;
  --vex-color-warn-500: 239 68 68;
  --vex-color-warn-600: 220 38 38;
  --vex-color-warn-700: 185 28 28;
  --vex-color-warn-800: 153 27 27;
  --vex-color-warn-900: 127 29 29;
  --vex-color-warn-950: 69 10 10;
  --vex-color-on-warn-50: 0 0 0;
  --vex-color-on-warn-100: 0 0 0;
  --vex-color-on-warn-200: 0 0 0;
  --vex-color-on-warn-300: 0 0 0;
  --vex-color-on-warn-400: 0 0 0;
  --vex-color-on-warn-500: 255 255 255;
  --vex-color-on-warn-600: 255 255 255;
  --vex-color-on-warn-700: 255 255 255;
  --vex-color-on-warn-800: 255 255 255;
  --vex-color-on-warn-900: 255 255 255;
}
.vex-theme-red.light,
.vex-theme-red .light {
  --vex-foreground-base: #000;
  --vex-foreground-base-rgb: 0 0 0;
  --vex-foreground-divider: rgba(0,0,0,0.06);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.06);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #9ca3af;
  --vex-foreground-disabled-button-rgb: 156 163 175;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #4b5563;
  --vex-foreground-secondary-text-rgb: 75 85 99;
  --vex-foreground-icon: #1f2937;
  --vex-foreground-icon-rgb: 31 41 55;
  --vex-foreground-icons: #1f2937;
  --vex-foreground-icons-rgb: 31 41 55;
  --vex-foreground-text: #030712;
  --vex-foreground-text-rgb: 3 7 18;
  --vex-foreground-slider-min: #1f2937;
  --vex-foreground-slider-min-rgb: 31 41 55;
  --vex-foreground-slider-off: #9ca3af;
  --vex-foreground-slider-off-rgb: 156 163 175;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #d1d5db;
  --vex-background-status-bar-rgb: 209 213 219;
  --vex-background-app-bar: #e5e7eb;
  --vex-background-app-bar-rgb: 229 231 235;
  --vex-background-background: #f3f4f6;
  --vex-background-background-rgb: 243 244 246;
  --vex-background-hover: rgba(17,24,39,0.04);
  --vex-background-hover-rgb: 17 24 39;
  --vex-background-card: #fff;
  --vex-background-card-rgb: 255 255 255;
  --vex-background-dialog: #fff;
  --vex-background-dialog-rgb: 255 255 255;
  --vex-background-disabled-button: #e5e7eb;
  --vex-background-disabled-button-rgb: 229 231 235;
  --vex-background-raised-button: #fff;
  --vex-background-raised-button-rgb: 255 255 255;
  --vex-background-focused-button: #e5e7eb;
  --vex-background-focused-button-rgb: 229 231 235;
  --vex-background-selected-button: #d1d5db;
  --vex-background-selected-button-rgb: 209 213 219;
  --vex-background-selected-disabled-button: #9ca3af;
  --vex-background-selected-disabled-button-rgb: 156 163 175;
  --vex-background-disabled-button-toggle: #e5e7eb;
  --vex-background-disabled-button-toggle-rgb: 229 231 235;
  --vex-background-unselected-chip: #d1d5db;
  --vex-background-unselected-chip-rgb: 209 213 219;
  --vex-background-disabled-list-option: #e5e7eb;
  --vex-background-disabled-list-option-rgb: 229 231 235;
  --vex-background-tooltip: #1f2937;
  --vex-background-tooltip-rgb: 31 41 55;
}
.vex-theme-red.dark,
.vex-theme-red .dark {
  --vex-foreground-base: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(255,255,255,0.12);
  --vex-foreground-divider-rgb: 255 255 255;
  --vex-foreground-dividers: rgba(255,255,255,0.12);
  --vex-foreground-dividers-rgb: 255 255 255;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #4b5563;
  --vex-foreground-disabled-button-rgb: 75 85 99;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #9ca3af;
  --vex-foreground-secondary-text-rgb: 156 163 175;
  --vex-foreground-icon: #fff;
  --vex-foreground-icon-rgb: 255 255 255;
  --vex-foreground-icons: #fff;
  --vex-foreground-icons-rgb: 255 255 255;
  --vex-foreground-text: #fff;
  --vex-foreground-text-rgb: 255 255 255;
  --vex-foreground-slider-min: #fff;
  --vex-foreground-slider-min-rgb: 255 255 255;
  --vex-foreground-slider-off: #4b5563;
  --vex-foreground-slider-off-rgb: 75 85 99;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #030712;
  --vex-background-status-bar-rgb: 3 7 18;
  --vex-background-app-bar: #1f2937;
  --vex-background-app-bar-rgb: 31 41 55;
  --vex-background-background: #111827;
  --vex-background-background-rgb: 17 24 39;
  --vex-background-hover: rgba(255,255,255,0.04);
  --vex-background-hover-rgb: 255 255 255;
  --vex-background-card: #1f2937;
  --vex-background-card-rgb: 31 41 55;
  --vex-background-dialog: #1f2937;
  --vex-background-dialog-rgb: 31 41 55;
  --vex-background-disabled-button: rgba(255,255,255,0.12);
  --vex-background-disabled-button-rgb: 255 255 255;
  --vex-background-raised-button: #1f2937;
  --vex-background-raised-button-rgb: 31 41 55;
  --vex-background-focused-button: rgba(255,255,255,0.12);
  --vex-background-focused-button-rgb: 255 255 255;
  --vex-background-selected-button: #111827;
  --vex-background-selected-button-rgb: 17 24 39;
  --vex-background-selected-disabled-button: #1f2937;
  --vex-background-selected-disabled-button-rgb: 31 41 55;
  --vex-background-disabled-button-toggle: #000;
  --vex-background-disabled-button-toggle-rgb: 0 0 0;
  --vex-background-unselected-chip: #374151;
  --vex-background-unselected-chip-rgb: 55 65 81;
  --vex-background-disabled-list-option: rgba(255,255,255,0.12);
  --vex-background-disabled-list-option-rgb: 255 255 255;
  --vex-background-tooltip: #374151;
  --vex-background-tooltip-rgb: 55 65 81;
}
.vex-theme-orange {
  --vex-color-primary-50: 255 247 237;
  --vex-color-primary-100: 255 237 213;
  --vex-color-primary-200: 254 215 170;
  --vex-color-primary-300: 253 186 116;
  --vex-color-primary-400: 251 146 60;
  --vex-color-primary-500: 249 115 22;
  --vex-color-primary-600: 234 88 12;
  --vex-color-primary-700: 194 65 12;
  --vex-color-primary-800: 154 52 18;
  --vex-color-primary-900: 124 45 18;
  --vex-color-primary-950: 67 20 7;
  --vex-color-on-primary-50: 0 0 0;
  --vex-color-on-primary-100: 0 0 0;
  --vex-color-on-primary-200: 0 0 0;
  --vex-color-on-primary-300: 0 0 0;
  --vex-color-on-primary-400: 0 0 0;
  --vex-color-on-primary-500: 255 255 255;
  --vex-color-on-primary-600: 255 255 255;
  --vex-color-on-primary-700: 255 255 255;
  --vex-color-on-primary-800: 255 255 255;
  --vex-color-on-primary-900: 255 255 255;
  --vex-color-accent-50: 255 251 235;
  --vex-color-accent-100: 254 243 199;
  --vex-color-accent-200: 253 230 138;
  --vex-color-accent-300: 252 211 77;
  --vex-color-accent-400: 251 191 36;
  --vex-color-accent-500: 245 158 11;
  --vex-color-accent-600: 217 119 6;
  --vex-color-accent-700: 180 83 9;
  --vex-color-accent-800: 146 64 14;
  --vex-color-accent-900: 120 53 15;
  --vex-color-accent-950: 69 26 3;
  --vex-color-on-accent-50: 0 0 0;
  --vex-color-on-accent-100: 0 0 0;
  --vex-color-on-accent-200: 0 0 0;
  --vex-color-on-accent-300: 0 0 0;
  --vex-color-on-accent-400: 0 0 0;
  --vex-color-on-accent-500: 255 255 255;
  --vex-color-on-accent-600: 255 255 255;
  --vex-color-on-accent-700: 255 255 255;
  --vex-color-on-accent-800: 255 255 255;
  --vex-color-on-accent-900: 255 255 255;
  --vex-color-warn-50: 254 242 242;
  --vex-color-warn-100: 254 226 226;
  --vex-color-warn-200: 254 202 202;
  --vex-color-warn-300: 252 165 165;
  --vex-color-warn-400: 248 113 113;
  --vex-color-warn-500: 239 68 68;
  --vex-color-warn-600: 220 38 38;
  --vex-color-warn-700: 185 28 28;
  --vex-color-warn-800: 153 27 27;
  --vex-color-warn-900: 127 29 29;
  --vex-color-warn-950: 69 10 10;
  --vex-color-on-warn-50: 0 0 0;
  --vex-color-on-warn-100: 0 0 0;
  --vex-color-on-warn-200: 0 0 0;
  --vex-color-on-warn-300: 0 0 0;
  --vex-color-on-warn-400: 0 0 0;
  --vex-color-on-warn-500: 255 255 255;
  --vex-color-on-warn-600: 255 255 255;
  --vex-color-on-warn-700: 255 255 255;
  --vex-color-on-warn-800: 255 255 255;
  --vex-color-on-warn-900: 255 255 255;
}
.vex-theme-orange.light,
.vex-theme-orange .light {
  --vex-foreground-base: #000;
  --vex-foreground-base-rgb: 0 0 0;
  --vex-foreground-divider: rgba(0,0,0,0.06);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.06);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #9ca3af;
  --vex-foreground-disabled-button-rgb: 156 163 175;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #4b5563;
  --vex-foreground-secondary-text-rgb: 75 85 99;
  --vex-foreground-icon: #1f2937;
  --vex-foreground-icon-rgb: 31 41 55;
  --vex-foreground-icons: #1f2937;
  --vex-foreground-icons-rgb: 31 41 55;
  --vex-foreground-text: #030712;
  --vex-foreground-text-rgb: 3 7 18;
  --vex-foreground-slider-min: #1f2937;
  --vex-foreground-slider-min-rgb: 31 41 55;
  --vex-foreground-slider-off: #9ca3af;
  --vex-foreground-slider-off-rgb: 156 163 175;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #d1d5db;
  --vex-background-status-bar-rgb: 209 213 219;
  --vex-background-app-bar: #e5e7eb;
  --vex-background-app-bar-rgb: 229 231 235;
  --vex-background-background: #f3f4f6;
  --vex-background-background-rgb: 243 244 246;
  --vex-background-hover: rgba(17,24,39,0.04);
  --vex-background-hover-rgb: 17 24 39;
  --vex-background-card: #fff;
  --vex-background-card-rgb: 255 255 255;
  --vex-background-dialog: #fff;
  --vex-background-dialog-rgb: 255 255 255;
  --vex-background-disabled-button: #e5e7eb;
  --vex-background-disabled-button-rgb: 229 231 235;
  --vex-background-raised-button: #fff;
  --vex-background-raised-button-rgb: 255 255 255;
  --vex-background-focused-button: #e5e7eb;
  --vex-background-focused-button-rgb: 229 231 235;
  --vex-background-selected-button: #d1d5db;
  --vex-background-selected-button-rgb: 209 213 219;
  --vex-background-selected-disabled-button: #9ca3af;
  --vex-background-selected-disabled-button-rgb: 156 163 175;
  --vex-background-disabled-button-toggle: #e5e7eb;
  --vex-background-disabled-button-toggle-rgb: 229 231 235;
  --vex-background-unselected-chip: #d1d5db;
  --vex-background-unselected-chip-rgb: 209 213 219;
  --vex-background-disabled-list-option: #e5e7eb;
  --vex-background-disabled-list-option-rgb: 229 231 235;
  --vex-background-tooltip: #1f2937;
  --vex-background-tooltip-rgb: 31 41 55;
}
.vex-theme-orange.dark,
.vex-theme-orange .dark {
  --vex-foreground-base: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(255,255,255,0.12);
  --vex-foreground-divider-rgb: 255 255 255;
  --vex-foreground-dividers: rgba(255,255,255,0.12);
  --vex-foreground-dividers-rgb: 255 255 255;
  --vex-foreground-disabled: #6b7280;
  --vex-foreground-disabled-rgb: 107 114 128;
  --vex-foreground-disabled-button: #4b5563;
  --vex-foreground-disabled-button-rgb: 75 85 99;
  --vex-foreground-disabled-text: #6b7280;
  --vex-foreground-disabled-text-rgb: 107 114 128;
  --vex-foreground-elevation: #000;
  --vex-foreground-elevation-rgb: 0 0 0;
  --vex-foreground-hint-text: #6b7280;
  --vex-foreground-hint-text-rgb: 107 114 128;
  --vex-foreground-secondary-text: #9ca3af;
  --vex-foreground-secondary-text-rgb: 156 163 175;
  --vex-foreground-icon: #fff;
  --vex-foreground-icon-rgb: 255 255 255;
  --vex-foreground-icons: #fff;
  --vex-foreground-icons-rgb: 255 255 255;
  --vex-foreground-text: #fff;
  --vex-foreground-text-rgb: 255 255 255;
  --vex-foreground-slider-min: #fff;
  --vex-foreground-slider-min-rgb: 255 255 255;
  --vex-foreground-slider-off: #4b5563;
  --vex-foreground-slider-off-rgb: 75 85 99;
  --vex-foreground-slider-off-active: #6b7280;
  --vex-foreground-slider-off-active-rgb: 107 114 128;
  --vex-background-status-bar: #030712;
  --vex-background-status-bar-rgb: 3 7 18;
  --vex-background-app-bar: #1f2937;
  --vex-background-app-bar-rgb: 31 41 55;
  --vex-background-background: #111827;
  --vex-background-background-rgb: 17 24 39;
  --vex-background-hover: rgba(255,255,255,0.04);
  --vex-background-hover-rgb: 255 255 255;
  --vex-background-card: #1f2937;
  --vex-background-card-rgb: 31 41 55;
  --vex-background-dialog: #1f2937;
  --vex-background-dialog-rgb: 31 41 55;
  --vex-background-disabled-button: rgba(255,255,255,0.12);
  --vex-background-disabled-button-rgb: 255 255 255;
  --vex-background-raised-button: #1f2937;
  --vex-background-raised-button-rgb: 31 41 55;
  --vex-background-focused-button: rgba(255,255,255,0.12);
  --vex-background-focused-button-rgb: 255 255 255;
  --vex-background-selected-button: #111827;
  --vex-background-selected-button-rgb: 17 24 39;
  --vex-background-selected-disabled-button: #1f2937;
  --vex-background-selected-disabled-button-rgb: 31 41 55;
  --vex-background-disabled-button-toggle: #000;
  --vex-background-disabled-button-toggle-rgb: 0 0 0;
  --vex-background-unselected-chip: #374151;
  --vex-background-unselected-chip-rgb: 55 65 81;
  --vex-background-disabled-list-option: rgba(255,255,255,0.12);
  --vex-background-disabled-list-option-rgb: 255 255 255;
  --vex-background-tooltip: #374151;
  --vex-background-tooltip-rgb: 55 65 81;
}
:root .\!visible {
  visibility: visible !important;
}
:root .visible {
  visibility: visible;
}
:root .invisible {
  visibility: hidden;
}
:root .collapse {
  visibility: collapse;
}
:root .static {
  position: static;
}
:root .fixed {
  position: fixed;
}
:root .absolute {
  position: absolute;
}
:root .relative {
  position: relative;
}
:root .sticky {
  position: sticky;
}
:root .inset-0 {
  inset: 0px;
}
:root .-right-3 {
  right: -0.75rem;
}
:root .-top-3 {
  top: -0.75rem;
}
:root .bottom-0 {
  bottom: 0px;
}
:root .bottom-10 {
  bottom: 2.5rem;
}
:root .left-0 {
  left: 0px;
}
:root .left-1\/2 {
  left: 50%;
}
:root .right-0 {
  right: 0px;
}
:root .right-2 {
  right: 0.5rem;
}
:root .top-0 {
  top: 0px;
}
:root .top-12 {
  top: 3rem;
}
:root .top-2 {
  top: 0.5rem;
}
:root .top-20 {
  top: 5rem;
}
:root .top-6 {
  top: 1.5rem;
}
:root .isolate {
  isolation: isolate;
}
:root .z-0 {
  z-index: 0;
}
:root .z-10 {
  z-index: 10;
}
:root .z-40 {
  z-index: 40;
}
:root .float-right {
  float: right;
}
:root .m-0 {
  margin: 0px;
}
:root .m-12 {
  margin: 3rem;
}
:root .m-2 {
  margin: 0.5rem;
}
:root .m-8 {
  margin: 2rem;
}
:root .-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
:root .-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
:root .-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
:root .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
:root .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
:root .mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
:root .mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
:root .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
:root .my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
:root .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
:root .my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
:root .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
:root .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
:root .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
:root .-mb-16 {
  margin-bottom: -4rem;
}
:root .-ml-1 {
  margin-left: -0.25rem;
}
:root .-ml-2 {
  margin-left: -0.5rem;
}
:root .-mr-4 {
  margin-right: -1rem;
}
:root .-mt-12 {
  margin-top: -3rem;
}
:root .-mt-14 {
  margin-top: -3.5rem;
}
:root .-mt-16 {
  margin-top: -4rem;
}
:root .-mt-6 {
  margin-top: -1.5rem;
}
:root .mb-0 {
  margin-bottom: 0px;
}
:root .mb-0\.5 {
  margin-bottom: 0.125rem;
}
:root .mb-1 {
  margin-bottom: 0.25rem;
}
:root .mb-12 {
  margin-bottom: 3rem;
}
:root .mb-2 {
  margin-bottom: 0.5rem;
}
:root .mb-3 {
  margin-bottom: 0.75rem;
}
:root .mb-4 {
  margin-bottom: 1rem;
}
:root .mb-6 {
  margin-bottom: 1.5rem;
}
:root .mb-8 {
  margin-bottom: 2rem;
}
:root .ml-1 {
  margin-left: 0.25rem;
}
:root .ml-2 {
  margin-left: 0.5rem;
}
:root .ml-4 {
  margin-left: 1rem;
}
:root .ml-5 {
  margin-left: 1.25rem;
}
:root .ml-auto {
  margin-left: auto;
}
:root .mr-1 {
  margin-right: 0.25rem;
}
:root .mr-2 {
  margin-right: 0.5rem;
}
:root .mr-3 {
  margin-right: 0.75rem;
}
:root .mr-4 {
  margin-right: 1rem;
}
:root .mr-5 {
  margin-right: 1.25rem;
}
:root .mr-6 {
  margin-right: 1.5rem;
}
:root .mt-0 {
  margin-top: 0px;
}
:root .mt-0\.5 {
  margin-top: 0.125rem;
}
:root .mt-1 {
  margin-top: 0.25rem;
}
:root .mt-12 {
  margin-top: 3rem;
}
:root .mt-16 {
  margin-top: 4rem;
}
:root .mt-2 {
  margin-top: 0.5rem;
}
:root .mt-24 {
  margin-top: 6rem;
}
:root .mt-3 {
  margin-top: 0.75rem;
}
:root .mt-4 {
  margin-top: 1rem;
}
:root .mt-5 {
  margin-top: 1.25rem;
}
:root .mt-6 {
  margin-top: 1.5rem;
}
:root .mt-8 {
  margin-top: 2rem;
}
:root .block {
  display: block;
}
:root .inline-block {
  display: inline-block;
}
:root .inline {
  display: inline;
}
:root .flex {
  display: flex;
}
:root .inline-flex {
  display: inline-flex;
}
:root .table {
  display: table;
}
:root .grid {
  display: grid;
}
:root .contents {
  display: contents;
}
:root .hidden {
  display: none;
}
:root .aspect-square {
  aspect-ratio: 1 / 1;
}
:root .h-0 {
  height: 0px;
}
:root .h-1 {
  height: 0.25rem;
}
:root .h-1\.5 {
  height: 0.375rem;
}
:root .h-10 {
  height: 2.5rem;
}
:root .h-12 {
  height: 3rem;
}
:root .h-14 {
  height: 3.5rem;
}
:root .h-16 {
  height: 4rem;
}
:root .h-24 {
  height: 6rem;
}
:root .h-3 {
  height: 0.75rem;
}
:root .h-40 {
  height: 10rem;
}
:root .h-6 {
  height: 1.5rem;
}
:root .h-64 {
  height: 16rem;
}
:root .h-7 {
  height: 1.75rem;
}
:root .h-8 {
  height: 2rem;
}
:root .h-9 {
  height: 2.25rem;
}
:root .h-\[43px\] {
  height: 43px;
}
:root .h-full {
  height: 100%;
}
:root .max-h-full {
  max-height: 100%;
}
:root .min-h-0 {
  min-height: 0px;
}
:root .w-0 {
  width: 0px;
}
:root .w-1 {
  width: 0.25rem;
}
:root .w-1\.5 {
  width: 0.375rem;
}
:root .w-10 {
  width: 2.5rem;
}
:root .w-12 {
  width: 3rem;
}
:root .w-16 {
  width: 4rem;
}
:root .w-24 {
  width: 6rem;
}
:root .w-3 {
  width: 0.75rem;
}
:root .w-36 {
  width: 9rem;
}
:root .w-4 {
  width: 1rem;
}
:root .w-48 {
  width: 12rem;
}
:root .w-56 {
  width: 14rem;
}
:root .w-6 {
  width: 1.5rem;
}
:root .w-64 {
  width: 16rem;
}
:root .w-7 {
  width: 1.75rem;
}
:root .w-8 {
  width: 2rem;
}
:root .w-9 {
  width: 2.25rem;
}
:root .w-\[200px\] {
  width: 200px;
}
:root .w-auto {
  width: auto;
}
:root .w-full {
  width: 100%;
}
:root .\!min-w-\[70px\] {
  min-width: 70px !important;
}
:root .min-w-8 {
  min-width: 2rem;
}
:root .min-w-9 {
  min-width: 2.25rem;
}
:root .min-w-full {
  min-width: 100%;
}
:root .max-w-2xs {
  max-width: 18rem;
}
:root .max-w-3xl {
  max-width: 48rem;
}
:root .max-w-3xs {
  max-width: 16rem;
}
:root .max-w-\[300px\] {
  max-width: 300px;
}
:root .max-w-\[350px\] {
  max-width: 350px;
}
:root .max-w-\[400px\] {
  max-width: 400px;
}
:root .max-w-full {
  max-width: 100%;
}
:root .max-w-lg {
  max-width: 32rem;
}
:root .max-w-md {
  max-width: 28rem;
}
:root .max-w-sm {
  max-width: 24rem;
}
:root .max-w-xl {
  max-width: 36rem;
}
:root .max-w-xs {
  max-width: 20rem;
}
:root .flex-1 {
  flex: 1 1 0%;
}
:root .flex-auto {
  flex: 1 1 auto;
}
:root .flex-none {
  flex: none;
}
:root .flex-shrink-0 {
  flex-shrink: 0;
}
:root .table-fixed {
  table-layout: fixed;
}
:root .border-collapse {
  border-collapse: collapse;
}
:root .-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 .-translate-x-\[50\%\] {
  --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 .-translate-y-\[50\%\] {
  --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 .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));
}
:root .cursor-pointer {
  cursor: pointer;
}
:root .select-none {
  -webkit-user-select: none;
  user-select: none;
}
:root .resize {
  resize: both;
}
:root .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
:root .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
:root .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
:root .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
:root .flex-row {
  flex-direction: row;
}
:root .flex-col {
  flex-direction: column;
}
:root .flex-wrap {
  flex-wrap: wrap;
}
:root .items-start {
  align-items: flex-start;
}
:root .items-end {
  align-items: flex-end;
}
:root .items-center {
  align-items: center;
}
:root .items-stretch {
  align-items: stretch;
}
:root .justify-start {
  justify-content: flex-start;
}
:root .justify-end {
  justify-content: flex-end;
}
:root .justify-center {
  justify-content: center;
}
:root .justify-between {
  justify-content: space-between;
}
:root .justify-around {
  justify-content: space-around;
}
:root .gap-0\.5 {
  gap: 0.125rem;
}
:root .gap-1 {
  gap: 0.25rem;
}
:root .gap-1\.5 {
  gap: 0.375rem;
}
:root .gap-10 {
  gap: 2.5rem;
}
:root .gap-12 {
  gap: 3rem;
}
:root .gap-2 {
  gap: 0.5rem;
}
:root .gap-3 {
  gap: 0.75rem;
}
:root .gap-4 {
  gap: 1rem;
}
:root .gap-6 {
  gap: 1.5rem;
}
:root .gap-x-12 {
  column-gap: 3rem;
}
:root .gap-x-6 {
  column-gap: 1.5rem;
}
:root .gap-y-12 {
  row-gap: 3rem;
}
:root .gap-y-4 {
  row-gap: 1rem;
}
:root .gap-y-8 {
  row-gap: 2rem;
}
: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-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-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-12 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 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-20 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * 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-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(.divide-y > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
:root :is(.divide-gray-100 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
:root :is(.divide-gray-200 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
:root .self-start {
  align-self: flex-start;
}
:root .self-end {
  align-self: flex-end;
}
:root .self-center {
  align-self: center;
}
:root .overflow-auto {
  overflow: auto;
}
:root .overflow-hidden {
  overflow: hidden;
}
:root .overflow-x-auto {
  overflow-x: auto;
}
:root .overflow-y-auto {
  overflow-y: auto;
}
:root .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root .whitespace-nowrap {
  white-space: nowrap;
}
:root .rounded {
  border-radius: var(--vex-border-radius);
}
:root .rounded-2xl {
  border-radius: calc(var(--vex-border-radius) * 2);
}
:root .rounded-full {
  border-radius: 9999px;
}
:root .rounded-lg {
  border-radius: calc(var(--vex-border-radius) * 1.5);
}
:root .rounded-none {
  border-radius: 0px;
}
:root .rounded-xl {
  border-radius: calc(var(--vex-border-radius) * 1.75);
}
:root .rounded-b {
  border-bottom-right-radius: var(--vex-border-radius);
  border-bottom-left-radius: var(--vex-border-radius);
}
:root .rounded-t {
  border-top-left-radius: var(--vex-border-radius);
  border-top-right-radius: var(--vex-border-radius);
}
:root .rounded-bl-none {
  border-bottom-left-radius: 0px;
}
:root .rounded-bl-xl {
  border-bottom-left-radius: calc(var(--vex-border-radius) * 1.75);
}
:root .rounded-br {
  border-bottom-right-radius: var(--vex-border-radius);
}
:root .rounded-br-none {
  border-bottom-right-radius: 0px;
}
:root .rounded-br-xl {
  border-bottom-right-radius: calc(var(--vex-border-radius) * 1.75);
}
:root .rounded-tl {
  border-top-left-radius: var(--vex-border-radius);
}
:root .rounded-tl-xl {
  border-top-left-radius: calc(var(--vex-border-radius) * 1.75);
}
:root .rounded-tr {
  border-top-right-radius: var(--vex-border-radius);
}
:root .rounded-tr-xl {
  border-top-right-radius: calc(var(--vex-border-radius) * 1.75);
}
:root .border {
  border-width: 1px;
}
:root .border-0 {
  border-width: 0px;
}
:root .border-2 {
  border-width: 2px;
}
:root .border-b {
  border-bottom-width: 1px;
}
:root .border-l {
  border-left-width: 1px;
}
:root .border-r {
  border-right-width: 1px;
}
:root .border-t {
  border-top-width: 1px;
}
:root .\!border-solid {
  border-style: solid !important;
}
:root .border-solid {
  border-style: solid;
}
:root .\!border-primary-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--vex-color-primary-600) / var(--tw-border-opacity, 1)) !important;
}
:root .\!border-transparent {
  border-color: transparent !important;
}
:root .border-divider {
  border-color: var(--vex-foreground-divider);
}
:root .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
:root .border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
:root .border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(var(--vex-color-primary-600) / var(--tw-border-opacity, 1));
}
:root .border-transparent {
  border-color: transparent;
}
:root .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
:root .\!bg-amber-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-cyan-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-gray-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-green-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-orange-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-purple-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-red-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-teal-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-transparent {
  background-color: transparent !important;
}
:root .bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
:root .bg-app-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-app-bar-rgb) / var(--tw-bg-opacity, 1));
}
:root .bg-base {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-background-rgb) / var(--tw-bg-opacity, 1));
}
:root .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
:root .bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
:root .bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
:root .bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
:root .bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
:root .bg-cyan-600\/10 {
  background-color: rgb(8 145 178 / 0.1);
}
:root .bg-foreground {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-card-rgb) / var(--tw-bg-opacity, 1));
}
:root .bg-foreground\/20 {
  background-color: rgb(var(--vex-background-card-rgb) / 0.2);
}
:root .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
:root .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
:root .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
:root .bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
:root .bg-gray-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
:root .bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
:root .bg-gray-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
:root .bg-gray-ee {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
:root .bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
:root .bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
:root .bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
:root .bg-hover {
  background-color: var(--vex-background-hover);
}
:root .bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
:root .bg-orange-600\/10 {
  background-color: rgb(234 88 12 / 0.1);
}
:root .bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-100) / var(--tw-bg-opacity, 1));
}
:root .bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-50) / var(--tw-bg-opacity, 1));
}
:root .bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-500) / var(--tw-bg-opacity, 1));
}
:root .bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-600) / var(--tw-bg-opacity, 1));
}
:root .bg-primary-600\/10 {
  background-color: rgb(var(--vex-color-primary-600) / 0.1);
}
:root .bg-primary-700\/20 {
  background-color: rgb(var(--vex-color-primary-700) / 0.2);
}
:root .bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
:root .bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
:root .bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
:root .bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
:root .bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
:root .bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
:root .bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
:root .bg-teal-600\/10 {
  background-color: rgb(13 148 136 / 0.1);
}
:root .bg-transparent {
  background-color: transparent;
}
:root .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
:root .fill-current {
  fill: currentColor;
}
:root .object-cover {
  object-fit: cover;
}
:root .p-0 {
  padding: 0px;
}
:root .p-0\.5 {
  padding: 0.125rem;
}
:root .p-1 {
  padding: 0.25rem;
}
:root .p-12 {
  padding: 3rem;
}
:root .p-16 {
  padding: 4rem;
}
:root .p-2 {
  padding: 0.5rem;
}
:root .p-3 {
  padding: 0.75rem;
}
:root .p-4 {
  padding: 1rem;
}
:root .p-6 {
  padding: 1.5rem;
}
:root .p-8 {
  padding: 2rem;
}
:root .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
:root .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
:root .px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
:root .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
:root .px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
:root .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
:root .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
:root .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
:root .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
:root .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
:root .py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
:root .py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
:root .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
:root .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
:root .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
:root .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
:root .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
:root .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
:root .py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
:root .pb-0 {
  padding-bottom: 0px;
}
:root .pb-1 {
  padding-bottom: 0.25rem;
}
:root .pb-12 {
  padding-bottom: 3rem;
}
:root .pb-16 {
  padding-bottom: 4rem;
}
:root .pb-2 {
  padding-bottom: 0.5rem;
}
:root .pb-20 {
  padding-bottom: 5rem;
}
:root .pb-24 {
  padding-bottom: 6rem;
}
:root .pb-4 {
  padding-bottom: 1rem;
}
:root .pb-6 {
  padding-bottom: 1.5rem;
}
:root .pl-12 {
  padding-left: 3rem;
}
:root .pl-3 {
  padding-left: 0.75rem;
}
:root .pl-4 {
  padding-left: 1rem;
}
:root .pl-6 {
  padding-left: 1.5rem;
}
:root .pr-1 {
  padding-right: 0.25rem;
}
:root .pr-2 {
  padding-right: 0.5rem;
}
:root .pr-3 {
  padding-right: 0.75rem;
}
:root .pr-4 {
  padding-right: 1rem;
}
:root .pr-6 {
  padding-right: 1.5rem;
}
:root .pr-8 {
  padding-right: 2rem;
}
:root .pt-0 {
  padding-top: 0px;
}
:root .pt-1 {
  padding-top: 0.25rem;
}
:root .pt-2 {
  padding-top: 0.5rem;
}
:root .pt-3 {
  padding-top: 0.75rem;
}
:root .pt-4 {
  padding-top: 1rem;
}
:root .pt-6 {
  padding-top: 1.5rem;
}
:root .text-left {
  text-align: left;
}
:root .text-center {
  text-align: center;
}
:root .text-right {
  text-align: right;
}
:root .align-top {
  vertical-align: top;
}
:root .align-middle {
  vertical-align: middle;
}
:root .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
:root .text-2xs {
  font-size: 0.625rem;
}
:root .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
:root .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
:root .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
:root .text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
:root .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
:root .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
:root .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
:root .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
:root .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
:root .font-bold {
  font-weight: 700;
}
:root .font-extrabold {
  font-weight: 800;
}
:root .font-medium {
  font-weight: 500;
}
:root .font-normal {
  font-weight: 400;
}
:root .font-semibold {
  font-weight: 600;
}
:root .uppercase {
  text-transform: uppercase;
}
:root .capitalize {
  text-transform: capitalize;
}
:root .italic {
  font-style: italic;
}
:root .leading-none {
  line-height: 1;
}
:root .leading-normal {
  line-height: 1.5;
}
:root .leading-relaxed {
  line-height: 1.625;
}
:root .leading-snug {
  line-height: 1.375;
}
:root .leading-tight {
  line-height: 1.25;
}
:root .tracking-wide {
  letter-spacing: 0.025em;
}
:root .\!text-amber-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-cyan-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-orange-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--vex-color-primary-600) / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-purple-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-teal-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1)) !important;
}
:root .\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
:root .text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
:root .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
:root .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
:root .text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
:root .text-current {
  color: currentColor;
}
:root .text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
:root .text-default {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-text-rgb) / var(--tw-text-opacity, 1));
}
:root .text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
:root .text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
:root .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
:root .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
:root .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
:root .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
:root .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
:root .text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
:root .text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
:root .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
:root .text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
:root .text-hint {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-hint-text-rgb) / var(--tw-text-opacity, 1));
}
:root .text-on-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-on-primary-500) / var(--tw-text-opacity, 1));
}
:root .text-on-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-on-primary-600) / var(--tw-text-opacity, 1));
}
:root .text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
:root .text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-primary-500) / var(--tw-text-opacity, 1));
}
:root .text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-primary-600) / var(--tw-text-opacity, 1));
}
:root .text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-primary-700) / var(--tw-text-opacity, 1));
}
:root .text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
:root .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
:root .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
:root .text-secondary {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-secondary-text-rgb) / var(--tw-text-opacity, 1));
}
:root .text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
:root .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
:root .underline {
  text-decoration-line: underline;
}
:root .no-underline {
  text-decoration-line: none;
}
:root .opacity-20 {
  opacity: 0.2;
}
:root .opacity-25 {
  opacity: 0.25;
}
:root .opacity-50 {
  opacity: 0.5;
}
:root .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 .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 .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 .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 .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 .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 .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
:root .outline {
  outline-style: solid;
}
:root .ring-2 {
  --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 .ring-primary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--vex-color-primary-500) / var(--tw-ring-opacity, 1));
}
:root .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 .drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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 .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 .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 .duration-200 {
  transition-duration: 200ms;
}
:root .duration-400 {
  transition-duration: 400ms;
}
:root .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
:root .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
:root .ease-out-swift {
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
}
:root .icon-xs,
:root :is(.icon-xs svg) {
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
  line-height: 1rem;
}
:root .icon-sm,
:root :is(.icon-sm svg) {
  font-size: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
  line-height: 1.25rem;
}
:root .icon-base,
:root :is(.icon-base svg) {
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
}
:root .\!icon-lg,
:root :is(.\!icon-lg svg) {
  font-size: 1.75rem !important;
  height: 1.75rem !important;
  width: 1.75rem !important;
  line-height: 1.75rem !important;
}
:root .icon-lg,
:root :is(.icon-lg svg) {
  font-size: 1.75rem;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
}
:root .\!icon-lg,
:root :is(.\!icon-lg svg) {
  font-size: 1.75rem !important;
  height: 1.75rem !important;
  width: 1.75rem !important;
  line-height: 1.75rem !important;
}
:root .icon-lg,
:root :is(.icon-lg svg) {
  font-size: 1.75rem;
  height: 1.75rem;
  width: 1.75rem;
  line-height: 1.75rem;
}
:root .icon-xl,
:root :is(.icon-xl svg) {
  font-size: 2rem;
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
}
:root .icon-2xl,
:root :is(.icon-2xl svg) {
  font-size: 2.25rem;
  height: 2.25rem;
  width: 2.25rem;
  line-height: 2.25rem;
}
:root .icon-3xl,
:root :is(.icon-3xl svg) {
  font-size: 2.5rem;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
}
:root .icon-4xl,
:root :is(.icon-4xl svg) {
  font-size: 2.75rem;
  height: 2.75rem;
  width: 2.75rem;
  line-height: 2.75rem;
}
:root .icon-5xl,
:root :is(.icon-5xl svg) {
  font-size: 3rem;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
}
.dark\:prose-invert:is(.dark *) {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
:root .placeholder\:text-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-secondary-text-rgb) / var(--tw-text-opacity, 1));
}
:root .hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
:root .hover\:bg-app-bar:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-app-bar-rgb) / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-cyan-600\/10:hover {
  background-color: rgb(8 145 178 / 0.1);
}
:root .hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-green-600\/10:hover {
  background-color: rgb(22 163 74 / 0.1);
}
:root .hover\:bg-hover:hover {
  background-color: var(--vex-background-hover);
}
:root .hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-100) / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-200) / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-600) / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-primary-600\/10:hover {
  background-color: rgb(var(--vex-color-primary-600) / 0.1);
}
:root .hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
:root .hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
:root .hover\:text-on-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-on-primary-600) / var(--tw-text-opacity, 1));
}
:root .hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-primary-600) / var(--tw-text-opacity, 1));
}
:root .hover\:shadow-lg:hover {
  --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 .focus\:border-0:focus {
  border-width: 0px;
}
:root .focus\:border-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--vex-color-primary-600) / var(--tw-border-opacity, 1));
}
:root .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
:root :is(.group:hover .group-hover\:bg-app-bar) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-app-bar-rgb) / var(--tw-bg-opacity, 1));
}
:root .dark\:border:is(.dark *) {
  border-width: 1px;
}
:root .dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
:root .dark\:bg-base:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-background-rgb) / var(--tw-bg-opacity, 1));
}
:root .dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
:root .dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
:root .dark\:bg-primary-500\/20:is(.dark *) {
  background-color: rgb(var(--vex-color-primary-500) / 0.2);
}
:root .dark\:bg-primary-700\/20:is(.dark *) {
  background-color: rgb(var(--vex-color-primary-700) / 0.2);
}
:root .dark\:bg-primary-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-800) / var(--tw-bg-opacity, 1));
}
:root .dark\:text-gray-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
:root .dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
:root .dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
:root .dark\:text-primary-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-primary-200) / var(--tw-text-opacity, 1));
}
:root .dark\:text-primary-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-primary-500) / var(--tw-text-opacity, 1));
}
:root .dark\:hover\:bg-gray-700:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
:root .dark\:hover\:bg-gray-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
:root .dark\:hover\:bg-primary-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-600) / var(--tw-bg-opacity, 1));
}
:root .hover\:dark\:bg-primary-700\/10:is(.dark *):hover {
  background-color: rgb(var(--vex-color-primary-700) / 0.1);
}
:root .hover\:dark\:bg-primary-700\/30:is(.dark *):hover {
  background-color: rgb(var(--vex-color-primary-700) / 0.3);
}
:root .dark\:hover\:text-on-primary-600:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-color-on-primary-600) / var(--tw-text-opacity, 1));
}
@media (min-width: 600px) {
  :root .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  :root .sm\:col-span-full {
    grid-column: 1 / -1;
  }
  :root .sm\:-ml-4 {
    margin-left: -1rem;
  }
  :root .sm\:-mt-16\.20 {
    margin-top: -4.20rem;
  }
  :root .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  :root .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  :root .sm\:mt-0 {
    margin-top: 0px;
  }
  :root .sm\:block {
    display: block;
  }
  :root .sm\:inline-block {
    display: inline-block;
  }
  :root .sm\:flex {
    display: flex;
  }
  :root .sm\:hidden {
    display: none;
  }
  :root .sm\:w-full {
    width: 100%;
  }
  :root .sm\:max-w-md {
    max-width: 28rem;
  }
  :root .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :root .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :root .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :root .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  :root .sm\:flex-row {
    flex-direction: row;
  }
  :root .sm\:items-start {
    align-items: flex-start;
  }
  :root .sm\:justify-start {
    justify-content: flex-start;
  }
  :root .sm\:gap-4 {
    gap: 1rem;
  }
  :root .sm\:gap-6 {
    gap: 1.5rem;
  }
  :root .sm\:bg-none {
    background-image: none;
  }
  :root .sm\:p-0 {
    padding: 0px;
  }
  :root .sm\:p-6 {
    padding: 1.5rem;
  }
  :root .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  :root .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  :root .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  :root .sm\:text-inherit {
    color: inherit;
  }
}
@media (min-width: 960px) {
  :root .md\:mb-0 {
    margin-bottom: 0px;
  }
  :root .md\:mt-0 {
    margin-top: 0px;
  }
  :root .md\:block {
    display: block;
  }
  :root .md\:table-row {
    display: table-row;
  }
  :root .md\:hidden {
    display: none;
  }
  :root .md\:w-1\/2 {
    width: 50%;
  }
  :root .md\:w-1\/3 {
    width: 33.333333%;
  }
  :root .md\:w-1\/4 {
    width: 25%;
  }
  :root .md\:w-3\/4 {
    width: 75%;
  }
  :root .md\:w-\[500px\] {
    width: 500px;
  }
  :root .md\:w-auto {
    width: auto;
  }
  :root .md\:min-w-\[300px\] {
    min-width: 300px;
  }
  :root .md\:max-w-xs {
    max-width: 20rem;
  }
  :root .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :root .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  :root .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :root .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  :root .md\:flex-row {
    flex-direction: row;
  }
  :root .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  :root .md\:items-start {
    align-items: flex-start;
  }
  :root .md\:items-center {
    align-items: center;
  }
  :root :is(.md\: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(.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));
  }
  @media (min-width: 960px) {
    :root .md\:md\:pr-5 {
      padding-right: 1.25rem;
    }
  }
  :root .md\:pr-3 {
    padding-right: 0.75rem;
  }
  :root .md\:text-right {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  :root .lg\:block {
    display: block;
  }
  :root .lg\:hidden {
    display: none;
  }
  :root .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  :root .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
:root .ltr\:left-0:where([dir=ltr], [dir=ltr] *) {
  left: 0px;
}
:root .ltr\:left-4:where([dir=ltr], [dir=ltr] *) {
  left: 1rem;
}
:root .ltr\:right-12:where([dir=ltr], [dir=ltr] *) {
  right: 3rem;
}
:root .ltr\:-ml-1:where([dir=ltr], [dir=ltr] *) {
  margin-left: -0.25rem;
}
:root .ltr\:-ml-2:where([dir=ltr], [dir=ltr] *) {
  margin-left: -0.5rem;
}
:root .ltr\:-ml-4:where([dir=ltr], [dir=ltr] *) {
  margin-left: -1rem;
}
:root .ltr\:-mr-2:where([dir=ltr], [dir=ltr] *) {
  margin-right: -0.5rem;
}
:root .ltr\:ml-1:where([dir=ltr], [dir=ltr] *) {
  margin-left: 0.25rem;
}
:root .ltr\:ml-10:where([dir=ltr], [dir=ltr] *) {
  margin-left: 2.5rem;
}
:root .ltr\:ml-2:where([dir=ltr], [dir=ltr] *) {
  margin-left: 0.5rem;
}
:root .ltr\:ml-4:where([dir=ltr], [dir=ltr] *) {
  margin-left: 1rem;
}
:root .ltr\:mr-1:where([dir=ltr], [dir=ltr] *) {
  margin-right: 0.25rem;
}
:root .ltr\:mr-2:where([dir=ltr], [dir=ltr] *) {
  margin-right: 0.5rem;
}
:root .ltr\:mr-3:where([dir=ltr], [dir=ltr] *) {
  margin-right: 0.75rem;
}
:root .ltr\:mr-4:where([dir=ltr], [dir=ltr] *) {
  margin-right: 1rem;
}
:root .ltr\:mr-5:where([dir=ltr], [dir=ltr] *) {
  margin-right: 1.25rem;
}
:root .ltr\:mr-6:where([dir=ltr], [dir=ltr] *) {
  margin-right: 1.5rem;
}
:root .ltr\:rounded-r-full:where([dir=ltr], [dir=ltr] *) {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
:root .ltr\:rounded-bl:where([dir=ltr], [dir=ltr] *) {
  border-bottom-left-radius: var(--vex-border-radius);
}
:root .ltr\:rounded-br:where([dir=ltr], [dir=ltr] *) {
  border-bottom-right-radius: var(--vex-border-radius);
}
:root .ltr\:border-l:where([dir=ltr], [dir=ltr] *) {
  border-left-width: 1px;
}
:root .ltr\:border-r:where([dir=ltr], [dir=ltr] *) {
  border-right-width: 1px;
}
:root .ltr\:pl-4:where([dir=ltr], [dir=ltr] *) {
  padding-left: 1rem;
}
:root .ltr\:pl-5:where([dir=ltr], [dir=ltr] *) {
  padding-left: 1.25rem;
}
:root .ltr\:pl-6:where([dir=ltr], [dir=ltr] *) {
  padding-left: 1.5rem;
}
:root .ltr\:pr-3:where([dir=ltr], [dir=ltr] *) {
  padding-right: 0.75rem;
}
:root .ltr\:pr-4:where([dir=ltr], [dir=ltr] *) {
  padding-right: 1rem;
}
@media (min-width: 600px) {
  :root .sm\:ltr\:ml-4:where([dir=ltr], [dir=ltr] *) {
    margin-left: 1rem;
  }
  :root .sm\:ltr\:ml-6:where([dir=ltr], [dir=ltr] *) {
    margin-left: 1.5rem;
  }
}
@media (min-width: 960px) {
  :root .md\:ltr\:ml-6:where([dir=ltr], [dir=ltr] *) {
    margin-left: 1.5rem;
  }
}
:root .rtl\:left-12:where([dir=rtl], [dir=rtl] *) {
  left: 3rem;
}
:root .rtl\:right-0:where([dir=rtl], [dir=rtl] *) {
  right: 0px;
}
:root .rtl\:right-4:where([dir=rtl], [dir=rtl] *) {
  right: 1rem;
}
:root .rtl\:-ml-2:where([dir=rtl], [dir=rtl] *) {
  margin-left: -0.5rem;
}
:root .rtl\:-mr-1:where([dir=rtl], [dir=rtl] *) {
  margin-right: -0.25rem;
}
:root .rtl\:-mr-2:where([dir=rtl], [dir=rtl] *) {
  margin-right: -0.5rem;
}
:root .rtl\:ml-1:where([dir=rtl], [dir=rtl] *) {
  margin-left: 0.25rem;
}
:root .rtl\:ml-2:where([dir=rtl], [dir=rtl] *) {
  margin-left: 0.5rem;
}
:root .rtl\:ml-3:where([dir=rtl], [dir=rtl] *) {
  margin-left: 0.75rem;
}
:root .rtl\:ml-4:where([dir=rtl], [dir=rtl] *) {
  margin-left: 1rem;
}
:root .rtl\:ml-5:where([dir=rtl], [dir=rtl] *) {
  margin-left: 1.25rem;
}
:root .rtl\:ml-6:where([dir=rtl], [dir=rtl] *) {
  margin-left: 1.5rem;
}
:root .rtl\:mr-1:where([dir=rtl], [dir=rtl] *) {
  margin-right: 0.25rem;
}
:root .rtl\:mr-10:where([dir=rtl], [dir=rtl] *) {
  margin-right: 2.5rem;
}
:root .rtl\:mr-2:where([dir=rtl], [dir=rtl] *) {
  margin-right: 0.5rem;
}
:root .rtl\:mr-4:where([dir=rtl], [dir=rtl] *) {
  margin-right: 1rem;
}
:root .rtl\:rounded-l-full:where([dir=rtl], [dir=rtl] *) {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
:root .rtl\:rounded-bl:where([dir=rtl], [dir=rtl] *) {
  border-bottom-left-radius: var(--vex-border-radius);
}
:root .rtl\:rounded-br:where([dir=rtl], [dir=rtl] *) {
  border-bottom-right-radius: var(--vex-border-radius);
}
:root .rtl\:border-l:where([dir=rtl], [dir=rtl] *) {
  border-left-width: 1px;
}
:root .rtl\:border-r:where([dir=rtl], [dir=rtl] *) {
  border-right-width: 1px;
}
:root .rtl\:pl-3:where([dir=rtl], [dir=rtl] *) {
  padding-left: 0.75rem;
}
:root .rtl\:pl-4:where([dir=rtl], [dir=rtl] *) {
  padding-left: 1rem;
}
:root .rtl\:pr-4:where([dir=rtl], [dir=rtl] *) {
  padding-right: 1rem;
}
:root .rtl\:pr-5:where([dir=rtl], [dir=rtl] *) {
  padding-right: 1.25rem;
}
:root .rtl\:pr-6:where([dir=rtl], [dir=rtl] *) {
  padding-right: 1.5rem;
}
@media (min-width: 600px) {
  :root .sm\:rtl\:mr-4:where([dir=rtl], [dir=rtl] *) {
    margin-right: 1rem;
  }
  :root .sm\:rtl\:mr-6:where([dir=rtl], [dir=rtl] *) {
    margin-right: 1.5rem;
  }
}
@media (min-width: 960px) {
  :root .md\:rtl\:mr-6:where([dir=rtl], [dir=rtl] *) {
    margin-right: 1.5rem;
  }
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* angular:styles/global:styles */
