/*!***********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/simplebar/dist/simplebar.css ***!
  \***********************************************************************************************************************************************************************************************************************************/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  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;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-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;
}

/* Rtl support */
[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;
}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/highlight.js/styles/androidstudio.css ***!
  \********************************************************************************************************************************************************************************************************************************************/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*
Date: 24 Fev 2015
Author: Pedro Oliveira <kanytu@gmail . com>
*/
.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
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@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);
}

/** Include the core styles for Angular Material. */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** Create a base theme to be extended by all themes. */
html {
  --mat-option-label-text-font: var(--vex-font);
  --mat-option-label-text-line-height: 24px;
  --mat-option-label-text-size: 15px;
  --mat-option-label-text-tracking: -0.009em;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: var(--vex-font);
  --mat-optgroup-label-text-line-height: 24px;
  --mat-optgroup-label-text-size: 15px;
  --mat-optgroup-label-text-tracking: -0.009em;
  --mat-optgroup-label-text-weight: 400;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mat-card-title-text-font: var(--vex-font);
  --mat-card-title-text-line-height: 26px;
  --mat-card-title-text-size: 18px;
  --mat-card-title-text-tracking: -0.014em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: var(--vex-font);
  --mat-card-subtitle-text-line-height: 24px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: -0.006em;
  --mat-card-subtitle-text-weight: 500;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-supporting-text-font: var(--vex-font);
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mdc-filled-text-field-label-text-font: var(--vex-font);
  --mdc-filled-text-field-label-text-size: 15px;
  --mdc-filled-text-field-label-text-tracking: -0.009em;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: var(--vex-font);
  --mdc-outlined-text-field-label-text-size: 15px;
  --mdc-outlined-text-field-label-text-tracking: -0.009em;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: var(--vex-font);
  --mat-form-field-container-text-line-height: 24px;
  --mat-form-field-container-text-size: 15px;
  --mat-form-field-container-text-tracking: -0.009em;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 15px;
  --mat-form-field-subscript-text-font: var(--vex-font);
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-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-select-trigger-text-font: var(--vex-font);
  --mat-select-trigger-text-line-height: 24px;
  --mat-select-trigger-text-size: 15px;
  --mat-select-trigger-text-tracking: -0.009em;
  --mat-select-trigger-text-weight: 400;
  --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);
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-subhead-font: var(--vex-font);
  --mdc-dialog-subhead-line-height: 26px;
  --mdc-dialog-subhead-size: 18px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: -0.014em;
  --mdc-dialog-supporting-text-font: var(--vex-font);
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 15px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: -0.009em;
}

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

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

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: var(--vex-font);
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: -0.006em;
  --mdc-chip-label-text-weight: 400;
}

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

html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font: var(--vex-font);
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: -0.006em;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-font: var(--vex-font);
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: -0.006em;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-label-label-text-font: var(--vex-font);
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 24px;
  --mdc-slider-label-label-text-tracking: -0.006em;
  --mdc-slider-label-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-font: var(--vex-font);
  --mat-menu-item-label-text-size: 15px;
  --mat-menu-item-label-text-tracking: -0.009em;
  --mat-menu-item-label-text-line-height: 24px;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

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

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

html {
  --mdc-list-list-item-label-text-font: var(--vex-font);
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 15px;
  --mdc-list-list-item-label-text-tracking: -0.009em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: var(--vex-font);
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: -0.006em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: var(--vex-font);
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font: 400 16px / 28px var(--vex-font);
  letter-spacing: -0.011em;
}

html {
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-container-text-font: var(--vex-font);
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font: var(--vex-font);
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: -0.006em;
  --mat-tab-header-label-text-line-height: 14px;
  --mat-tab-header-label-text-weight: 500;
}

html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-font: var(--vex-font);
  --mdc-form-field-label-text-line-height: 20px;
  --mdc-form-field-label-text-size: 14px;
  --mdc-form-field-label-text-tracking: -0.006em;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-text-button-label-text-font: var(--vex-font);
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: -0.006em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: var(--vex-font);
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: -0.006em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: var(--vex-font);
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: -0.006em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: var(--vex-font);
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: -0.006em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
  --mdc-icon-button-icon-size: 24px;
  --mat-icon-button-touch-target-display: block;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-extended-fab-label-text-font: var(--vex-font);
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: -0.006em;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-supporting-text-font: var(--vex-font);
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: var(--vex-font);
  --mat-table-header-headline-line-height: 24px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: -0.006em;
  --mat-table-row-item-label-text-font: var(--vex-font);
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: -0.006em;
  --mat-table-footer-supporting-text-font: var(--vex-font);
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: -0.006em;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mat-badge-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-text-font: var(--vex-font);
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-font: var(--vex-font);
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: -0.006em;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-label-text-font: var(--vex-font);
  --mat-legacy-button-toggle-label-text-line-height: 24px;
  --mat-legacy-button-toggle-label-text-size: 15px;
  --mat-legacy-button-toggle-label-text-tracking: -0.009em;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: var(--vex-font);
  --mat-standard-button-toggle-label-text-line-height: 24px;
  --mat-standard-button-toggle-label-text-size: 15px;
  --mat-standard-button-toggle-label-text-tracking: -0.009em;
  --mat-standard-button-toggle-label-text-weight: 400;
  --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;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-datepicker-calendar-text-font: var(--vex-font);
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-width: 1px;
  --mat-expansion-container-shape: 4px;
  --mat-expansion-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-font: var(--vex-font);
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: var(--vex-font);
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: -0.006em;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
  --mat-sidenav-container-shape: 0;
  --mat-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-height: 72px;
  --mat-stepper-container-text-font: var(--vex-font);
  --mat-stepper-header-label-text-font: var(--vex-font);
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 15px;
  --mat-stepper-header-selected-state-label-text-size: 15px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: var(--vex-font);
  --mat-toolbar-title-text-line-height: 26px;
  --mat-toolbar-title-text-size: 18px;
  --mat-toolbar-title-text-tracking: -0.014em;
  --mat-toolbar-title-text-weight: 500;
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: var(--vex-font);
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-default,
.vex-theme-default.light,
.vex-theme-default .light {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #3730a3;
  --mat-option-label-text-color: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-optgroup-label-text-color: #11100f;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f5f1f0;
  --mat-app-text-color: #11100f;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #3730a3;
  --mdc-filled-text-field-focus-active-indicator-color: #3730a3;
  --mdc-filled-text-field-focus-label-text-color: rgba(55, 48, 163, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #3730a3;
  --mdc-outlined-text-field-focus-outline-color: #3730a3;
  --mdc-outlined-text-field-focus-label-text-color: rgba(55, 48, 163, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(55, 48, 163, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: 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(17, 16, 15, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(55, 48, 163, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(17, 16, 15, 0.87);
  --mdc-dialog-supporting-text-color: rgba(17, 16, 15, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #4f46e5;
  --mdc-switch-selected-handle-color: #4f46e5;
  --mdc-switch-selected-hover-state-layer-color: #4f46e5;
  --mdc-switch-selected-pressed-state-layer-color: #4f46e5;
  --mdc-switch-selected-focus-handle-color: #312e81;
  --mdc-switch-selected-hover-handle-color: #312e81;
  --mdc-switch-selected-pressed-handle-color: #312e81;
  --mdc-switch-selected-focus-track-color: #a5b4fc;
  --mdc-switch-selected-hover-track-color: #a5b4fc;
  --mdc-switch-selected-pressed-track-color: #a5b4fc;
  --mdc-switch-selected-track-color: #a5b4fc;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.64);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #3730a3;
  --mdc-slider-focus-handle-color: #3730a3;
  --mdc-slider-hover-handle-color: #3730a3;
  --mdc-slider-active-track-color: #3730a3;
  --mdc-slider-inactive-track-color: #3730a3;
  --mdc-slider-with-tick-marks-inactive-container-color: #3730a3;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #3730a3;
  --mat-slider-hover-state-layer-color: rgba(55, 48, 163, 0.05);
  --mat-slider-focus-state-layer-color: rgba(55, 48, 163, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: #11100f;
  --mat-menu-item-icon-color: #11100f;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.16);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #11100f;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: #11100f;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-focus-label-text-color: #11100f;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.64);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #11100f;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #11100f;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #11100f;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #11100f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f59e0b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #11100f;
  --mat-table-row-item-label-text-color: #11100f;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #3730a3;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #3730a3;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #d8d4d3;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #11100f;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #11100f;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #d6d6d6;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #3730a3;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(55, 48, 163, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(55, 48, 163, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(55, 48, 163, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #3730a3;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(55, 48, 163, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #11100f;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-text-color: #11100f;
  --mat-datepicker-calendar-period-button-icon-color: #11100f;
  --mat-datepicker-calendar-navigation-button-icon-color: #11100f;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.16);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #11100f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.32);
  --mat-datepicker-range-input-separator-color: #11100f;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #11100f;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #11100f;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-text-color: #11100f;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.16);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #11100f;
  --mat-sidenav-content-background-color: #f5f1f0;
  --mat-sidenav-content-text-color: #11100f;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #3730a3;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #3730a3;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #3730a3;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.16);
  --mat-stepper-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #11100f;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #11100f;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #11100f;
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.vex-theme-default .mat-primary,
.vex-theme-default.light .mat-primary,
.vex-theme-default .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #3730a3;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #3730a3;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-default .mat-accent,
.vex-theme-default.light .mat-accent,
.vex-theme-default .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-default .mat-warn,
.vex-theme-default.light .mat-warn,
.vex-theme-default .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-default .mat-elevation-z0, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-default.light .mat-elevation-z0,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-default .light .mat-elevation-z0,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z1, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-default.light .mat-elevation-z1,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-default .light .mat-elevation-z1,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z2, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-default.light .mat-elevation-z2,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-default .light .mat-elevation-z2,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z3, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-default.light .mat-elevation-z3,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-default .light .mat-elevation-z3,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z4, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-default.light .mat-elevation-z4,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-default .light .mat-elevation-z4,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z5, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-default.light .mat-elevation-z5,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-default .light .mat-elevation-z5,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z6, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-default.light .mat-elevation-z6,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-default .light .mat-elevation-z6,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z7, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-default.light .mat-elevation-z7,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-default .light .mat-elevation-z7,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z8, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-default.light .mat-elevation-z8,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-default .light .mat-elevation-z8,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z9, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-default.light .mat-elevation-z9,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-default .light .mat-elevation-z9,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z10, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-default.light .mat-elevation-z10,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-default .light .mat-elevation-z10,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z11, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-default.light .mat-elevation-z11,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-default .light .mat-elevation-z11,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z12, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-default.light .mat-elevation-z12,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-default .light .mat-elevation-z12,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z13, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-default.light .mat-elevation-z13,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-default .light .mat-elevation-z13,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z14, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-default.light .mat-elevation-z14,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-default .light .mat-elevation-z14,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z15, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-default.light .mat-elevation-z15,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-default .light .mat-elevation-z15,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z16, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-default.light .mat-elevation-z16,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-default .light .mat-elevation-z16,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z17, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-default.light .mat-elevation-z17,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-default .light .mat-elevation-z17,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z18, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-default.light .mat-elevation-z18,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-default .light .mat-elevation-z18,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z19, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-default.light .mat-elevation-z19,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-default .light .mat-elevation-z19,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z20, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-default.light .mat-elevation-z20,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-default .light .mat-elevation-z20,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z21, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-default.light .mat-elevation-z21,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-default .light .mat-elevation-z21,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z22, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-default.light .mat-elevation-z22,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-default .light .mat-elevation-z22,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z23, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-default.light .mat-elevation-z23,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-default .light .mat-elevation-z23,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-default .mat-elevation-z24, .vex-theme-default .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-default.light .mat-elevation-z24,
.vex-theme-default.light .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-default .light .mat-elevation-z24,
.vex-theme-default .light .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-default .mat-mdc-progress-bar,
.vex-theme-default.light .mat-mdc-progress-bar,
.vex-theme-default .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #3730a3;
  --mdc-linear-progress-track-color: rgba(55, 48, 163, 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 {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.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 {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-default .mat-mdc-standard-chip,
.vex-theme-default.light .mat-mdc-standard-chip,
.vex-theme-default .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: white;
  --mdc-chip-elevated-selected-container-color: white;
  --mdc-chip-elevated-disabled-container-color: white;
  --mdc-chip-flat-disabled-selected-container-color: white;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #3730a3;
  --mdc-chip-elevated-selected-container-color: #3730a3;
  --mdc-chip-elevated-disabled-container-color: #3730a3;
  --mdc-chip-flat-disabled-selected-container-color: #3730a3;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-default .mat-mdc-slide-toggle,
.vex-theme-default.light .mat-mdc-slide-toggle,
.vex-theme-default .light .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-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 {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.vex-theme-default .mat-mdc-radio-button,
.vex-theme-default.light .mat-mdc-radio-button,
.vex-theme-default .light .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #3730a3;
  --mdc-radio-selected-hover-icon-color: #3730a3;
  --mdc-radio-selected-icon-color: #3730a3;
  --mdc-radio-selected-pressed-icon-color: #3730a3;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #3730a3;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.vex-theme-default .mat-accent,
.vex-theme-default.light .mat-accent,
.vex-theme-default .light .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-default .mat-warn,
.vex-theme-default.light .mat-warn,
.vex-theme-default .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #3730a3;
  --mdc-radio-selected-hover-icon-color: #3730a3;
  --mdc-radio-selected-icon-color: #3730a3;
  --mdc-radio-selected-pressed-icon-color: #3730a3;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-default .mat-mdc-list-option,
.vex-theme-default.light .mat-mdc-list-option,
.vex-theme-default .light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3730a3;
  --mdc-checkbox-selected-hover-icon-color: #3730a3;
  --mdc-checkbox-selected-icon-color: #3730a3;
  --mdc-checkbox-selected-pressed-icon-color: #3730a3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3730a3;
  --mdc-checkbox-selected-hover-state-layer-color: #3730a3;
  --mdc-checkbox-selected-pressed-state-layer-color: #3730a3;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #3730a3;
}
.vex-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-default .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-default.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-default .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #3730a3;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #3730a3;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #3730a3;
  --mat-tab-header-active-ripple-color: #3730a3;
  --mat-tab-header-inactive-ripple-color: #3730a3;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #3730a3;
  --mat-tab-header-active-hover-label-text-color: #3730a3;
  --mat-tab-header-active-focus-indicator-color: #3730a3;
  --mat-tab-header-active-hover-indicator-color: #3730a3;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #3730a3;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-default .mat-mdc-checkbox,
.vex-theme-default.light .mat-mdc-checkbox,
.vex-theme-default .light .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #3730a3;
  --mdc-checkbox-selected-hover-icon-color: #3730a3;
  --mdc-checkbox-selected-icon-color: #3730a3;
  --mdc-checkbox-selected-pressed-icon-color: #3730a3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #3730a3;
  --mdc-checkbox-selected-hover-state-layer-color: #3730a3;
  --mdc-checkbox-selected-pressed-state-layer-color: #3730a3;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-default .mat-mdc-button.mat-primary,
.vex-theme-default.light .mat-mdc-button.mat-primary,
.vex-theme-default .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #3730a3;
  --mat-text-button-state-layer-color: #3730a3;
  --mat-text-button-ripple-color: rgba(55, 48, 163, 0.1);
}
.vex-theme-default .mat-mdc-button.mat-accent,
.vex-theme-default.light .mat-mdc-button.mat-accent,
.vex-theme-default .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-default .mat-mdc-button.mat-warn,
.vex-theme-default.light .mat-mdc-button.mat-warn,
.vex-theme-default .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-default .mat-mdc-unelevated-button.mat-primary,
.vex-theme-default.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-default .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #3730a3;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-unelevated-button.mat-accent,
.vex-theme-default.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-default .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-unelevated-button.mat-warn,
.vex-theme-default.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-default .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-raised-button.mat-primary,
.vex-theme-default.light .mat-mdc-raised-button.mat-primary,
.vex-theme-default .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #3730a3;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-raised-button.mat-accent,
.vex-theme-default.light .mat-mdc-raised-button.mat-accent,
.vex-theme-default .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-raised-button.mat-warn,
.vex-theme-default.light .mat-mdc-raised-button.mat-warn,
.vex-theme-default .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-outlined-button.mat-primary,
.vex-theme-default.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-default .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #3730a3;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #3730a3;
  --mat-outlined-button-ripple-color: rgba(55, 48, 163, 0.1);
}
.vex-theme-default .mat-mdc-outlined-button.mat-accent,
.vex-theme-default.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-default .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-default .mat-mdc-outlined-button.mat-warn,
.vex-theme-default.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-default .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #3730a3;
  --mat-icon-button-state-layer-color: #3730a3;
  --mat-icon-button-ripple-color: rgba(55, 48, 163, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-default .mat-mdc-fab.mat-primary,
.vex-theme-default.light .mat-mdc-fab.mat-primary,
.vex-theme-default .light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #3730a3;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-fab.mat-accent,
.vex-theme-default.light .mat-mdc-fab.mat-accent,
.vex-theme-default .light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-fab.mat-warn,
.vex-theme-default.light .mat-mdc-fab.mat-warn,
.vex-theme-default .light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-mini-fab.mat-primary,
.vex-theme-default.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-default .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #3730a3;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-mini-fab.mat-accent,
.vex-theme-default.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-default .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-mdc-mini-fab.mat-warn,
.vex-theme-default.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-default .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default .mat-accent,
.vex-theme-default.light .mat-accent,
.vex-theme-default .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-default .mat-warn,
.vex-theme-default.light .mat-warn,
.vex-theme-default .light .mat-warn {
  --mdc-circular-progress-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: white;
}
.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: white;
}
.vex-theme-default .mat-datepicker-content.mat-accent,
.vex-theme-default.light .mat-datepicker-content.mat-accent,
.vex-theme-default .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-default .mat-datepicker-content.mat-warn,
.vex-theme-default.light .mat-datepicker-content.mat-warn,
.vex-theme-default .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-default .mat-datepicker-toggle-active.mat-accent,
.vex-theme-default.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-default .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-default .mat-datepicker-toggle-active.mat-warn,
.vex-theme-default.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-default .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: #3730a3;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: #3730a3;
  --mat-toolbar-container-text-color: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-default.dark,
.vex-theme-default .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #6366f1;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #111827;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1f2937;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #6366f1;
  --mdc-filled-text-field-focus-active-indicator-color: #6366f1;
  --mdc-filled-text-field-focus-label-text-color: rgba(99, 102, 241, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #6366f1;
  --mdc-outlined-text-field-focus-outline-color: #6366f1;
  --mdc-outlined-text-field-focus-label-text-color: rgba(99, 102, 241, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(99, 102, 241, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(99, 102, 241, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #a5b4fc;
  --mdc-switch-selected-handle-color: #a5b4fc;
  --mdc-switch-selected-hover-state-layer-color: #a5b4fc;
  --mdc-switch-selected-pressed-state-layer-color: #a5b4fc;
  --mdc-switch-selected-focus-handle-color: #c7d2fe;
  --mdc-switch-selected-hover-handle-color: #c7d2fe;
  --mdc-switch-selected-pressed-handle-color: #c7d2fe;
  --mdc-switch-selected-focus-track-color: #4f46e5;
  --mdc-switch-selected-hover-track-color: #4f46e5;
  --mdc-switch-selected-pressed-track-color: #4f46e5;
  --mdc-switch-selected-track-color: #4f46e5;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: #6b7280;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #6366f1;
  --mdc-slider-focus-handle-color: #6366f1;
  --mdc-slider-hover-handle-color: #6366f1;
  --mdc-slider-active-track-color: #6366f1;
  --mdc-slider-inactive-track-color: #6366f1;
  --mdc-slider-with-tick-marks-inactive-container-color: #6366f1;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #6366f1;
  --mat-slider-hover-state-layer-color: rgba(99, 102, 241, 0.05);
  --mat-slider-focus-state-layer-color: rgba(99, 102, 241, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1f2937;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #6b7280;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #1f2937;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-fab-small-container-color: #1f2937;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #6366f1;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #6366f1;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #6366f1;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(99, 102, 241, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(99, 102, 241, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(99, 102, 241, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #6366f1;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(99, 102, 241, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: #9ca3af;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1f2937;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #6366f1;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #6366f1;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #6366f1;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vex-theme-default.dark .mat-primary,
.vex-theme-default .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #6366f1;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #6366f1;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-default.dark .mat-accent,
.vex-theme-default .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-default.dark .mat-warn,
.vex-theme-default .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-default.dark .mat-elevation-z0, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-default .dark .mat-elevation-z0,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z1, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-default .dark .mat-elevation-z1,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z2, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-default .dark .mat-elevation-z2,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z3, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-default .dark .mat-elevation-z3,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z4, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-default .dark .mat-elevation-z4,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z5, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-default .dark .mat-elevation-z5,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z6, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-default .dark .mat-elevation-z6,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z7, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-default .dark .mat-elevation-z7,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z8, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-default .dark .mat-elevation-z8,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z9, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-default .dark .mat-elevation-z9,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z10, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-default .dark .mat-elevation-z10,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z11, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-default .dark .mat-elevation-z11,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z12, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-default .dark .mat-elevation-z12,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z13, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-default .dark .mat-elevation-z13,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z14, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-default .dark .mat-elevation-z14,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z15, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-default .dark .mat-elevation-z15,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z16, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-default .dark .mat-elevation-z16,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z17, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-default .dark .mat-elevation-z17,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z18, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-default .dark .mat-elevation-z18,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z19, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-default .dark .mat-elevation-z19,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z20, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-default .dark .mat-elevation-z20,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z21, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-default .dark .mat-elevation-z21,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z22, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-default .dark .mat-elevation-z22,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z23, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-default .dark .mat-elevation-z23,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-default.dark .mat-elevation-z24, .vex-theme-default.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-default .dark .mat-elevation-z24,
.vex-theme-default .dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-default.dark .mat-mdc-progress-bar,
.vex-theme-default .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #6366f1;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.vex-theme-default.dark .mat-mdc-form-field.mat-warn,
.vex-theme-default .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-default.dark .mat-mdc-standard-chip,
.vex-theme-default .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-selected-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --mdc-chip-flat-disabled-selected-container-color: #3a434f;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #6366f1;
  --mdc-chip-elevated-selected-container-color: #6366f1;
  --mdc-chip-elevated-disabled-container-color: #6366f1;
  --mdc-chip-flat-disabled-selected-container-color: #6366f1;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-default.dark .mat-mdc-slide-toggle,
.vex-theme-default .dark .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-default.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-default .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
}
.vex-theme-default.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-default .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.vex-theme-default.dark .mat-mdc-radio-button,
.vex-theme-default .dark .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-default.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-default .dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #6366f1;
  --mdc-radio-selected-hover-icon-color: #6366f1;
  --mdc-radio-selected-icon-color: #6366f1;
  --mdc-radio-selected-pressed-icon-color: #6366f1;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #6366f1;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-default.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-default .dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-default.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-default .dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-default.dark .mat-accent,
.vex-theme-default .dark .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-default.dark .mat-warn,
.vex-theme-default .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #6366f1;
  --mdc-radio-selected-hover-icon-color: #6366f1;
  --mdc-radio-selected-icon-color: #6366f1;
  --mdc-radio-selected-pressed-icon-color: #6366f1;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-default.dark .mat-mdc-list-option,
.vex-theme-default .dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #6366f1;
  --mdc-checkbox-selected-hover-icon-color: #6366f1;
  --mdc-checkbox-selected-icon-color: #6366f1;
  --mdc-checkbox-selected-pressed-icon-color: #6366f1;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #6366f1;
  --mdc-checkbox-selected-hover-state-layer-color: #6366f1;
  --mdc-checkbox-selected-pressed-state-layer-color: #6366f1;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #6366f1;
}
.vex-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-default.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-default .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #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 {
  --mdc-tab-indicator-active-indicator-color: #6366f1;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #6366f1;
  --mat-tab-header-active-ripple-color: #6366f1;
  --mat-tab-header-inactive-ripple-color: #6366f1;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #6366f1;
  --mat-tab-header-active-hover-label-text-color: #6366f1;
  --mat-tab-header-active-focus-indicator-color: #6366f1;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #6366f1;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-default.dark .mat-mdc-checkbox,
.vex-theme-default .dark .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-default.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-default .dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #6366f1;
  --mdc-checkbox-selected-hover-icon-color: #6366f1;
  --mdc-checkbox-selected-icon-color: #6366f1;
  --mdc-checkbox-selected-pressed-icon-color: #6366f1;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #6366f1;
  --mdc-checkbox-selected-hover-state-layer-color: #6366f1;
  --mdc-checkbox-selected-pressed-state-layer-color: #6366f1;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-default.dark .mat-mdc-button.mat-primary,
.vex-theme-default .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #6366f1;
  --mat-text-button-state-layer-color: #6366f1;
  --mat-text-button-ripple-color: rgba(99, 102, 241, 0.1);
}
.vex-theme-default.dark .mat-mdc-button.mat-accent,
.vex-theme-default .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-default.dark .mat-mdc-button.mat-warn,
.vex-theme-default .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-default.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-default .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #6366f1;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-default .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-default .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-default .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #6366f1;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-default .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-default .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-default .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #6366f1;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #6366f1;
  --mat-outlined-button-ripple-color: rgba(99, 102, 241, 0.1);
}
.vex-theme-default.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-default .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-default.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-default .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-default.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-default .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #6366f1;
  --mat-icon-button-state-layer-color: #6366f1;
  --mat-icon-button-ripple-color: rgba(99, 102, 241, 0.1);
}
.vex-theme-default.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-default .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-default.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-default .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-default.dark .mat-mdc-fab.mat-primary,
.vex-theme-default .dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #6366f1;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-fab.mat-accent,
.vex-theme-default .dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-fab.mat-warn,
.vex-theme-default .dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-default .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #6366f1;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-default .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-default .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-default.dark .mat-accent,
.vex-theme-default .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-default.dark .mat-warn,
.vex-theme-default .dark .mat-warn {
  --mdc-circular-progress-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: white;
}
.vex-theme-default.dark .mat-badge-warn,
.vex-theme-default .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vex-theme-default.dark .mat-datepicker-content.mat-accent,
.vex-theme-default .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-default.dark .mat-datepicker-content.mat-warn,
.vex-theme-default .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-default.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-default .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-default.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-default .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-default.dark .mat-step-header.mat-warn,
.vex-theme-default .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-teal,
.vex-theme-teal.light,
.vex-theme-teal .light {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #115e59;
  --mat-option-label-text-color: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-optgroup-label-text-color: #11100f;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f5f1f0;
  --mat-app-text-color: #11100f;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #115e59;
  --mdc-filled-text-field-focus-active-indicator-color: #115e59;
  --mdc-filled-text-field-focus-label-text-color: rgba(17, 94, 89, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #115e59;
  --mdc-outlined-text-field-focus-outline-color: #115e59;
  --mdc-outlined-text-field-focus-label-text-color: rgba(17, 94, 89, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(17, 94, 89, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: 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(17, 16, 15, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(17, 94, 89, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(17, 16, 15, 0.87);
  --mdc-dialog-supporting-text-color: rgba(17, 16, 15, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #0d9488;
  --mdc-switch-selected-handle-color: #0d9488;
  --mdc-switch-selected-hover-state-layer-color: #0d9488;
  --mdc-switch-selected-pressed-state-layer-color: #0d9488;
  --mdc-switch-selected-focus-handle-color: #134e4a;
  --mdc-switch-selected-hover-handle-color: #134e4a;
  --mdc-switch-selected-pressed-handle-color: #134e4a;
  --mdc-switch-selected-focus-track-color: #5eead4;
  --mdc-switch-selected-hover-track-color: #5eead4;
  --mdc-switch-selected-pressed-track-color: #5eead4;
  --mdc-switch-selected-track-color: #5eead4;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.64);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #115e59;
  --mdc-slider-focus-handle-color: #115e59;
  --mdc-slider-hover-handle-color: #115e59;
  --mdc-slider-active-track-color: #115e59;
  --mdc-slider-inactive-track-color: #115e59;
  --mdc-slider-with-tick-marks-inactive-container-color: #115e59;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #115e59;
  --mat-slider-hover-state-layer-color: rgba(17, 94, 89, 0.05);
  --mat-slider-focus-state-layer-color: rgba(17, 94, 89, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: #11100f;
  --mat-menu-item-icon-color: #11100f;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.16);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #11100f;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: #11100f;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-focus-label-text-color: #11100f;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.64);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #11100f;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #11100f;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #11100f;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #11100f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f59e0b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #11100f;
  --mat-table-row-item-label-text-color: #11100f;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #115e59;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #115e59;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #d8d4d3;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #11100f;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #11100f;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #d6d6d6;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #115e59;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(17, 94, 89, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(17, 94, 89, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(17, 94, 89, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #115e59;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(17, 94, 89, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #11100f;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-text-color: #11100f;
  --mat-datepicker-calendar-period-button-icon-color: #11100f;
  --mat-datepicker-calendar-navigation-button-icon-color: #11100f;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.16);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #11100f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.32);
  --mat-datepicker-range-input-separator-color: #11100f;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #11100f;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #11100f;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-text-color: #11100f;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.16);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #11100f;
  --mat-sidenav-content-background-color: #f5f1f0;
  --mat-sidenav-content-text-color: #11100f;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #115e59;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #115e59;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #115e59;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.16);
  --mat-stepper-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #11100f;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #11100f;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #11100f;
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.vex-theme-teal .mat-primary,
.vex-theme-teal.light .mat-primary,
.vex-theme-teal .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #115e59;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #115e59;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-teal .mat-accent,
.vex-theme-teal.light .mat-accent,
.vex-theme-teal .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-teal .mat-warn,
.vex-theme-teal.light .mat-warn,
.vex-theme-teal .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-teal .mat-elevation-z0, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-teal.light .mat-elevation-z0,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-teal .light .mat-elevation-z0,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z1, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-teal.light .mat-elevation-z1,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-teal .light .mat-elevation-z1,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z2, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-teal.light .mat-elevation-z2,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-teal .light .mat-elevation-z2,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z3, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-teal.light .mat-elevation-z3,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-teal .light .mat-elevation-z3,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z4, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-teal.light .mat-elevation-z4,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-teal .light .mat-elevation-z4,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z5, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-teal.light .mat-elevation-z5,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-teal .light .mat-elevation-z5,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z6, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-teal.light .mat-elevation-z6,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-teal .light .mat-elevation-z6,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z7, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-teal.light .mat-elevation-z7,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-teal .light .mat-elevation-z7,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z8, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-teal.light .mat-elevation-z8,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-teal .light .mat-elevation-z8,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z9, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-teal.light .mat-elevation-z9,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-teal .light .mat-elevation-z9,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z10, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-teal.light .mat-elevation-z10,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-teal .light .mat-elevation-z10,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z11, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-teal.light .mat-elevation-z11,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-teal .light .mat-elevation-z11,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z12, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-teal.light .mat-elevation-z12,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-teal .light .mat-elevation-z12,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z13, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-teal.light .mat-elevation-z13,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-teal .light .mat-elevation-z13,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z14, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-teal.light .mat-elevation-z14,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-teal .light .mat-elevation-z14,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z15, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-teal.light .mat-elevation-z15,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-teal .light .mat-elevation-z15,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z16, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-teal.light .mat-elevation-z16,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-teal .light .mat-elevation-z16,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z17, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-teal.light .mat-elevation-z17,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-teal .light .mat-elevation-z17,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z18, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-teal.light .mat-elevation-z18,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-teal .light .mat-elevation-z18,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z19, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-teal.light .mat-elevation-z19,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-teal .light .mat-elevation-z19,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z20, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-teal.light .mat-elevation-z20,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-teal .light .mat-elevation-z20,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z21, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-teal.light .mat-elevation-z21,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-teal .light .mat-elevation-z21,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z22, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-teal.light .mat-elevation-z22,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-teal .light .mat-elevation-z22,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z23, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-teal.light .mat-elevation-z23,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-teal .light .mat-elevation-z23,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal .mat-elevation-z24, .vex-theme-teal .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-teal.light .mat-elevation-z24,
.vex-theme-teal.light .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-teal .light .mat-elevation-z24,
.vex-theme-teal .light .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-teal .mat-mdc-progress-bar,
.vex-theme-teal.light .mat-mdc-progress-bar,
.vex-theme-teal .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #115e59;
  --mdc-linear-progress-track-color: rgba(17, 94, 89, 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 {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.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 {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-teal .mat-mdc-standard-chip,
.vex-theme-teal.light .mat-mdc-standard-chip,
.vex-theme-teal .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: white;
  --mdc-chip-elevated-selected-container-color: white;
  --mdc-chip-elevated-disabled-container-color: white;
  --mdc-chip-flat-disabled-selected-container-color: white;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #115e59;
  --mdc-chip-elevated-selected-container-color: #115e59;
  --mdc-chip-elevated-disabled-container-color: #115e59;
  --mdc-chip-flat-disabled-selected-container-color: #115e59;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-teal .mat-mdc-slide-toggle,
.vex-theme-teal.light .mat-mdc-slide-toggle,
.vex-theme-teal .light .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-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 {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.vex-theme-teal .mat-mdc-radio-button,
.vex-theme-teal.light .mat-mdc-radio-button,
.vex-theme-teal .light .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #115e59;
  --mdc-radio-selected-hover-icon-color: #115e59;
  --mdc-radio-selected-icon-color: #115e59;
  --mdc-radio-selected-pressed-icon-color: #115e59;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #115e59;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.vex-theme-teal .mat-accent,
.vex-theme-teal.light .mat-accent,
.vex-theme-teal .light .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-teal .mat-warn,
.vex-theme-teal.light .mat-warn,
.vex-theme-teal .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #115e59;
  --mdc-radio-selected-hover-icon-color: #115e59;
  --mdc-radio-selected-icon-color: #115e59;
  --mdc-radio-selected-pressed-icon-color: #115e59;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-teal .mat-mdc-list-option,
.vex-theme-teal.light .mat-mdc-list-option,
.vex-theme-teal .light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #115e59;
  --mdc-checkbox-selected-hover-icon-color: #115e59;
  --mdc-checkbox-selected-icon-color: #115e59;
  --mdc-checkbox-selected-pressed-icon-color: #115e59;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #115e59;
  --mdc-checkbox-selected-hover-state-layer-color: #115e59;
  --mdc-checkbox-selected-pressed-state-layer-color: #115e59;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #115e59;
}
.vex-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-teal .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-teal.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-teal .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #115e59;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #115e59;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #115e59;
  --mat-tab-header-active-ripple-color: #115e59;
  --mat-tab-header-inactive-ripple-color: #115e59;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #115e59;
  --mat-tab-header-active-hover-label-text-color: #115e59;
  --mat-tab-header-active-focus-indicator-color: #115e59;
  --mat-tab-header-active-hover-indicator-color: #115e59;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #115e59;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-teal .mat-mdc-checkbox,
.vex-theme-teal.light .mat-mdc-checkbox,
.vex-theme-teal .light .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #115e59;
  --mdc-checkbox-selected-hover-icon-color: #115e59;
  --mdc-checkbox-selected-icon-color: #115e59;
  --mdc-checkbox-selected-pressed-icon-color: #115e59;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #115e59;
  --mdc-checkbox-selected-hover-state-layer-color: #115e59;
  --mdc-checkbox-selected-pressed-state-layer-color: #115e59;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-teal .mat-mdc-button.mat-primary,
.vex-theme-teal.light .mat-mdc-button.mat-primary,
.vex-theme-teal .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #115e59;
  --mat-text-button-state-layer-color: #115e59;
  --mat-text-button-ripple-color: rgba(17, 94, 89, 0.1);
}
.vex-theme-teal .mat-mdc-button.mat-accent,
.vex-theme-teal.light .mat-mdc-button.mat-accent,
.vex-theme-teal .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-teal .mat-mdc-button.mat-warn,
.vex-theme-teal.light .mat-mdc-button.mat-warn,
.vex-theme-teal .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-teal .mat-mdc-unelevated-button.mat-primary,
.vex-theme-teal.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-teal .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #115e59;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-unelevated-button.mat-accent,
.vex-theme-teal.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-teal .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-unelevated-button.mat-warn,
.vex-theme-teal.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-teal .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-raised-button.mat-primary,
.vex-theme-teal.light .mat-mdc-raised-button.mat-primary,
.vex-theme-teal .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #115e59;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-raised-button.mat-accent,
.vex-theme-teal.light .mat-mdc-raised-button.mat-accent,
.vex-theme-teal .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-raised-button.mat-warn,
.vex-theme-teal.light .mat-mdc-raised-button.mat-warn,
.vex-theme-teal .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-outlined-button.mat-primary,
.vex-theme-teal.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-teal .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #115e59;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #115e59;
  --mat-outlined-button-ripple-color: rgba(17, 94, 89, 0.1);
}
.vex-theme-teal .mat-mdc-outlined-button.mat-accent,
.vex-theme-teal.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-teal .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-teal .mat-mdc-outlined-button.mat-warn,
.vex-theme-teal.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-teal .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #115e59;
  --mat-icon-button-state-layer-color: #115e59;
  --mat-icon-button-ripple-color: rgba(17, 94, 89, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-teal .mat-mdc-fab.mat-primary,
.vex-theme-teal.light .mat-mdc-fab.mat-primary,
.vex-theme-teal .light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #115e59;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-fab.mat-accent,
.vex-theme-teal.light .mat-mdc-fab.mat-accent,
.vex-theme-teal .light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-fab.mat-warn,
.vex-theme-teal.light .mat-mdc-fab.mat-warn,
.vex-theme-teal .light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-mini-fab.mat-primary,
.vex-theme-teal.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-teal .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #115e59;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-mini-fab.mat-accent,
.vex-theme-teal.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-teal .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-mdc-mini-fab.mat-warn,
.vex-theme-teal.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-teal .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal .mat-accent,
.vex-theme-teal.light .mat-accent,
.vex-theme-teal .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-teal .mat-warn,
.vex-theme-teal.light .mat-warn,
.vex-theme-teal .light .mat-warn {
  --mdc-circular-progress-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: white;
}
.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: white;
}
.vex-theme-teal .mat-datepicker-content.mat-accent,
.vex-theme-teal.light .mat-datepicker-content.mat-accent,
.vex-theme-teal .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-teal .mat-datepicker-content.mat-warn,
.vex-theme-teal.light .mat-datepicker-content.mat-warn,
.vex-theme-teal .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-teal .mat-datepicker-toggle-active.mat-accent,
.vex-theme-teal.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-teal .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-teal .mat-datepicker-toggle-active.mat-warn,
.vex-theme-teal.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-teal .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: #115e59;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: #115e59;
  --mat-toolbar-container-text-color: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-teal.dark,
.vex-theme-teal .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #14b8a6;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #111827;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1f2937;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #14b8a6;
  --mdc-filled-text-field-focus-active-indicator-color: #14b8a6;
  --mdc-filled-text-field-focus-label-text-color: rgba(20, 184, 166, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #14b8a6;
  --mdc-outlined-text-field-focus-outline-color: #14b8a6;
  --mdc-outlined-text-field-focus-label-text-color: rgba(20, 184, 166, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(20, 184, 166, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(20, 184, 166, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #5eead4;
  --mdc-switch-selected-handle-color: #5eead4;
  --mdc-switch-selected-hover-state-layer-color: #5eead4;
  --mdc-switch-selected-pressed-state-layer-color: #5eead4;
  --mdc-switch-selected-focus-handle-color: #99f6e4;
  --mdc-switch-selected-hover-handle-color: #99f6e4;
  --mdc-switch-selected-pressed-handle-color: #99f6e4;
  --mdc-switch-selected-focus-track-color: #0d9488;
  --mdc-switch-selected-hover-track-color: #0d9488;
  --mdc-switch-selected-pressed-track-color: #0d9488;
  --mdc-switch-selected-track-color: #0d9488;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: #6b7280;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #14b8a6;
  --mdc-slider-focus-handle-color: #14b8a6;
  --mdc-slider-hover-handle-color: #14b8a6;
  --mdc-slider-active-track-color: #14b8a6;
  --mdc-slider-inactive-track-color: #14b8a6;
  --mdc-slider-with-tick-marks-inactive-container-color: #14b8a6;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #14b8a6;
  --mat-slider-hover-state-layer-color: rgba(20, 184, 166, 0.05);
  --mat-slider-focus-state-layer-color: rgba(20, 184, 166, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1f2937;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #6b7280;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #1f2937;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-fab-small-container-color: #1f2937;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #14b8a6;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #14b8a6;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #14b8a6;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(20, 184, 166, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(20, 184, 166, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(20, 184, 166, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #14b8a6;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(20, 184, 166, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: #9ca3af;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1f2937;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #14b8a6;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #14b8a6;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #14b8a6;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vex-theme-teal.dark .mat-primary,
.vex-theme-teal .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #14b8a6;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #14b8a6;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-teal.dark .mat-accent,
.vex-theme-teal .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-teal.dark .mat-warn,
.vex-theme-teal .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-teal.dark .mat-elevation-z0, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-teal .dark .mat-elevation-z0,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z1, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-teal .dark .mat-elevation-z1,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z2, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-teal .dark .mat-elevation-z2,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z3, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-teal .dark .mat-elevation-z3,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z4, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-teal .dark .mat-elevation-z4,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z5, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-teal .dark .mat-elevation-z5,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z6, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-teal .dark .mat-elevation-z6,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z7, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-teal .dark .mat-elevation-z7,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z8, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-teal .dark .mat-elevation-z8,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z9, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-teal .dark .mat-elevation-z9,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z10, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-teal .dark .mat-elevation-z10,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z11, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-teal .dark .mat-elevation-z11,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z12, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-teal .dark .mat-elevation-z12,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z13, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-teal .dark .mat-elevation-z13,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z14, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-teal .dark .mat-elevation-z14,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z15, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-teal .dark .mat-elevation-z15,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z16, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-teal .dark .mat-elevation-z16,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z17, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-teal .dark .mat-elevation-z17,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z18, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-teal .dark .mat-elevation-z18,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z19, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-teal .dark .mat-elevation-z19,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z20, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-teal .dark .mat-elevation-z20,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z21, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-teal .dark .mat-elevation-z21,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z22, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-teal .dark .mat-elevation-z22,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z23, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-teal .dark .mat-elevation-z23,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-teal.dark .mat-elevation-z24, .vex-theme-teal.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-teal .dark .mat-elevation-z24,
.vex-theme-teal .dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-teal.dark .mat-mdc-progress-bar,
.vex-theme-teal .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #14b8a6;
  --mdc-linear-progress-track-color: rgba(20, 184, 166, 0.25);
}
.vex-theme-teal.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-teal .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.vex-theme-teal.dark .mat-mdc-form-field.mat-warn,
.vex-theme-teal .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-teal.dark .mat-mdc-standard-chip,
.vex-theme-teal .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-selected-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --mdc-chip-flat-disabled-selected-container-color: #3a434f;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #14b8a6;
  --mdc-chip-elevated-selected-container-color: #14b8a6;
  --mdc-chip-elevated-disabled-container-color: #14b8a6;
  --mdc-chip-flat-disabled-selected-container-color: #14b8a6;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-teal.dark .mat-mdc-slide-toggle,
.vex-theme-teal .dark .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-teal.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-teal .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
}
.vex-theme-teal.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-teal .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.vex-theme-teal.dark .mat-mdc-radio-button,
.vex-theme-teal .dark .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-teal.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #14b8a6;
  --mdc-radio-selected-hover-icon-color: #14b8a6;
  --mdc-radio-selected-icon-color: #14b8a6;
  --mdc-radio-selected-pressed-icon-color: #14b8a6;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #14b8a6;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-teal.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-teal.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-teal.dark .mat-accent,
.vex-theme-teal .dark .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-teal.dark .mat-warn,
.vex-theme-teal .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #14b8a6;
  --mdc-radio-selected-hover-icon-color: #14b8a6;
  --mdc-radio-selected-icon-color: #14b8a6;
  --mdc-radio-selected-pressed-icon-color: #14b8a6;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-teal.dark .mat-mdc-list-option,
.vex-theme-teal .dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #14b8a6;
  --mdc-checkbox-selected-hover-icon-color: #14b8a6;
  --mdc-checkbox-selected-icon-color: #14b8a6;
  --mdc-checkbox-selected-pressed-icon-color: #14b8a6;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #14b8a6;
  --mdc-checkbox-selected-hover-state-layer-color: #14b8a6;
  --mdc-checkbox-selected-pressed-state-layer-color: #14b8a6;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-teal.dark .mat-mdc-list-option.mat-accent,
.vex-theme-teal .dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #14b8a6;
}
.vex-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-teal.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-teal .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #14b8a6;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #14b8a6;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #14b8a6;
  --mat-tab-header-active-ripple-color: #14b8a6;
  --mat-tab-header-inactive-ripple-color: #14b8a6;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #14b8a6;
  --mat-tab-header-active-hover-label-text-color: #14b8a6;
  --mat-tab-header-active-focus-indicator-color: #14b8a6;
  --mat-tab-header-active-hover-indicator-color: #14b8a6;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #14b8a6;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-teal.dark .mat-mdc-checkbox,
.vex-theme-teal .dark .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-teal.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-teal .dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #14b8a6;
  --mdc-checkbox-selected-hover-icon-color: #14b8a6;
  --mdc-checkbox-selected-icon-color: #14b8a6;
  --mdc-checkbox-selected-pressed-icon-color: #14b8a6;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #14b8a6;
  --mdc-checkbox-selected-hover-state-layer-color: #14b8a6;
  --mdc-checkbox-selected-pressed-state-layer-color: #14b8a6;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-teal.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-teal .dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-teal.dark .mat-mdc-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #14b8a6;
  --mat-text-button-state-layer-color: #14b8a6;
  --mat-text-button-ripple-color: rgba(20, 184, 166, 0.1);
}
.vex-theme-teal.dark .mat-mdc-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-teal.dark .mat-mdc-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-teal.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #14b8a6;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #14b8a6;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #14b8a6;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #14b8a6;
  --mat-outlined-button-ripple-color: rgba(20, 184, 166, 0.1);
}
.vex-theme-teal.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-teal.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-teal.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-teal .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #14b8a6;
  --mat-icon-button-state-layer-color: #14b8a6;
  --mat-icon-button-ripple-color: rgba(20, 184, 166, 0.1);
}
.vex-theme-teal.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-teal .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-teal.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-teal .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-teal.dark .mat-mdc-fab.mat-primary,
.vex-theme-teal .dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #14b8a6;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-fab.mat-accent,
.vex-theme-teal .dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-fab.mat-warn,
.vex-theme-teal .dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-teal .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #14b8a6;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-teal .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-teal .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-teal.dark .mat-accent,
.vex-theme-teal .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-teal.dark .mat-warn,
.vex-theme-teal .dark .mat-warn {
  --mdc-circular-progress-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: white;
}
.vex-theme-teal.dark .mat-badge-warn,
.vex-theme-teal .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vex-theme-teal.dark .mat-datepicker-content.mat-accent,
.vex-theme-teal .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-teal.dark .mat-datepicker-content.mat-warn,
.vex-theme-teal .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-teal.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-teal .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-teal.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-teal .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-teal.dark .mat-step-header.mat-warn,
.vex-theme-teal .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-green,
.vex-theme-green.light,
.vex-theme-green .light {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #166534;
  --mat-option-label-text-color: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-optgroup-label-text-color: #11100f;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f5f1f0;
  --mat-app-text-color: #11100f;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #166534;
  --mdc-filled-text-field-focus-active-indicator-color: #166534;
  --mdc-filled-text-field-focus-label-text-color: rgba(22, 101, 52, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #166534;
  --mdc-outlined-text-field-focus-outline-color: #166534;
  --mdc-outlined-text-field-focus-label-text-color: rgba(22, 101, 52, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(22, 101, 52, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: 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(17, 16, 15, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(22, 101, 52, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(17, 16, 15, 0.87);
  --mdc-dialog-supporting-text-color: rgba(17, 16, 15, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #16a34a;
  --mdc-switch-selected-handle-color: #16a34a;
  --mdc-switch-selected-hover-state-layer-color: #16a34a;
  --mdc-switch-selected-pressed-state-layer-color: #16a34a;
  --mdc-switch-selected-focus-handle-color: #14532d;
  --mdc-switch-selected-hover-handle-color: #14532d;
  --mdc-switch-selected-pressed-handle-color: #14532d;
  --mdc-switch-selected-focus-track-color: #86efac;
  --mdc-switch-selected-hover-track-color: #86efac;
  --mdc-switch-selected-pressed-track-color: #86efac;
  --mdc-switch-selected-track-color: #86efac;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.64);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #166534;
  --mdc-slider-focus-handle-color: #166534;
  --mdc-slider-hover-handle-color: #166534;
  --mdc-slider-active-track-color: #166534;
  --mdc-slider-inactive-track-color: #166534;
  --mdc-slider-with-tick-marks-inactive-container-color: #166534;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #166534;
  --mat-slider-hover-state-layer-color: rgba(22, 101, 52, 0.05);
  --mat-slider-focus-state-layer-color: rgba(22, 101, 52, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: #11100f;
  --mat-menu-item-icon-color: #11100f;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.16);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #11100f;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: #11100f;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-focus-label-text-color: #11100f;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.64);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #11100f;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #11100f;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #11100f;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #11100f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f59e0b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #11100f;
  --mat-table-row-item-label-text-color: #11100f;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #166534;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #166534;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #d8d4d3;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #11100f;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #11100f;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #d6d6d6;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #166534;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(22, 101, 52, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(22, 101, 52, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(22, 101, 52, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #166534;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(22, 101, 52, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #11100f;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-text-color: #11100f;
  --mat-datepicker-calendar-period-button-icon-color: #11100f;
  --mat-datepicker-calendar-navigation-button-icon-color: #11100f;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.16);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #11100f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.32);
  --mat-datepicker-range-input-separator-color: #11100f;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #11100f;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #11100f;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-text-color: #11100f;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.16);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #11100f;
  --mat-sidenav-content-background-color: #f5f1f0;
  --mat-sidenav-content-text-color: #11100f;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #166534;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #166534;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #166534;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.16);
  --mat-stepper-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #11100f;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #11100f;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #11100f;
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.vex-theme-green .mat-primary,
.vex-theme-green.light .mat-primary,
.vex-theme-green .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #166534;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #166534;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-green .mat-accent,
.vex-theme-green.light .mat-accent,
.vex-theme-green .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-green .mat-warn,
.vex-theme-green.light .mat-warn,
.vex-theme-green .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-green .mat-elevation-z0, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-green.light .mat-elevation-z0,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-green .light .mat-elevation-z0,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z1, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-green.light .mat-elevation-z1,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-green .light .mat-elevation-z1,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z2, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-green.light .mat-elevation-z2,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-green .light .mat-elevation-z2,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z3, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-green.light .mat-elevation-z3,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-green .light .mat-elevation-z3,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z4, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-green.light .mat-elevation-z4,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-green .light .mat-elevation-z4,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z5, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-green.light .mat-elevation-z5,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-green .light .mat-elevation-z5,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z6, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-green.light .mat-elevation-z6,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-green .light .mat-elevation-z6,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z7, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-green.light .mat-elevation-z7,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-green .light .mat-elevation-z7,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z8, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-green.light .mat-elevation-z8,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-green .light .mat-elevation-z8,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z9, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-green.light .mat-elevation-z9,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-green .light .mat-elevation-z9,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z10, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-green.light .mat-elevation-z10,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-green .light .mat-elevation-z10,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z11, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-green.light .mat-elevation-z11,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-green .light .mat-elevation-z11,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z12, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-green.light .mat-elevation-z12,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-green .light .mat-elevation-z12,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z13, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-green.light .mat-elevation-z13,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-green .light .mat-elevation-z13,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z14, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-green.light .mat-elevation-z14,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-green .light .mat-elevation-z14,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z15, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-green.light .mat-elevation-z15,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-green .light .mat-elevation-z15,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z16, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-green.light .mat-elevation-z16,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-green .light .mat-elevation-z16,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z17, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-green.light .mat-elevation-z17,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-green .light .mat-elevation-z17,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z18, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-green.light .mat-elevation-z18,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-green .light .mat-elevation-z18,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z19, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-green.light .mat-elevation-z19,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-green .light .mat-elevation-z19,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z20, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-green.light .mat-elevation-z20,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-green .light .mat-elevation-z20,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z21, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-green.light .mat-elevation-z21,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-green .light .mat-elevation-z21,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z22, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-green.light .mat-elevation-z22,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-green .light .mat-elevation-z22,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z23, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-green.light .mat-elevation-z23,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-green .light .mat-elevation-z23,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-green .mat-elevation-z24, .vex-theme-green .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-green.light .mat-elevation-z24,
.vex-theme-green.light .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-green .light .mat-elevation-z24,
.vex-theme-green .light .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-green .mat-mdc-progress-bar,
.vex-theme-green.light .mat-mdc-progress-bar,
.vex-theme-green .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #166534;
  --mdc-linear-progress-track-color: rgba(22, 101, 52, 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 {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.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 {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-green .mat-mdc-standard-chip,
.vex-theme-green.light .mat-mdc-standard-chip,
.vex-theme-green .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: white;
  --mdc-chip-elevated-selected-container-color: white;
  --mdc-chip-elevated-disabled-container-color: white;
  --mdc-chip-flat-disabled-selected-container-color: white;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #166534;
  --mdc-chip-elevated-selected-container-color: #166534;
  --mdc-chip-elevated-disabled-container-color: #166534;
  --mdc-chip-flat-disabled-selected-container-color: #166534;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-green .mat-mdc-slide-toggle,
.vex-theme-green.light .mat-mdc-slide-toggle,
.vex-theme-green .light .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-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 {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.vex-theme-green .mat-mdc-radio-button,
.vex-theme-green.light .mat-mdc-radio-button,
.vex-theme-green .light .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #166534;
  --mdc-radio-selected-hover-icon-color: #166534;
  --mdc-radio-selected-icon-color: #166534;
  --mdc-radio-selected-pressed-icon-color: #166534;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #166534;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.vex-theme-green .mat-accent,
.vex-theme-green.light .mat-accent,
.vex-theme-green .light .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-green .mat-warn,
.vex-theme-green.light .mat-warn,
.vex-theme-green .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #166534;
  --mdc-radio-selected-hover-icon-color: #166534;
  --mdc-radio-selected-icon-color: #166534;
  --mdc-radio-selected-pressed-icon-color: #166534;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-green .mat-mdc-list-option,
.vex-theme-green.light .mat-mdc-list-option,
.vex-theme-green .light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #166534;
  --mdc-checkbox-selected-hover-icon-color: #166534;
  --mdc-checkbox-selected-icon-color: #166534;
  --mdc-checkbox-selected-pressed-icon-color: #166534;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #166534;
  --mdc-checkbox-selected-hover-state-layer-color: #166534;
  --mdc-checkbox-selected-pressed-state-layer-color: #166534;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #166534;
}
.vex-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-green .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-green.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-green .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #166534;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #166534;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #166534;
  --mat-tab-header-active-ripple-color: #166534;
  --mat-tab-header-inactive-ripple-color: #166534;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #166534;
  --mat-tab-header-active-hover-label-text-color: #166534;
  --mat-tab-header-active-focus-indicator-color: #166534;
  --mat-tab-header-active-hover-indicator-color: #166534;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #166534;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-green .mat-mdc-checkbox,
.vex-theme-green.light .mat-mdc-checkbox,
.vex-theme-green .light .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #166534;
  --mdc-checkbox-selected-hover-icon-color: #166534;
  --mdc-checkbox-selected-icon-color: #166534;
  --mdc-checkbox-selected-pressed-icon-color: #166534;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #166534;
  --mdc-checkbox-selected-hover-state-layer-color: #166534;
  --mdc-checkbox-selected-pressed-state-layer-color: #166534;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-green .mat-mdc-button.mat-primary,
.vex-theme-green.light .mat-mdc-button.mat-primary,
.vex-theme-green .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #166534;
  --mat-text-button-state-layer-color: #166534;
  --mat-text-button-ripple-color: rgba(22, 101, 52, 0.1);
}
.vex-theme-green .mat-mdc-button.mat-accent,
.vex-theme-green.light .mat-mdc-button.mat-accent,
.vex-theme-green .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-green .mat-mdc-button.mat-warn,
.vex-theme-green.light .mat-mdc-button.mat-warn,
.vex-theme-green .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-green .mat-mdc-unelevated-button.mat-primary,
.vex-theme-green.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-green .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #166534;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-unelevated-button.mat-accent,
.vex-theme-green.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-green .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-unelevated-button.mat-warn,
.vex-theme-green.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-green .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-raised-button.mat-primary,
.vex-theme-green.light .mat-mdc-raised-button.mat-primary,
.vex-theme-green .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #166534;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-raised-button.mat-accent,
.vex-theme-green.light .mat-mdc-raised-button.mat-accent,
.vex-theme-green .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-raised-button.mat-warn,
.vex-theme-green.light .mat-mdc-raised-button.mat-warn,
.vex-theme-green .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-outlined-button.mat-primary,
.vex-theme-green.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-green .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #166534;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #166534;
  --mat-outlined-button-ripple-color: rgba(22, 101, 52, 0.1);
}
.vex-theme-green .mat-mdc-outlined-button.mat-accent,
.vex-theme-green.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-green .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-green .mat-mdc-outlined-button.mat-warn,
.vex-theme-green.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-green .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #166534;
  --mat-icon-button-state-layer-color: #166534;
  --mat-icon-button-ripple-color: rgba(22, 101, 52, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-green .mat-mdc-fab.mat-primary,
.vex-theme-green.light .mat-mdc-fab.mat-primary,
.vex-theme-green .light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #166534;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-fab.mat-accent,
.vex-theme-green.light .mat-mdc-fab.mat-accent,
.vex-theme-green .light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-fab.mat-warn,
.vex-theme-green.light .mat-mdc-fab.mat-warn,
.vex-theme-green .light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-mini-fab.mat-primary,
.vex-theme-green.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-green .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #166534;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-mini-fab.mat-accent,
.vex-theme-green.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-green .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-mdc-mini-fab.mat-warn,
.vex-theme-green.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-green .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green .mat-accent,
.vex-theme-green.light .mat-accent,
.vex-theme-green .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-green .mat-warn,
.vex-theme-green.light .mat-warn,
.vex-theme-green .light .mat-warn {
  --mdc-circular-progress-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: white;
}
.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: white;
}
.vex-theme-green .mat-datepicker-content.mat-accent,
.vex-theme-green.light .mat-datepicker-content.mat-accent,
.vex-theme-green .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-green .mat-datepicker-content.mat-warn,
.vex-theme-green.light .mat-datepicker-content.mat-warn,
.vex-theme-green .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-green .mat-datepicker-toggle-active.mat-accent,
.vex-theme-green.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-green .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-green .mat-datepicker-toggle-active.mat-warn,
.vex-theme-green.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-green .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: #166534;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: #166534;
  --mat-toolbar-container-text-color: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-green.dark,
.vex-theme-green .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #22c55e;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #111827;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1f2937;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #22c55e;
  --mdc-filled-text-field-focus-active-indicator-color: #22c55e;
  --mdc-filled-text-field-focus-label-text-color: rgba(34, 197, 94, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #22c55e;
  --mdc-outlined-text-field-focus-outline-color: #22c55e;
  --mdc-outlined-text-field-focus-label-text-color: rgba(34, 197, 94, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(34, 197, 94, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(34, 197, 94, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #86efac;
  --mdc-switch-selected-handle-color: #86efac;
  --mdc-switch-selected-hover-state-layer-color: #86efac;
  --mdc-switch-selected-pressed-state-layer-color: #86efac;
  --mdc-switch-selected-focus-handle-color: #bbf7d0;
  --mdc-switch-selected-hover-handle-color: #bbf7d0;
  --mdc-switch-selected-pressed-handle-color: #bbf7d0;
  --mdc-switch-selected-focus-track-color: #16a34a;
  --mdc-switch-selected-hover-track-color: #16a34a;
  --mdc-switch-selected-pressed-track-color: #16a34a;
  --mdc-switch-selected-track-color: #16a34a;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: #6b7280;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #22c55e;
  --mdc-slider-focus-handle-color: #22c55e;
  --mdc-slider-hover-handle-color: #22c55e;
  --mdc-slider-active-track-color: #22c55e;
  --mdc-slider-inactive-track-color: #22c55e;
  --mdc-slider-with-tick-marks-inactive-container-color: #22c55e;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #22c55e;
  --mat-slider-hover-state-layer-color: rgba(34, 197, 94, 0.05);
  --mat-slider-focus-state-layer-color: rgba(34, 197, 94, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1f2937;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #6b7280;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #1f2937;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-fab-small-container-color: #1f2937;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #22c55e;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #22c55e;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #22c55e;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(34, 197, 94, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(34, 197, 94, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(34, 197, 94, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #22c55e;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(34, 197, 94, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: #9ca3af;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1f2937;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #22c55e;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #22c55e;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #22c55e;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vex-theme-green.dark .mat-primary,
.vex-theme-green .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #22c55e;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #22c55e;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-green.dark .mat-accent,
.vex-theme-green .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-green.dark .mat-warn,
.vex-theme-green .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-green.dark .mat-elevation-z0, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-green .dark .mat-elevation-z0,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z1, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-green .dark .mat-elevation-z1,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z2, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-green .dark .mat-elevation-z2,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z3, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-green .dark .mat-elevation-z3,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z4, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-green .dark .mat-elevation-z4,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z5, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-green .dark .mat-elevation-z5,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z6, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-green .dark .mat-elevation-z6,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z7, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-green .dark .mat-elevation-z7,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z8, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-green .dark .mat-elevation-z8,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z9, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-green .dark .mat-elevation-z9,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z10, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-green .dark .mat-elevation-z10,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z11, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-green .dark .mat-elevation-z11,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z12, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-green .dark .mat-elevation-z12,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z13, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-green .dark .mat-elevation-z13,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z14, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-green .dark .mat-elevation-z14,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z15, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-green .dark .mat-elevation-z15,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z16, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-green .dark .mat-elevation-z16,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z17, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-green .dark .mat-elevation-z17,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z18, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-green .dark .mat-elevation-z18,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z19, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-green .dark .mat-elevation-z19,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z20, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-green .dark .mat-elevation-z20,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z21, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-green .dark .mat-elevation-z21,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z22, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-green .dark .mat-elevation-z22,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z23, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-green .dark .mat-elevation-z23,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-green.dark .mat-elevation-z24, .vex-theme-green.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-green .dark .mat-elevation-z24,
.vex-theme-green .dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-green.dark .mat-mdc-progress-bar,
.vex-theme-green .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #22c55e;
  --mdc-linear-progress-track-color: rgba(34, 197, 94, 0.25);
}
.vex-theme-green.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-green .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.vex-theme-green.dark .mat-mdc-form-field.mat-warn,
.vex-theme-green .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-green.dark .mat-mdc-standard-chip,
.vex-theme-green .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-selected-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --mdc-chip-flat-disabled-selected-container-color: #3a434f;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #22c55e;
  --mdc-chip-elevated-selected-container-color: #22c55e;
  --mdc-chip-elevated-disabled-container-color: #22c55e;
  --mdc-chip-flat-disabled-selected-container-color: #22c55e;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-green.dark .mat-mdc-slide-toggle,
.vex-theme-green .dark .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-green.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-green .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
}
.vex-theme-green.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-green .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.vex-theme-green.dark .mat-mdc-radio-button,
.vex-theme-green .dark .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-green.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-green .dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #22c55e;
  --mdc-radio-selected-hover-icon-color: #22c55e;
  --mdc-radio-selected-icon-color: #22c55e;
  --mdc-radio-selected-pressed-icon-color: #22c55e;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #22c55e;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-green.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-green .dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-green.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-green .dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-green.dark .mat-accent,
.vex-theme-green .dark .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-green.dark .mat-warn,
.vex-theme-green .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #22c55e;
  --mdc-radio-selected-hover-icon-color: #22c55e;
  --mdc-radio-selected-icon-color: #22c55e;
  --mdc-radio-selected-pressed-icon-color: #22c55e;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-green.dark .mat-mdc-list-option,
.vex-theme-green .dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #22c55e;
  --mdc-checkbox-selected-hover-icon-color: #22c55e;
  --mdc-checkbox-selected-icon-color: #22c55e;
  --mdc-checkbox-selected-pressed-icon-color: #22c55e;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #22c55e;
  --mdc-checkbox-selected-hover-state-layer-color: #22c55e;
  --mdc-checkbox-selected-pressed-state-layer-color: #22c55e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-green.dark .mat-mdc-list-option.mat-accent,
.vex-theme-green .dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #22c55e;
}
.vex-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-green.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-green .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #22c55e;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #22c55e;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #22c55e;
  --mat-tab-header-active-ripple-color: #22c55e;
  --mat-tab-header-inactive-ripple-color: #22c55e;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #22c55e;
  --mat-tab-header-active-hover-label-text-color: #22c55e;
  --mat-tab-header-active-focus-indicator-color: #22c55e;
  --mat-tab-header-active-hover-indicator-color: #22c55e;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #22c55e;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-green.dark .mat-mdc-checkbox,
.vex-theme-green .dark .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-green.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-green .dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #22c55e;
  --mdc-checkbox-selected-hover-icon-color: #22c55e;
  --mdc-checkbox-selected-icon-color: #22c55e;
  --mdc-checkbox-selected-pressed-icon-color: #22c55e;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #22c55e;
  --mdc-checkbox-selected-hover-state-layer-color: #22c55e;
  --mdc-checkbox-selected-pressed-state-layer-color: #22c55e;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-green.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-green .dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-green.dark .mat-mdc-button.mat-primary,
.vex-theme-green .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #22c55e;
  --mat-text-button-state-layer-color: #22c55e;
  --mat-text-button-ripple-color: rgba(34, 197, 94, 0.1);
}
.vex-theme-green.dark .mat-mdc-button.mat-accent,
.vex-theme-green .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-green.dark .mat-mdc-button.mat-warn,
.vex-theme-green .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-green.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-green .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #22c55e;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-green .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-green .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-green .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #22c55e;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-green .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-green .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-green .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #22c55e;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #22c55e;
  --mat-outlined-button-ripple-color: rgba(34, 197, 94, 0.1);
}
.vex-theme-green.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-green .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-green.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-green .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-green.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-green .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #22c55e;
  --mat-icon-button-state-layer-color: #22c55e;
  --mat-icon-button-ripple-color: rgba(34, 197, 94, 0.1);
}
.vex-theme-green.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-green .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-green.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-green .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-green.dark .mat-mdc-fab.mat-primary,
.vex-theme-green .dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #22c55e;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-fab.mat-accent,
.vex-theme-green .dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-fab.mat-warn,
.vex-theme-green .dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-green .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #22c55e;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-green .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-green .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-green.dark .mat-accent,
.vex-theme-green .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-green.dark .mat-warn,
.vex-theme-green .dark .mat-warn {
  --mdc-circular-progress-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: white;
}
.vex-theme-green.dark .mat-badge-warn,
.vex-theme-green .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vex-theme-green.dark .mat-datepicker-content.mat-accent,
.vex-theme-green .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-green.dark .mat-datepicker-content.mat-warn,
.vex-theme-green .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-green.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-green .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-green.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-green .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-green.dark .mat-step-header.mat-warn,
.vex-theme-green .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-purple,
.vex-theme-purple.light,
.vex-theme-purple .light {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #6b21a8;
  --mat-option-label-text-color: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-optgroup-label-text-color: #11100f;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f5f1f0;
  --mat-app-text-color: #11100f;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #6b21a8;
  --mdc-filled-text-field-focus-active-indicator-color: #6b21a8;
  --mdc-filled-text-field-focus-label-text-color: rgba(107, 33, 168, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #6b21a8;
  --mdc-outlined-text-field-focus-outline-color: #6b21a8;
  --mdc-outlined-text-field-focus-label-text-color: rgba(107, 33, 168, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(107, 33, 168, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: 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(17, 16, 15, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(107, 33, 168, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(17, 16, 15, 0.87);
  --mdc-dialog-supporting-text-color: rgba(17, 16, 15, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #9333ea;
  --mdc-switch-selected-handle-color: #9333ea;
  --mdc-switch-selected-hover-state-layer-color: #9333ea;
  --mdc-switch-selected-pressed-state-layer-color: #9333ea;
  --mdc-switch-selected-focus-handle-color: #581c87;
  --mdc-switch-selected-hover-handle-color: #581c87;
  --mdc-switch-selected-pressed-handle-color: #581c87;
  --mdc-switch-selected-focus-track-color: #d8b4fe;
  --mdc-switch-selected-hover-track-color: #d8b4fe;
  --mdc-switch-selected-pressed-track-color: #d8b4fe;
  --mdc-switch-selected-track-color: #d8b4fe;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.64);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #6b21a8;
  --mdc-slider-focus-handle-color: #6b21a8;
  --mdc-slider-hover-handle-color: #6b21a8;
  --mdc-slider-active-track-color: #6b21a8;
  --mdc-slider-inactive-track-color: #6b21a8;
  --mdc-slider-with-tick-marks-inactive-container-color: #6b21a8;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #6b21a8;
  --mat-slider-hover-state-layer-color: rgba(107, 33, 168, 0.05);
  --mat-slider-focus-state-layer-color: rgba(107, 33, 168, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: #11100f;
  --mat-menu-item-icon-color: #11100f;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.16);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #11100f;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: #11100f;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-focus-label-text-color: #11100f;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.64);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #11100f;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #11100f;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #11100f;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #11100f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f59e0b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #11100f;
  --mat-table-row-item-label-text-color: #11100f;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #6b21a8;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #6b21a8;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #d8d4d3;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #11100f;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #11100f;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #d6d6d6;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #6b21a8;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(107, 33, 168, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(107, 33, 168, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(107, 33, 168, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #6b21a8;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(107, 33, 168, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #11100f;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-text-color: #11100f;
  --mat-datepicker-calendar-period-button-icon-color: #11100f;
  --mat-datepicker-calendar-navigation-button-icon-color: #11100f;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.16);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #11100f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.32);
  --mat-datepicker-range-input-separator-color: #11100f;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #11100f;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #11100f;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-text-color: #11100f;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.16);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #11100f;
  --mat-sidenav-content-background-color: #f5f1f0;
  --mat-sidenav-content-text-color: #11100f;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #6b21a8;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #6b21a8;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #6b21a8;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.16);
  --mat-stepper-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #11100f;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #11100f;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #11100f;
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.vex-theme-purple .mat-primary,
.vex-theme-purple.light .mat-primary,
.vex-theme-purple .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #6b21a8;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #6b21a8;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-purple .mat-accent,
.vex-theme-purple.light .mat-accent,
.vex-theme-purple .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-purple .mat-warn,
.vex-theme-purple.light .mat-warn,
.vex-theme-purple .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-purple .mat-elevation-z0, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-purple.light .mat-elevation-z0,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-purple .light .mat-elevation-z0,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z1, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-purple.light .mat-elevation-z1,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-purple .light .mat-elevation-z1,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z2, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-purple.light .mat-elevation-z2,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-purple .light .mat-elevation-z2,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z3, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-purple.light .mat-elevation-z3,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-purple .light .mat-elevation-z3,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z4, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-purple.light .mat-elevation-z4,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-purple .light .mat-elevation-z4,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z5, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-purple.light .mat-elevation-z5,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-purple .light .mat-elevation-z5,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z6, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-purple.light .mat-elevation-z6,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-purple .light .mat-elevation-z6,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z7, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-purple.light .mat-elevation-z7,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-purple .light .mat-elevation-z7,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z8, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-purple.light .mat-elevation-z8,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-purple .light .mat-elevation-z8,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z9, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-purple.light .mat-elevation-z9,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-purple .light .mat-elevation-z9,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z10, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-purple.light .mat-elevation-z10,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-purple .light .mat-elevation-z10,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z11, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-purple.light .mat-elevation-z11,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-purple .light .mat-elevation-z11,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z12, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-purple.light .mat-elevation-z12,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-purple .light .mat-elevation-z12,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z13, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-purple.light .mat-elevation-z13,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-purple .light .mat-elevation-z13,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z14, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-purple.light .mat-elevation-z14,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-purple .light .mat-elevation-z14,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z15, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-purple.light .mat-elevation-z15,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-purple .light .mat-elevation-z15,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z16, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-purple.light .mat-elevation-z16,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-purple .light .mat-elevation-z16,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z17, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-purple.light .mat-elevation-z17,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-purple .light .mat-elevation-z17,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z18, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-purple.light .mat-elevation-z18,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-purple .light .mat-elevation-z18,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z19, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-purple.light .mat-elevation-z19,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-purple .light .mat-elevation-z19,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z20, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-purple.light .mat-elevation-z20,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-purple .light .mat-elevation-z20,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z21, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-purple.light .mat-elevation-z21,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-purple .light .mat-elevation-z21,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z22, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-purple.light .mat-elevation-z22,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-purple .light .mat-elevation-z22,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z23, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-purple.light .mat-elevation-z23,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-purple .light .mat-elevation-z23,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple .mat-elevation-z24, .vex-theme-purple .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-purple.light .mat-elevation-z24,
.vex-theme-purple.light .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-purple .light .mat-elevation-z24,
.vex-theme-purple .light .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-purple .mat-mdc-progress-bar,
.vex-theme-purple.light .mat-mdc-progress-bar,
.vex-theme-purple .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #6b21a8;
  --mdc-linear-progress-track-color: rgba(107, 33, 168, 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 {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.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 {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-purple .mat-mdc-standard-chip,
.vex-theme-purple.light .mat-mdc-standard-chip,
.vex-theme-purple .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: white;
  --mdc-chip-elevated-selected-container-color: white;
  --mdc-chip-elevated-disabled-container-color: white;
  --mdc-chip-flat-disabled-selected-container-color: white;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #6b21a8;
  --mdc-chip-elevated-selected-container-color: #6b21a8;
  --mdc-chip-elevated-disabled-container-color: #6b21a8;
  --mdc-chip-flat-disabled-selected-container-color: #6b21a8;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-purple .mat-mdc-slide-toggle,
.vex-theme-purple.light .mat-mdc-slide-toggle,
.vex-theme-purple .light .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-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 {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.vex-theme-purple .mat-mdc-radio-button,
.vex-theme-purple.light .mat-mdc-radio-button,
.vex-theme-purple .light .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #6b21a8;
  --mdc-radio-selected-hover-icon-color: #6b21a8;
  --mdc-radio-selected-icon-color: #6b21a8;
  --mdc-radio-selected-pressed-icon-color: #6b21a8;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #6b21a8;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.vex-theme-purple .mat-accent,
.vex-theme-purple.light .mat-accent,
.vex-theme-purple .light .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-purple .mat-warn,
.vex-theme-purple.light .mat-warn,
.vex-theme-purple .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #6b21a8;
  --mdc-radio-selected-hover-icon-color: #6b21a8;
  --mdc-radio-selected-icon-color: #6b21a8;
  --mdc-radio-selected-pressed-icon-color: #6b21a8;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-purple .mat-mdc-list-option,
.vex-theme-purple.light .mat-mdc-list-option,
.vex-theme-purple .light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #6b21a8;
  --mdc-checkbox-selected-hover-icon-color: #6b21a8;
  --mdc-checkbox-selected-icon-color: #6b21a8;
  --mdc-checkbox-selected-pressed-icon-color: #6b21a8;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #6b21a8;
  --mdc-checkbox-selected-hover-state-layer-color: #6b21a8;
  --mdc-checkbox-selected-pressed-state-layer-color: #6b21a8;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #6b21a8;
}
.vex-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-purple .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-purple.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-purple .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #6b21a8;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #6b21a8;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #6b21a8;
  --mat-tab-header-active-ripple-color: #6b21a8;
  --mat-tab-header-inactive-ripple-color: #6b21a8;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #6b21a8;
  --mat-tab-header-active-hover-label-text-color: #6b21a8;
  --mat-tab-header-active-focus-indicator-color: #6b21a8;
  --mat-tab-header-active-hover-indicator-color: #6b21a8;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #6b21a8;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-purple .mat-mdc-checkbox,
.vex-theme-purple.light .mat-mdc-checkbox,
.vex-theme-purple .light .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #6b21a8;
  --mdc-checkbox-selected-hover-icon-color: #6b21a8;
  --mdc-checkbox-selected-icon-color: #6b21a8;
  --mdc-checkbox-selected-pressed-icon-color: #6b21a8;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #6b21a8;
  --mdc-checkbox-selected-hover-state-layer-color: #6b21a8;
  --mdc-checkbox-selected-pressed-state-layer-color: #6b21a8;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-purple .mat-mdc-button.mat-primary,
.vex-theme-purple.light .mat-mdc-button.mat-primary,
.vex-theme-purple .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #6b21a8;
  --mat-text-button-state-layer-color: #6b21a8;
  --mat-text-button-ripple-color: rgba(107, 33, 168, 0.1);
}
.vex-theme-purple .mat-mdc-button.mat-accent,
.vex-theme-purple.light .mat-mdc-button.mat-accent,
.vex-theme-purple .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-purple .mat-mdc-button.mat-warn,
.vex-theme-purple.light .mat-mdc-button.mat-warn,
.vex-theme-purple .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-purple .mat-mdc-unelevated-button.mat-primary,
.vex-theme-purple.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-purple .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #6b21a8;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-unelevated-button.mat-accent,
.vex-theme-purple.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-purple .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-unelevated-button.mat-warn,
.vex-theme-purple.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-purple .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-raised-button.mat-primary,
.vex-theme-purple.light .mat-mdc-raised-button.mat-primary,
.vex-theme-purple .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #6b21a8;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-raised-button.mat-accent,
.vex-theme-purple.light .mat-mdc-raised-button.mat-accent,
.vex-theme-purple .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-raised-button.mat-warn,
.vex-theme-purple.light .mat-mdc-raised-button.mat-warn,
.vex-theme-purple .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-outlined-button.mat-primary,
.vex-theme-purple.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-purple .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #6b21a8;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #6b21a8;
  --mat-outlined-button-ripple-color: rgba(107, 33, 168, 0.1);
}
.vex-theme-purple .mat-mdc-outlined-button.mat-accent,
.vex-theme-purple.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-purple .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-purple .mat-mdc-outlined-button.mat-warn,
.vex-theme-purple.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-purple .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #6b21a8;
  --mat-icon-button-state-layer-color: #6b21a8;
  --mat-icon-button-ripple-color: rgba(107, 33, 168, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-purple .mat-mdc-fab.mat-primary,
.vex-theme-purple.light .mat-mdc-fab.mat-primary,
.vex-theme-purple .light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #6b21a8;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-fab.mat-accent,
.vex-theme-purple.light .mat-mdc-fab.mat-accent,
.vex-theme-purple .light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-fab.mat-warn,
.vex-theme-purple.light .mat-mdc-fab.mat-warn,
.vex-theme-purple .light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-mini-fab.mat-primary,
.vex-theme-purple.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-purple .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #6b21a8;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-mini-fab.mat-accent,
.vex-theme-purple.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-purple .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-mdc-mini-fab.mat-warn,
.vex-theme-purple.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-purple .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple .mat-accent,
.vex-theme-purple.light .mat-accent,
.vex-theme-purple .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-purple .mat-warn,
.vex-theme-purple.light .mat-warn,
.vex-theme-purple .light .mat-warn {
  --mdc-circular-progress-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: white;
}
.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: white;
}
.vex-theme-purple .mat-datepicker-content.mat-accent,
.vex-theme-purple.light .mat-datepicker-content.mat-accent,
.vex-theme-purple .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-purple .mat-datepicker-content.mat-warn,
.vex-theme-purple.light .mat-datepicker-content.mat-warn,
.vex-theme-purple .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-purple .mat-datepicker-toggle-active.mat-accent,
.vex-theme-purple.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-purple .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-purple .mat-datepicker-toggle-active.mat-warn,
.vex-theme-purple.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-purple .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: #6b21a8;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: #6b21a8;
  --mat-toolbar-container-text-color: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-purple.dark,
.vex-theme-purple .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #a855f7;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #111827;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1f2937;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #a855f7;
  --mdc-filled-text-field-focus-active-indicator-color: #a855f7;
  --mdc-filled-text-field-focus-label-text-color: rgba(168, 85, 247, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #a855f7;
  --mdc-outlined-text-field-focus-outline-color: #a855f7;
  --mdc-outlined-text-field-focus-label-text-color: rgba(168, 85, 247, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(168, 85, 247, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(168, 85, 247, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #d8b4fe;
  --mdc-switch-selected-handle-color: #d8b4fe;
  --mdc-switch-selected-hover-state-layer-color: #d8b4fe;
  --mdc-switch-selected-pressed-state-layer-color: #d8b4fe;
  --mdc-switch-selected-focus-handle-color: #e9d5ff;
  --mdc-switch-selected-hover-handle-color: #e9d5ff;
  --mdc-switch-selected-pressed-handle-color: #e9d5ff;
  --mdc-switch-selected-focus-track-color: #9333ea;
  --mdc-switch-selected-hover-track-color: #9333ea;
  --mdc-switch-selected-pressed-track-color: #9333ea;
  --mdc-switch-selected-track-color: #9333ea;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: #6b7280;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #a855f7;
  --mdc-slider-focus-handle-color: #a855f7;
  --mdc-slider-hover-handle-color: #a855f7;
  --mdc-slider-active-track-color: #a855f7;
  --mdc-slider-inactive-track-color: #a855f7;
  --mdc-slider-with-tick-marks-inactive-container-color: #a855f7;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #a855f7;
  --mat-slider-hover-state-layer-color: rgba(168, 85, 247, 0.05);
  --mat-slider-focus-state-layer-color: rgba(168, 85, 247, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1f2937;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #6b7280;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #1f2937;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-fab-small-container-color: #1f2937;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #a855f7;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #a855f7;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #a855f7;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(168, 85, 247, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(168, 85, 247, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(168, 85, 247, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #a855f7;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(168, 85, 247, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: #9ca3af;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1f2937;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #a855f7;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #a855f7;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #a855f7;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vex-theme-purple.dark .mat-primary,
.vex-theme-purple .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #a855f7;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #a855f7;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-purple.dark .mat-accent,
.vex-theme-purple .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-purple.dark .mat-warn,
.vex-theme-purple .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-purple.dark .mat-elevation-z0, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-purple .dark .mat-elevation-z0,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z1, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-purple .dark .mat-elevation-z1,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z2, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-purple .dark .mat-elevation-z2,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z3, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-purple .dark .mat-elevation-z3,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z4, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-purple .dark .mat-elevation-z4,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z5, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-purple .dark .mat-elevation-z5,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z6, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-purple .dark .mat-elevation-z6,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z7, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-purple .dark .mat-elevation-z7,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z8, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-purple .dark .mat-elevation-z8,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z9, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-purple .dark .mat-elevation-z9,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z10, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-purple .dark .mat-elevation-z10,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z11, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-purple .dark .mat-elevation-z11,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z12, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-purple .dark .mat-elevation-z12,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z13, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-purple .dark .mat-elevation-z13,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z14, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-purple .dark .mat-elevation-z14,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z15, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-purple .dark .mat-elevation-z15,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z16, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-purple .dark .mat-elevation-z16,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z17, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-purple .dark .mat-elevation-z17,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z18, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-purple .dark .mat-elevation-z18,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z19, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-purple .dark .mat-elevation-z19,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z20, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-purple .dark .mat-elevation-z20,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z21, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-purple .dark .mat-elevation-z21,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z22, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-purple .dark .mat-elevation-z22,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z23, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-purple .dark .mat-elevation-z23,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-purple.dark .mat-elevation-z24, .vex-theme-purple.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-purple .dark .mat-elevation-z24,
.vex-theme-purple .dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-purple.dark .mat-mdc-progress-bar,
.vex-theme-purple .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #a855f7;
  --mdc-linear-progress-track-color: rgba(168, 85, 247, 0.25);
}
.vex-theme-purple.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-purple .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.vex-theme-purple.dark .mat-mdc-form-field.mat-warn,
.vex-theme-purple .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-purple.dark .mat-mdc-standard-chip,
.vex-theme-purple .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-selected-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --mdc-chip-flat-disabled-selected-container-color: #3a434f;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #a855f7;
  --mdc-chip-elevated-selected-container-color: #a855f7;
  --mdc-chip-elevated-disabled-container-color: #a855f7;
  --mdc-chip-flat-disabled-selected-container-color: #a855f7;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-purple.dark .mat-mdc-slide-toggle,
.vex-theme-purple .dark .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-purple.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-purple .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
}
.vex-theme-purple.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-purple .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.vex-theme-purple.dark .mat-mdc-radio-button,
.vex-theme-purple .dark .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-purple.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #a855f7;
  --mdc-radio-selected-hover-icon-color: #a855f7;
  --mdc-radio-selected-icon-color: #a855f7;
  --mdc-radio-selected-pressed-icon-color: #a855f7;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #a855f7;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-purple.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-purple.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-purple.dark .mat-accent,
.vex-theme-purple .dark .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-purple.dark .mat-warn,
.vex-theme-purple .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #a855f7;
  --mdc-radio-selected-hover-icon-color: #a855f7;
  --mdc-radio-selected-icon-color: #a855f7;
  --mdc-radio-selected-pressed-icon-color: #a855f7;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-purple.dark .mat-mdc-list-option,
.vex-theme-purple .dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #a855f7;
  --mdc-checkbox-selected-hover-icon-color: #a855f7;
  --mdc-checkbox-selected-icon-color: #a855f7;
  --mdc-checkbox-selected-pressed-icon-color: #a855f7;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #a855f7;
  --mdc-checkbox-selected-hover-state-layer-color: #a855f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #a855f7;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-purple.dark .mat-mdc-list-option.mat-accent,
.vex-theme-purple .dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #a855f7;
}
.vex-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-purple.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-purple .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #a855f7;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #a855f7;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #a855f7;
  --mat-tab-header-active-ripple-color: #a855f7;
  --mat-tab-header-inactive-ripple-color: #a855f7;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #a855f7;
  --mat-tab-header-active-hover-label-text-color: #a855f7;
  --mat-tab-header-active-focus-indicator-color: #a855f7;
  --mat-tab-header-active-hover-indicator-color: #a855f7;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #a855f7;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-purple.dark .mat-mdc-checkbox,
.vex-theme-purple .dark .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-purple.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-purple .dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #a855f7;
  --mdc-checkbox-selected-hover-icon-color: #a855f7;
  --mdc-checkbox-selected-icon-color: #a855f7;
  --mdc-checkbox-selected-pressed-icon-color: #a855f7;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #a855f7;
  --mdc-checkbox-selected-hover-state-layer-color: #a855f7;
  --mdc-checkbox-selected-pressed-state-layer-color: #a855f7;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-purple.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-purple .dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-purple.dark .mat-mdc-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #a855f7;
  --mat-text-button-state-layer-color: #a855f7;
  --mat-text-button-ripple-color: rgba(168, 85, 247, 0.1);
}
.vex-theme-purple.dark .mat-mdc-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-purple.dark .mat-mdc-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-purple.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #a855f7;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #a855f7;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #a855f7;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #a855f7;
  --mat-outlined-button-ripple-color: rgba(168, 85, 247, 0.1);
}
.vex-theme-purple.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-purple.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-purple.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-purple .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #a855f7;
  --mat-icon-button-state-layer-color: #a855f7;
  --mat-icon-button-ripple-color: rgba(168, 85, 247, 0.1);
}
.vex-theme-purple.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-purple .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-purple.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-purple .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-purple.dark .mat-mdc-fab.mat-primary,
.vex-theme-purple .dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #a855f7;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-fab.mat-accent,
.vex-theme-purple .dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-fab.mat-warn,
.vex-theme-purple .dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-purple .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #a855f7;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-purple .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-purple .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-purple.dark .mat-accent,
.vex-theme-purple .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-purple.dark .mat-warn,
.vex-theme-purple .dark .mat-warn {
  --mdc-circular-progress-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: white;
}
.vex-theme-purple.dark .mat-badge-warn,
.vex-theme-purple .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vex-theme-purple.dark .mat-datepicker-content.mat-accent,
.vex-theme-purple .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-purple.dark .mat-datepicker-content.mat-warn,
.vex-theme-purple .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-purple.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-purple .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-purple.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-purple .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-purple.dark .mat-step-header.mat-warn,
.vex-theme-purple .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-red,
.vex-theme-red.light,
.vex-theme-red .light {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #991b1b;
  --mat-option-label-text-color: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-optgroup-label-text-color: #11100f;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f5f1f0;
  --mat-app-text-color: #11100f;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #991b1b;
  --mdc-filled-text-field-focus-active-indicator-color: #991b1b;
  --mdc-filled-text-field-focus-label-text-color: rgba(153, 27, 27, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #991b1b;
  --mdc-outlined-text-field-focus-outline-color: #991b1b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(153, 27, 27, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(153, 27, 27, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: 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(17, 16, 15, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(153, 27, 27, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(17, 16, 15, 0.87);
  --mdc-dialog-supporting-text-color: rgba(17, 16, 15, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.64);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #991b1b;
  --mdc-slider-focus-handle-color: #991b1b;
  --mdc-slider-hover-handle-color: #991b1b;
  --mdc-slider-active-track-color: #991b1b;
  --mdc-slider-inactive-track-color: #991b1b;
  --mdc-slider-with-tick-marks-inactive-container-color: #991b1b;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #991b1b;
  --mat-slider-hover-state-layer-color: rgba(153, 27, 27, 0.05);
  --mat-slider-focus-state-layer-color: rgba(153, 27, 27, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: #11100f;
  --mat-menu-item-icon-color: #11100f;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.16);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #11100f;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: #11100f;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-focus-label-text-color: #11100f;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.64);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #11100f;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #11100f;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #11100f;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #11100f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f59e0b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #11100f;
  --mat-table-row-item-label-text-color: #11100f;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #991b1b;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #991b1b;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #d8d4d3;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #11100f;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #11100f;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #d6d6d6;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #991b1b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(153, 27, 27, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(153, 27, 27, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(153, 27, 27, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #991b1b;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(153, 27, 27, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #11100f;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-text-color: #11100f;
  --mat-datepicker-calendar-period-button-icon-color: #11100f;
  --mat-datepicker-calendar-navigation-button-icon-color: #11100f;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.16);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #11100f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.32);
  --mat-datepicker-range-input-separator-color: #11100f;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #11100f;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #11100f;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-text-color: #11100f;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.16);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #11100f;
  --mat-sidenav-content-background-color: #f5f1f0;
  --mat-sidenav-content-text-color: #11100f;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #991b1b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #991b1b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #991b1b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.16);
  --mat-stepper-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #11100f;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #11100f;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #11100f;
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.vex-theme-red .mat-primary,
.vex-theme-red.light .mat-primary,
.vex-theme-red .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #991b1b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #991b1b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-red .mat-accent,
.vex-theme-red.light .mat-accent,
.vex-theme-red .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-red .mat-warn,
.vex-theme-red.light .mat-warn,
.vex-theme-red .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-red .mat-elevation-z0, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-red.light .mat-elevation-z0,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-red .light .mat-elevation-z0,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z1, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-red.light .mat-elevation-z1,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-red .light .mat-elevation-z1,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z2, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-red.light .mat-elevation-z2,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-red .light .mat-elevation-z2,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z3, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-red.light .mat-elevation-z3,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-red .light .mat-elevation-z3,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z4, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-red.light .mat-elevation-z4,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-red .light .mat-elevation-z4,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z5, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-red.light .mat-elevation-z5,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-red .light .mat-elevation-z5,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z6, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-red.light .mat-elevation-z6,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-red .light .mat-elevation-z6,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z7, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-red.light .mat-elevation-z7,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-red .light .mat-elevation-z7,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z8, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-red.light .mat-elevation-z8,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-red .light .mat-elevation-z8,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z9, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-red.light .mat-elevation-z9,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-red .light .mat-elevation-z9,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z10, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-red.light .mat-elevation-z10,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-red .light .mat-elevation-z10,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z11, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-red.light .mat-elevation-z11,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-red .light .mat-elevation-z11,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z12, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-red.light .mat-elevation-z12,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-red .light .mat-elevation-z12,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z13, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-red.light .mat-elevation-z13,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-red .light .mat-elevation-z13,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z14, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-red.light .mat-elevation-z14,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-red .light .mat-elevation-z14,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z15, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-red.light .mat-elevation-z15,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-red .light .mat-elevation-z15,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z16, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-red.light .mat-elevation-z16,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-red .light .mat-elevation-z16,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z17, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-red.light .mat-elevation-z17,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-red .light .mat-elevation-z17,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z18, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-red.light .mat-elevation-z18,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-red .light .mat-elevation-z18,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z19, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-red.light .mat-elevation-z19,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-red .light .mat-elevation-z19,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z20, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-red.light .mat-elevation-z20,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-red .light .mat-elevation-z20,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z21, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-red.light .mat-elevation-z21,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-red .light .mat-elevation-z21,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z22, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-red.light .mat-elevation-z22,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-red .light .mat-elevation-z22,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z23, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-red.light .mat-elevation-z23,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-red .light .mat-elevation-z23,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-red .mat-elevation-z24, .vex-theme-red .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-red.light .mat-elevation-z24,
.vex-theme-red.light .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-red .light .mat-elevation-z24,
.vex-theme-red .light .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-red .mat-mdc-progress-bar,
.vex-theme-red.light .mat-mdc-progress-bar,
.vex-theme-red .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #991b1b;
  --mdc-linear-progress-track-color: rgba(153, 27, 27, 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 {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.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 {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-red .mat-mdc-standard-chip,
.vex-theme-red.light .mat-mdc-standard-chip,
.vex-theme-red .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: white;
  --mdc-chip-elevated-selected-container-color: white;
  --mdc-chip-elevated-disabled-container-color: white;
  --mdc-chip-flat-disabled-selected-container-color: white;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #991b1b;
  --mdc-chip-elevated-selected-container-color: #991b1b;
  --mdc-chip-elevated-disabled-container-color: #991b1b;
  --mdc-chip-flat-disabled-selected-container-color: #991b1b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-red .mat-mdc-slide-toggle,
.vex-theme-red.light .mat-mdc-slide-toggle,
.vex-theme-red .light .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-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 {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.vex-theme-red .mat-mdc-radio-button,
.vex-theme-red.light .mat-mdc-radio-button,
.vex-theme-red .light .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #991b1b;
  --mdc-radio-selected-hover-icon-color: #991b1b;
  --mdc-radio-selected-icon-color: #991b1b;
  --mdc-radio-selected-pressed-icon-color: #991b1b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #991b1b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.vex-theme-red .mat-accent,
.vex-theme-red.light .mat-accent,
.vex-theme-red .light .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-red .mat-warn,
.vex-theme-red.light .mat-warn,
.vex-theme-red .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #991b1b;
  --mdc-radio-selected-hover-icon-color: #991b1b;
  --mdc-radio-selected-icon-color: #991b1b;
  --mdc-radio-selected-pressed-icon-color: #991b1b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-red .mat-mdc-list-option,
.vex-theme-red.light .mat-mdc-list-option,
.vex-theme-red .light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #991b1b;
  --mdc-checkbox-selected-hover-icon-color: #991b1b;
  --mdc-checkbox-selected-icon-color: #991b1b;
  --mdc-checkbox-selected-pressed-icon-color: #991b1b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #991b1b;
  --mdc-checkbox-selected-hover-state-layer-color: #991b1b;
  --mdc-checkbox-selected-pressed-state-layer-color: #991b1b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #991b1b;
}
.vex-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-red .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-red.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-red .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #991b1b;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #991b1b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #991b1b;
  --mat-tab-header-active-ripple-color: #991b1b;
  --mat-tab-header-inactive-ripple-color: #991b1b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #991b1b;
  --mat-tab-header-active-hover-label-text-color: #991b1b;
  --mat-tab-header-active-focus-indicator-color: #991b1b;
  --mat-tab-header-active-hover-indicator-color: #991b1b;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #991b1b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-red .mat-mdc-checkbox,
.vex-theme-red.light .mat-mdc-checkbox,
.vex-theme-red .light .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #991b1b;
  --mdc-checkbox-selected-hover-icon-color: #991b1b;
  --mdc-checkbox-selected-icon-color: #991b1b;
  --mdc-checkbox-selected-pressed-icon-color: #991b1b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #991b1b;
  --mdc-checkbox-selected-hover-state-layer-color: #991b1b;
  --mdc-checkbox-selected-pressed-state-layer-color: #991b1b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-red .mat-mdc-button.mat-primary,
.vex-theme-red.light .mat-mdc-button.mat-primary,
.vex-theme-red .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #991b1b;
  --mat-text-button-state-layer-color: #991b1b;
  --mat-text-button-ripple-color: rgba(153, 27, 27, 0.1);
}
.vex-theme-red .mat-mdc-button.mat-accent,
.vex-theme-red.light .mat-mdc-button.mat-accent,
.vex-theme-red .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-red .mat-mdc-button.mat-warn,
.vex-theme-red.light .mat-mdc-button.mat-warn,
.vex-theme-red .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-red .mat-mdc-unelevated-button.mat-primary,
.vex-theme-red.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-red .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #991b1b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-unelevated-button.mat-accent,
.vex-theme-red.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-red .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-unelevated-button.mat-warn,
.vex-theme-red.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-red .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-raised-button.mat-primary,
.vex-theme-red.light .mat-mdc-raised-button.mat-primary,
.vex-theme-red .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #991b1b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-raised-button.mat-accent,
.vex-theme-red.light .mat-mdc-raised-button.mat-accent,
.vex-theme-red .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-raised-button.mat-warn,
.vex-theme-red.light .mat-mdc-raised-button.mat-warn,
.vex-theme-red .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-outlined-button.mat-primary,
.vex-theme-red.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-red .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #991b1b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #991b1b;
  --mat-outlined-button-ripple-color: rgba(153, 27, 27, 0.1);
}
.vex-theme-red .mat-mdc-outlined-button.mat-accent,
.vex-theme-red.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-red .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-red .mat-mdc-outlined-button.mat-warn,
.vex-theme-red.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-red .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #991b1b;
  --mat-icon-button-state-layer-color: #991b1b;
  --mat-icon-button-ripple-color: rgba(153, 27, 27, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-red .mat-mdc-fab.mat-primary,
.vex-theme-red.light .mat-mdc-fab.mat-primary,
.vex-theme-red .light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #991b1b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-fab.mat-accent,
.vex-theme-red.light .mat-mdc-fab.mat-accent,
.vex-theme-red .light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-fab.mat-warn,
.vex-theme-red.light .mat-mdc-fab.mat-warn,
.vex-theme-red .light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-mini-fab.mat-primary,
.vex-theme-red.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-red .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #991b1b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-mini-fab.mat-accent,
.vex-theme-red.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-red .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-mdc-mini-fab.mat-warn,
.vex-theme-red.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-red .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red .mat-accent,
.vex-theme-red.light .mat-accent,
.vex-theme-red .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-red .mat-warn,
.vex-theme-red.light .mat-warn,
.vex-theme-red .light .mat-warn {
  --mdc-circular-progress-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: white;
}
.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: white;
}
.vex-theme-red .mat-datepicker-content.mat-accent,
.vex-theme-red.light .mat-datepicker-content.mat-accent,
.vex-theme-red .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-red .mat-datepicker-content.mat-warn,
.vex-theme-red.light .mat-datepicker-content.mat-warn,
.vex-theme-red .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-red .mat-datepicker-toggle-active.mat-accent,
.vex-theme-red.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-red .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-red .mat-datepicker-toggle-active.mat-warn,
.vex-theme-red.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-red .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: #991b1b;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: #991b1b;
  --mat-toolbar-container-text-color: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-red.dark,
.vex-theme-red .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #111827;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1f2937;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: #6b7280;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1f2937;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #6b7280;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #1f2937;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-fab-small-container-color: #1f2937;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #ef4444;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: #9ca3af;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1f2937;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vex-theme-red.dark .mat-primary,
.vex-theme-red .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-red.dark .mat-accent,
.vex-theme-red .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-red.dark .mat-warn,
.vex-theme-red .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-red.dark .mat-elevation-z0, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-red .dark .mat-elevation-z0,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z1, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-red .dark .mat-elevation-z1,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z2, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-red .dark .mat-elevation-z2,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z3, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-red .dark .mat-elevation-z3,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z4, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-red .dark .mat-elevation-z4,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z5, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-red .dark .mat-elevation-z5,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z6, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-red .dark .mat-elevation-z6,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z7, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-red .dark .mat-elevation-z7,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z8, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-red .dark .mat-elevation-z8,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z9, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-red .dark .mat-elevation-z9,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z10, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-red .dark .mat-elevation-z10,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z11, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-red .dark .mat-elevation-z11,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z12, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-red .dark .mat-elevation-z12,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z13, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-red .dark .mat-elevation-z13,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z14, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-red .dark .mat-elevation-z14,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z15, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-red .dark .mat-elevation-z15,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z16, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-red .dark .mat-elevation-z16,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z17, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-red .dark .mat-elevation-z17,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z18, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-red .dark .mat-elevation-z18,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z19, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-red .dark .mat-elevation-z19,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z20, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-red .dark .mat-elevation-z20,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z21, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-red .dark .mat-elevation-z21,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z22, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-red .dark .mat-elevation-z22,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z23, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-red .dark .mat-elevation-z23,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-red.dark .mat-elevation-z24, .vex-theme-red.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-red .dark .mat-elevation-z24,
.vex-theme-red .dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-red.dark .mat-mdc-progress-bar,
.vex-theme-red .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-red.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-red .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.vex-theme-red.dark .mat-mdc-form-field.mat-warn,
.vex-theme-red .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-red.dark .mat-mdc-standard-chip,
.vex-theme-red .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-selected-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --mdc-chip-flat-disabled-selected-container-color: #3a434f;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-red.dark .mat-mdc-slide-toggle,
.vex-theme-red .dark .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-red.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-red .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
}
.vex-theme-red.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-red .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.vex-theme-red.dark .mat-mdc-radio-button,
.vex-theme-red .dark .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-red.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-red .dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-red.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-red .dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-red.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-red .dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-red.dark .mat-accent,
.vex-theme-red .dark .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-red.dark .mat-warn,
.vex-theme-red .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-red.dark .mat-mdc-list-option,
.vex-theme-red .dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-red.dark .mat-mdc-list-option.mat-accent,
.vex-theme-red .dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #ef4444;
}
.vex-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-red.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-red .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #ef4444;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-red.dark .mat-mdc-checkbox,
.vex-theme-red .dark .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-red.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-red .dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-red.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-red .dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-red.dark .mat-mdc-button.mat-primary,
.vex-theme-red .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-red.dark .mat-mdc-button.mat-accent,
.vex-theme-red .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-red.dark .mat-mdc-button.mat-warn,
.vex-theme-red .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-red.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-red .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-red .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-red .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-red .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-red .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-red .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-red .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-red.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-red .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-red.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-red .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-red.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-red .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-red.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-red .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-red.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-red .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-red.dark .mat-mdc-fab.mat-primary,
.vex-theme-red .dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-fab.mat-accent,
.vex-theme-red .dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-fab.mat-warn,
.vex-theme-red .dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-red .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-red .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-red .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-red.dark .mat-accent,
.vex-theme-red .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-red.dark .mat-warn,
.vex-theme-red .dark .mat-warn {
  --mdc-circular-progress-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: white;
}
.vex-theme-red.dark .mat-badge-warn,
.vex-theme-red .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vex-theme-red.dark .mat-datepicker-content.mat-accent,
.vex-theme-red .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-red.dark .mat-datepicker-content.mat-warn,
.vex-theme-red .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-red.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-red .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-red.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-red .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-red.dark .mat-step-header.mat-warn,
.vex-theme-red .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-orange,
.vex-theme-orange.light,
.vex-theme-orange .light {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #9a3412;
  --mat-option-label-text-color: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-optgroup-label-text-color: #11100f;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f5f1f0;
  --mat-app-text-color: #11100f;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #9a3412;
  --mdc-filled-text-field-focus-active-indicator-color: #9a3412;
  --mdc-filled-text-field-focus-label-text-color: rgba(154, 52, 18, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #9a3412;
  --mdc-outlined-text-field-focus-outline-color: #9a3412;
  --mdc-outlined-text-field-focus-label-text-color: rgba(154, 52, 18, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(154, 52, 18, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: 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(17, 16, 15, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(154, 52, 18, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(17, 16, 15, 0.87);
  --mdc-dialog-supporting-text-color: rgba(17, 16, 15, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #ea580c;
  --mdc-switch-selected-handle-color: #ea580c;
  --mdc-switch-selected-hover-state-layer-color: #ea580c;
  --mdc-switch-selected-pressed-state-layer-color: #ea580c;
  --mdc-switch-selected-focus-handle-color: #7c2d12;
  --mdc-switch-selected-hover-handle-color: #7c2d12;
  --mdc-switch-selected-pressed-handle-color: #7c2d12;
  --mdc-switch-selected-focus-track-color: #fdba74;
  --mdc-switch-selected-hover-track-color: #fdba74;
  --mdc-switch-selected-pressed-track-color: #fdba74;
  --mdc-switch-selected-track-color: #fdba74;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.64);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #9a3412;
  --mdc-slider-focus-handle-color: #9a3412;
  --mdc-slider-hover-handle-color: #9a3412;
  --mdc-slider-active-track-color: #9a3412;
  --mdc-slider-inactive-track-color: #9a3412;
  --mdc-slider-with-tick-marks-inactive-container-color: #9a3412;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #9a3412;
  --mat-slider-hover-state-layer-color: rgba(154, 52, 18, 0.05);
  --mat-slider-focus-state-layer-color: rgba(154, 52, 18, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: #11100f;
  --mat-menu-item-icon-color: #11100f;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.16);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #11100f;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: #11100f;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-focus-label-text-color: #11100f;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.64);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #11100f;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #11100f;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #11100f;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #11100f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f59e0b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #11100f;
  --mat-table-row-item-label-text-color: #11100f;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #9a3412;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #9a3412;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #d8d4d3;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #11100f;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #11100f;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #d6d6d6;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #9a3412;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(154, 52, 18, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(154, 52, 18, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(154, 52, 18, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #9a3412;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(154, 52, 18, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #11100f;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-text-color: #11100f;
  --mat-datepicker-calendar-period-button-icon-color: #11100f;
  --mat-datepicker-calendar-navigation-button-icon-color: #11100f;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.16);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #11100f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.32);
  --mat-datepicker-range-input-separator-color: #11100f;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #11100f;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #11100f;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-text-color: #11100f;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.16);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #11100f;
  --mat-sidenav-content-background-color: #f5f1f0;
  --mat-sidenav-content-text-color: #11100f;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #9a3412;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #9a3412;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #9a3412;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.16);
  --mat-stepper-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #11100f;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #11100f;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #11100f;
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.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: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.vex-theme-orange .mat-primary,
.vex-theme-orange.light .mat-primary,
.vex-theme-orange .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #9a3412;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #9a3412;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-orange .mat-accent,
.vex-theme-orange.light .mat-accent,
.vex-theme-orange .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-orange .mat-warn,
.vex-theme-orange.light .mat-warn,
.vex-theme-orange .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-orange .mat-elevation-z0, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-orange.light .mat-elevation-z0,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-orange .light .mat-elevation-z0,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z1, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-orange.light .mat-elevation-z1,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-orange .light .mat-elevation-z1,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z2, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-orange.light .mat-elevation-z2,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-orange .light .mat-elevation-z2,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z3, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-orange.light .mat-elevation-z3,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-orange .light .mat-elevation-z3,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z4, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-orange.light .mat-elevation-z4,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-orange .light .mat-elevation-z4,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z5, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-orange.light .mat-elevation-z5,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-orange .light .mat-elevation-z5,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z6, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-orange.light .mat-elevation-z6,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-orange .light .mat-elevation-z6,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z7, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-orange.light .mat-elevation-z7,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-orange .light .mat-elevation-z7,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z8, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-orange.light .mat-elevation-z8,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-orange .light .mat-elevation-z8,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z9, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-orange.light .mat-elevation-z9,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-orange .light .mat-elevation-z9,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z10, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-orange.light .mat-elevation-z10,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-orange .light .mat-elevation-z10,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z11, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-orange.light .mat-elevation-z11,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-orange .light .mat-elevation-z11,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z12, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-orange.light .mat-elevation-z12,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-orange .light .mat-elevation-z12,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z13, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-orange.light .mat-elevation-z13,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-orange .light .mat-elevation-z13,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z14, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-orange.light .mat-elevation-z14,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-orange .light .mat-elevation-z14,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z15, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-orange.light .mat-elevation-z15,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-orange .light .mat-elevation-z15,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z16, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-orange.light .mat-elevation-z16,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-orange .light .mat-elevation-z16,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z17, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-orange.light .mat-elevation-z17,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-orange .light .mat-elevation-z17,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z18, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-orange.light .mat-elevation-z18,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-orange .light .mat-elevation-z18,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z19, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-orange.light .mat-elevation-z19,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-orange .light .mat-elevation-z19,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z20, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-orange.light .mat-elevation-z20,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-orange .light .mat-elevation-z20,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z21, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-orange.light .mat-elevation-z21,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-orange .light .mat-elevation-z21,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z22, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-orange.light .mat-elevation-z22,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-orange .light .mat-elevation-z22,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z23, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-orange.light .mat-elevation-z23,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-orange .light .mat-elevation-z23,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange .mat-elevation-z24, .vex-theme-orange .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-orange.light .mat-elevation-z24,
.vex-theme-orange.light .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-orange .light .mat-elevation-z24,
.vex-theme-orange .light .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-orange .mat-mdc-progress-bar,
.vex-theme-orange.light .mat-mdc-progress-bar,
.vex-theme-orange .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #9a3412;
  --mdc-linear-progress-track-color: rgba(154, 52, 18, 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 {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.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 {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-orange .mat-mdc-standard-chip,
.vex-theme-orange.light .mat-mdc-standard-chip,
.vex-theme-orange .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: white;
  --mdc-chip-elevated-selected-container-color: white;
  --mdc-chip-elevated-disabled-container-color: white;
  --mdc-chip-flat-disabled-selected-container-color: white;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #9a3412;
  --mdc-chip-elevated-selected-container-color: #9a3412;
  --mdc-chip-elevated-disabled-container-color: #9a3412;
  --mdc-chip-flat-disabled-selected-container-color: #9a3412;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-orange .mat-mdc-slide-toggle,
.vex-theme-orange.light .mat-mdc-slide-toggle,
.vex-theme-orange .light .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-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 {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.vex-theme-orange .mat-mdc-radio-button,
.vex-theme-orange.light .mat-mdc-radio-button,
.vex-theme-orange .light .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #9a3412;
  --mdc-radio-selected-hover-icon-color: #9a3412;
  --mdc-radio-selected-icon-color: #9a3412;
  --mdc-radio-selected-pressed-icon-color: #9a3412;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #9a3412;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.vex-theme-orange .mat-accent,
.vex-theme-orange.light .mat-accent,
.vex-theme-orange .light .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-orange .mat-warn,
.vex-theme-orange.light .mat-warn,
.vex-theme-orange .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #9a3412;
  --mdc-radio-selected-hover-icon-color: #9a3412;
  --mdc-radio-selected-icon-color: #9a3412;
  --mdc-radio-selected-pressed-icon-color: #9a3412;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-orange .mat-mdc-list-option,
.vex-theme-orange.light .mat-mdc-list-option,
.vex-theme-orange .light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9a3412;
  --mdc-checkbox-selected-hover-icon-color: #9a3412;
  --mdc-checkbox-selected-icon-color: #9a3412;
  --mdc-checkbox-selected-pressed-icon-color: #9a3412;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9a3412;
  --mdc-checkbox-selected-hover-state-layer-color: #9a3412;
  --mdc-checkbox-selected-pressed-state-layer-color: #9a3412;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #9a3412;
}
.vex-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-orange .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-orange.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-orange .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #9a3412;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #9a3412;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #9a3412;
  --mat-tab-header-active-ripple-color: #9a3412;
  --mat-tab-header-inactive-ripple-color: #9a3412;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #9a3412;
  --mat-tab-header-active-hover-label-text-color: #9a3412;
  --mat-tab-header-active-focus-indicator-color: #9a3412;
  --mat-tab-header-active-hover-indicator-color: #9a3412;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #9a3412;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-orange .mat-mdc-checkbox,
.vex-theme-orange.light .mat-mdc-checkbox,
.vex-theme-orange .light .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: #11100f;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #9a3412;
  --mdc-checkbox-selected-hover-icon-color: #9a3412;
  --mdc-checkbox-selected-icon-color: #9a3412;
  --mdc-checkbox-selected-pressed-icon-color: #9a3412;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #9a3412;
  --mdc-checkbox-selected-hover-state-layer-color: #9a3412;
  --mdc-checkbox-selected-pressed-state-layer-color: #9a3412;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-orange .mat-mdc-button.mat-primary,
.vex-theme-orange.light .mat-mdc-button.mat-primary,
.vex-theme-orange .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #9a3412;
  --mat-text-button-state-layer-color: #9a3412;
  --mat-text-button-ripple-color: rgba(154, 52, 18, 0.1);
}
.vex-theme-orange .mat-mdc-button.mat-accent,
.vex-theme-orange.light .mat-mdc-button.mat-accent,
.vex-theme-orange .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-orange .mat-mdc-button.mat-warn,
.vex-theme-orange.light .mat-mdc-button.mat-warn,
.vex-theme-orange .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-orange .mat-mdc-unelevated-button.mat-primary,
.vex-theme-orange.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-orange .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #9a3412;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-unelevated-button.mat-accent,
.vex-theme-orange.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-orange .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-unelevated-button.mat-warn,
.vex-theme-orange.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-orange .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-raised-button.mat-primary,
.vex-theme-orange.light .mat-mdc-raised-button.mat-primary,
.vex-theme-orange .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #9a3412;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-raised-button.mat-accent,
.vex-theme-orange.light .mat-mdc-raised-button.mat-accent,
.vex-theme-orange .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-raised-button.mat-warn,
.vex-theme-orange.light .mat-mdc-raised-button.mat-warn,
.vex-theme-orange .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-outlined-button.mat-primary,
.vex-theme-orange.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-orange .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #9a3412;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #9a3412;
  --mat-outlined-button-ripple-color: rgba(154, 52, 18, 0.1);
}
.vex-theme-orange .mat-mdc-outlined-button.mat-accent,
.vex-theme-orange.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-orange .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-orange .mat-mdc-outlined-button.mat-warn,
.vex-theme-orange.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-orange .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #9a3412;
  --mat-icon-button-state-layer-color: #9a3412;
  --mat-icon-button-ripple-color: rgba(154, 52, 18, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.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 {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-orange .mat-mdc-fab.mat-primary,
.vex-theme-orange.light .mat-mdc-fab.mat-primary,
.vex-theme-orange .light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #9a3412;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-fab.mat-accent,
.vex-theme-orange.light .mat-mdc-fab.mat-accent,
.vex-theme-orange .light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-fab.mat-warn,
.vex-theme-orange.light .mat-mdc-fab.mat-warn,
.vex-theme-orange .light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-mini-fab.mat-primary,
.vex-theme-orange.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-orange .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #9a3412;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-mini-fab.mat-accent,
.vex-theme-orange.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-orange .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-mdc-mini-fab.mat-warn,
.vex-theme-orange.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-orange .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange .mat-accent,
.vex-theme-orange.light .mat-accent,
.vex-theme-orange .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-orange .mat-warn,
.vex-theme-orange.light .mat-warn,
.vex-theme-orange .light .mat-warn {
  --mdc-circular-progress-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: white;
}
.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: white;
}
.vex-theme-orange .mat-datepicker-content.mat-accent,
.vex-theme-orange.light .mat-datepicker-content.mat-accent,
.vex-theme-orange .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-orange .mat-datepicker-content.mat-warn,
.vex-theme-orange.light .mat-datepicker-content.mat-warn,
.vex-theme-orange .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-orange .mat-datepicker-toggle-active.mat-accent,
.vex-theme-orange.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-orange .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-orange .mat-datepicker-toggle-active.mat-warn,
.vex-theme-orange.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-orange .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: #9a3412;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: #9a3412;
  --mat-toolbar-container-text-color: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-orange.dark,
.vex-theme-orange .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #f97316;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #111827;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1f2937;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #f97316;
  --mdc-filled-text-field-focus-active-indicator-color: #f97316;
  --mdc-filled-text-field-focus-label-text-color: rgba(249, 115, 22, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #f97316;
  --mdc-outlined-text-field-focus-outline-color: #f97316;
  --mdc-outlined-text-field-focus-label-text-color: rgba(249, 115, 22, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(249, 115, 22, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(249, 115, 22, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #fdba74;
  --mdc-switch-selected-handle-color: #fdba74;
  --mdc-switch-selected-hover-state-layer-color: #fdba74;
  --mdc-switch-selected-pressed-state-layer-color: #fdba74;
  --mdc-switch-selected-focus-handle-color: #fed7aa;
  --mdc-switch-selected-hover-handle-color: #fed7aa;
  --mdc-switch-selected-pressed-handle-color: #fed7aa;
  --mdc-switch-selected-focus-track-color: #ea580c;
  --mdc-switch-selected-hover-track-color: #ea580c;
  --mdc-switch-selected-pressed-track-color: #ea580c;
  --mdc-switch-selected-track-color: #ea580c;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: #6b7280;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #f97316;
  --mdc-slider-focus-handle-color: #f97316;
  --mdc-slider-hover-handle-color: #f97316;
  --mdc-slider-active-track-color: #f97316;
  --mdc-slider-inactive-track-color: #f97316;
  --mdc-slider-with-tick-marks-inactive-container-color: #f97316;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #f97316;
  --mat-slider-hover-state-layer-color: rgba(249, 115, 22, 0.05);
  --mat-slider-focus-state-layer-color: rgba(249, 115, 22, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1f2937;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #6b7280;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #1f2937;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-fab-small-container-color: #1f2937;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #f97316;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #f97316;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f97316;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(249, 115, 22, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(249, 115, 22, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(249, 115, 22, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #f97316;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(249, 115, 22, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: #9ca3af;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1f2937;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f97316;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f97316;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f97316;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.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: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vex-theme-orange.dark .mat-primary,
.vex-theme-orange .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #f97316;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f97316;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-orange.dark .mat-accent,
.vex-theme-orange .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-orange.dark .mat-warn,
.vex-theme-orange .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-orange.dark .mat-elevation-z0, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-orange .dark .mat-elevation-z0,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z1, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-orange .dark .mat-elevation-z1,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z2, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-orange .dark .mat-elevation-z2,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z3, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-orange .dark .mat-elevation-z3,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z4, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-orange .dark .mat-elevation-z4,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z5, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-orange .dark .mat-elevation-z5,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z6, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-orange .dark .mat-elevation-z6,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z7, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-orange .dark .mat-elevation-z7,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z8, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-orange .dark .mat-elevation-z8,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z9, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-orange .dark .mat-elevation-z9,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z10, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-orange .dark .mat-elevation-z10,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z11, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-orange .dark .mat-elevation-z11,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z12, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-orange .dark .mat-elevation-z12,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z13, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-orange .dark .mat-elevation-z13,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z14, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-orange .dark .mat-elevation-z14,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z15, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-orange .dark .mat-elevation-z15,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z16, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-orange .dark .mat-elevation-z16,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z17, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-orange .dark .mat-elevation-z17,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z18, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-orange .dark .mat-elevation-z18,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z19, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-orange .dark .mat-elevation-z19,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z20, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-orange .dark .mat-elevation-z20,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z21, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-orange .dark .mat-elevation-z21,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z22, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-orange .dark .mat-elevation-z22,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z23, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-orange .dark .mat-elevation-z23,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-orange.dark .mat-elevation-z24, .vex-theme-orange.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-orange .dark .mat-elevation-z24,
.vex-theme-orange .dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-orange.dark .mat-mdc-progress-bar,
.vex-theme-orange .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #f97316;
  --mdc-linear-progress-track-color: rgba(249, 115, 22, 0.25);
}
.vex-theme-orange.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-orange .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-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 {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-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 {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.vex-theme-orange.dark .mat-mdc-form-field.mat-warn,
.vex-theme-orange .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.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: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-orange.dark .mat-mdc-standard-chip,
.vex-theme-orange .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-selected-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --mdc-chip-flat-disabled-selected-container-color: #3a434f;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f97316;
  --mdc-chip-elevated-selected-container-color: #f97316;
  --mdc-chip-elevated-disabled-container-color: #f97316;
  --mdc-chip-flat-disabled-selected-container-color: #f97316;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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 {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-orange.dark .mat-mdc-slide-toggle,
.vex-theme-orange .dark .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-orange.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-orange .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
}
.vex-theme-orange.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-orange .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.vex-theme-orange.dark .mat-mdc-radio-button,
.vex-theme-orange .dark .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-orange.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f97316;
  --mdc-radio-selected-hover-icon-color: #f97316;
  --mdc-radio-selected-icon-color: #f97316;
  --mdc-radio-selected-pressed-icon-color: #f97316;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f97316;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-orange.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-orange.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-orange.dark .mat-accent,
.vex-theme-orange .dark .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-orange.dark .mat-warn,
.vex-theme-orange .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f97316;
  --mdc-radio-selected-hover-icon-color: #f97316;
  --mdc-radio-selected-icon-color: #f97316;
  --mdc-radio-selected-pressed-icon-color: #f97316;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.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 {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-orange.dark .mat-mdc-list-option,
.vex-theme-orange .dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f97316;
  --mdc-checkbox-selected-hover-icon-color: #f97316;
  --mdc-checkbox-selected-icon-color: #f97316;
  --mdc-checkbox-selected-pressed-icon-color: #f97316;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f97316;
  --mdc-checkbox-selected-hover-state-layer-color: #f97316;
  --mdc-checkbox-selected-pressed-state-layer-color: #f97316;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-orange.dark .mat-mdc-list-option.mat-accent,
.vex-theme-orange .dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-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 {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.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--activated .mdc-list-item__primary-text,
.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--activated .mdc-list-item__primary-text {
  color: #f97316;
}
.vex-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-orange.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-orange .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #f97316;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f97316;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f97316;
  --mat-tab-header-active-ripple-color: #f97316;
  --mat-tab-header-inactive-ripple-color: #f97316;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f97316;
  --mat-tab-header-active-hover-label-text-color: #f97316;
  --mat-tab-header-active-focus-indicator-color: #f97316;
  --mat-tab-header-active-hover-indicator-color: #f97316;
}
.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 {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-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 {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.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-header-with-background-background-color: #f97316;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.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-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-orange.dark .mat-mdc-checkbox,
.vex-theme-orange .dark .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-orange.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-orange .dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f97316;
  --mdc-checkbox-selected-hover-icon-color: #f97316;
  --mdc-checkbox-selected-icon-color: #f97316;
  --mdc-checkbox-selected-pressed-icon-color: #f97316;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f97316;
  --mdc-checkbox-selected-hover-state-layer-color: #f97316;
  --mdc-checkbox-selected-pressed-state-layer-color: #f97316;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-orange.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-orange .dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-orange.dark .mat-mdc-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #f97316;
  --mat-text-button-state-layer-color: #f97316;
  --mat-text-button-ripple-color: rgba(249, 115, 22, 0.1);
}
.vex-theme-orange.dark .mat-mdc-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-orange.dark .mat-mdc-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-orange.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #f97316;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #f97316;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #f97316;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f97316;
  --mat-outlined-button-ripple-color: rgba(249, 115, 22, 0.1);
}
.vex-theme-orange.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-orange.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-orange.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-orange .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #f97316;
  --mat-icon-button-state-layer-color: #f97316;
  --mat-icon-button-ripple-color: rgba(249, 115, 22, 0.1);
}
.vex-theme-orange.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-orange .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-orange.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-orange .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-orange.dark .mat-mdc-fab.mat-primary,
.vex-theme-orange .dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #f97316;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-fab.mat-accent,
.vex-theme-orange .dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-fab.mat-warn,
.vex-theme-orange .dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-orange .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #f97316;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-orange .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-orange .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-orange.dark .mat-accent,
.vex-theme-orange .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-orange.dark .mat-warn,
.vex-theme-orange .dark .mat-warn {
  --mdc-circular-progress-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: white;
}
.vex-theme-orange.dark .mat-badge-warn,
.vex-theme-orange .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vex-theme-orange.dark .mat-datepicker-content.mat-accent,
.vex-theme-orange .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-orange.dark .mat-datepicker-content.mat-warn,
.vex-theme-orange .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-orange.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-orange .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-orange.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-orange .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.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: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-orange.dark .mat-step-header.mat-warn,
.vex-theme-orange .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.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: white;
}
.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: white;
}
.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: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-ruber,
.vex-theme-ruber.light,
.vex-theme-ruber .light {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #d22c19;
  --mat-option-label-text-color: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-optgroup-label-text-color: #11100f;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
  --mat-app-background-color: #f5f1f0;
  --mat-app-text-color: #11100f;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #4b5563;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #1f2937;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #d22c19;
  --mdc-filled-text-field-focus-active-indicator-color: #d22c19;
  --mdc-filled-text-field-focus-label-text-color: rgba(210, 44, 25, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #d22c19;
  --mdc-outlined-text-field-focus-outline-color: #d22c19;
  --mdc-outlined-text-field-focus-label-text-color: rgba(210, 44, 25, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(17, 16, 15, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(17, 16, 15, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(210, 44, 25, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: 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(17, 16, 15, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(210, 44, 25, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(17, 16, 15, 0.87);
  --mdc-dialog-supporting-text-color: rgba(17, 16, 15, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #d22c19;
  --mdc-switch-selected-handle-color: #d22c19;
  --mdc-switch-selected-hover-state-layer-color: #d22c19;
  --mdc-switch-selected-pressed-state-layer-color: #d22c19;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.64);
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #d22c19;
  --mdc-slider-focus-handle-color: #d22c19;
  --mdc-slider-hover-handle-color: #d22c19;
  --mdc-slider-active-track-color: #d22c19;
  --mdc-slider-inactive-track-color: #d22c19;
  --mdc-slider-with-tick-marks-inactive-container-color: #d22c19;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #d22c19;
  --mat-slider-hover-state-layer-color: rgba(210, 44, 25, 0.05);
  --mat-slider-focus-state-layer-color: rgba(210, 44, 25, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: #11100f;
  --mat-menu-item-icon-color: #11100f;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.16);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: #11100f;
  --mdc-list-list-item-supporting-text-color: #4b5563;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: #11100f;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-list-list-item-focus-label-text-color: #11100f;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.64);
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: #11100f;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #11100f;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #11100f;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #11100f;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(229, 231, 235, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #f59e0b;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: #11100f;
  --mat-table-row-item-label-text-color: #11100f;
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.16);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #d22c19;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #d22c19;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #d8d4d3;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: #11100f;
  --mat-bottom-sheet-container-background-color: white;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: #e5e7eb;
  --mat-legacy-button-toggle-selected-state-text-color: #4b5563;
  --mat-legacy-button-toggle-selected-state-background-color: #d1d5db;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-disabled-state-background-color: #e5e7eb;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-text-color: #11100f;
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: #e5e7eb;
  --mat-standard-button-toggle-selected-state-background-color: #d1d5db;
  --mat-standard-button-toggle-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: #11100f;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #9ca3af;
  --mat-standard-button-toggle-divider-color: #d6d6d6;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #d22c19;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(210, 44, 25, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(210, 44, 25, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(210, 44, 25, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #d22c19;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(210, 44, 25, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: #11100f;
  --mat-datepicker-calendar-body-label-text-color: #4b5563;
  --mat-datepicker-calendar-period-button-text-color: #11100f;
  --mat-datepicker-calendar-period-button-icon-color: #11100f;
  --mat-datepicker-calendar-navigation-button-icon-color: #11100f;
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.16);
  --mat-datepicker-calendar-header-text-color: #4b5563;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: #11100f;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.32);
  --mat-datepicker-range-input-separator-color: #11100f;
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.64);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: #11100f;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: #11100f;
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.16);
  --mat-expansion-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-text-color: #11100f;
  --mat-expansion-header-description-color: #4b5563;
  --mat-expansion-header-indicator-color: #4b5563;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.16);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: #11100f;
  --mat-sidenav-content-background-color: #f5f1f0;
  --mat-sidenav-content-text-color: #11100f;
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #d22c19;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #d22c19;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #d22c19;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.16);
  --mat-stepper-header-hover-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-focus-state-layer-color: rgba(87, 21, 5, 0.06);
  --mat-stepper-header-label-text-color: #4b5563;
  --mat-stepper-header-optional-label-text-color: #4b5563;
  --mat-stepper-header-selected-state-label-text-color: #11100f;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #4b5563;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #4b5563;
  --mat-toolbar-container-background-color: #e5e7eb;
  --mat-toolbar-container-text-color: #11100f;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: #11100f;
}
.vex-theme-ruber .mat-accent,
.vex-theme-ruber.light .mat-accent,
.vex-theme-ruber .light .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.vex-theme-ruber .mat-warn,
.vex-theme-ruber.light .mat-warn,
.vex-theme-ruber .light .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: #11100f;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.04);
}
.vex-theme-ruber .mat-primary,
.vex-theme-ruber.light .mat-primary,
.vex-theme-ruber .light .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #d22c19;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #d22c19;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-ruber .mat-accent,
.vex-theme-ruber.light .mat-accent,
.vex-theme-ruber .light .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-ruber .mat-warn,
.vex-theme-ruber.light .mat-warn,
.vex-theme-ruber .light .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-unselected-icon-color: #4b5563;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #f5f1f0;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.vex-theme-ruber .mat-elevation-z0, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-ruber.light .mat-elevation-z0,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-ruber .light .mat-elevation-z0,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z1, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-ruber.light .mat-elevation-z1,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-ruber .light .mat-elevation-z1,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z2, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-ruber.light .mat-elevation-z2,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-ruber .light .mat-elevation-z2,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z3, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-ruber.light .mat-elevation-z3,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-ruber .light .mat-elevation-z3,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z4, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-ruber.light .mat-elevation-z4,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-ruber .light .mat-elevation-z4,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z5, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-ruber.light .mat-elevation-z5,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-ruber .light .mat-elevation-z5,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z6, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-ruber.light .mat-elevation-z6,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-ruber .light .mat-elevation-z6,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z7, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-ruber.light .mat-elevation-z7,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-ruber .light .mat-elevation-z7,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z8, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-ruber.light .mat-elevation-z8,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-ruber .light .mat-elevation-z8,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z9, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-ruber.light .mat-elevation-z9,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-ruber .light .mat-elevation-z9,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z10, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-ruber.light .mat-elevation-z10,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-ruber .light .mat-elevation-z10,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z11, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-ruber.light .mat-elevation-z11,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-ruber .light .mat-elevation-z11,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z12, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-ruber.light .mat-elevation-z12,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-ruber .light .mat-elevation-z12,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z13, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-ruber.light .mat-elevation-z13,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-ruber .light .mat-elevation-z13,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z14, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-ruber.light .mat-elevation-z14,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-ruber .light .mat-elevation-z14,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z15, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-ruber.light .mat-elevation-z15,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-ruber .light .mat-elevation-z15,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z16, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-ruber.light .mat-elevation-z16,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-ruber .light .mat-elevation-z16,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z17, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-ruber.light .mat-elevation-z17,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-ruber .light .mat-elevation-z17,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z18, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-ruber.light .mat-elevation-z18,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-ruber .light .mat-elevation-z18,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z19, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-ruber.light .mat-elevation-z19,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-ruber .light .mat-elevation-z19,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z20, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-ruber.light .mat-elevation-z20,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-ruber .light .mat-elevation-z20,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z21, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-ruber.light .mat-elevation-z21,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-ruber .light .mat-elevation-z21,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z22, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-ruber.light .mat-elevation-z22,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-ruber .light .mat-elevation-z22,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z23, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-ruber.light .mat-elevation-z23,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-ruber .light .mat-elevation-z23,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber .mat-elevation-z24, .vex-theme-ruber .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-ruber.light .mat-elevation-z24,
.vex-theme-ruber.light .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-ruber .light .mat-elevation-z24,
.vex-theme-ruber .light .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-ruber .mat-mdc-progress-bar,
.vex-theme-ruber.light .mat-mdc-progress-bar,
.vex-theme-ruber .light .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #d22c19;
  --mdc-linear-progress-track-color: rgba(210, 44, 25, 0.25);
}
.vex-theme-ruber .mat-mdc-progress-bar.mat-accent,
.vex-theme-ruber.light .mat-mdc-progress-bar.mat-accent,
.vex-theme-ruber .light .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-ruber .mat-mdc-progress-bar.mat-warn,
.vex-theme-ruber.light .mat-mdc-progress-bar.mat-warn,
.vex-theme-ruber .light .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-ruber .mat-mdc-form-field.mat-accent,
.vex-theme-ruber.light .mat-mdc-form-field.mat-accent,
.vex-theme-ruber .light .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.vex-theme-ruber .mat-mdc-form-field.mat-warn,
.vex-theme-ruber.light .mat-mdc-form-field.mat-warn,
.vex-theme-ruber .light .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-ruber .mat-mdc-form-field.mat-accent,
.vex-theme-ruber.light .mat-mdc-form-field.mat-accent,
.vex-theme-ruber .light .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-ruber .mat-mdc-form-field.mat-warn,
.vex-theme-ruber.light .mat-mdc-form-field.mat-warn,
.vex-theme-ruber .light .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(17, 16, 15, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(17, 16, 15, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(17, 16, 15, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-ruber .mat-mdc-standard-chip,
.vex-theme-ruber.light .mat-mdc-standard-chip,
.vex-theme-ruber .light .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: white;
  --mdc-chip-elevated-selected-container-color: white;
  --mdc-chip-elevated-disabled-container-color: white;
  --mdc-chip-flat-disabled-selected-container-color: white;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.vex-theme-ruber .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .vex-theme-ruber .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-ruber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-ruber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-ruber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-ruber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #d22c19;
  --mdc-chip-elevated-selected-container-color: #d22c19;
  --mdc-chip-elevated-disabled-container-color: #d22c19;
  --mdc-chip-flat-disabled-selected-container-color: #d22c19;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-ruber .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .vex-theme-ruber .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-ruber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-ruber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-ruber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-ruber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-ruber .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .vex-theme-ruber .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-ruber.light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-ruber.light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-ruber .light .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-ruber .light .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-ruber .mat-mdc-slide-toggle,
.vex-theme-ruber.light .mat-mdc-slide-toggle,
.vex-theme-ruber .light .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: #11100f;
}
.vex-theme-ruber .mat-mdc-slide-toggle.mat-accent,
.vex-theme-ruber.light .mat-mdc-slide-toggle.mat-accent,
.vex-theme-ruber .light .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #d97706;
  --mdc-switch-selected-handle-color: #d97706;
  --mdc-switch-selected-hover-state-layer-color: #d97706;
  --mdc-switch-selected-pressed-state-layer-color: #d97706;
  --mdc-switch-selected-focus-handle-color: #78350f;
  --mdc-switch-selected-hover-handle-color: #78350f;
  --mdc-switch-selected-pressed-handle-color: #78350f;
  --mdc-switch-selected-focus-track-color: #fcd34d;
  --mdc-switch-selected-hover-track-color: #fcd34d;
  --mdc-switch-selected-pressed-track-color: #fcd34d;
  --mdc-switch-selected-track-color: #fcd34d;
}
.vex-theme-ruber .mat-mdc-slide-toggle.mat-warn,
.vex-theme-ruber.light .mat-mdc-slide-toggle.mat-warn,
.vex-theme-ruber .light .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #dc2626;
  --mdc-switch-selected-handle-color: #dc2626;
  --mdc-switch-selected-hover-state-layer-color: #dc2626;
  --mdc-switch-selected-pressed-state-layer-color: #dc2626;
  --mdc-switch-selected-focus-handle-color: #7f1d1d;
  --mdc-switch-selected-hover-handle-color: #7f1d1d;
  --mdc-switch-selected-pressed-handle-color: #7f1d1d;
  --mdc-switch-selected-focus-track-color: #fca5a5;
  --mdc-switch-selected-hover-track-color: #fca5a5;
  --mdc-switch-selected-pressed-track-color: #fca5a5;
  --mdc-switch-selected-track-color: #fca5a5;
}
.vex-theme-ruber .mat-mdc-radio-button,
.vex-theme-ruber.light .mat-mdc-radio-button,
.vex-theme-ruber .light .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: #11100f;
}
.vex-theme-ruber .mat-mdc-radio-button.mat-primary,
.vex-theme-ruber.light .mat-mdc-radio-button.mat-primary,
.vex-theme-ruber .light .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #d22c19;
  --mdc-radio-selected-hover-icon-color: #d22c19;
  --mdc-radio-selected-icon-color: #d22c19;
  --mdc-radio-selected-pressed-icon-color: #d22c19;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #d22c19;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.vex-theme-ruber .mat-mdc-radio-button.mat-accent,
.vex-theme-ruber.light .mat-mdc-radio-button.mat-accent,
.vex-theme-ruber .light .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.vex-theme-ruber .mat-mdc-radio-button.mat-warn,
.vex-theme-ruber.light .mat-mdc-radio-button.mat-warn,
.vex-theme-ruber .light .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.64);
}
.vex-theme-ruber .mat-accent,
.vex-theme-ruber.light .mat-accent,
.vex-theme-ruber .light .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-ruber .mat-warn,
.vex-theme-ruber.light .mat-warn,
.vex-theme-ruber .light .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-ruber .mdc-list-item__start,
.vex-theme-ruber .mdc-list-item__end,
.vex-theme-ruber.light .mdc-list-item__start,
.vex-theme-ruber.light .mdc-list-item__end,
.vex-theme-ruber .light .mdc-list-item__start,
.vex-theme-ruber .light .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #d22c19;
  --mdc-radio-selected-hover-icon-color: #d22c19;
  --mdc-radio-selected-icon-color: #d22c19;
  --mdc-radio-selected-pressed-icon-color: #d22c19;
}
.vex-theme-ruber .mat-accent .mdc-list-item__start,
.vex-theme-ruber .mat-accent .mdc-list-item__end,
.vex-theme-ruber.light .mat-accent .mdc-list-item__start,
.vex-theme-ruber.light .mat-accent .mdc-list-item__end,
.vex-theme-ruber .light .mat-accent .mdc-list-item__start,
.vex-theme-ruber .light .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.vex-theme-ruber .mat-warn .mdc-list-item__start,
.vex-theme-ruber .mat-warn .mdc-list-item__end,
.vex-theme-ruber.light .mat-warn .mdc-list-item__start,
.vex-theme-ruber.light .mat-warn .mdc-list-item__end,
.vex-theme-ruber .light .mat-warn .mdc-list-item__start,
.vex-theme-ruber .light .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #11100f;
  --mdc-radio-disabled-unselected-icon-color: #11100f;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(17, 16, 15, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-ruber .mat-mdc-list-option,
.vex-theme-ruber.light .mat-mdc-list-option,
.vex-theme-ruber .light .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #d22c19;
  --mdc-checkbox-selected-hover-icon-color: #d22c19;
  --mdc-checkbox-selected-icon-color: #d22c19;
  --mdc-checkbox-selected-pressed-icon-color: #d22c19;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d22c19;
  --mdc-checkbox-selected-hover-state-layer-color: #d22c19;
  --mdc-checkbox-selected-pressed-state-layer-color: #d22c19;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber .mat-mdc-list-option.mat-accent,
.vex-theme-ruber.light .mat-mdc-list-option.mat-accent,
.vex-theme-ruber .light .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber .mat-mdc-list-option.mat-warn,
.vex-theme-ruber.light .mat-mdc-list-option.mat-warn,
.vex-theme-ruber .light .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-ruber .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-ruber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-ruber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-ruber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-ruber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #d22c19;
}
.vex-theme-ruber .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-ruber .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-ruber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-ruber.light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-ruber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-ruber .light .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #d22c19;
}
.vex-theme-ruber .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-ruber .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-ruber .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-ruber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-ruber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-ruber.light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-ruber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-ruber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-ruber .light .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-ruber .mat-mdc-tab-group, .vex-theme-ruber .mat-mdc-tab-nav-bar,
.vex-theme-ruber.light .mat-mdc-tab-group,
.vex-theme-ruber.light .mat-mdc-tab-nav-bar,
.vex-theme-ruber .light .mat-mdc-tab-group,
.vex-theme-ruber .light .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #d22c19;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #d22c19;
  --mat-tab-header-active-ripple-color: #d22c19;
  --mat-tab-header-inactive-ripple-color: #d22c19;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #d22c19;
  --mat-tab-header-active-hover-label-text-color: #d22c19;
  --mat-tab-header-active-focus-indicator-color: #d22c19;
  --mat-tab-header-active-hover-indicator-color: #d22c19;
}
.vex-theme-ruber .mat-mdc-tab-group.mat-accent, .vex-theme-ruber .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-ruber.light .mat-mdc-tab-group.mat-accent,
.vex-theme-ruber.light .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-ruber .light .mat-mdc-tab-group.mat-accent,
.vex-theme-ruber .light .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-indicator-color: #f59e0b;
}
.vex-theme-ruber .mat-mdc-tab-group.mat-warn, .vex-theme-ruber .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-ruber.light .mat-mdc-tab-group.mat-warn,
.vex-theme-ruber.light .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-ruber .light .mat-mdc-tab-group.mat-warn,
.vex-theme-ruber .light .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.06);
  --mat-tab-header-pagination-icon-color: #11100f;
  --mat-tab-header-inactive-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(17, 16, 15, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.vex-theme-ruber .mat-mdc-tab-group.mat-background-primary, .vex-theme-ruber .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-ruber.light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-ruber.light .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-ruber .light .mat-mdc-tab-group.mat-background-primary,
.vex-theme-ruber .light .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #d22c19;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-ruber .mat-mdc-tab-group.mat-background-accent, .vex-theme-ruber .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-ruber.light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-ruber.light .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-ruber .light .mat-mdc-tab-group.mat-background-accent,
.vex-theme-ruber .light .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-ruber .mat-mdc-tab-group.mat-background-warn, .vex-theme-ruber .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-ruber.light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-ruber.light .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-ruber .light .mat-mdc-tab-group.mat-background-warn,
.vex-theme-ruber .light .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-ruber .mat-mdc-checkbox,
.vex-theme-ruber.light .mat-mdc-checkbox,
.vex-theme-ruber .light .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: #11100f;
}
.vex-theme-ruber .mat-mdc-checkbox.mat-primary,
.vex-theme-ruber.light .mat-mdc-checkbox.mat-primary,
.vex-theme-ruber .light .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #d22c19;
  --mdc-checkbox-selected-hover-icon-color: #d22c19;
  --mdc-checkbox-selected-icon-color: #d22c19;
  --mdc-checkbox-selected-pressed-icon-color: #d22c19;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d22c19;
  --mdc-checkbox-selected-hover-state-layer-color: #d22c19;
  --mdc-checkbox-selected-pressed-state-layer-color: #d22c19;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber .mat-mdc-checkbox.mat-warn,
.vex-theme-ruber.light .mat-mdc-checkbox.mat-warn,
.vex-theme-ruber .light .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber .mat-mdc-button.mat-primary,
.vex-theme-ruber.light .mat-mdc-button.mat-primary,
.vex-theme-ruber .light .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #d22c19;
  --mat-text-button-state-layer-color: #d22c19;
  --mat-text-button-ripple-color: rgba(210, 44, 25, 0.1);
}
.vex-theme-ruber .mat-mdc-button.mat-accent,
.vex-theme-ruber.light .mat-mdc-button.mat-accent,
.vex-theme-ruber .light .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-ruber .mat-mdc-button.mat-warn,
.vex-theme-ruber.light .mat-mdc-button.mat-warn,
.vex-theme-ruber .light .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-ruber .mat-mdc-unelevated-button.mat-primary,
.vex-theme-ruber.light .mat-mdc-unelevated-button.mat-primary,
.vex-theme-ruber .light .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #d22c19;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-unelevated-button.mat-accent,
.vex-theme-ruber.light .mat-mdc-unelevated-button.mat-accent,
.vex-theme-ruber .light .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-unelevated-button.mat-warn,
.vex-theme-ruber.light .mat-mdc-unelevated-button.mat-warn,
.vex-theme-ruber .light .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-raised-button.mat-primary,
.vex-theme-ruber.light .mat-mdc-raised-button.mat-primary,
.vex-theme-ruber .light .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #d22c19;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-raised-button.mat-accent,
.vex-theme-ruber.light .mat-mdc-raised-button.mat-accent,
.vex-theme-ruber .light .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-raised-button.mat-warn,
.vex-theme-ruber.light .mat-mdc-raised-button.mat-warn,
.vex-theme-ruber .light .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-outlined-button.mat-primary,
.vex-theme-ruber.light .mat-mdc-outlined-button.mat-primary,
.vex-theme-ruber .light .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #d22c19;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #d22c19;
  --mat-outlined-button-ripple-color: rgba(210, 44, 25, 0.1);
}
.vex-theme-ruber .mat-mdc-outlined-button.mat-accent,
.vex-theme-ruber.light .mat-mdc-outlined-button.mat-accent,
.vex-theme-ruber .light .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-ruber .mat-mdc-outlined-button.mat-warn,
.vex-theme-ruber.light .mat-mdc-outlined-button.mat-warn,
.vex-theme-ruber .light .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.16);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-ruber .mat-mdc-icon-button.mat-primary,
.vex-theme-ruber.light .mat-mdc-icon-button.mat-primary,
.vex-theme-ruber .light .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #d22c19;
  --mat-icon-button-state-layer-color: #d22c19;
  --mat-icon-button-ripple-color: rgba(210, 44, 25, 0.1);
}
.vex-theme-ruber .mat-mdc-icon-button.mat-accent,
.vex-theme-ruber.light .mat-mdc-icon-button.mat-accent,
.vex-theme-ruber .light .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-ruber .mat-mdc-icon-button.mat-warn,
.vex-theme-ruber.light .mat-mdc-icon-button.mat-warn,
.vex-theme-ruber .light .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-ruber .mat-mdc-fab.mat-primary,
.vex-theme-ruber.light .mat-mdc-fab.mat-primary,
.vex-theme-ruber .light .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #d22c19;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-fab.mat-accent,
.vex-theme-ruber.light .mat-mdc-fab.mat-accent,
.vex-theme-ruber .light .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-fab.mat-warn,
.vex-theme-ruber.light .mat-mdc-fab.mat-warn,
.vex-theme-ruber .light .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-mini-fab.mat-primary,
.vex-theme-ruber.light .mat-mdc-mini-fab.mat-primary,
.vex-theme-ruber .light .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #d22c19;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-mini-fab.mat-accent,
.vex-theme-ruber.light .mat-mdc-mini-fab.mat-accent,
.vex-theme-ruber .light .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-mdc-mini-fab.mat-warn,
.vex-theme-ruber.light .mat-mdc-mini-fab.mat-warn,
.vex-theme-ruber .light .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber .mat-accent,
.vex-theme-ruber.light .mat-accent,
.vex-theme-ruber .light .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-ruber .mat-warn,
.vex-theme-ruber.light .mat-warn,
.vex-theme-ruber .light .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.vex-theme-ruber .mat-badge-accent,
.vex-theme-ruber.light .mat-badge-accent,
.vex-theme-ruber .light .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: white;
}
.vex-theme-ruber .mat-badge-warn,
.vex-theme-ruber.light .mat-badge-warn,
.vex-theme-ruber .light .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vex-theme-ruber .mat-datepicker-content.mat-accent,
.vex-theme-ruber.light .mat-datepicker-content.mat-accent,
.vex-theme-ruber .light .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-ruber .mat-datepicker-content.mat-warn,
.vex-theme-ruber.light .mat-datepicker-content.mat-warn,
.vex-theme-ruber .light .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-ruber .mat-datepicker-toggle-active.mat-accent,
.vex-theme-ruber.light .mat-datepicker-toggle-active.mat-accent,
.vex-theme-ruber .light .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-ruber .mat-datepicker-toggle-active.mat-warn,
.vex-theme-ruber.light .mat-datepicker-toggle-active.mat-warn,
.vex-theme-ruber .light .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.vex-theme-ruber .mat-icon.mat-primary,
.vex-theme-ruber.light .mat-icon.mat-primary,
.vex-theme-ruber .light .mat-icon.mat-primary {
  --mat-icon-color: #d22c19;
}
.vex-theme-ruber .mat-icon.mat-accent,
.vex-theme-ruber.light .mat-icon.mat-accent,
.vex-theme-ruber .light .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-ruber .mat-icon.mat-warn,
.vex-theme-ruber.light .mat-icon.mat-warn,
.vex-theme-ruber .light .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-ruber .mat-step-header.mat-accent,
.vex-theme-ruber.light .mat-step-header.mat-accent,
.vex-theme-ruber .light .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-ruber .mat-step-header.mat-warn,
.vex-theme-ruber.light .mat-step-header.mat-warn,
.vex-theme-ruber .light .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-ruber .mat-toolbar.mat-primary,
.vex-theme-ruber.light .mat-toolbar.mat-primary,
.vex-theme-ruber .light .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #d22c19;
  --mat-toolbar-container-text-color: white;
}
.vex-theme-ruber .mat-toolbar.mat-accent,
.vex-theme-ruber.light .mat-toolbar.mat-accent,
.vex-theme-ruber .light .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: white;
}
.vex-theme-ruber .mat-toolbar.mat-warn,
.vex-theme-ruber.light .mat-toolbar.mat-warn,
.vex-theme-ruber .light .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}

/**
 * Override the theme foreground/background colors with the Angular Material colors
 */
.vex-theme-ruber.dark,
.vex-theme-ruber .dark {
  --mat-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-optgroup-label-text-color: white;
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
  --mat-app-background-color: #111827;
  --mat-app-text-color: white;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: #1f2937;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: #1f2937;
  --mdc-outlined-card-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: #9ca3af;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #374151;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-filled-text-field-container-color: #28323f;
  --mdc-filled-text-field-disabled-container-color: #232d3b;
  --mdc-filled-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #ef4444;
  --mdc-filled-text-field-error-focus-label-text-color: #ef4444;
  --mdc-filled-text-field-error-label-text-color: #ef4444;
  --mdc-filled-text-field-error-caret-color: #ef4444;
  --mdc-filled-text-field-active-indicator-color: rgba(255, 255, 255, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(255, 255, 255, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(255, 255, 255, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-error-hover-active-indicator-color: #ef4444;
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(107, 114, 128, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(255, 255, 255, 0.6);
  --mdc-outlined-text-field-error-caret-color: #ef4444;
  --mdc-outlined-text-field-error-focus-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-label-text-color: #ef4444;
  --mdc-outlined-text-field-error-hover-label-text-color: #ef4444;
  --mdc-outlined-text-field-outline-color: rgba(255, 255, 255, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(255, 255, 255, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(255, 255, 255, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-error-hover-outline-color: #ef4444;
  --mdc-outlined-text-field-error-outline-color: #ef4444;
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-state-layer-color: rgba(255, 255, 255, 0.87);
  --mat-form-field-error-text-color: #ef4444;
  --mat-form-field-select-option-text-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-select-disabled-option-text-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-focus-state-layer-opacity: 0.24;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: #1f2937;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: #1f2937;
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #d22c19;
  --mdc-switch-selected-hover-track-color: #d22c19;
  --mdc-switch-selected-pressed-track-color: #d22c19;
  --mdc-switch-selected-track-color: #d22c19;
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-icon-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-disabled-label-text-color: #6b7280;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-label-container-color: #fff;
  --mdc-slider-label-label-text-color: #000;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mat-slider-value-indicator-opacity: 0.9;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: white;
  --mat-menu-item-icon-color: white;
  --mat-menu-item-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-item-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-menu-container-color: #1f2937;
  --mat-menu-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: #9ca3af;
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: #6b7280;
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
  --mat-paginator-container-text-color: rgba(255, 255, 255, 0.87);
  --mat-paginator-container-background-color: #1f2937;
  --mat-paginator-enabled-icon-color: rgba(255, 255, 255, 0.54);
  --mat-paginator-disabled-icon-color: rgba(255, 255, 255, 0.12);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
  --mat-checkbox-disabled-label-color: #6b7280;
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: white;
  --mdc-text-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-text-button-state-layer-color: white;
  --mat-text-button-disabled-state-layer-color: white;
  --mat-text-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.24;
  --mat-text-button-pressed-state-layer-opacity: 0.24;
  --mdc-filled-button-container-color: #1f2937;
  --mdc-filled-button-label-text-color: white;
  --mdc-filled-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-disabled-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.24;
  --mat-filled-button-pressed-state-layer-opacity: 0.24;
  --mdc-protected-button-container-color: #1f2937;
  --mdc-protected-button-label-text-color: white;
  --mdc-protected-button-disabled-container-color: rgba(75, 85, 99, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-disabled-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.24;
  --mat-protected-button-pressed-state-layer-opacity: 0.24;
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(75, 85, 99, 0.5);
  --mdc-outlined-button-label-text-color: white;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: white;
  --mat-outlined-button-disabled-state-layer-color: white;
  --mat-outlined-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.24;
  --mat-outlined-button-pressed-state-layer-opacity: 0.24;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
  --mat-icon-button-state-layer-color: white;
  --mat-icon-button-disabled-state-layer-color: white;
  --mat-icon-button-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.24;
  --mat-icon-button-pressed-state-layer-opacity: 0.24;
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: #1f2937;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-disabled-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.24;
  --mat-fab-pressed-state-layer-opacity: 0.24;
  --mat-fab-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-fab-small-container-color: #1f2937;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-disabled-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --mat-fab-small-focus-state-layer-opacity: 0.24;
  --mat-fab-small-pressed-state-layer-opacity: 0.24;
  --mat-fab-small-disabled-state-container-color: rgba(255, 255, 255, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(75, 85, 99, 0.5);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #d2d4d7;
  --mdc-snackbar-supporting-text-color: rgba(31, 41, 55, 0.87);
  --mat-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: #1f2937;
  --mat-table-header-headline-color: white;
  --mat-table-row-item-label-text-color: white;
  --mat-table-row-item-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #ef4444;
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #4b5563;
  --mat-badge-disabled-state-text-color: #6b7280;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: white;
  --mat-bottom-sheet-container-background-color: #1f2937;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: #6b7280;
  --mat-legacy-button-toggle-state-layer-color: rgba(255, 255, 255, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: #9ca3af;
  --mat-legacy-button-toggle-selected-state-background-color: #111827;
  --mat-legacy-button-toggle-disabled-state-text-color: #4b5563;
  --mat-legacy-button-toggle-disabled-state-background-color: black;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-text-color: white;
  --mat-standard-button-toggle-background-color: #1f2937;
  --mat-standard-button-toggle-state-layer-color: white;
  --mat-standard-button-toggle-selected-state-background-color: #111827;
  --mat-standard-button-toggle-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-state-text-color: #4b5563;
  --mat-standard-button-toggle-disabled-state-background-color: #1f2937;
  --mat-standard-button-toggle-disabled-selected-state-text-color: white;
  --mat-standard-button-toggle-disabled-selected-state-background-color: #1f2937;
  --mat-standard-button-toggle-divider-color: #3a434f;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: white;
  --mat-datepicker-calendar-body-label-text-color: #9ca3af;
  --mat-datepicker-calendar-period-button-text-color: white;
  --mat-datepicker-calendar-period-button-icon-color: white;
  --mat-datepicker-calendar-navigation-button-icon-color: white;
  --mat-datepicker-calendar-header-divider-color: rgba(255, 255, 255, 0.12);
  --mat-datepicker-calendar-header-text-color: #9ca3af;
  --mat-datepicker-calendar-date-today-outline-color: #6b7280;
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(107, 114, 128, 0.8);
  --mat-datepicker-calendar-date-text-color: white;
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(255, 255, 255, 0.24);
  --mat-datepicker-range-input-separator-color: white;
  --mat-datepicker-range-input-disabled-state-separator-color: #6b7280;
  --mat-datepicker-range-input-disabled-state-text-color: #6b7280;
  --mat-datepicker-calendar-container-background-color: #1f2937;
  --mat-datepicker-calendar-container-text-color: white;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: #1f2937;
  --mat-expansion-container-text-color: white;
  --mat-expansion-actions-divider-color: rgba(255, 255, 255, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-expansion-header-disabled-state-text-color: #4b5563;
  --mat-expansion-header-text-color: white;
  --mat-expansion-header-description-color: #9ca3af;
  --mat-expansion-header-indicator-color: #9ca3af;
  --mat-icon-color: inherit;
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(255, 255, 255, 0.12);
  --mat-sidenav-container-background-color: #1f2937;
  --mat-sidenav-container-text-color: white;
  --mat-sidenav-content-background-color: #111827;
  --mat-sidenav-content-text-color: white;
  --mat-sidenav-scrim-color: rgba(224, 214, 200, 0.6);
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: #1f2937;
  --mat-stepper-line-color: rgba(255, 255, 255, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(255, 255, 255, 0.04);
  --mat-stepper-header-label-text-color: #9ca3af;
  --mat-stepper-header-optional-label-text-color: #9ca3af;
  --mat-stepper-header-selected-state-label-text-color: white;
  --mat-stepper-header-error-state-label-text-color: #ef4444;
  --mat-stepper-header-icon-background-color: #9ca3af;
  --mat-stepper-header-error-state-icon-foreground-color: #ef4444;
  --mat-stepper-header-error-state-icon-background-color: transparent;
  --mat-sort-arrow-color: #9ca3af;
  --mat-toolbar-container-background-color: #1f2937;
  --mat-toolbar-container-text-color: white;
  --mat-tree-container-background-color: #1f2937;
  --mat-tree-node-text-color: white;
}
.vex-theme-ruber.dark .mat-accent,
.vex-theme-ruber .dark .mat-accent {
  --mat-option-selected-state-label-text-color: #f59e0b;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vex-theme-ruber.dark .mat-warn,
.vex-theme-ruber .dark .mat-warn {
  --mat-option-selected-state-label-text-color: #ef4444;
  --mat-option-label-text-color: white;
  --mat-option-hover-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-focus-state-layer-color: rgba(255, 255, 255, 0.08);
  --mat-option-selected-state-layer-color: rgba(255, 255, 255, 0.08);
}
.vex-theme-ruber.dark .mat-primary,
.vex-theme-ruber .dark .mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-ruber.dark .mat-accent,
.vex-theme-ruber .dark .mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #f59e0b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f59e0b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-ruber.dark .mat-warn,
.vex-theme-ruber .dark .mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #ef4444;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-unselected-icon-color: #9ca3af;
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #111827;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #686868;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #686868;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #ef4444;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #686868;
}
.vex-theme-ruber.dark .mat-elevation-z0, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z0,
.vex-theme-ruber .dark .mat-elevation-z0,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z1, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z1,
.vex-theme-ruber .dark .mat-elevation-z1,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z2, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z2,
.vex-theme-ruber .dark .mat-elevation-z2,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z3, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z3,
.vex-theme-ruber .dark .mat-elevation-z3,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z4, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z4,
.vex-theme-ruber .dark .mat-elevation-z4,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z5, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z5,
.vex-theme-ruber .dark .mat-elevation-z5,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z6, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z6,
.vex-theme-ruber .dark .mat-elevation-z6,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z7, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z7,
.vex-theme-ruber .dark .mat-elevation-z7,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z8, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z8,
.vex-theme-ruber .dark .mat-elevation-z8,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z9, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z9,
.vex-theme-ruber .dark .mat-elevation-z9,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z10, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z10,
.vex-theme-ruber .dark .mat-elevation-z10,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z11, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z11,
.vex-theme-ruber .dark .mat-elevation-z11,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z12, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z12,
.vex-theme-ruber .dark .mat-elevation-z12,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z13, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z13,
.vex-theme-ruber .dark .mat-elevation-z13,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z14, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z14,
.vex-theme-ruber .dark .mat-elevation-z14,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z15, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z15,
.vex-theme-ruber .dark .mat-elevation-z15,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z16, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z16,
.vex-theme-ruber .dark .mat-elevation-z16,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z17, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z17,
.vex-theme-ruber .dark .mat-elevation-z17,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z18, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z18,
.vex-theme-ruber .dark .mat-elevation-z18,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z19, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z19,
.vex-theme-ruber .dark .mat-elevation-z19,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z20, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z20,
.vex-theme-ruber .dark .mat-elevation-z20,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z21, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z21,
.vex-theme-ruber .dark .mat-elevation-z21,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z22, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z22,
.vex-theme-ruber .dark .mat-elevation-z22,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z23, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z23,
.vex-theme-ruber .dark .mat-elevation-z23,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.vex-theme-ruber.dark .mat-elevation-z24, .vex-theme-ruber.dark .mat-mdc-elevation-specific.mat-elevation-z24,
.vex-theme-ruber .dark .mat-elevation-z24,
.vex-theme-ruber .dark .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-theme-loaded-marker {
  display: none;
}

.vex-theme-ruber.dark .mat-mdc-progress-bar,
.vex-theme-ruber .dark .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-ruber.dark .mat-mdc-progress-bar.mat-accent,
.vex-theme-ruber .dark .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #f59e0b;
  --mdc-linear-progress-track-color: rgba(245, 158, 11, 0.25);
}
.vex-theme-ruber.dark .mat-mdc-progress-bar.mat-warn,
.vex-theme-ruber .dark .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #ef4444;
  --mdc-linear-progress-track-color: rgba(239, 68, 68, 0.25);
}
.vex-theme-ruber.dark .mat-mdc-form-field.mat-accent,
.vex-theme-ruber .dark .mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #f59e0b;
  --mdc-filled-text-field-focus-active-indicator-color: #f59e0b;
  --mdc-filled-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mdc-outlined-text-field-caret-color: #f59e0b;
  --mdc-outlined-text-field-focus-outline-color: #f59e0b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(245, 158, 11, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(245, 158, 11, 0.87);
}
.vex-theme-ruber.dark .mat-mdc-form-field.mat-warn,
.vex-theme-ruber .dark .mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #ef4444;
  --mdc-filled-text-field-focus-active-indicator-color: #ef4444;
  --mdc-filled-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mdc-outlined-text-field-caret-color: #ef4444;
  --mdc-outlined-text-field-focus-outline-color: #ef4444;
  --mdc-outlined-text-field-focus-label-text-color: rgba(239, 68, 68, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-ruber.dark .mat-mdc-form-field.mat-accent,
.vex-theme-ruber .dark .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(245, 158, 11, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-ruber.dark .mat-mdc-form-field.mat-warn,
.vex-theme-ruber .dark .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: #1f2937;
  --mat-select-enabled-trigger-text-color: rgba(255, 255, 255, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(107, 114, 128, 0.38);
  --mat-select-placeholder-text-color: rgba(255, 255, 255, 0.6);
  --mat-select-enabled-arrow-color: rgba(255, 255, 255, 0.54);
  --mat-select-disabled-arrow-color: rgba(255, 255, 255, 0.38);
  --mat-select-focused-arrow-color: rgba(239, 68, 68, 0.87);
  --mat-select-invalid-arrow-color: rgba(239, 68, 68, 0.87);
}
.vex-theme-ruber.dark .mat-mdc-standard-chip,
.vex-theme-ruber .dark .mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-elevated-container-color: #3a434f;
  --mdc-chip-elevated-selected-container-color: #3a434f;
  --mdc-chip-elevated-disabled-container-color: #3a434f;
  --mdc-chip-flat-disabled-selected-container-color: #3a434f;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-selected-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mat-chip-selected-disabled-trailing-icon-color: #fafafa;
  --mat-chip-selected-trailing-icon-color: #fafafa;
}
.vex-theme-ruber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .vex-theme-ruber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,
.vex-theme-ruber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.vex-theme-ruber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-ruber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .vex-theme-ruber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent,
.vex-theme-ruber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.vex-theme-ruber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f59e0b;
  --mdc-chip-elevated-selected-container-color: #f59e0b;
  --mdc-chip-elevated-disabled-container-color: #f59e0b;
  --mdc-chip-flat-disabled-selected-container-color: #f59e0b;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-ruber.dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .vex-theme-ruber.dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn,
.vex-theme-ruber .dark .mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.vex-theme-ruber .dark .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #ef4444;
  --mdc-chip-elevated-selected-container-color: #ef4444;
  --mdc-chip-elevated-disabled-container-color: #ef4444;
  --mdc-chip-flat-disabled-selected-container-color: #ef4444;
  --mdc-chip-focus-state-layer-color: white;
  --mdc-chip-hover-state-layer-color: white;
  --mdc-chip-selected-hover-state-layer-color: white;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: white;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.vex-theme-ruber.dark .mat-mdc-slide-toggle,
.vex-theme-ruber .dark .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-ruber.dark .mat-mdc-slide-toggle.mat-accent,
.vex-theme-ruber .dark .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #fcd34d;
  --mdc-switch-selected-handle-color: #fcd34d;
  --mdc-switch-selected-hover-state-layer-color: #fcd34d;
  --mdc-switch-selected-pressed-state-layer-color: #fcd34d;
  --mdc-switch-selected-focus-handle-color: #fde68a;
  --mdc-switch-selected-hover-handle-color: #fde68a;
  --mdc-switch-selected-pressed-handle-color: #fde68a;
  --mdc-switch-selected-focus-track-color: #d97706;
  --mdc-switch-selected-hover-track-color: #d97706;
  --mdc-switch-selected-pressed-track-color: #d97706;
  --mdc-switch-selected-track-color: #d97706;
}
.vex-theme-ruber.dark .mat-mdc-slide-toggle.mat-warn,
.vex-theme-ruber .dark .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #fca5a5;
  --mdc-switch-selected-handle-color: #fca5a5;
  --mdc-switch-selected-hover-state-layer-color: #fca5a5;
  --mdc-switch-selected-pressed-state-layer-color: #fca5a5;
  --mdc-switch-selected-focus-handle-color: #fecaca;
  --mdc-switch-selected-hover-handle-color: #fecaca;
  --mdc-switch-selected-pressed-handle-color: #fecaca;
  --mdc-switch-selected-focus-track-color: #dc2626;
  --mdc-switch-selected-hover-track-color: #dc2626;
  --mdc-switch-selected-pressed-track-color: #dc2626;
  --mdc-switch-selected-track-color: #dc2626;
}
.vex-theme-ruber.dark .mat-mdc-radio-button,
.vex-theme-ruber .dark .mat-mdc-radio-button {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-ruber.dark .mat-mdc-radio-button.mat-primary,
.vex-theme-ruber .dark .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-ruber.dark .mat-mdc-radio-button.mat-accent,
.vex-theme-ruber .dark .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #f59e0b;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-ruber.dark .mat-mdc-radio-button.mat-warn,
.vex-theme-ruber .dark .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
  --mat-radio-ripple-color: white;
  --mat-radio-checked-ripple-color: #ef4444;
  --mat-radio-disabled-label-color: #6b7280;
}
.vex-theme-ruber.dark .mat-accent,
.vex-theme-ruber .dark .mat-accent {
  --mat-slider-ripple-color: #f59e0b;
  --mat-slider-hover-state-layer-color: rgba(245, 158, 11, 0.05);
  --mat-slider-focus-state-layer-color: rgba(245, 158, 11, 0.2);
  --mdc-slider-handle-color: #f59e0b;
  --mdc-slider-focus-handle-color: #f59e0b;
  --mdc-slider-hover-handle-color: #f59e0b;
  --mdc-slider-active-track-color: #f59e0b;
  --mdc-slider-inactive-track-color: #f59e0b;
  --mdc-slider-with-tick-marks-inactive-container-color: #f59e0b;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-ruber.dark .mat-warn,
.vex-theme-ruber .dark .mat-warn {
  --mat-slider-ripple-color: #ef4444;
  --mat-slider-hover-state-layer-color: rgba(239, 68, 68, 0.05);
  --mat-slider-focus-state-layer-color: rgba(239, 68, 68, 0.2);
  --mdc-slider-handle-color: #ef4444;
  --mdc-slider-focus-handle-color: #ef4444;
  --mdc-slider-hover-handle-color: #ef4444;
  --mdc-slider-active-track-color: #ef4444;
  --mdc-slider-inactive-track-color: #ef4444;
  --mdc-slider-with-tick-marks-inactive-container-color: #ef4444;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
.vex-theme-ruber.dark .mdc-list-item__start,
.vex-theme-ruber.dark .mdc-list-item__end,
.vex-theme-ruber .dark .mdc-list-item__start,
.vex-theme-ruber .dark .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-ruber.dark .mat-accent .mdc-list-item__start,
.vex-theme-ruber.dark .mat-accent .mdc-list-item__end,
.vex-theme-ruber .dark .mat-accent .mdc-list-item__start,
.vex-theme-ruber .dark .mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f59e0b;
  --mdc-radio-selected-hover-icon-color: #f59e0b;
  --mdc-radio-selected-icon-color: #f59e0b;
  --mdc-radio-selected-pressed-icon-color: #f59e0b;
}
.vex-theme-ruber.dark .mat-warn .mdc-list-item__start,
.vex-theme-ruber.dark .mat-warn .mdc-list-item__end,
.vex-theme-ruber .dark .mat-warn .mdc-list-item__start,
.vex-theme-ruber .dark .mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: white;
  --mdc-radio-disabled-unselected-icon-color: white;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #ef4444;
  --mdc-radio-selected-hover-icon-color: #ef4444;
  --mdc-radio-selected-icon-color: #ef4444;
  --mdc-radio-selected-pressed-icon-color: #ef4444;
}
.vex-theme-ruber.dark .mat-mdc-list-option,
.vex-theme-ruber .dark .mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber.dark .mat-mdc-list-option.mat-accent,
.vex-theme-ruber .dark .mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #f59e0b;
  --mdc-checkbox-selected-hover-icon-color: #f59e0b;
  --mdc-checkbox-selected-icon-color: #f59e0b;
  --mdc-checkbox-selected-pressed-icon-color: #f59e0b;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-hover-state-layer-color: #f59e0b;
  --mdc-checkbox-selected-pressed-state-layer-color: #f59e0b;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber.dark .mat-mdc-list-option.mat-warn,
.vex-theme-ruber .dark .mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-ruber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.vex-theme-ruber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.vex-theme-ruber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #ef4444;
}
.vex-theme-ruber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-ruber.dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-ruber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.vex-theme-ruber .dark .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #ef4444;
}
.vex-theme-ruber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-ruber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-ruber.dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.vex-theme-ruber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.vex-theme-ruber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.vex-theme-ruber .dark .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
.vex-theme-ruber.dark .mat-mdc-tab-group, .vex-theme-ruber.dark .mat-mdc-tab-nav-bar,
.vex-theme-ruber .dark .mat-mdc-tab-group,
.vex-theme-ruber .dark .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.vex-theme-ruber.dark .mat-mdc-tab-group.mat-accent, .vex-theme-ruber.dark .mat-mdc-tab-nav-bar.mat-accent,
.vex-theme-ruber .dark .mat-mdc-tab-group.mat-accent,
.vex-theme-ruber .dark .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #f59e0b;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #f59e0b;
  --mat-tab-header-active-ripple-color: #f59e0b;
  --mat-tab-header-inactive-ripple-color: #f59e0b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f59e0b;
  --mat-tab-header-active-hover-label-text-color: #f59e0b;
  --mat-tab-header-active-focus-indicator-color: #f59e0b;
  --mat-tab-header-active-hover-indicator-color: #f59e0b;
}
.vex-theme-ruber.dark .mat-mdc-tab-group.mat-warn, .vex-theme-ruber.dark .mat-mdc-tab-nav-bar.mat-warn,
.vex-theme-ruber .dark .mat-mdc-tab-group.mat-warn,
.vex-theme-ruber .dark .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #ef4444;
  --mat-tab-header-disabled-ripple-color: #6b7280;
  --mat-tab-header-pagination-icon-color: white;
  --mat-tab-header-inactive-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-label-text-color: #ef4444;
  --mat-tab-header-active-ripple-color: #ef4444;
  --mat-tab-header-inactive-ripple-color: #ef4444;
  --mat-tab-header-inactive-focus-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(255, 255, 255, 0.6);
  --mat-tab-header-active-focus-label-text-color: #ef4444;
  --mat-tab-header-active-hover-label-text-color: #ef4444;
  --mat-tab-header-active-focus-indicator-color: #ef4444;
  --mat-tab-header-active-hover-indicator-color: #ef4444;
}
.vex-theme-ruber.dark .mat-mdc-tab-group.mat-background-primary, .vex-theme-ruber.dark .mat-mdc-tab-nav-bar.mat-background-primary,
.vex-theme-ruber .dark .mat-mdc-tab-group.mat-background-primary,
.vex-theme-ruber .dark .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-ruber.dark .mat-mdc-tab-group.mat-background-accent, .vex-theme-ruber.dark .mat-mdc-tab-nav-bar.mat-background-accent,
.vex-theme-ruber .dark .mat-mdc-tab-group.mat-background-accent,
.vex-theme-ruber .dark .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #f59e0b;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-ruber.dark .mat-mdc-tab-group.mat-background-warn, .vex-theme-ruber.dark .mat-mdc-tab-nav-bar.mat-background-warn,
.vex-theme-ruber .dark .mat-mdc-tab-group.mat-background-warn,
.vex-theme-ruber .dark .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #ef4444;
  --mat-tab-header-with-background-foreground-color: white;
}
.vex-theme-ruber.dark .mat-mdc-checkbox,
.vex-theme-ruber .dark .mat-mdc-checkbox {
  --mdc-form-field-label-text-color: white;
}
.vex-theme-ruber.dark .mat-mdc-checkbox.mat-primary,
.vex-theme-ruber .dark .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber.dark .mat-mdc-checkbox.mat-warn,
.vex-theme-ruber .dark .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #ef4444;
  --mdc-checkbox-selected-hover-icon-color: #ef4444;
  --mdc-checkbox-selected-icon-color: #ef4444;
  --mdc-checkbox-selected-pressed-icon-color: #ef4444;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #ef4444;
  --mdc-checkbox-selected-hover-state-layer-color: #ef4444;
  --mdc-checkbox-selected-pressed-state-layer-color: #ef4444;
  --mdc-checkbox-unselected-focus-state-layer-color: white;
  --mdc-checkbox-unselected-hover-state-layer-color: white;
  --mdc-checkbox-unselected-pressed-state-layer-color: white;
}
.vex-theme-ruber.dark .mat-mdc-button.mat-primary,
.vex-theme-ruber .dark .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-button.mat-accent,
.vex-theme-ruber .dark .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #f59e0b;
  --mat-text-button-state-layer-color: #f59e0b;
  --mat-text-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-button.mat-warn,
.vex-theme-ruber .dark .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #ef4444;
  --mat-text-button-state-layer-color: #ef4444;
  --mat-text-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-unelevated-button.mat-primary,
.vex-theme-ruber .dark .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-unelevated-button.mat-accent,
.vex-theme-ruber .dark .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #f59e0b;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-unelevated-button.mat-warn,
.vex-theme-ruber .dark .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #ef4444;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-raised-button.mat-primary,
.vex-theme-ruber .dark .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-raised-button.mat-accent,
.vex-theme-ruber .dark .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #f59e0b;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-raised-button.mat-warn,
.vex-theme-ruber .dark .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #ef4444;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-outlined-button.mat-primary,
.vex-theme-ruber .dark .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-outlined-button.mat-accent,
.vex-theme-ruber .dark .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #f59e0b;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #f59e0b;
  --mat-outlined-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-outlined-button.mat-warn,
.vex-theme-ruber .dark .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #ef4444;
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mat-outlined-button-state-layer-color: #ef4444;
  --mat-outlined-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-icon-button.mat-primary,
.vex-theme-ruber .dark .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-icon-button.mat-accent,
.vex-theme-ruber .dark .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #f59e0b;
  --mat-icon-button-state-layer-color: #f59e0b;
  --mat-icon-button-ripple-color: rgba(245, 158, 11, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-icon-button.mat-warn,
.vex-theme-ruber .dark .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #ef4444;
  --mat-icon-button-state-layer-color: #ef4444;
  --mat-icon-button-ripple-color: rgba(239, 68, 68, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-fab.mat-primary,
.vex-theme-ruber .dark .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-fab.mat-accent,
.vex-theme-ruber .dark .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #f59e0b;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-fab.mat-warn,
.vex-theme-ruber .dark .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #ef4444;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-mini-fab.mat-primary,
.vex-theme-ruber .dark .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-mini-fab.mat-accent,
.vex-theme-ruber .dark .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #f59e0b;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-mdc-mini-fab.mat-warn,
.vex-theme-ruber .dark .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #ef4444;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
.vex-theme-ruber.dark .mat-accent,
.vex-theme-ruber .dark .mat-accent {
  --mdc-circular-progress-active-indicator-color: #f59e0b;
}
.vex-theme-ruber.dark .mat-warn,
.vex-theme-ruber .dark .mat-warn {
  --mdc-circular-progress-active-indicator-color: #ef4444;
}
.vex-theme-ruber.dark .mat-badge-accent,
.vex-theme-ruber .dark .mat-badge-accent {
  --mat-badge-background-color: #f59e0b;
  --mat-badge-text-color: white;
}
.vex-theme-ruber.dark .mat-badge-warn,
.vex-theme-ruber .dark .mat-badge-warn {
  --mat-badge-background-color: #ef4444;
  --mat-badge-text-color: white;
}
.vex-theme-ruber.dark .mat-datepicker-content.mat-accent,
.vex-theme-ruber .dark .mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f59e0b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(245, 158, 11, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(245, 158, 11, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(245, 158, 11, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-ruber.dark .mat-datepicker-content.mat-warn,
.vex-theme-ruber .dark .mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #ef4444;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(239, 68, 68, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(239, 68, 68, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(239, 68, 68, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.vex-theme-ruber.dark .mat-datepicker-toggle-active.mat-accent,
.vex-theme-ruber .dark .mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #f59e0b;
}
.vex-theme-ruber.dark .mat-datepicker-toggle-active.mat-warn,
.vex-theme-ruber .dark .mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #ef4444;
}
.vex-theme-ruber.dark .mat-icon.mat-primary,
.vex-theme-ruber .dark .mat-icon.mat-primary {
  --mat-icon-color: #ef4444;
}
.vex-theme-ruber.dark .mat-icon.mat-accent,
.vex-theme-ruber .dark .mat-icon.mat-accent {
  --mat-icon-color: #f59e0b;
}
.vex-theme-ruber.dark .mat-icon.mat-warn,
.vex-theme-ruber .dark .mat-icon.mat-warn {
  --mat-icon-color: #ef4444;
}
.vex-theme-ruber.dark .mat-step-header.mat-accent,
.vex-theme-ruber .dark .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f59e0b;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f59e0b;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f59e0b;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-ruber.dark .mat-step-header.mat-warn,
.vex-theme-ruber .dark .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #ef4444;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #ef4444;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #ef4444;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
.vex-theme-ruber.dark .mat-toolbar.mat-primary,
.vex-theme-ruber .dark .mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}
.vex-theme-ruber.dark .mat-toolbar.mat-accent,
.vex-theme-ruber .dark .mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #f59e0b;
  --mat-toolbar-container-text-color: white;
}
.vex-theme-ruber.dark .mat-toolbar.mat-warn,
.vex-theme-ruber .dark .mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #ef4444;
  --mat-toolbar-container-text-color: white;
}

/**
 * Typography
 */
.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: "Mint Grotesk", 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: 56px;
  --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;
}

:root .form-control{
  display: flex;
  flex-direction: column;
}
:root .form-control label{
  margin-bottom: 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) - var(--vex-navigation-height) - var(--vex-footer-height));
  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 {
  /* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This
     causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */
  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;
  }
}
a.rms-link{
  --tw-text-opacity: 1;
  color: rgb(210 44 25 / var(--tw-text-opacity, 1));
  transition: color 0.3s ease-in-out;
}
a.rms-link:hover{
  --tw-text-opacity: 1;
  color: rgb(181 30 13 / var(--tw-text-opacity, 1));
  transition: color 0.3s ease-in-out;
}
a.rms-link:active{
  --tw-text-opacity: 1;
  color: rgb(149 19 4 / var(--tw-text-opacity, 1));
  transition: color 0.3s ease-in-out;
}

/** SCROLLBARS */
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);
}

/** SCROLLBLOCK */
.vex-scrollblock {
  position: fixed;
  width: 100%;
}

/** GLOSSY DIALOG */
.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) {
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    width: 100%;
  }
}

.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;
  }
}
.rms-badge{
  display: inline-flex;
  align-items: center;
  border-radius: calc(var(--vex-border-radius) * 0.5);
  text-align: center;
  font-weight: 700;
  background-color: #f5f1f1;
  color: #11100f;
}
.rms-badge_sm{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.009em;
}
.rms-badge_md{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.011em;
}
.rms-badge_lg{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.014em;
}
.rms-badge.black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.rms-badge.grey{
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.rms-badge.ruber, .rms-badge.danger{
  --tw-bg-opacity: 1;
  background-color: rgb(210 44 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.rms-badge.success, .rms-badge.viridis{
  --tw-bg-opacity: 1;
  background-color: rgb(188 238 136 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 68 7 / var(--tw-text-opacity, 1));
}
.rms-badge.warning, .rms-badge.ochraceus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(129 39 1 / var(--tw-text-opacity, 1));
}
.rms-badge.info, .rms-badge.caeruleus{
  --tw-bg-opacity: 1;
  background-color: rgb(160 225 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 54 73 / var(--tw-text-opacity, 1));
}
.rms-badge.atrovirens{
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 7 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.rms-badge.cyaneus{
  --tw-bg-opacity: 1;
  background-color: rgb(20 54 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

: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-button-base, :root .mat-mdc-button,
:root .mat-mdc-outlined-button,
:root .mat-mdc-unelevated-button,
:root .mat-mdc-raised-button{
  border-radius: var(--vex-button-border-radius);
  font-weight: 700;
  box-shadow: none !important;
}
:root .mat-mdc-button,
:root .mat-mdc-outlined-button,
:root .mat-mdc-unelevated-button,
:root .mat-mdc-raised-button{
  min-height: 3rem;
  min-width: 6rem;
  /* Small button variant */
}
:root .mat-mdc-button.square-button,
:root .mat-mdc-outlined-button.square-button,
:root .mat-mdc-unelevated-button.square-button,
:root .mat-mdc-raised-button.square-button {
  min-width: 3rem;
}
:root .mat-mdc-button.square-button mat-icon,
:root .mat-mdc-outlined-button.square-button mat-icon,
:root .mat-mdc-unelevated-button.square-button mat-icon,
:root .mat-mdc-raised-button.square-button mat-icon {
  margin: 0;
}
:root .mat-mdc-button.compact-button,
:root .mat-mdc-outlined-button.compact-button,
:root .mat-mdc-unelevated-button.compact-button,
:root .mat-mdc-raised-button.compact-button{
  min-height: 2.5rem;
  min-width: 2.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
:root .mat-mdc-button.button-sm,
:root .mat-mdc-outlined-button.button-sm,
:root .mat-mdc-unelevated-button.button-sm,
:root .mat-mdc-raised-button.button-sm{
  min-height: 2.4rem;
  min-width: 1rem;
  text-align: center;
}
:root .mat-mdc-button.button-sm.square-button,
:root .mat-mdc-outlined-button.button-sm.square-button,
:root .mat-mdc-unelevated-button.button-sm.square-button,
:root .mat-mdc-raised-button.button-sm.square-button{
  box-sizing: border-box;
  display: flex;
  height: 2.4rem;
  width: 2.4rem;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
:root .mat-mdc-button.button-sm.square-button .mat-icon,
:root .mat-mdc-outlined-button.button-sm.square-button .mat-icon,
:root .mat-mdc-unelevated-button.button-sm.square-button .mat-icon,
:root .mat-mdc-raised-button.button-sm.square-button .mat-icon{
  margin: 0px;
  padding: 0px;
}
:root .mat-mdc-button.small-button,
:root .mat-mdc-outlined-button.small-button,
:root .mat-mdc-unelevated-button.small-button,
:root .mat-mdc-raised-button.small-button {
  min-height: 2rem;
  min-width: 2rem;
  padding: 6px 8px;
}
:root .mat-mdc-button:hover .mat-mdc-button-persistent-ripple,
:root .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple,
:root .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple,
:root .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple{
  background-color: rgb(0 0 0 / 0.05);
}
:root .mat-mdc-fab,
:root .mat-mdc-mini-fab {
  box-shadow: none !important;
}
:root .mat-mdc-icon-button.square-icon-button{
  display: contents;
  min-height: 2.5rem;
  min-width: 2.5rem;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}
:root .mat-mdc-icon-button.square-icon-button mat-icon{
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
:root .mat-mdc-icon-button .mat-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
:root .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple{
  background-color: rgb(0 0 0 / 0.05);
}
:root .mat-button-toggle-group{
  width: 100%;
  flex-wrap: wrap;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 240 / var(--tw-bg-opacity, 1));
}
:root .mat-button-toggle-group .mat-button-toggle{
  height: 36px;
  width: 100%;
  flex: 1 1 0%;
  background-color: transparent;
  font-weight: 500;
  color: rgb(0 0 0 / 0.5);
}
:root .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked{
  border-radius: var(--vex-border-radius);
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  border-style: solid !important;
}
:root .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content{
  line-height: 36px;
}
:root .mat-button-toggle-group .mat-button-toggle-appearance-standard{
  border-style: none !important;
}

:root .mat-button-toggle-group{
  width: 100%;
  flex-wrap: wrap;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 240 / var(--tw-bg-opacity, 1));
}
: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-group .mat-button-toggle{
  height: 36px;
  width: 100%;
  flex: 1 1 0%;
  background-color: transparent;
  font-weight: 500;
  color: rgb(0 0 0 / 0.5);
}
:root .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-button{
  height: 100%;
  font-weight: 500;
  text-wrap: auto;
}
:root .mat-button-toggle-group .mat-button-toggle.mat-button-toggle-checked{
  border-radius: var(--vex-border-radius);
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.25);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  border-style: solid !important;
}
:root .mat-button-toggle-group .mat-button-toggle .mat-button-toggle-label-content{
  text-wrap: nowrap;
  line-height: 36px;
}
:root .mat-button-toggle-group .mat-button-toggle-appearance-standard{
  border-style: none !important;
}

:root .mat-mdc-card{
  border-radius: var(--vex-border-radius);
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.24);
  box-shadow: none;
}
:root .mat-mdc-card:hover {
  border-color: rgba(0, 0, 0, 0.32);
}
:root .mat-mdc-card:active {
  border-color: rgba(0, 0, 0, 0.4);
}
:root .checklist-card{
  border-radius: 0px;
  border-style: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: background-color 0.3s, border-color 0.3s;
}
:root .checklist-card .mat-mdc-card {
  border-color: rgba(0, 0, 0, 0.24);
  box-shadow: none;
}
:root .checklist-card:hover{
  background-color: var(--vex-background-hover);
}

.vex-mat-dense-default {
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
  --mat-select-arrow-transform: none;
}

.vex-mat-dense-md {
  --mat-form-field-container-height: 52px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 14px;
  --mat-form-field-filled-with-label-container-padding-top: 22px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-select-arrow-transform: translateY(-8px);
  --mdc-checkbox-state-layer-size: 36px;
  --mat-checkbox-touch-target-display: block;
  --mdc-switch-state-layer-size: 36px;
  --mdc-radio-state-layer-size: 36px;
  --mat-radio-touch-target-display: block;
  --mdc-list-list-item-one-line-container-height: 44px;
  --mdc-list-list-item-two-line-container-height: 60px;
  --mdc-list-list-item-three-line-container-height: 84px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-size: 52px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mdc-text-button-container-height: 32px;
  --mdc-filled-button-container-height: 32px;
  --mdc-outlined-button-container-height: 32px;
  --mdc-protected-button-container-height: 32px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mat-icon-button-touch-target-display: block;
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mat-table-header-container-height: 52px;
  --mat-table-footer-container-height: 48px;
  --mat-table-row-item-container-height: 48px;
  --mat-expansion-header-collapsed-state-height: 44px;
  --mat-expansion-header-expanded-state-height: 60px;
  --mat-stepper-header-height: 68px;
  --mat-toolbar-standard-height: 60px;
  --mat-toolbar-mobile-height: 52px;
  --mat-tree-node-min-height: 44px;
  --mat-standard-button-toggle-height: 44px;
}
.vex-mat-dense-md .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 28px;
}
.vex-mat-dense-md .mdc-list-item__start,
.vex-mat-dense-md .mdc-list-item__end {
  --mdc-radio-state-layer-size: 36px;
}
.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 {
  --mdc-secondary-navigation-tab-container-height: 44px;
}
.vex-mat-dense-md .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 44px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 10px;
}

.vex-mat-dense-sm {
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
  --mat-select-arrow-transform: none;
  --mdc-checkbox-state-layer-size: 32px;
  --mat-checkbox-touch-target-display: none;
  --mdc-switch-state-layer-size: 32px;
  --mdc-radio-state-layer-size: 32px;
  --mat-radio-touch-target-display: none;
  --mdc-list-list-item-one-line-container-height: 40px;
  --mdc-list-list-item-two-line-container-height: 56px;
  --mdc-list-list-item-three-line-container-height: 80px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-size: 48px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mdc-text-button-container-height: 28px;
  --mdc-filled-button-container-height: 28px;
  --mdc-outlined-button-container-height: 28px;
  --mdc-protected-button-container-height: 28px;
  --mat-text-button-touch-target-display: none;
  --mat-filled-button-touch-target-display: none;
  --mat-protected-button-touch-target-display: none;
  --mat-outlined-button-touch-target-display: none;
  --mat-icon-button-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --mat-fab-small-touch-target-display: none;
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
  --mat-stepper-header-height: 64px;
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
  --mat-tree-node-min-height: 40px;
  --mat-standard-button-toggle-height: 40px;
}
.vex-mat-dense-sm .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 24px;
}
.vex-mat-dense-sm .mdc-list-item__start,
.vex-mat-dense-sm .mdc-list-item__end {
  --mdc-radio-state-layer-size: 32px;
}
.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 {
  --mdc-secondary-navigation-tab-container-height: 40px;
}
.vex-mat-dense-sm .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

.vex-mat-dense-xs {
  --mat-form-field-container-height: 44px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 10px;
  --mat-form-field-filled-with-label-container-padding-top: 10px;
  --mat-form-field-filled-with-label-container-padding-bottom: 10px;
  --mat-select-arrow-transform: none;
  --mdc-checkbox-state-layer-size: 28px;
  --mat-checkbox-touch-target-display: none;
  --mdc-switch-state-layer-size: 28px;
  --mdc-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
  --mdc-list-list-item-one-line-container-height: 36px;
  --mdc-list-list-item-two-line-container-height: 52px;
  --mdc-list-list-item-three-line-container-height: 76px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mdc-text-button-container-height: 24px;
  --mdc-filled-button-container-height: 24px;
  --mdc-outlined-button-container-height: 24px;
  --mdc-protected-button-container-height: 24px;
  --mat-text-button-touch-target-display: none;
  --mat-filled-button-touch-target-display: none;
  --mat-protected-button-touch-target-display: none;
  --mat-outlined-button-touch-target-display: none;
  --mat-icon-button-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --mat-fab-small-touch-target-display: none;
  --mat-table-header-container-height: 44px;
  --mat-table-footer-container-height: 40px;
  --mat-table-row-item-container-height: 40px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-stepper-header-height: 60px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 36px;
  --mat-standard-button-toggle-height: 36px;
}
.vex-mat-dense-xs .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 24px;
}
.vex-mat-dense-xs .mdc-list-item__start,
.vex-mat-dense-xs .mdc-list-item__end {
  --mdc-radio-state-layer-size: 28px;
}
.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: 44px;
}
.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: 60px;
}
.vex-mat-dense-xs .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 36px;
}
.vex-mat-dense-xs .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 36px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 6px;
}

:root {
  /** Reset default height placeholder */
}
:root .rms-dialog {
  max-width: 95vw !important;
  max-height: 95vh !important;
}
:root .rms-dialog .mat-mdc-dialog-surface{
  padding: 1rem;
}
@media (min-width: 600px){
  :root .rms-dialog .mat-mdc-dialog-surface{
    padding: 1.5rem;
    padding-top: 1rem;
  }
}
@supports (scrollbar-gutter: stable both-edges) {
  :root .rms-dialog .mat-mdc-dialog-surface{
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  @media (min-width: 600px){
    :root .rms-dialog .mat-mdc-dialog-surface{
      padding-bottom: 1.5rem;
    }
  }
  :root .rms-dialog .mat-mdc-dialog-surface {
    scrollbar-gutter: stable both-edges;
  }
}
:root .rms-dialog .mat-mdc-dialog-surface{
  overflow-x: hidden;
  border-radius: calc(var(--vex-border-radius) * 1.25);
}
:root .rms-dialog-sm .mat-mdc-dialog-surface{
  width: 95vw;
}
@media (min-width: 600px){
  :root .rms-dialog-sm .mat-mdc-dialog-surface{
    width: 80vw;
    max-width: 600px;
  }
}
:root .rms-dialog-md .mat-mdc-dialog-surface{
  width: 95vw;
}
@media (min-width: 600px){
  :root .rms-dialog-md .mat-mdc-dialog-surface{
    width: 80vw;
    max-width: 800px;
  }
}
:root .rms-dialog-lg .mat-mdc-dialog-surface{
  width: 95vw;
}
@media (min-width: 600px){
  :root .rms-dialog-lg .mat-mdc-dialog-surface{
    width: 85vw;
  }
}
@media (min-width: 960px){
  :root .rms-dialog-lg .mat-mdc-dialog-surface{
    width: 75vw;
  }
}
@media (min-width: 1280px){
  :root .rms-dialog-lg .mat-mdc-dialog-surface{
    width: 60vw;
  }
}
@media (min-width: 1440px){
  :root .rms-dialog-lg .mat-mdc-dialog-surface{
    width: 50vw;
  }
}
:root .rms-dialog-full-screen {
  max-width: 100vw !important;
  max-height: 100vh !important;
}
:root .rms-dialog-full-screen .mat-mdc-dialog-surface{
  height: 100vh;
  width: 100vw;
  border-radius: 0px;
}
:root .rms-dialog-header{
  display: flex;
  min-height: 3rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
:root .rms-dialog-header-content{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1rem;
}
:root .rms-dialog-header-content-title{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.019em;
}
:root .rms-dialog-header-content-subtitle{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: -0.014em;
}
:root .rms-dialog-actions{
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 600px){
  :root .rms-dialog-actions{
    justify-content: flex-end;
  }
}
:root .rms-dialog-actions-button{
  width: 100%;
}
@media (min-width: 600px){
  :root .rms-dialog-actions-button{
    width: fit-content;
  }
}
: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-accordion .mat-expansion-panel:not(:first-child) {
  border-top: none;
}
:root .mat-accordion .mat-expansion-panel:first-child{
  border-top-left-radius: var(--vex-border-radius);
  border-top-right-radius: var(--vex-border-radius);
}
:root .mat-accordion .mat-expansion-panel:last-child{
  border-bottom-right-radius: var(--vex-border-radius);
  border-bottom-left-radius: var(--vex-border-radius);
}
:root .mat-expansion-indicator {
  display: flex;
}
:root .mat-expansion-panel.no-padding .mat-expansion-panel-body {
  padding: 0;
}
:root .mat-expansion-panel:not([class*=mat-elevation-z]){
  border-radius: var(--vex-border-radius);
  border-width: 1px;
  --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);
  border-color: rgba(0, 0, 0, 0.24);
}
:root .mat-expansion-panel:not([class*=mat-elevation-z]):hover {
  border-color: rgba(0, 0, 0, 0.32);
}
:root .mat-expansion-panel:not([class*=mat-elevation-z]):active {
  border-color: rgba(0, 0, 0, 0.4);
}

.mdc-notched-outline__notch {
  border-right: none;
}

:root label{
  font-weight: 600;
}
:root .mdc-text-field--outlined {
  --mdc-outlined-text-field-container-shape: var(--vex-border-radius);
}
:root .mat-mdc-form-field-error{
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(210 44 25 / var(--tw-text-opacity, 1));
  letter-spacing: 0;
}
:root .mat-mdc-form-field-hint{
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.48;
  letter-spacing: 0;
}
:root .mat-mdc-form-field-flex{
  height: 100%;
}
:root .mat-mdc-form-field-hint-wrapper,
:root .mat-mdc-form-field-error-wrapper{
  padding-left: 0px;
  padding-right: 0px;
}
:root .mdc-text-field.mdc-text-field--focused .mdc-notched-outline {
  /* Apply shadow to the notched outline */
}
:root .mdc-text-field.mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__trailing {
  box-shadow: 3px 0 0 #FFAD6D, -3px 0 0px transparent, 0 3px 0px #FFAD6D, 0 -3px 0px #FFAD6D; /* Top side shadow */
}
:root .mdc-text-field.mdc-text-field--focused .mdc-notched-outline .mdc-notched-outline__leading {
  box-shadow: -3px 0 0px transparent, -3px 0 0px #FFAD6D, 0 3px 0px #FFAD6D, 0 -3px 0px #FFAD6D; /* Top side shadow */
}

.mdc-text-field::after .mdc-notched-outline > * {
  border-color: rgba(0, 0, 0, 0.2) !important; /* Set default border color */
}
.mdc-text-field::after.mdc-text-field--focused .mdc-notched-outline > * {
  border-color: black !important; /* Ensure border stays black on focus */
}

*, ::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:  ;
}

/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: var(--vex-foreground-divider); /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Mint Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Menlo, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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;
}
.vex-theme-ruber{
  --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: 210 44 25;
  --vex-color-primary-700: 185 28 28;
  --vex-color-primary-800: 210 44 25;
  --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-ruber.light, .vex-theme-ruber .light{
  --vex-foreground-base: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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-ruber.dark, .vex-theme-ruber .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 .mat-mdc-button.form-sm,
:root .mat-mdc-outlined-button.form-sm,
:root .mat-mdc-unelevated-button.form-sm,
:root .mat-mdc-raised-button.form-sm{
  min-height: 2.4rem;
  min-width: 1rem;
  text-align: center;
}
:root .mat-mdc-button.form-sm.square-button,
:root .mat-mdc-outlined-button.form-sm.square-button,
:root .mat-mdc-unelevated-button.form-sm.square-button,
:root .mat-mdc-raised-button.form-sm.square-button{
  box-sizing: border-box;
  display: flex;
  height: 2.4rem;
  width: 2.4rem;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
:root .mat-mdc-button.form-sm.square-button .mat-icon,
:root .mat-mdc-outlined-button.form-sm.square-button .mat-icon,
:root .mat-mdc-unelevated-button.form-sm.square-button .mat-icon,
:root .mat-mdc-raised-button.form-sm.square-button .mat-icon{
  margin: 0px;
  padding: 0px;
}
.form-sm {
    --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-select-arrow-transform: none;
    --mdc-switch-state-layer-size: 28px;
    --mdc-radio-state-layer-size: 28px;
    --mat-radio-touch-target-display: none;
    --mdc-list-list-item-one-line-container-height: 24px;
    --mdc-list-list-item-two-line-container-height: 48px;
    --mdc-list-list-item-three-line-container-height: 56px;
    --mat-list-list-item-leading-icon-start-space: 16px;
    --mat-list-list-item-leading-icon-end-space: 32px;
    --mat-paginator-container-size: 40px;
    --mat-paginator-form-field-container-height: 36px;
    --mat-paginator-form-field-container-vertical-padding: 6px;
    --mdc-text-button-container-height: 24px;
    --mdc-filled-button-container-height: 24px;
    --mdc-outlined-button-container-height: 24px;
    --mdc-protected-button-container-height: 24px;
    --mat-text-button-touch-target-display: none;
    --mat-filled-button-touch-target-display: none;
    --mat-protected-button-touch-target-display: none;
    --mat-outlined-button-touch-target-display: none;
    --mat-icon-button-touch-target-display: none;
    --mat-fab-touch-target-display: none;
    --mat-fab-small-touch-target-display: none;
    --mat-table-header-container-height: 40px;
    --mat-table-footer-container-height: 36px;
    --mat-table-row-item-container-height: 36px;
    --mat-expansion-header-collapsed-state-height: 36px;
    --mat-expansion-header-expanded-state-height: 48px;
    --mat-stepper-header-height: 42px;
    --mat-toolbar-standard-height: 52px;
    --mat-toolbar-mobile-height: 44px;
    --mat-tree-node-min-height: 28px;
    --mat-standard-button-toggle-height: 24px;
    --mdc-checkbox-state-layer-size: 28px;
    --mat-checkbox-touch-target-display: none;
  }
.form-sm .mat-mdc-chip.mat-mdc-standard-chip {
    --mdc-chip-container-height: 24px;
  }
.form-sm .mdc-list-item__start,
  .form-sm .mdc-list-item__end {
    --mdc-radio-state-layer-size: 28px;
  }
.form-sm .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .form-sm .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .form-sm .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
    height: 40px;
  }
.form-sm .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .form-sm .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .form-sm .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
    height: 56px;
  }
.form-sm .mat-mdc-tab-header {
    --mdc-secondary-navigation-tab-container-height: 32px;
  }
.form-sm .mat-mdc-icon-button.mat-mdc-button-base {
    --mdc-icon-button-state-layer-size: 28px;
    width: var(--mdc-icon-button-state-layer-size);
    height: var(--mdc-icon-button-state-layer-size);
    padding: 2px;
  }
:root .\!visible{
  visibility: visible !important;
}
:root .visible{
  visibility: visible;
}
:root .static{
  position: static;
}
:root .fixed{
  position: fixed;
}
:root .absolute{
  position: absolute;
}
:root .relative{
  position: relative;
}
:root .sticky{
  position: sticky;
}
:root .left-0{
  left: 0px;
}
:root .right-4{
  right: 1rem;
}
:root .top-0{
  top: 0px;
}
:root .top-12{
  top: 3rem;
}
:root .top-20{
  top: 5rem;
}
:root .top-4{
  top: 1rem;
}
:root .z-40{
  z-index: 40;
}
:root .m-0{
  margin: 0px;
}
:root .m-2{
  margin: 0.5rem;
}
:root .m-8{
  margin: 2rem;
}
:root .mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
:root .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
: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-0{
  margin-bottom: 0px;
}
:root .mb-1{
  margin-bottom: 0.25rem;
}
: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 .ml-1{
  margin-left: 0.25rem;
}
:root .ml-2{
  margin-left: 0.5rem;
}
:root .ml-4{
  margin-left: 1rem;
}
:root .ml-auto{
  margin-left: auto;
}
:root .mr-2{
  margin-right: 0.5rem;
}
:root .mr-3{
  margin-right: 0.75rem;
}
:root .mr-4{
  margin-right: 1rem;
}
:root .mt-0{
  margin-top: 0px;
}
:root .mt-1{
  margin-top: 0.25rem;
}
:root .mt-2{
  margin-top: 0.5rem;
}
: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 .table{
  display: table;
}
:root .grid{
  display: grid;
}
:root .\!hidden{
  display: none !important;
}
:root .hidden{
  display: none;
}
:root .aspect-square{
  aspect-ratio: 1 / 1;
}
:root .h-1{
  height: 0.25rem;
}
:root .h-10{
  height: 2.5rem;
}
:root .h-12{
  height: 3rem;
}
:root .h-14{
  height: 3.5rem;
}
:root .h-2\.5{
  height: 0.625rem;
}
:root .h-4{
  height: 1rem;
}
:root .h-6{
  height: 1.5rem;
}
:root .h-64{
  height: 16rem;
}
:root .h-7{
  height: 1.75rem;
}
:root .h-9{
  height: 2.25rem;
}
:root .h-\[200px\]{
  height: 200px;
}
:root .h-\[24px\]{
  height: 24px;
}
:root .h-\[38px\]{
  height: 38px;
}
:root .h-\[40px\]{
  height: 40px;
}
:root .h-\[48px\]{
  height: 48px;
}
:root .h-full{
  height: 100%;
}
:root .h-screen{
  height: 100vh;
}
:root .min-h-\[180px\]{
  min-height: 180px;
}
:root .min-h-\[300px\]{
  min-height: 300px;
}
:root .min-h-\[34px\]{
  min-height: 34px;
}
:root .w-1{
  width: 0.25rem;
}
:root .w-10{
  width: 2.5rem;
}
:root .w-12{
  width: 3rem;
}
:root .w-14{
  width: 3.5rem;
}
:root .w-16{
  width: 4rem;
}
:root .w-2\.5{
  width: 0.625rem;
}
:root .w-3\/4{
  width: 75%;
}
:root .w-3\/5{
  width: 60%;
}
:root .w-4{
  width: 1rem;
}
:root .w-6{
  width: 1.5rem;
}
:root .w-64{
  width: 16rem;
}
:root .w-7{
  width: 1.75rem;
}
:root .w-9{
  width: 2.25rem;
}
:root .w-\[190px\]{
  width: 190px;
}
:root .w-\[200px\]{
  width: 200px;
}
:root .w-\[24px\]{
  width: 24px;
}
:root .w-fit{
  width: fit-content;
}
:root .w-full{
  width: 100%;
}
:root .w-min{
  width: min-content;
}
:root .\!min-w-\[70px\]{
  min-width: 70px !important;
}
:root .min-w-56{
  min-width: 14rem;
}
:root .min-w-\[120px\]{
  min-width: 120px;
}
:root .min-w-\[140px\]{
  min-width: 140px;
}
:root .min-w-\[150px\]{
  min-width: 150px;
}
:root .min-w-\[160px\]{
  min-width: 160px;
}
:root .min-w-\[190px\]{
  min-width: 190px;
}
:root .min-w-\[240px\]{
  min-width: 240px;
}
:root .min-w-\[50px\]{
  min-width: 50px;
}
:root .min-w-\[70px\]{
  min-width: 70px;
}
:root .min-w-\[80px\]{
  min-width: 80px;
}
:root .min-w-\[95px\]{
  min-width: 95px;
}
:root .min-w-full{
  min-width: 100%;
}
:root .max-w-60{
  max-width: 15rem;
}
:root .max-w-\[300px\]{
  max-width: 300px;
}
:root .max-w-\[350px\]{
  max-width: 350px;
}
:root .max-w-\[400px\]{
  max-width: 400px;
}
:root .max-w-\[80px\]{
  max-width: 80px;
}
:root .max-w-full{
  max-width: 100%;
}
:root .max-w-md{
  max-width: 28rem;
}
:root .max-w-sm{
  max-width: 24rem;
}
:root .flex-1{
  flex: 1 1 0%;
}
:root .flex-auto{
  flex: 1 1 auto;
}
:root .flex-none{
  flex: none;
}
:root .flex-grow{
  flex-grow: 1;
}
: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-none{
  resize: none;
}
:root .resize{
  resize: both;
}
: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 .grid-rows-5{
  grid-template-rows: repeat(5, 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 .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 .gap-1{
  gap: 0.25rem;
}
: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-y-4{
  row-gap: 1rem;
}
:root :is(.space-x-1 > :not([hidden]) ~ :not([hidden])){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
:root :is(.space-y-1 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-2 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-4 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-6 > :not([hidden]) ~ :not([hidden])){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
:root .self-start{
  align-self: flex-start;
}
:root .overflow-auto{
  overflow: auto;
}
:root .overflow-hidden{
  overflow: hidden;
}
:root .overflow-scroll{
  overflow: scroll;
}
:root .overflow-x-auto{
  overflow-x: auto;
}
:root .overflow-y-hidden{
  overflow-y: hidden;
}
:root .overflow-x-scroll{
  overflow-x: scroll;
}
:root .truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root .whitespace-nowrap{
  white-space: nowrap;
}
:root .break-all{
  word-break: break-all;
}
:root .rounded{
  border-radius: var(--vex-border-radius);
}
:root .rounded-full{
  border-radius: 9999px;
}
:root .rounded-xl{
  border-radius: calc(var(--vex-border-radius) * 1.75);
}
:root .rounded-br{
  border-bottom-right-radius: var(--vex-border-radius);
}
:root .rounded-tl{
  border-top-left-radius: var(--vex-border-radius);
}
:root .rounded-tr{
  border-top-right-radius: var(--vex-border-radius);
}
: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-b-2{
  border-bottom-width: 2px;
}
:root .border-l{
  border-left-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-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-ruber{
  --tw-border-opacity: 1;
  border-color: rgb(210 44 25 / var(--tw-border-opacity, 1));
}
:root .border-transparent{
  border-color: transparent;
}
:root .\!bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-transparent{
  background-color: transparent !important;
}
: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-cyan-600{
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
:root .bg-foreground{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-card-rgb) / 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-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
:root .bg-hover{
  background-color: var(--vex-background-hover);
}
:root .bg-ochraceus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 109 / 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-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
:root .bg-ruber{
  --tw-bg-opacity: 1;
  background-color: rgb(210 44 25 / var(--tw-bg-opacity, 1));
}
:root .bg-teal-600{
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
:root .bg-viridis{
  --tw-bg-opacity: 1;
  background-color: rgb(188 238 136 / var(--tw-bg-opacity, 1));
}
:root .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
:root .fill-current{
  fill: currentColor;
}
:root .stroke-white{
  stroke: #fff;
}
:root .p-0{
  padding: 0px;
}
: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-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
:root .px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
:root .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
:root .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
:root .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
:root .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
:root .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
:root .py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
:root .pb-0{
  padding-bottom: 0px;
}
:root .pb-2{
  padding-bottom: 0.5rem;
}
:root .pl-3{
  padding-left: 0.75rem;
}
:root .pr-1{
  padding-right: 0.25rem;
}
:root .pr-5{
  padding-right: 1.25rem;
}
:root .pt-1{
  padding-top: 0.25rem;
}
:root .pt-2{
  padding-top: 0.5rem;
}
:root .pt-4{
  padding-top: 1rem;
}
:root .pt-5{
  padding-top: 1.25rem;
}
:root .pt-6{
  padding-top: 1.5rem;
}
:root .text-center{
  text-align: center;
}
:root .align-middle{
  vertical-align: middle;
}
:root .font-serif{
  font-family: Bianco Serif, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
:root .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
:root .text-4xl{
  font-size: 2.25rem;
  line-height: 2.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 .font-bold{
  font-weight: 700;
}
:root .font-medium{
  font-weight: 500;
}
:root .font-normal{
  font-weight: 400;
}
:root .font-semibold{
  font-weight: 600;
}
:root .uppercase{
  text-transform: uppercase;
}
:root .lowercase{
  text-transform: lowercase;
}
:root .italic{
  font-style: italic;
}
:root .leading-none{
  line-height: 1;
}
:root .leading-snug{
  line-height: 1.375;
}
:root .\!text-primary-600{
  --tw-text-opacity: 1 !important;
  color: rgb(var(--vex-color-primary-600) / 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-atrovirens{
  --tw-text-opacity: 1;
  color: rgb(0 68 7 / var(--tw-text-opacity, 1));
}
:root .text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
:root .text-current{
  color: currentColor;
}
:root .text-default{
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-text-rgb) / var(--tw-text-opacity, 1));
}
:root .text-flavius{
  --tw-text-opacity: 1;
  color: rgb(255 225 109 / 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-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 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-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-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / 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-ruber{
  --tw-text-opacity: 1;
  color: rgb(210 44 25 / 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-40{
  opacity: 0.4;
}
: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-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 .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 .\!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) !important;
}
: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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root .duration-400{
  transition-duration: 400ms;
}
: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;
}
: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{
  max-height: 16rem;
  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: 0.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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-text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root .mat-mdc-menu-item-submenu-trigger{
  padding-right: 3rem;
}

.mat-mdc-menu-item .mat-icon-no-color{
  color: currentColor;
}

:root .mat-mdc-select.hide-select{
  position: absolute;
}
:root .mat-mdc-select.hide-select .mat-mdc-select-trigger{
  display: none;
}
: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;
  height: 2.5rem;
  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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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(210 44 25 / 0.1);
}
:root .mat-mdc-option:hover .mat-icon, :root .mat-mdc-option.mat-active .mat-icon{
  --tw-text-opacity: 1;
  color: rgb(210 44 25 / 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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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(210 44 25 / 0.1);
}
:root .mat-mdc-option.mdc-list-item--disabled .mdc-list-item__primary-text{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 0.4;
}
:root .mat-mdc-menu-item-submenu-trigger{
  padding-right: 3rem;
}

.mat-mdc-table th,
.mat-mdc-table td{
  font-family: "Mint Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.mat-mdc-table th{
  font-weight: 700;
}

.mat-mdc-tooltip .mdc-tooltip__surface {
  --mdc-plain-tooltip-container-color: #11100F;
}

:root .mdc-checkbox__background {
  border: 1px solid rgba(0, 0, 0, 0.24) !important;
  box-sizing: border-box !important;
}
:root .mdc-checkbox {
  margin: 0px 0px auto !important;
}
:root .checkbox-lg {
  align-items: start !important;
  border-radius: 0.125rem !important;
}
:root .checkbox-md {
  border-radius: 0.25rem !important;
}
:root .checkbox-sm .mdc-checkbox__background {
  padding: 1px !important;
  border-radius: 0.375rem !important;
}
:root .checkbox-sm .mat-checkbox .mat-checkbox-layout {
  display: flex !important;
  align-items: flex-start !important;
}
:root .checkbox-sm .mat-checkbox .mat-checkbox-inner-container {
  margin-top: 0 !important;
}

:root .mdc-switch {
  --mdc-switch-track-width: 41px;
  --mdc-switch-track-height: 24px;
  --mdc-switch-track-shape: 50px;
  --mat-switch-with-icon-handle-size: 17px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 3px;
  --mdc-switch-selected-track-color: #D22C19;
  --mdc-switch-selected-focus-track-color: #D22C19;
  --mdc-switch-selected-hover-track-color: #D22C19;
  --mdc-switch-selected-pressed-track-color: #D22C19;
  --mdc-switch-selected-handle-color: #fff;
  --mdc-switch-selected-focus-handle-color: #fff;
  --mdc-switch-selected-hover-handle-color: #fff;
  --mdc-switch-selected-pressed-handle-color: #fff;
  --mdc-switch-unselected-track-color: rgba(0, 0, 0, 0.4);
  --mdc-switch-unselected-focus-track-color: rgba(0, 0, 0, 0.4);
  --mdc-switch-unselected-hover-track-color: rgba(0, 0, 0, 0.4);
  --mdc-switch-unselected-pressed-track-color: rgba(0, 0, 0, 0.4);
  --mdc-switch-unselected-handle-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #fff;
  --mdc-switch-unselected-hover-handle-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #fff;
  --mdc-switch-disabled-track-opacity: 0.25;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 1;
  --mdc-switch-disabled-selected-handle-color: #fff;
  --mdc-switch-disabled-unselected-handle-color: #fff;
}
:root .mdc-switch__icons {
  display: none;
}
:root .mat-mdc-slide-toggle {
  --mdc-switch-disabled-label-text-color: #000;
}

:root .mat-mdc-standard-chip.mat-mdc-chip {
  --mdc-chip-elevated-container-color: #F5F1F0;
  border-radius: calc(var(--vex-border-radius) * 0.5);
}

:root .mat-mdc-paginator-container{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
:root .mat-mdc-paginator-container .mat-mdc-paginator-range-actions{
  flex-wrap: wrap;
  justify-content: center;
}
:root .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label{
  margin: 0px;
  width: 100%;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 600px){
  :root .mat-mdc-paginator-container .mat-mdc-paginator-range-actions .mat-mdc-paginator-range-label{
    width: 6rem;
    padding-bottom: 0px;
  }
}
:root .mat-mdc-paginator-container .mat-mdc-icon-button{
  border-radius: var(--vex-button-border-radius);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0.4);
}
:root .mat-mdc-paginator-container .mat-mdc-icon-button:not(:last-child){
  margin-right: 0.5rem;
}
:root .mat-mdc-paginator-container .mat-mdc-icon-button .mat-mdc-button-persistent-ripple{
  border-radius: var(--vex-button-border-radius);
}
:root .mat-mdc-paginator-container .mat-mdc-icon-button .mat-mdc-paginator-icon{
  fill: #000;
}
:root .mat-mdc-paginator-container .mat-mdc-icon-button:disabled{
  border-color: rgb(0 0 0 / 0.2);
}
:root .mat-mdc-paginator-container .mat-mdc-icon-button:disabled .mat-mdc-paginator-icon{
  fill: rgb(0 0 0 / 0.2);
}

:root .mat-mdc-tab .mdc-tab__text-label, :root .mat-mdc-tab:hover .mdc-tab__text-label,
:root .mat-mdc-tab-link .mdc-tab__text-label,
:root .mat-mdc-tab-link:hover .mdc-tab__text-label{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
:root .mat-mdc-tab .mdc-tab-indicator__content--underline,
:root .mat-mdc-tab-link .mdc-tab-indicator__content--underline{
  border-bottom-width: 2px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

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

:root {
  /*
    quill doesn't have a class for the container.
    so we use the component selector
  */
}
:root .mention{
  display: inline-flex;
  align-items: center;
  border-radius: calc(var(--vex-border-radius) * 0.5);
  text-align: center;
  font-weight: 700;
  background-color: #f5f1f1;
  color: #11100f;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.009em;
}
:root .mention.black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
:root .mention.grey{
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
:root .mention.ruber,:root .mention.danger{
  --tw-bg-opacity: 1;
  background-color: rgb(210 44 25 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
:root .mention.success,:root .mention.viridis{
  --tw-bg-opacity: 1;
  background-color: rgb(188 238 136 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 68 7 / var(--tw-text-opacity, 1));
}
:root .mention.warning,:root .mention.ochraceus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(129 39 1 / var(--tw-text-opacity, 1));
}
:root .mention.info,:root .mention.caeruleus{
  --tw-bg-opacity: 1;
  background-color: rgb(160 225 225 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(20 54 73 / var(--tw-text-opacity, 1));
}
:root .mention.atrovirens{
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 7 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
:root .mention.cyaneus{
  --tw-bg-opacity: 1;
  background-color: rgb(20 54 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
:root .mention[data-error]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 109 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(129 39 1 / var(--tw-text-opacity, 1));
}
:root .ql-mention-list-container{
  max-height: 400px;
  width: 13rem;
  overflow-y: scroll;
  border-radius: var(--vex-border-radius);
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-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);
  z-index: 1000;
}
:root .ql-mention-list{
  list-style-type: none;
}
:root .ql-mention-list-group-item{
  padding-left: 0.5rem;
}
:root .ql-mention-list-item{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  height: 2.5rem;
  min-height: 2.5rem;
  cursor: pointer;
  align-items: center;
  border-radius: var(--vex-border-radius);
  padding-left: 1rem;
  font-family: "Mint Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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 .ql-mention-list-item-text{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
:root .ql-mention-list-item:first-child{
  margin-top: 0px;
}
:root .ql-mention-list-item:last-child{
  margin-bottom: 0px;
}
:root .ql-mention-list-item.selected{
  background-color: rgb(var(--vex-color-primary-600) / 0.1);
}
:root .ql-mention-list-item.disabled{
  display: flex;
  height: 3rem;
  min-height: 3rem;
  cursor: auto;
  justify-content: flex-start;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 400;
}
:root quill-editor{
  display: flex;
  height: 375px;
  max-height: 90vh;
  min-height: 375px;
  width: 100%;
  flex-direction: column;
}
:root quill-editor.loading .ql-editor{
  display: none !important;
}
:root quill-editor.disabled .ql-editor{
  opacity: 0.6;
}
:root .ql-toolbar,
:root .ql-container{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
:root .ql-toolbar{
  padding: 1rem !important;
  border-top-left-radius: calc(var(--vex-border-radius) * 1.5);
  border-top-right-radius: calc(var(--vex-border-radius) * 1.5);
}
:root .ql-toolbar button{
  display: flex !important;
  height: 1.75rem !important;
  width: 1.75rem !important;
  padding: 0px !important;
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--vex-border-radius) * 1.25);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
:root .ql-toolbar .mat-mdc-button-persistent-ripple{
  border-radius: calc(var(--vex-border-radius) * 1.25);
}
:root .ql-toolbar .mat-mdc-form-field-infix{
  display: flex;
  height: 1.75rem;
  min-height: 1.75rem;
  align-items: center;
}
:root .ql-container{
  border-bottom-right-radius: calc(var(--vex-border-radius) * 1.5);
  border-bottom-left-radius: calc(var(--vex-border-radius) * 1.5);
  /*
    We need this hack with position: absolute because of the .ql-editor height issue.
    When we add width and height styles to quill-editor,
    the .ql-editor has a height of 100% + toolbar height.

    Or do height: calc(100% - toolbar.height). But this is not flexible.
  */
}
:root .ql-container .ql-editor{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
:root .ql-container .ql-editor p,
:root .ql-container .ql-editor ol,
:root .ql-container .ql-editor ul,
:root .ql-container .ql-editor blockquote{
  font-size: 0.875rem;
  line-height: 1.75rem;
  letter-spacing: -0.009em;
}
:root .ql-container .ql-editor ol,
:root .ql-container .ql-editor ul,
:root .ql-container .ql-editor blockquote{
  font-family: "Mint Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
:root .ql-container .ql-editor h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: -0.021em;
}
:root .ql-container .ql-editor h3{
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.019em;
}
:root .ql-container .ql-editor h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
:root .ql-container .ql-editor.ql-blank::before{
  font-family: "Mint Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.75rem;
  color: rgb(17 16 15 / 0.6);
  letter-spacing: -0.009em;
}
:root .quill-form-field{
  height: 36px;
  max-height: 36px;
  min-height: 36px;
  width: 100%;
  resize: none;
  overflow: visible;
}
:root .quill-form-field .ql-toolbar{
  display: none;
}
:root .quill-form-field.focused .ql-container {
  box-shadow: 3px 0 0 #FFAD6D, -3px 0 0px #FFAD6D, 0 3px 0px #FFAD6D, 0 -3px 0px #FFAD6D; /* Top side shadow */ border-radius: var(--vex-border-radius); border-color: rgb(var(--vex-color-primary-600) / var(--tw-border-opacity, 1)); outline-style: solid; outline-width: 1px; outline-color: rgb(var(--vex-color-primary-600) / 1); --tw-border-opacity: 1 !important; border-top-color: rgb(var(--vex-color-primary-600) / var(--tw-border-opacity, 1)) !important;
}
:root .quill-form-field:hover:not(.focused) .ql-container{
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
:root .quill-form-field .ql-container{
  overflow: hidden;
  border-radius: var(--vex-border-radius);
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.4);
  padding-left: 1rem;
  padding-right: 1rem;
  border-top-color: rgb(0 0 0 / 0.4) !important;
}
:root .quill-form-field .ql-container:active {
  box-shadow: 3px 0 0 #FFAD6D, -3px 0 0px #FFAD6D, 0 3px 0px #FFAD6D, 0 -3px 0px #FFAD6D; /* Top side shadow */
}
:root .quill-form-field .ql-container .ql-editor{
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: scroll;
  text-wrap: nowrap;
  padding: 0px;
  caret-color: rgb(var(--vex-color-primary-600) / 1);
  position: unset;
  scrollbar-width: none !important;
}
:root .quill-form-field .ql-container .ql-editor::-webkit-scrollbar{
  display: none;
}
:root .quill-form-field .ql-container .ql-editor.ql-blank::before{
  font-size: 15px !important;
}
:root .quill-form-field .ql-container .ql-editor p{
  font-size: 15px !important;
  justify-self: start;
}

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

.vex-layout-romulus {
  --vex-border-radius: 12px;
  --vex-sidenav-background: #f5f1f0;
  --vex-sidenav-item-min-height: 40px;
  --vex-sidenav-color: #000;
  --vex-sidenav-toolbar-background: var(--vex-sidenav-background);
  --vex-sidenav-item-color: #000;
  --vex-sidenav-item-color-hover: #000;
  --vex-sidenav-item-color-active: #000;
  --vex-sidenav-item-background-hover: #ece4e2;
  --vex-sidenav-item-background-active: #e1d7d4;
  --vex-sidenav-item-padding-vertical: 0px;
  --vex-sidenav-item-padding-horizontal: 0.75rem;
  --vex-sidenav-item-margin-vertical: 0.25rem;
  --vex-sidenav-item-margin-horizontal: 0.75rem;
  --vex-sidenav-item-icon-color: #000;
  --vex-sidenav-item-icon-color-hover: #000;
  --vex-sidenav-item-icon-color-active: #000;
  --vex-toolbar-background: var(--vex-sidenav-background);
  --vex-toolbar-icon-color: #000;
}

/*
  You can override any CSS Variable or style here
  Example:

  :root {
   --vex-sidenav-background: #333333;
  }

  All possible variables can be found in @vex/styles/core or by simply inspecting the element you want to change
  in Chrome/Firefox DevTools
*/
/**
  Uncomment the below code and adjust the values to fit your colors, the application will automatically adjust
 */
:root .placeholder\:text-secondary::placeholder{
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-secondary-text-rgb) / var(--tw-text-opacity, 1));
}
:root .hover\:cursor-pointer:hover{
  cursor: pointer;
}
:root .hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-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-hover:hover{
  background-color: var(--vex-background-hover);
}
: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\: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 :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\:bg-primary-500\/20:is(.dark *){
  background-color: rgb(var(--vex-color-primary-500) / 0.2);
}
: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-primary-600:hover:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-600) / var(--tw-bg-opacity, 1));
}
: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\:mr-6{
    margin-right: 1.5rem;
  }
  :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-\[235px\]{
    width: 235px;
  }
  :root .sm\:w-fit{
    width: fit-content;
  }
  :root .sm\:min-w-\[280px\]{
    min-width: 280px;
  }
  :root .sm\:max-w-32{
    max-width: 8rem;
  }
  :root .sm\:flex-row{
    flex-direction: row;
  }
  :root .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  :root .sm\:justify-start{
    justify-content: flex-start;
  }
  :root .sm\:gap-2{
    gap: 0.5rem;
  }
  :root .sm\:gap-4{
    gap: 1rem;
  }
  :root .sm\:gap-6{
    gap: 1.5rem;
  }
  :root .sm\:border-none{
    border-style: none;
  }
  :root .sm\:p-0{
    padding: 0px;
  }
  :root .sm\:p-10{
    padding: 2.5rem;
  }
}
@media (min-width: 960px){
  :root .md\:w-36{
    width: 9rem;
  }
  :root .md\:w-44{
    width: 11rem;
  }
  :root .md\:w-80{
    width: 20rem;
  }
  :root .md\:min-w-\[300px\]{
    min-width: 300px;
  }
  :root .md\:max-w-40{
    max-width: 10rem;
  }
  :root .md\:flex-grow-0{
    flex-grow: 0;
  }
  :root .md\:flex-row{
    flex-direction: row;
  }
  :root .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px){
  :root .lg\:p-10{
    padding: 2.5rem;
  }
}
: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\: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\:border-r:where([dir="ltr"], [dir="ltr"] *){
  border-right-width: 1px;
}
:root .ltr\:pr-3:where([dir="ltr"], [dir="ltr"] *){
  padding-right: 0.75rem;
}
:root .rtl\:left-12:where([dir="rtl"], [dir="rtl"] *){
  left: 3rem;
}
: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-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\:mr-4:where([dir="rtl"], [dir="rtl"] *){
  margin-right: 1rem;
}
:root .rtl\:border-l:where([dir="rtl"], [dir="rtl"] *){
  border-left-width: 1px;
}
:root .rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *){
  padding-left: 0.75rem;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/@vex/styles/tailwind.scss?ngGlobalStyle ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
*, ::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:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: var(--vex-foreground-divider); /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Mint Grotesk", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: Menlo, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[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: "Mint Grotesk", 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;
}

.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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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;
}

.vex-theme-ruber {
  --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: 210 44 25;
  --vex-color-primary-700: 185 28 28;
  --vex-color-primary-800: 210 44 25;
  --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-ruber.light, .vex-theme-ruber .light {
  --vex-foreground-base: #fff;
  --vex-foreground-base-rgb: 255 255 255;
  --vex-foreground-divider: rgba(0,0,0,0.16);
  --vex-foreground-divider-rgb: 0 0 0;
  --vex-foreground-dividers: rgba(0,0,0,0.16);
  --vex-foreground-dividers-rgb: 0 0 0;
  --vex-foreground-disabled: rgba(0,0,0,0.06);
  --vex-foreground-disabled-rgb: 0 0 0;
  --vex-foreground-disabled-button: rgba(0,0,0,0.12);
  --vex-foreground-disabled-button-rgb: 0 0 0;
  --vex-foreground-disabled-text: rgba(0,0,0,0.64);
  --vex-foreground-disabled-text-rgb: 0 0 0;
  --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: rgb(17,16,15);
  --vex-foreground-icon-rgb: 17 16 15;
  --vex-foreground-icons: rgb(17,16,15);
  --vex-foreground-icons-rgb: 17 16 15;
  --vex-foreground-text: rgb(17,16,15);
  --vex-foreground-text-rgb: 17 16 15;
  --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: #F5F1F0;
  --vex-background-background-rgb: 245 241 240;
  --vex-background-hover: rgba(87,21,5,0.06);
  --vex-background-hover-rgb: 87 21 5;
  --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-ruber.dark, .vex-theme-ruber .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 .static {
  position: static;
}
:root .fixed {
  position: fixed;
}
:root .absolute {
  position: absolute;
}
:root .relative {
  position: relative;
}
:root .sticky {
  position: sticky;
}
:root .left-0 {
  left: 0px;
}
:root .right-4 {
  right: 1rem;
}
:root .top-0 {
  top: 0px;
}
:root .top-12 {
  top: 3rem;
}
:root .top-20 {
  top: 5rem;
}
:root .top-4 {
  top: 1rem;
}
:root .z-40 {
  z-index: 40;
}
:root .m-0 {
  margin: 0px;
}
:root .m-2 {
  margin: 0.5rem;
}
:root .m-8 {
  margin: 2rem;
}
:root .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
:root .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
: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-0 {
  margin-bottom: 0px;
}
:root .mb-1 {
  margin-bottom: 0.25rem;
}
: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 .ml-1 {
  margin-left: 0.25rem;
}
:root .ml-2 {
  margin-left: 0.5rem;
}
:root .ml-4 {
  margin-left: 1rem;
}
:root .ml-auto {
  margin-left: auto;
}
:root .mr-2 {
  margin-right: 0.5rem;
}
:root .mr-3 {
  margin-right: 0.75rem;
}
:root .mr-4 {
  margin-right: 1rem;
}
:root .mt-0 {
  margin-top: 0px;
}
:root .mt-1 {
  margin-top: 0.25rem;
}
:root .mt-2 {
  margin-top: 0.5rem;
}
: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 .table {
  display: table;
}
:root .grid {
  display: grid;
}
:root .\!hidden {
  display: none !important;
}
:root .hidden {
  display: none;
}
:root .aspect-square {
  aspect-ratio: 1 / 1;
}
:root .h-1 {
  height: 0.25rem;
}
:root .h-10 {
  height: 2.5rem;
}
:root .h-12 {
  height: 3rem;
}
:root .h-14 {
  height: 3.5rem;
}
:root .h-2\.5 {
  height: 0.625rem;
}
:root .h-4 {
  height: 1rem;
}
:root .h-6 {
  height: 1.5rem;
}
:root .h-64 {
  height: 16rem;
}
:root .h-7 {
  height: 1.75rem;
}
:root .h-9 {
  height: 2.25rem;
}
:root .h-\[200px\] {
  height: 200px;
}
:root .h-\[24px\] {
  height: 24px;
}
:root .h-\[38px\] {
  height: 38px;
}
:root .h-\[40px\] {
  height: 40px;
}
:root .h-\[48px\] {
  height: 48px;
}
:root .h-full {
  height: 100%;
}
:root .h-screen {
  height: 100vh;
}
:root .min-h-\[180px\] {
  min-height: 180px;
}
:root .min-h-\[300px\] {
  min-height: 300px;
}
:root .min-h-\[34px\] {
  min-height: 34px;
}
:root .w-1 {
  width: 0.25rem;
}
:root .w-10 {
  width: 2.5rem;
}
:root .w-12 {
  width: 3rem;
}
:root .w-14 {
  width: 3.5rem;
}
:root .w-16 {
  width: 4rem;
}
:root .w-2\.5 {
  width: 0.625rem;
}
:root .w-3\/4 {
  width: 75%;
}
:root .w-3\/5 {
  width: 60%;
}
:root .w-4 {
  width: 1rem;
}
:root .w-6 {
  width: 1.5rem;
}
:root .w-64 {
  width: 16rem;
}
:root .w-7 {
  width: 1.75rem;
}
:root .w-9 {
  width: 2.25rem;
}
:root .w-\[190px\] {
  width: 190px;
}
:root .w-\[200px\] {
  width: 200px;
}
:root .w-\[24px\] {
  width: 24px;
}
:root .w-fit {
  width: fit-content;
}
:root .w-full {
  width: 100%;
}
:root .w-min {
  width: min-content;
}
:root .\!min-w-\[70px\] {
  min-width: 70px !important;
}
:root .min-w-56 {
  min-width: 14rem;
}
:root .min-w-\[120px\] {
  min-width: 120px;
}
:root .min-w-\[140px\] {
  min-width: 140px;
}
:root .min-w-\[150px\] {
  min-width: 150px;
}
:root .min-w-\[160px\] {
  min-width: 160px;
}
:root .min-w-\[190px\] {
  min-width: 190px;
}
:root .min-w-\[240px\] {
  min-width: 240px;
}
:root .min-w-\[50px\] {
  min-width: 50px;
}
:root .min-w-\[70px\] {
  min-width: 70px;
}
:root .min-w-\[80px\] {
  min-width: 80px;
}
:root .min-w-\[95px\] {
  min-width: 95px;
}
:root .min-w-full {
  min-width: 100%;
}
:root .max-w-60 {
  max-width: 15rem;
}
:root .max-w-\[300px\] {
  max-width: 300px;
}
:root .max-w-\[350px\] {
  max-width: 350px;
}
:root .max-w-\[400px\] {
  max-width: 400px;
}
:root .max-w-\[80px\] {
  max-width: 80px;
}
:root .max-w-full {
  max-width: 100%;
}
:root .max-w-md {
  max-width: 28rem;
}
:root .max-w-sm {
  max-width: 24rem;
}
:root .flex-1 {
  flex: 1 1 0%;
}
:root .flex-auto {
  flex: 1 1 auto;
}
:root .flex-none {
  flex: none;
}
:root .flex-grow {
  flex-grow: 1;
}
: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-none {
  resize: none;
}
:root .resize {
  resize: both;
}
: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 .grid-rows-5 {
  grid-template-rows: repeat(5, 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 .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 .gap-1 {
  gap: 0.25rem;
}
: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-y-4 {
  row-gap: 1rem;
}
:root :is(.space-x-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
:root :is(.space-y-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
:root :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
:root .self-start {
  align-self: flex-start;
}
:root .overflow-auto {
  overflow: auto;
}
:root .overflow-hidden {
  overflow: hidden;
}
:root .overflow-scroll {
  overflow: scroll;
}
:root .overflow-x-auto {
  overflow-x: auto;
}
:root .overflow-y-hidden {
  overflow-y: hidden;
}
:root .overflow-x-scroll {
  overflow-x: scroll;
}
:root .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
:root .whitespace-nowrap {
  white-space: nowrap;
}
:root .break-all {
  word-break: break-all;
}
:root .rounded {
  border-radius: var(--vex-border-radius);
}
:root .rounded-full {
  border-radius: 9999px;
}
:root .rounded-xl {
  border-radius: calc(var(--vex-border-radius) * 1.75);
}
:root .rounded-br {
  border-bottom-right-radius: var(--vex-border-radius);
}
:root .rounded-tl {
  border-top-left-radius: var(--vex-border-radius);
}
:root .rounded-tr {
  border-top-right-radius: var(--vex-border-radius);
}
: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-b-2 {
  border-bottom-width: 2px;
}
:root .border-l {
  border-left-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-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-ruber {
  --tw-border-opacity: 1;
  border-color: rgb(210 44 25 / var(--tw-border-opacity, 1));
}
:root .border-transparent {
  border-color: transparent;
}
:root .\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}
:root .\!bg-transparent {
  background-color: transparent !important;
}
: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-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
:root .bg-foreground {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-background-card-rgb) / 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-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
:root .bg-hover {
  background-color: var(--vex-background-hover);
}
:root .bg-ochraceus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 173 109 / 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-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
:root .bg-ruber {
  --tw-bg-opacity: 1;
  background-color: rgb(210 44 25 / var(--tw-bg-opacity, 1));
}
:root .bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
:root .bg-viridis {
  --tw-bg-opacity: 1;
  background-color: rgb(188 238 136 / var(--tw-bg-opacity, 1));
}
:root .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
:root .fill-current {
  fill: currentColor;
}
:root .stroke-white {
  stroke: #fff;
}
:root .p-0 {
  padding: 0px;
}
: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-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
:root .px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
:root .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
:root .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
:root .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
:root .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
:root .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
:root .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
:root .pb-0 {
  padding-bottom: 0px;
}
:root .pb-2 {
  padding-bottom: 0.5rem;
}
:root .pl-3 {
  padding-left: 0.75rem;
}
:root .pr-1 {
  padding-right: 0.25rem;
}
:root .pr-5 {
  padding-right: 1.25rem;
}
:root .pt-1 {
  padding-top: 0.25rem;
}
:root .pt-2 {
  padding-top: 0.5rem;
}
:root .pt-4 {
  padding-top: 1rem;
}
:root .pt-5 {
  padding-top: 1.25rem;
}
:root .pt-6 {
  padding-top: 1.5rem;
}
:root .text-center {
  text-align: center;
}
:root .align-middle {
  vertical-align: middle;
}
:root .font-serif {
  font-family: Bianco Serif, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
:root .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
:root .text-4xl {
  font-size: 2.25rem;
  line-height: 2.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 .font-bold {
  font-weight: 700;
}
:root .font-medium {
  font-weight: 500;
}
:root .font-normal {
  font-weight: 400;
}
:root .font-semibold {
  font-weight: 600;
}
:root .uppercase {
  text-transform: uppercase;
}
:root .lowercase {
  text-transform: lowercase;
}
:root .italic {
  font-style: italic;
}
:root .leading-none {
  line-height: 1;
}
:root .leading-snug {
  line-height: 1.375;
}
:root .\!text-primary-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--vex-color-primary-600) / 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-atrovirens {
  --tw-text-opacity: 1;
  color: rgb(0 68 7 / var(--tw-text-opacity, 1));
}
:root .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
:root .text-current {
  color: currentColor;
}
:root .text-default {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-text-rgb) / var(--tw-text-opacity, 1));
}
:root .text-flavius {
  --tw-text-opacity: 1;
  color: rgb(255 225 109 / 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-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / 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-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-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / 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-ruber {
  --tw-text-opacity: 1;
  color: rgb(210 44 25 / 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-40 {
  opacity: 0.4;
}
: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-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 .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 .\!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) !important;
}
: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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root .duration-400 {
  transition-duration: 400ms;
}
: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;
}
:root .placeholder\:text-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(var(--vex-foreground-secondary-text-rgb) / var(--tw-text-opacity, 1));
}
:root .hover\:cursor-pointer:hover {
  cursor: pointer;
}
:root .hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-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-hover:hover {
  background-color: var(--vex-background-hover);
}
: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\: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 :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\:bg-primary-500\/20:is(.dark *) {
  background-color: rgb(var(--vex-color-primary-500) / 0.2);
}
: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-primary-600:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--vex-color-primary-600) / var(--tw-bg-opacity, 1));
}
: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\:mr-6 {
    margin-right: 1.5rem;
  }

  :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-\[235px\] {
    width: 235px;
  }

  :root .sm\:w-fit {
    width: fit-content;
  }

  :root .sm\:min-w-\[280px\] {
    min-width: 280px;
  }

  :root .sm\:max-w-32 {
    max-width: 8rem;
  }

  :root .sm\:flex-row {
    flex-direction: row;
  }

  :root .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  :root .sm\:justify-start {
    justify-content: flex-start;
  }

  :root .sm\:gap-2 {
    gap: 0.5rem;
  }

  :root .sm\:gap-4 {
    gap: 1rem;
  }

  :root .sm\:gap-6 {
    gap: 1.5rem;
  }

  :root .sm\:border-none {
    border-style: none;
  }

  :root .sm\:p-0 {
    padding: 0px;
  }

  :root .sm\:p-10 {
    padding: 2.5rem;
  }
}
@media (min-width: 960px) {

  :root .md\:w-36 {
    width: 9rem;
  }

  :root .md\:w-44 {
    width: 11rem;
  }

  :root .md\:w-80 {
    width: 20rem;
  }

  :root .md\:min-w-\[300px\] {
    min-width: 300px;
  }

  :root .md\:max-w-40 {
    max-width: 10rem;
  }

  :root .md\:flex-grow-0 {
    flex-grow: 0;
  }

  :root .md\:flex-row {
    flex-direction: row;
  }

  :root .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  :root .lg\:p-10 {
    padding: 2.5rem;
  }
}
: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\: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\:border-r:where([dir="ltr"], [dir="ltr"] *) {
  border-right-width: 1px;
}
:root .ltr\:pr-3:where([dir="ltr"], [dir="ltr"] *) {
  padding-right: 0.75rem;
}
:root .rtl\:left-12:where([dir="rtl"], [dir="rtl"] *) {
  left: 3rem;
}
: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-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\:mr-4:where([dir="rtl"], [dir="rtl"] *) {
  margin-right: 1rem;
}
:root .rtl\:border-l:where([dir="rtl"], [dir="rtl"] *) {
  border-left-width: 1px;
}
:root .rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0.75rem;
}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/quill/dist/quill.snow.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************/
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}


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