/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/theme.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
  * attribute has lower priority than class
  * by default, use attribute to set UI wide theme
  * use class for specific localised theme 
  */
[darktheme=true],
.darktheme.darktheme {
  --mdc-filled-button-label-text-color: #fff;
  --mdc-text-button-label-text-color: #fff;
}
[darktheme=true] .mat-ripple-element,
.darktheme.darktheme .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-option,
.darktheme.darktheme .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mat-mdc-option:hover:not(.mdc-list-item--disabled), [darktheme=true] .mat-mdc-option:focus:not(.mdc-list-item--disabled), [darktheme=true] .mat-mdc-option.mat-mdc-option-active, [darktheme=true] .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.darktheme.darktheme .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.darktheme.darktheme .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.darktheme.darktheme .mat-mdc-option.mat-mdc-option-active,
.darktheme.darktheme .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(255, 255, 255, 0.08);
}
[darktheme=true] .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.darktheme.darktheme .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=true] .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.darktheme.darktheme .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ffd740);
}
[darktheme=true] .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.darktheme.darktheme .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-optgroup-label,
.darktheme.darktheme .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-pseudo-checkbox-full {
  color: rgba(255, 255, 255, 0.7);
}
[darktheme=true] .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.darktheme.darktheme .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #686868;
}
[darktheme=true] .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=true] .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #5c6bc0;
}
[darktheme=true] .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=true] .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #5c6bc0;
}
[darktheme=true] .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
[darktheme=true] .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.darktheme.darktheme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.darktheme.darktheme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
[darktheme=true] .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=true] .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
[darktheme=true] .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=true] .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
[darktheme=true] .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
[darktheme=true] .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.darktheme.darktheme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.darktheme.darktheme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
[darktheme=true] .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=true] .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
[darktheme=true] .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=true] .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
[darktheme=true] .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
[darktheme=true] .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.darktheme.darktheme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.darktheme.darktheme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
[darktheme=true] .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=true] .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
[darktheme=true] .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=true] .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
[darktheme=true] .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
[darktheme=true] .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.darktheme.darktheme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.darktheme.darktheme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #303030;
}
[darktheme=true] .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=true] .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.darktheme.darktheme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #686868;
}
[darktheme=true] .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=true] .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.darktheme.darktheme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #686868;
}
[darktheme=true] .mat-app-background, [darktheme=true].mat-app-background,
.darktheme.darktheme .mat-app-background,
.darktheme.darktheme.mat-app-background {
  background-color: #303030;
  color: white;
}
[darktheme=true] .mat-elevation-z0, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z0,
.darktheme.darktheme .mat-elevation-z0,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z1, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z1,
.darktheme.darktheme .mat-elevation-z1,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z2, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z2,
.darktheme.darktheme .mat-elevation-z2,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z3, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z3,
.darktheme.darktheme .mat-elevation-z3,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z4, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z4,
.darktheme.darktheme .mat-elevation-z4,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z5, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z5,
.darktheme.darktheme .mat-elevation-z5,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z6, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z6,
.darktheme.darktheme .mat-elevation-z6,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z7, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z7,
.darktheme.darktheme .mat-elevation-z7,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z8, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z8,
.darktheme.darktheme .mat-elevation-z8,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z9, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z9,
.darktheme.darktheme .mat-elevation-z9,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z10, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z10,
.darktheme.darktheme .mat-elevation-z10,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z11, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z11,
.darktheme.darktheme .mat-elevation-z11,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z12, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z12,
.darktheme.darktheme .mat-elevation-z12,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z13, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z13,
.darktheme.darktheme .mat-elevation-z13,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z14, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z14,
.darktheme.darktheme .mat-elevation-z14,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z15, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z15,
.darktheme.darktheme .mat-elevation-z15,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z16, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z16,
.darktheme.darktheme .mat-elevation-z16,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z17, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z17,
.darktheme.darktheme .mat-elevation-z17,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z18, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z18,
.darktheme.darktheme .mat-elevation-z18,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z19, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z19,
.darktheme.darktheme .mat-elevation-z19,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z20, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z20,
.darktheme.darktheme .mat-elevation-z20,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z21, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z21,
.darktheme.darktheme .mat-elevation-z21,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z22, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z22,
.darktheme.darktheme .mat-elevation-z22,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z23, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z23,
.darktheme.darktheme .mat-elevation-z23,
.darktheme.darktheme .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);
}
[darktheme=true] .mat-elevation-z24, [darktheme=true] .mat-mdc-elevation-specific.mat-elevation-z24,
.darktheme.darktheme .mat-elevation-z24,
.darktheme.darktheme .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;
}

[darktheme=true] .mat-mdc-option,
.darktheme.darktheme .mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
}
[darktheme=true] .mat-mdc-card,
.darktheme.darktheme .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #424242;
}
[darktheme=true] .mat-mdc-card-outlined,
.darktheme.darktheme .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #595959;
}
[darktheme=true] .mat-mdc-card-subtitle,
.darktheme.darktheme .mat-mdc-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
[darktheme=true] .mat-mdc-card-title,
.darktheme.darktheme .mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, 32px);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}
[darktheme=true] .mat-mdc-card-subtitle,
.darktheme.darktheme .mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
[darktheme=true] .mat-mdc-progress-bar,
.darktheme.darktheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #5c6bc0;
}
[darktheme=true] .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.darktheme.darktheme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(92, 107, 192, 0.25)'/%3E%3C/svg%3E");
}
[darktheme=true] .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.darktheme.darktheme .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(92, 107, 192, 0.25);
}
[darktheme=true] .mat-mdc-progress-bar.mat-accent,
.darktheme.darktheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ffd740;
}
[darktheme=true] .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.darktheme.darktheme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 215, 64, 0.25)'/%3E%3C/svg%3E");
}
[darktheme=true] .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.darktheme.darktheme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 215, 64, 0.25);
}
[darktheme=true] .mat-mdc-progress-bar.mat-warn,
.darktheme.darktheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
[darktheme=true] .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.darktheme.darktheme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
[darktheme=true] .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.darktheme.darktheme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
[darktheme=true] .mat-mdc-tooltip,
.darktheme.darktheme .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
[darktheme=true] .mat-mdc-tooltip,
.darktheme.darktheme .mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}
[darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 255, 255, 0.6);
}
[darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.87);
}
@media all {
  [darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media all {
  [darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
  }
}
[darktheme=true] .mdc-text-field .mdc-text-field__input,
.darktheme.darktheme .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
[darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=true] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.darktheme.darktheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=true] .mdc-text-field--filled .mdc-text-field__ripple::before,
[darktheme=true] .mdc-text-field--filled .mdc-text-field__ripple::after,
.darktheme.darktheme .mdc-text-field--filled .mdc-text-field__ripple::before,
.darktheme.darktheme .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(255, 255, 255, 0.87));
}
[darktheme=true] .mdc-text-field--filled:hover .mdc-text-field__ripple::before, [darktheme=true] .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.darktheme.darktheme .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.darktheme.darktheme .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.08);
}
[darktheme=true] .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, [darktheme=true] .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.darktheme.darktheme .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.darktheme.darktheme .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.24);
}
[darktheme=true] .mdc-text-field--filled:not(.mdc-text-field--disabled),
.darktheme.darktheme .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #4a4a4a;
}
[darktheme=true] .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.darktheme.darktheme .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.42);
}
[darktheme=true] .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.darktheme.darktheme .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.87);
}
[darktheme=true] .mdc-text-field--filled .mdc-line-ripple::after,
.darktheme.darktheme .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=true] .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
[darktheme=true] .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
[darktheme=true] .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.darktheme.darktheme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.darktheme.darktheme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.darktheme.darktheme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.38);
}
[darktheme=true] .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
[darktheme=true] .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
[darktheme=true] .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.darktheme.darktheme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.darktheme.darktheme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.darktheme.darktheme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.87);
}
[darktheme=true] .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=true] .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=true] .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.darktheme.darktheme .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.darktheme.darktheme .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.darktheme.darktheme .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #5c6bc0);
}
[dir=rtl] [darktheme=true] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .darktheme.darktheme .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [darktheme=true] .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .darktheme.darktheme .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] [darktheme=true] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .darktheme.darktheme .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [darktheme=true] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .darktheme.darktheme .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=true] .mdc-text-field--outlined .mdc-text-field__ripple::before,
[darktheme=true] .mdc-text-field--outlined .mdc-text-field__ripple::after,
.darktheme.darktheme .mdc-text-field--outlined .mdc-text-field__ripple::before,
.darktheme.darktheme .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] [darktheme=true] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .darktheme.darktheme .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [darktheme=true] .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .darktheme.darktheme .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[darktheme=true] .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.darktheme.darktheme .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(92, 107, 192, 0.87);
}
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--invalid .mdc-text-field__input,
.darktheme.darktheme .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=true] .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.darktheme.darktheme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mdc-text-field--disabled .mdc-text-field__input,
.darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(255, 255, 255, 0.38);
}
@media all {
  [darktheme=true] .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
@media all {
  [darktheme=true] .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.38);
  }
}
[darktheme=true] .mdc-text-field--disabled .mdc-floating-label,
.darktheme.darktheme .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(255, 255, 255, 0.38);
}
[darktheme=true] .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.darktheme.darktheme .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=true] .mdc-text-field--disabled .mdc-text-field-character-counter,
[darktheme=true] .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.darktheme.darktheme .mdc-text-field--disabled .mdc-text-field-character-counter,
.darktheme.darktheme .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=true] .mdc-text-field--disabled .mdc-text-field__icon--leading,
.darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
[darktheme=true] .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
[darktheme=true] .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=true] .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=true] .mdc-text-field--disabled .mdc-line-ripple::before,
.darktheme.darktheme .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(255, 255, 255, 0.06);
}
[darktheme=true] .mdc-text-field--disabled .mdc-notched-outline__leading,
[darktheme=true] .mdc-text-field--disabled .mdc-notched-outline__notch,
[darktheme=true] .mdc-text-field--disabled .mdc-notched-outline__trailing,
.darktheme.darktheme .mdc-text-field--disabled .mdc-notched-outline__leading,
.darktheme.darktheme .mdc-text-field--disabled .mdc-notched-outline__notch,
.darktheme.darktheme .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-floating-label,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .darktheme.darktheme .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-text-field-character-counter,
  [darktheme=true] .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-text-field-character-counter,
  .darktheme.darktheme .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-line-ripple::before,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=true] .mdc-text-field--disabled .mdc-notched-outline__leading,
  [darktheme=true] .mdc-text-field--disabled .mdc-notched-outline__notch,
  [darktheme=true] .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-notched-outline__leading,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-notched-outline__notch,
  .darktheme.darktheme .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
[darktheme=true] .mdc-text-field--disabled.mdc-text-field--filled,
.darktheme.darktheme .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #464646;
}
[dir=rtl] [darktheme=true] .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .darktheme.darktheme .mdc-text-field--end-aligned .mdc-text-field__input, [darktheme=true] .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .darktheme.darktheme .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] [darktheme=true] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .darktheme.darktheme .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [darktheme=true] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .darktheme.darktheme .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[darktheme=true] .mat-mdc-form-field-error,
.darktheme.darktheme .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field-focus-overlay,
.darktheme.darktheme .mat-mdc-form-field-focus-overlay {
  background-color: rgba(255, 255, 255, 0.87);
}
[darktheme=true] .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.darktheme.darktheme .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.08;
}
[darktheme=true] .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.darktheme.darktheme .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.24;
}
[darktheme=true] select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option,
.darktheme.darktheme select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=true] select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled,
.darktheme.darktheme select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=true] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.darktheme.darktheme .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.darktheme.darktheme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(92, 107, 192, 0.87);
}
[darktheme=true] .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.darktheme.darktheme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 215, 64, 0.87);
}
[darktheme=true] .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.darktheme.darktheme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
[darktheme=true] .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.darktheme.darktheme .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(255, 255, 255, 0.38);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ffd740);
}
[darktheme=true] .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.darktheme.darktheme .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ffd740);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 215, 64, 0.87);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=true] .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.darktheme.darktheme .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ffd740);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.darktheme.darktheme .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=true] .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.darktheme.darktheme .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=true] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.darktheme.darktheme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
[darktheme=true] [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.darktheme.darktheme [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
[darktheme=true] .mat-mdc-form-field-infix,
.darktheme.darktheme .mat-mdc-form-field-infix {
  min-height: 56px;
}
[darktheme=true] .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,
.darktheme.darktheme .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
[darktheme=true] .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.darktheme.darktheme .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
[darktheme=true] .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,
.darktheme.darktheme .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
[darktheme=true] .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
.darktheme.darktheme .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
[darktheme=true] .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,
.darktheme.darktheme .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
[darktheme=true] .mdc-text-field__input,
.darktheme.darktheme .mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[darktheme=true] .mdc-text-field__affix,
.darktheme.darktheme .mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] [darktheme=true] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .darktheme.darktheme .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [darktheme=true] .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .darktheme.darktheme .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] [darktheme=true] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .darktheme.darktheme .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [darktheme=true] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .darktheme.darktheme .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=true] .mdc-text-field--textarea .mdc-text-field__input,
.darktheme.darktheme .mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] [darktheme=true] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .darktheme.darktheme .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [darktheme=true] .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .darktheme.darktheme .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] [darktheme=true] .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .darktheme.darktheme .mdc-text-field--end-aligned .mdc-text-field__input, [darktheme=true] .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .darktheme.darktheme .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=true] .mdc-floating-label,
.darktheme.darktheme .mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] [darktheme=true] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .darktheme.darktheme .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [darktheme=true] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .darktheme.darktheme .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[darktheme=true] .mat-mdc-form-field-subscript-wrapper,
[darktheme=true] .mat-mdc-form-field-bottom-align::before,
.darktheme.darktheme .mat-mdc-form-field-subscript-wrapper,
.darktheme.darktheme .mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
[darktheme=true] .mat-mdc-form-field,
[darktheme=true] .mat-mdc-floating-label,
.darktheme.darktheme .mat-mdc-form-field,
.darktheme.darktheme .mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
[darktheme=true] .mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above,
.darktheme.darktheme .mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(16px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
[darktheme=true] .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.darktheme.darktheme .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 16px;
}
[darktheme=true] .mdc-menu-surface,
.darktheme.darktheme .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mdc-list-item__secondary-text,
.darktheme.darktheme .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
[darktheme=true] .mdc-list-item__overline-text,
.darktheme.darktheme .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
[darktheme=true] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__start,
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__content,
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__content,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__secondary-text,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__overline-text,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--selected .mdc-list-item__primary-text,
[darktheme=true] .mdc-list-item--activated .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item--selected .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=true] .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=true] .mdc-deprecated-list-group__subheader,
.darktheme.darktheme .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mdc-list-divider::after,
.darktheme.darktheme .mdc-list-divider::after {
  border-bottom-color: white;
}
[darktheme=true] .mdc-list-divider,
.darktheme.darktheme .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
[darktheme=true] .mat-mdc-select-value,
.darktheme.darktheme .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.87);
}
[darktheme=true] .mat-mdc-select-placeholder,
.darktheme.darktheme .mat-mdc-select-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
[darktheme=true] .mat-mdc-select-disabled .mat-mdc-select-value,
.darktheme.darktheme .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(255, 255, 255, 0.38);
}
[darktheme=true] .mat-mdc-select-arrow,
.darktheme.darktheme .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.darktheme.darktheme .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(92, 107, 192, 0.87);
}
[darktheme=true] .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.darktheme.darktheme .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 215, 64, 0.87);
}
[darktheme=true] .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.darktheme.darktheme .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
[darktheme=true] .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.darktheme.darktheme .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
[darktheme=true] .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.darktheme.darktheme .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(255, 255, 255, 0.38);
}
[darktheme=true] .mat-mdc-select-panel,
.darktheme.darktheme .mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
[darktheme=true] .mat-mdc-select,
.darktheme.darktheme .mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
[darktheme=true] .mdc-menu-surface,
.darktheme.darktheme .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mdc-list-item__secondary-text,
.darktheme.darktheme .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
[darktheme=true] .mdc-list-item__overline-text,
.darktheme.darktheme .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
[darktheme=true] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__start,
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__content,
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__content,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__secondary-text,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__overline-text,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--selected .mdc-list-item__primary-text,
[darktheme=true] .mdc-list-item--activated .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item--selected .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=true] .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=true] .mdc-deprecated-list-group__subheader,
.darktheme.darktheme .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mdc-list-divider::after,
.darktheme.darktheme .mdc-list-divider::after {
  border-bottom-color: white;
}
[darktheme=true] .mdc-list-divider,
.darktheme.darktheme .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
[darktheme=true] .mat-mdc-autocomplete-panel,
.darktheme.darktheme .mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
[darktheme=true] .mat-mdc-dialog-container,
.darktheme.darktheme .mat-mdc-dialog-container {
  --mdc-dialog-container-color: #424242;
  --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, 0.12);
  --mdc-dialog-subhead-color: rgba(255, 255, 255, 0.87);
  --mdc-dialog-supporting-text-color: rgba(255, 255, 255, 0.6);
}
[darktheme=true] .mat-mdc-dialog-container,
.darktheme.darktheme .mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}
[darktheme=true] .mat-mdc-standard-chip,
.darktheme.darktheme .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #595959;
  --mdc-chip-elevated-disabled-container-color: #595959;
  --mdc-chip-label-text-color: #fafafa;
  --mdc-chip-disabled-label-text-color: #fafafa;
  --mdc-chip-with-icon-icon-color: #fafafa;
  --mdc-chip-with-icon-disabled-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
  --mdc-chip-with-icon-selected-icon-color: #fafafa;
}
[darktheme=true] .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, [darktheme=true] .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.darktheme.darktheme .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.darktheme.darktheme .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #5c6bc0;
  --mdc-chip-elevated-disabled-container-color: #5c6bc0;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
[darktheme=true] .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, [darktheme=true] .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.darktheme.darktheme .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.darktheme.darktheme .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ffd740;
  --mdc-chip-elevated-disabled-container-color: #ffd740;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
[darktheme=true] .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, [darktheme=true] .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.darktheme.darktheme .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.darktheme.darktheme .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
[darktheme=true] .mat-mdc-chip-focus-overlay,
.darktheme.darktheme .mat-mdc-chip-focus-overlay {
  background: white;
}
[darktheme=true] .mat-mdc-chip,
.darktheme.darktheme .mat-mdc-chip {
  height: 32px;
}
[darktheme=true] .mat-mdc-standard-chip,
.darktheme.darktheme .mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=true] .mat-mdc-slide-toggle,
.darktheme.darktheme .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #000;
  --mdc-switch-disabled-unselected-handle-color: #000;
  --mdc-switch-disabled-selected-track-color: #f5f5f5;
  --mdc-switch-disabled-unselected-track-color: #f5f5f5;
  --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
  --mdc-switch-unselected-focus-track-color: #616161;
  --mdc-switch-unselected-hover-track-color: #616161;
  --mdc-switch-unselected-pressed-track-color: #616161;
  --mdc-switch-unselected-track-color: #616161;
  --mdc-switch-unselected-focus-handle-color: #fafafa;
  --mdc-switch-unselected-hover-handle-color: #fafafa;
  --mdc-switch-unselected-pressed-handle-color: #fafafa;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #9e9e9e;
  --mdc-switch-selected-icon-color: #212121;
  --mdc-switch-disabled-selected-icon-color: #212121;
  --mdc-switch-disabled-unselected-icon-color: #212121;
  --mdc-switch-unselected-icon-color: #212121;
}
[darktheme=true] .mat-mdc-slide-toggle .mdc-form-field,
.darktheme.darktheme .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.darktheme.darktheme .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-slide-toggle.mat-primary,
.darktheme.darktheme .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #7986cb;
  --mdc-switch-selected-handle-color: #7986cb;
  --mdc-switch-selected-hover-state-layer-color: #7986cb;
  --mdc-switch-selected-pressed-state-layer-color: #7986cb;
  --mdc-switch-selected-focus-handle-color: #9fa8da;
  --mdc-switch-selected-hover-handle-color: #9fa8da;
  --mdc-switch-selected-pressed-handle-color: #9fa8da;
  --mdc-switch-selected-focus-track-color: #3949ab;
  --mdc-switch-selected-hover-track-color: #3949ab;
  --mdc-switch-selected-pressed-track-color: #3949ab;
  --mdc-switch-selected-track-color: #3949ab;
}
[darktheme=true] .mat-mdc-slide-toggle.mat-accent,
.darktheme.darktheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffd54f;
  --mdc-switch-selected-handle-color: #ffd54f;
  --mdc-switch-selected-hover-state-layer-color: #ffd54f;
  --mdc-switch-selected-pressed-state-layer-color: #ffd54f;
  --mdc-switch-selected-focus-handle-color: #ffe082;
  --mdc-switch-selected-hover-handle-color: #ffe082;
  --mdc-switch-selected-pressed-handle-color: #ffe082;
  --mdc-switch-selected-focus-track-color: #ffb300;
  --mdc-switch-selected-hover-track-color: #ffb300;
  --mdc-switch-selected-pressed-track-color: #ffb300;
  --mdc-switch-selected-track-color: #ffb300;
}
[darktheme=true] .mat-mdc-slide-toggle.mat-warn,
.darktheme.darktheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e57373;
  --mdc-switch-selected-handle-color: #e57373;
  --mdc-switch-selected-hover-state-layer-color: #e57373;
  --mdc-switch-selected-pressed-state-layer-color: #e57373;
  --mdc-switch-selected-focus-handle-color: #ef9a9a;
  --mdc-switch-selected-hover-handle-color: #ef9a9a;
  --mdc-switch-selected-pressed-handle-color: #ef9a9a;
  --mdc-switch-selected-focus-track-color: #e53935;
  --mdc-switch-selected-hover-track-color: #e53935;
  --mdc-switch-selected-pressed-track-color: #e53935;
  --mdc-switch-selected-track-color: #e53935;
}
[darktheme=true] .mat-mdc-slide-toggle,
.darktheme.darktheme .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
[darktheme=true] .mdc-form-field,
.darktheme.darktheme .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=true] .mat-mdc-radio-button .mdc-form-field,
.darktheme.darktheme .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mat-mdc-radio-button.mat-primary,
.darktheme.darktheme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --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: #5c6bc0;
  --mdc-radio-selected-hover-icon-color: #5c6bc0;
  --mdc-radio-selected-icon-color: #5c6bc0;
  --mdc-radio-selected-pressed-icon-color: #5c6bc0;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #5c6bc0;
}
[darktheme=true] .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.darktheme.darktheme .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-radio-button.mat-accent,
.darktheme.darktheme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --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: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ffd740;
}
[darktheme=true] .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.darktheme.darktheme .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-radio-button.mat-warn,
.darktheme.darktheme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
[darktheme=true] .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.darktheme.darktheme .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-radio-button .mdc-radio,
.darktheme.darktheme .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
[darktheme=true] .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before,
.darktheme.darktheme .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
[darktheme=true] .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control,
.darktheme.darktheme .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
[darktheme=true] .mdc-form-field,
.darktheme.darktheme .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=true] .mat-mdc-slider,
.darktheme.darktheme .mat-mdc-slider {
  --mdc-slider-label-container-color: white;
  --mdc-slider-label-label-text-color: black;
  --mdc-slider-disabled-handle-color: #fff;
  --mdc-slider-disabled-active-track-color: #fff;
  --mdc-slider-disabled-inactive-track-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #fff;
  --mat-mdc-slider-value-indicator-opacity: 0.9;
}
[darktheme=true] .mat-mdc-slider.mat-primary,
.darktheme.darktheme .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #5c6bc0;
  --mdc-slider-focus-handle-color: #5c6bc0;
  --mdc-slider-hover-handle-color: #5c6bc0;
  --mdc-slider-active-track-color: #5c6bc0;
  --mdc-slider-inactive-track-color: #5c6bc0;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #5c6bc0;
  --mat-mdc-slider-ripple-color: #5c6bc0;
  --mat-mdc-slider-hover-ripple-color: rgba(92, 107, 192, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(92, 107, 192, 0.2);
}
[darktheme=true] .mat-mdc-slider.mat-accent,
.darktheme.darktheme .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ffd740;
  --mdc-slider-focus-handle-color: #ffd740;
  --mdc-slider-hover-handle-color: #ffd740;
  --mdc-slider-active-track-color: #ffd740;
  --mdc-slider-inactive-track-color: #ffd740;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffd740;
  --mat-mdc-slider-ripple-color: #ffd740;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 215, 64, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 215, 64, 0.2);
}
[darktheme=true] .mat-mdc-slider.mat-warn,
.darktheme.darktheme .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
[darktheme=true] .mat-mdc-slider,
.darktheme.darktheme .mat-mdc-slider {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}
[darktheme=true] .mdc-menu-surface,
.darktheme.darktheme .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #424242);
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mdc-list-item__secondary-text,
.darktheme.darktheme .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, 0.7));
}
[darktheme=true] .mdc-list-item__overline-text,
.darktheme.darktheme .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
[darktheme=true] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__start,
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__content,
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__content,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__secondary-text,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled .mdc-list-item__overline-text,
.darktheme.darktheme .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.darktheme.darktheme .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mdc-list-item--selected .mdc-list-item__primary-text,
[darktheme=true] .mdc-list-item--activated .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item--selected .mdc-list-item__primary-text,
.darktheme.darktheme .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=true] .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=true] .mdc-deprecated-list-group__subheader,
.darktheme.darktheme .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mdc-list-divider::after,
.darktheme.darktheme .mdc-list-divider::after {
  border-bottom-color: white;
}
[darktheme=true] .mdc-list-divider,
.darktheme.darktheme .mdc-list-divider {
  background-color: rgba(255, 255, 255, 0.2);
}
[darktheme=true] .mat-mdc-menu-item[disabled],
[darktheme=true] .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
[darktheme=true] .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.darktheme.darktheme .mat-mdc-menu-item[disabled],
.darktheme.darktheme .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.darktheme.darktheme .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, 0.5));
}
[darktheme=true] .mat-mdc-menu-item .mat-icon-no-color,
[darktheme=true] .mat-mdc-menu-submenu-icon,
.darktheme.darktheme .mat-mdc-menu-item .mat-icon-no-color,
.darktheme.darktheme .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mat-mdc-menu-item:hover:not([disabled]),
[darktheme=true] .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
[darktheme=true] .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
[darktheme=true] .mat-mdc-menu-item-highlighted:not([disabled]),
.darktheme.darktheme .mat-mdc-menu-item:hover:not([disabled]),
.darktheme.darktheme .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.darktheme.darktheme .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.darktheme.darktheme .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.08);
}
[darktheme=true] .mat-mdc-menu-content,
.darktheme.darktheme .mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
[darktheme=true] .mat-mdc-menu-content,
[darktheme=true] .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text,
.darktheme.darktheme .mat-mdc-menu-content,
.darktheme.darktheme .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
[darktheme=true] .mat-mdc-list-base,
.darktheme.darktheme .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: white;
  --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, 0.7);
  --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-disabled-label-text-color: white;
  --mdc-list-list-item-disabled-leading-icon-color: white;
  --mdc-list-list-item-disabled-trailing-icon-color: white;
  --mdc-list-list-item-hover-label-text-color: white;
  --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-list-list-item-focus-label-text-color: white;
  --mdc-list-list-item-hover-state-layer-color: white;
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: white;
  --mdc-list-list-item-focus-state-layer-opacity: 0.24;
}
[darktheme=true] .mat-mdc-list-option .mdc-list-item__start, [darktheme=true] .mat-mdc-list-option .mdc-list-item__end,
.darktheme.darktheme .mat-mdc-list-option .mdc-list-item__start,
.darktheme.darktheme .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #5c6bc0;
  --mdc-checkbox-selected-hover-icon-color: #5c6bc0;
  --mdc-checkbox-selected-icon-color: #5c6bc0;
  --mdc-checkbox-selected-pressed-icon-color: #5c6bc0;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-list-option .mdc-list-item__start, [darktheme=true] .mat-mdc-list-option .mdc-list-item__end,
.darktheme.darktheme .mat-mdc-list-option .mdc-list-item__start,
.darktheme.darktheme .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --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: #5c6bc0;
  --mdc-radio-selected-hover-icon-color: #5c6bc0;
  --mdc-radio-selected-icon-color: #5c6bc0;
  --mdc-radio-selected-pressed-icon-color: #5c6bc0;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #5c6bc0;
}
[darktheme=true] .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, [darktheme=true] .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.darktheme.darktheme .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.darktheme.darktheme .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-list-option.mat-accent .mdc-list-item__start, [darktheme=true] .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.darktheme.darktheme .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.darktheme.darktheme .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-list-option.mat-accent .mdc-list-item__start, [darktheme=true] .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.darktheme.darktheme .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.darktheme.darktheme .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --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: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #ffd740;
}
[darktheme=true] .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, [darktheme=true] .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.darktheme.darktheme .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.darktheme.darktheme .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-list-option.mat-warn .mdc-list-item__start, [darktheme=true] .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.darktheme.darktheme .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.darktheme.darktheme .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-list-option.mat-warn .mdc-list-item__start, [darktheme=true] .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.darktheme.darktheme .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.darktheme.darktheme .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #fff;
  --mdc-radio-disabled-unselected-icon-color: #fff;
  --mdc-radio-unselected-focus-icon-color: #eeeeee;
  --mdc-radio-unselected-hover-icon-color: #eeeeee;
  --mdc-radio-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #fff;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
[darktheme=true] .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, [darktheme=true] .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.darktheme.darktheme .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.darktheme.darktheme .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
[darktheme=true] .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.darktheme.darktheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.darktheme.darktheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #5c6bc0;
}
[darktheme=true] .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=true] .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.darktheme.darktheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #5c6bc0;
}
[darktheme=true] .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
[darktheme=true] .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
[darktheme=true] .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.darktheme.darktheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.darktheme.darktheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.darktheme.darktheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
[darktheme=true] .mat-mdc-list-base,
.darktheme.darktheme .mat-mdc-list-base {
  --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;
}
[darktheme=true] .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, [darktheme=true] .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, [darktheme=true] .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line,
.darktheme.darktheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.darktheme.darktheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.darktheme.darktheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
[darktheme=true] .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, [darktheme=true] .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, [darktheme=true] .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines,
.darktheme.darktheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.darktheme.darktheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.darktheme.darktheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
[darktheme=true] .mat-mdc-list-base,
.darktheme.darktheme .mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
[darktheme=true] .mdc-list-group__subheader,
.darktheme.darktheme .mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
[darktheme=true] .mat-mdc-paginator,
.darktheme.darktheme .mat-mdc-paginator {
  background: #424242;
  color: rgba(255, 255, 255, 0.87);
}
[darktheme=true] .mat-mdc-paginator-icon,
.darktheme.darktheme .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-paginator-decrement,
[darktheme=true] .mat-mdc-paginator-increment,
.darktheme.darktheme .mat-mdc-paginator-decrement,
.darktheme.darktheme .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
  border-right: 2px solid rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-paginator-first,
[darktheme=true] .mat-mdc-paginator-last,
.darktheme.darktheme .mat-mdc-paginator-first,
.darktheme.darktheme .mat-mdc-paginator-last {
  border-top: 2px solid rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
[darktheme=true] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
[darktheme=true] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
[darktheme=true] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.darktheme.darktheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.darktheme.darktheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.darktheme.darktheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.darktheme.darktheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.darktheme.darktheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-mdc-paginator .mat-mdc-form-field-infix,
.darktheme.darktheme .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
[darktheme=true] .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,
.darktheme.darktheme .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
[darktheme=true] .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.darktheme.darktheme .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
[darktheme=true] .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,
.darktheme.darktheme .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
[darktheme=true] .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
.darktheme.darktheme .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
[darktheme=true] .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,
.darktheme.darktheme .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
[darktheme=true] .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label,
.darktheme.darktheme .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
[darktheme=true] .mat-mdc-paginator-container,
.darktheme.darktheme .mat-mdc-paginator-container {
  min-height: 56px;
}
[darktheme=true] .mat-mdc-paginator,
.darktheme.darktheme .mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
[darktheme=true] .mat-mdc-paginator .mat-mdc-select-value,
.darktheme.darktheme .mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}
[darktheme=true] .mat-mdc-tab, [darktheme=true] .mat-mdc-tab-link,
.darktheme.darktheme .mat-mdc-tab,
.darktheme.darktheme .mat-mdc-tab-link {
  background-color: transparent;
}
[darktheme=true] .mat-mdc-tab .mdc-tab__text-label, [darktheme=true] .mat-mdc-tab-link .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(255, 255, 255, 0.6);
}
[darktheme=true] .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
[darktheme=true] .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, [darktheme=true] .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
[darktheme=true] .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.darktheme.darktheme .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.darktheme.darktheme .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=true] .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #5c6bc0;
}
[darktheme=true] .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=true] .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #5c6bc0);
}
[darktheme=true] .mdc-tab__ripple::before,
[darktheme=true] .mat-mdc-tab .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-link .mat-ripple-element,
.darktheme.darktheme .mdc-tab__ripple::before,
.darktheme.darktheme .mat-mdc-tab .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-header-pagination .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-link .mat-ripple-element {
  background-color: #5c6bc0;
}
[darktheme=true] .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=true] .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=true] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=true] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ffd740;
}
[darktheme=true] .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=true] .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=true] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=true] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ffd740);
}
[darktheme=true] .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
[darktheme=true] .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, [darktheme=true] .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
[darktheme=true] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.darktheme.darktheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ffd740;
}
[darktheme=true] .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=true] .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=true] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=true] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
[darktheme=true] .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=true] .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=true] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=true] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
[darktheme=true] .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
[darktheme=true] .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, [darktheme=true] .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
[darktheme=true] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=true] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.darktheme.darktheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
[darktheme=true] .mat-mdc-tab-group.mat-background-primary, [darktheme=true] .mat-mdc-tab-nav-bar.mat-background-primary,
.darktheme.darktheme .mat-mdc-tab-group.mat-background-primary,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #5c6bc0;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
[darktheme=true] .mat-mdc-tab-group.mat-background-accent, [darktheme=true] .mat-mdc-tab-nav-bar.mat-background-accent,
.darktheme.darktheme .mat-mdc-tab-group.mat-background-accent,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ffd740;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
[darktheme=true] .mat-mdc-tab-group.mat-background-warn, [darktheme=true] .mat-mdc-tab-nav-bar.mat-background-warn,
.darktheme.darktheme .mat-mdc-tab-group.mat-background-warn,
.darktheme.darktheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
[darktheme=true] .mat-mdc-tab-header-pagination-chevron,
.darktheme.darktheme .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #fff);
}
[darktheme=true] .mat-mdc-tab-header .mdc-tab,
.darktheme.darktheme .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
[darktheme=true] .mdc-tab,
.darktheme.darktheme .mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
[darktheme=true] .mat-mdc-checkbox .mdc-form-field,
.darktheme.darktheme .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, white);
}
[darktheme=true] .mat-mdc-checkbox .mat-ripple-element,
.darktheme.darktheme .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-checkbox .mdc-checkbox__ripple,
.darktheme.darktheme .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #fff;
}
[darktheme=true] .mat-mdc-checkbox.mat-primary,
.darktheme.darktheme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #5c6bc0;
  --mdc-checkbox-selected-hover-icon-color: #5c6bc0;
  --mdc-checkbox-selected-icon-color: #5c6bc0;
  --mdc-checkbox-selected-pressed-icon-color: #5c6bc0;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.darktheme.darktheme .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(92, 107, 192, 0.1);
}
[darktheme=true] .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.darktheme.darktheme .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #5c6bc0;
}
[darktheme=true] .mat-mdc-checkbox.mat-accent,
.darktheme.darktheme .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --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-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.darktheme.darktheme .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 215, 64, 0.1);
}
[darktheme=true] .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.darktheme.darktheme .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ffd740;
}
[darktheme=true] .mat-mdc-checkbox.mat-warn,
.darktheme.darktheme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
  --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
  --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, 0.54);
}
[darktheme=true] .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.darktheme.darktheme .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
[darktheme=true] .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.darktheme.darktheme .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
[darktheme=true] .mat-mdc-checkbox-disabled label,
.darktheme.darktheme .mat-mdc-checkbox-disabled label {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-checkbox .mdc-checkbox,
.darktheme.darktheme .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
[darktheme=true] .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background,
.darktheme.darktheme .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
[darktheme=true] .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control,
.darktheme.darktheme .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
@media all and (-ms-high-contrast: none) {
  [darktheme=true] .mdc-checkbox .mdc-checkbox__focus-ring,
  .darktheme.darktheme .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}
[darktheme=true] .mdc-form-field,
.darktheme.darktheme .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=true] .mat-mdc-button.mat-unthemed,
.darktheme.darktheme .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #fff;
}
[darktheme=true] .mat-mdc-button.mat-primary,
.darktheme.darktheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #5c6bc0;
}
[darktheme=true] .mat-mdc-button.mat-accent,
.darktheme.darktheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffd740;
}
[darktheme=true] .mat-mdc-button.mat-warn,
.darktheme.darktheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
[darktheme=true] .mat-mdc-button[disabled][disabled],
.darktheme.darktheme .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-text-button-label-text-color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-unelevated-button.mat-unthemed,
.darktheme.darktheme .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #424242;
  --mdc-filled-button-label-text-color: #fff;
}
[darktheme=true] .mat-mdc-unelevated-button.mat-primary,
.darktheme.darktheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #5c6bc0;
  --mdc-filled-button-label-text-color: #fff;
}
[darktheme=true] .mat-mdc-unelevated-button.mat-accent,
.darktheme.darktheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffd740;
  --mdc-filled-button-label-text-color: #000;
}
[darktheme=true] .mat-mdc-unelevated-button.mat-warn,
.darktheme.darktheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
[darktheme=true] .mat-mdc-unelevated-button[disabled][disabled],
.darktheme.darktheme .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-filled-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-filled-button-label-text-color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-raised-button.mat-unthemed,
.darktheme.darktheme .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #424242;
  --mdc-protected-button-label-text-color: #fff;
}
[darktheme=true] .mat-mdc-raised-button.mat-primary,
.darktheme.darktheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #5c6bc0;
  --mdc-protected-button-label-text-color: #fff;
}
[darktheme=true] .mat-mdc-raised-button.mat-accent,
.darktheme.darktheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffd740;
  --mdc-protected-button-label-text-color: #000;
}
[darktheme=true] .mat-mdc-raised-button.mat-warn,
.darktheme.darktheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
[darktheme=true] .mat-mdc-raised-button[disabled][disabled],
.darktheme.darktheme .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-color: rgba(255, 255, 255, 0.12);
  --mdc-protected-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-protected-button-container-elevation: 0;
}
[darktheme=true] .mat-mdc-outlined-button,
.darktheme.darktheme .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-mdc-outlined-button.mat-unthemed,
.darktheme.darktheme .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #fff;
}
[darktheme=true] .mat-mdc-outlined-button.mat-primary,
.darktheme.darktheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #5c6bc0;
}
[darktheme=true] .mat-mdc-outlined-button.mat-accent,
.darktheme.darktheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffd740;
}
[darktheme=true] .mat-mdc-outlined-button.mat-warn,
.darktheme.darktheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
[darktheme=true] .mat-mdc-outlined-button[disabled][disabled],
.darktheme.darktheme .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, 0.5);
  --mdc-outlined-button-outline-color: rgba(255, 255, 255, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-mdc-button, [darktheme=true] .mat-mdc-outlined-button,
.darktheme.darktheme .mat-mdc-button,
.darktheme.darktheme .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
[darktheme=true] .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
[darktheme=true] .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
[darktheme=true] .mat-mdc-button.mat-primary, [darktheme=true] .mat-mdc-outlined-button.mat-primary,
.darktheme.darktheme .mat-mdc-button.mat-primary,
.darktheme.darktheme .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #5c6bc0;
  --mat-mdc-button-ripple-color: rgba(92, 107, 192, 0.1);
}
[darktheme=true] .mat-mdc-button.mat-accent, [darktheme=true] .mat-mdc-outlined-button.mat-accent,
.darktheme.darktheme .mat-mdc-button.mat-accent,
.darktheme.darktheme .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1);
}
[darktheme=true] .mat-mdc-button.mat-warn, [darktheme=true] .mat-mdc-outlined-button.mat-warn,
.darktheme.darktheme .mat-mdc-button.mat-warn,
.darktheme.darktheme .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
[darktheme=true] .mat-mdc-raised-button, [darktheme=true] .mat-mdc-unelevated-button,
.darktheme.darktheme .mat-mdc-raised-button,
.darktheme.darktheme .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
[darktheme=true] .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
[darktheme=true] .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
[darktheme=true] .mat-mdc-raised-button.mat-primary, [darktheme=true] .mat-mdc-unelevated-button.mat-primary,
.darktheme.darktheme .mat-mdc-raised-button.mat-primary,
.darktheme.darktheme .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-raised-button.mat-accent, [darktheme=true] .mat-mdc-unelevated-button.mat-accent,
.darktheme.darktheme .mat-mdc-raised-button.mat-accent,
.darktheme.darktheme .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
[darktheme=true] .mat-mdc-raised-button.mat-warn, [darktheme=true] .mat-mdc-unelevated-button.mat-warn,
.darktheme.darktheme .mat-mdc-raised-button.mat-warn,
.darktheme.darktheme .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-button.mat-mdc-button-base,
[darktheme=true] .mat-mdc-raised-button.mat-mdc-button-base,
[darktheme=true] .mat-mdc-unelevated-button.mat-mdc-button-base,
[darktheme=true] .mat-mdc-outlined-button.mat-mdc-button-base,
.darktheme.darktheme .mat-mdc-button.mat-mdc-button-base,
.darktheme.darktheme .mat-mdc-raised-button.mat-mdc-button-base,
.darktheme.darktheme .mat-mdc-unelevated-button.mat-mdc-button-base,
.darktheme.darktheme .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
[darktheme=true] .mdc-button,
.darktheme.darktheme .mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
[darktheme=true] .mat-mdc-icon-button,
.darktheme.darktheme .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
[darktheme=true] .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
[darktheme=true] .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
[darktheme=true] .mat-mdc-icon-button.mat-primary,
.darktheme.darktheme .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #5c6bc0;
  --mat-mdc-button-ripple-color: rgba(92, 107, 192, 0.1);
}
[darktheme=true] .mat-mdc-icon-button.mat-accent,
.darktheme.darktheme .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1);
}
[darktheme=true] .mat-mdc-icon-button.mat-warn,
.darktheme.darktheme .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
[darktheme=true] .mat-mdc-icon-button.mat-primary,
.darktheme.darktheme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #5c6bc0;
}
[darktheme=true] .mat-mdc-icon-button.mat-accent,
.darktheme.darktheme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffd740;
}
[darktheme=true] .mat-mdc-icon-button.mat-warn,
.darktheme.darktheme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
[darktheme=true] .mat-mdc-icon-button[disabled][disabled],
.darktheme.darktheme .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(255, 255, 255, 0.5);
  --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-mdc-icon-button.mat-mdc-button-base,
.darktheme.darktheme .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
[darktheme=true] .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring,
.darktheme.darktheme .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
[darktheme=true] .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple,
.darktheme.darktheme .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
[darktheme=true] .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring,
.darktheme.darktheme .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
[darktheme=true] .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch,
.darktheme.darktheme .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
[darktheme=true] .mat-mdc-fab, [darktheme=true] .mat-mdc-mini-fab,
.darktheme.darktheme .mat-mdc-fab,
.darktheme.darktheme .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.08;
}
[darktheme=true] .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
[darktheme=true] .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, [darktheme=true] .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.darktheme.darktheme .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.24;
}
[darktheme=true] .mat-mdc-fab.mat-primary, [darktheme=true] .mat-mdc-mini-fab.mat-primary,
.darktheme.darktheme .mat-mdc-fab.mat-primary,
.darktheme.darktheme .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-fab.mat-accent, [darktheme=true] .mat-mdc-mini-fab.mat-accent,
.darktheme.darktheme .mat-mdc-fab.mat-accent,
.darktheme.darktheme .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
[darktheme=true] .mat-mdc-fab.mat-warn, [darktheme=true] .mat-mdc-mini-fab.mat-warn,
.darktheme.darktheme .mat-mdc-fab.mat-warn,
.darktheme.darktheme .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=true] .mat-mdc-fab.mat-unthemed, [darktheme=true] .mat-mdc-mini-fab.mat-unthemed,
.darktheme.darktheme .mat-mdc-fab.mat-unthemed,
.darktheme.darktheme .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #424242;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
[darktheme=true] .mat-mdc-fab.mat-primary, [darktheme=true] .mat-mdc-mini-fab.mat-primary,
.darktheme.darktheme .mat-mdc-fab.mat-primary,
.darktheme.darktheme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #5c6bc0;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
[darktheme=true] .mat-mdc-fab.mat-accent, [darktheme=true] .mat-mdc-mini-fab.mat-accent,
.darktheme.darktheme .mat-mdc-fab.mat-accent,
.darktheme.darktheme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ffd740;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
[darktheme=true] .mat-mdc-fab.mat-warn, [darktheme=true] .mat-mdc-mini-fab.mat-warn,
.darktheme.darktheme .mat-mdc-fab.mat-warn,
.darktheme.darktheme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
[darktheme=true] .mat-mdc-fab[disabled][disabled], [darktheme=true] .mat-mdc-mini-fab[disabled][disabled],
.darktheme.darktheme .mat-mdc-fab[disabled][disabled],
.darktheme.darktheme .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(255, 255, 255, 0.12);
  --mdc-fab-icon-color: rgba(255, 255, 255, 0.5);
  --mat-mdc-fab-color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mdc-fab--extended,
.darktheme.darktheme .mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
[darktheme=true] .mat-mdc-snack-bar-container,
.darktheme.darktheme .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, 0.87);
  --mdc-snackbar-container-color: #d9d9d9;
  --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, 0.87);
}
[darktheme=true] .mat-mdc-snack-bar-container,
.darktheme.darktheme .mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
[darktheme=true] .mdc-data-table,
.darktheme.darktheme .mdc-data-table {
  background-color: var(--mdc-theme-surface, #424242);
  border-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mdc-data-table__row,
.darktheme.darktheme .mdc-data-table__row {
  background-color: inherit;
}
[darktheme=true] .mdc-data-table__header-cell,
.darktheme.darktheme .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #424242);
}
[darktheme=true] .mdc-data-table__row--selected,
.darktheme.darktheme .mdc-data-table__row--selected {
  background-color: rgba(92, 107, 192, 0.04);
}
[darktheme=true] .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
[darktheme=true] .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
[darktheme=true] .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.darktheme.darktheme .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.darktheme.darktheme .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.darktheme.darktheme .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mdc-data-table__cell,
[darktheme=true] .mdc-data-table__header-cell,
.darktheme.darktheme .mdc-data-table__cell,
.darktheme.darktheme .mdc-data-table__header-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mdc-data-table__pagination,
.darktheme.darktheme .mdc-data-table__pagination {
  border-top-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.darktheme.darktheme .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(255, 255, 255, 0.04);
}
[darktheme=true] .mdc-data-table__header-cell,
.darktheme.darktheme .mdc-data-table__header-cell {
  color: rgba(255, 255, 255, 0.87);
}
[darktheme=true] .mdc-data-table__pagination-total,
[darktheme=true] .mdc-data-table__pagination-rows-per-page-label,
[darktheme=true] .mdc-data-table__cell,
.darktheme.darktheme .mdc-data-table__pagination-total,
.darktheme.darktheme .mdc-data-table__pagination-rows-per-page-label,
.darktheme.darktheme .mdc-data-table__cell {
  color: rgba(255, 255, 255, 0.87);
}
[dir=rtl] [darktheme=true] .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .darktheme.darktheme .mdc-data-table__pagination-button .mdc-button__icon, [darktheme=true] .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .darktheme.darktheme .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=true] .mat-mdc-table,
.darktheme.darktheme .mat-mdc-table {
  background: #424242;
}
[darktheme=true] .mat-mdc-table .mdc-data-table__row,
.darktheme.darktheme .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
[darktheme=true] .mat-mdc-table .mdc-data-table__pagination,
.darktheme.darktheme .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
[darktheme=true] .mat-mdc-table .mdc-data-table__header-row,
.darktheme.darktheme .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
[darktheme=true] .mdc-data-table__content,
.darktheme.darktheme .mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=true] .mdc-data-table__cell,
.darktheme.darktheme .mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=true] .mdc-data-table__header-cell,
.darktheme.darktheme .mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
[dir=rtl] [darktheme=true] .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .darktheme.darktheme .mdc-data-table__pagination-button .mdc-button__icon, [darktheme=true] .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .darktheme.darktheme .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=true] .mat-mdc-progress-spinner,
.darktheme.darktheme .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #5c6bc0;
}
[darktheme=true] .mat-mdc-progress-spinner.mat-accent,
.darktheme.darktheme .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffd740;
}
[darktheme=true] .mat-mdc-progress-spinner.mat-warn,
.darktheme.darktheme .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
[darktheme=true] .mat-badge,
.darktheme.darktheme .mat-badge {
  position: relative;
}
[darktheme=true] .mat-badge.mat-badge,
.darktheme.darktheme .mat-badge.mat-badge {
  overflow: visible;
}
[darktheme=true] .mat-badge-hidden .mat-badge-content,
.darktheme.darktheme .mat-badge-hidden .mat-badge-content {
  display: none;
}
[darktheme=true] .mat-badge-content,
.darktheme.darktheme .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
[darktheme=true] .ng-animate-disabled .mat-badge-content,
[darktheme=true] .mat-badge-content._mat-animation-noopable,
.darktheme.darktheme .ng-animate-disabled .mat-badge-content,
.darktheme.darktheme .mat-badge-content._mat-animation-noopable {
  transition: none;
}
[darktheme=true] .mat-badge-content.mat-badge-active,
.darktheme.darktheme .mat-badge-content.mat-badge-active {
  transform: none;
}
[darktheme=true] .mat-badge-small .mat-badge-content,
.darktheme.darktheme .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
[darktheme=true] .mat-badge-small.mat-badge-above .mat-badge-content,
.darktheme.darktheme .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
[darktheme=true] .mat-badge-small.mat-badge-below .mat-badge-content,
.darktheme.darktheme .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
[darktheme=true] .mat-badge-small.mat-badge-before .mat-badge-content,
.darktheme.darktheme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] [darktheme=true] .mat-badge-small.mat-badge-before .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
[darktheme=true] .mat-badge-small.mat-badge-after .mat-badge-content,
.darktheme.darktheme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] [darktheme=true] .mat-badge-small.mat-badge-after .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
[darktheme=true] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content,
.darktheme.darktheme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] [darktheme=true] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
[darktheme=true] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content,
.darktheme.darktheme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] [darktheme=true] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
[darktheme=true] .mat-badge-medium .mat-badge-content,
.darktheme.darktheme .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
[darktheme=true] .mat-badge-medium.mat-badge-above .mat-badge-content,
.darktheme.darktheme .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
[darktheme=true] .mat-badge-medium.mat-badge-below .mat-badge-content,
.darktheme.darktheme .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
[darktheme=true] .mat-badge-medium.mat-badge-before .mat-badge-content,
.darktheme.darktheme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] [darktheme=true] .mat-badge-medium.mat-badge-before .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
[darktheme=true] .mat-badge-medium.mat-badge-after .mat-badge-content,
.darktheme.darktheme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] [darktheme=true] .mat-badge-medium.mat-badge-after .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
[darktheme=true] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content,
.darktheme.darktheme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] [darktheme=true] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
[darktheme=true] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content,
.darktheme.darktheme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] [darktheme=true] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
[darktheme=true] .mat-badge-large .mat-badge-content,
.darktheme.darktheme .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
[darktheme=true] .mat-badge-large.mat-badge-above .mat-badge-content,
.darktheme.darktheme .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
[darktheme=true] .mat-badge-large.mat-badge-below .mat-badge-content,
.darktheme.darktheme .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
[darktheme=true] .mat-badge-large.mat-badge-before .mat-badge-content,
.darktheme.darktheme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] [darktheme=true] .mat-badge-large.mat-badge-before .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
[darktheme=true] .mat-badge-large.mat-badge-after .mat-badge-content,
.darktheme.darktheme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] [darktheme=true] .mat-badge-large.mat-badge-after .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
[darktheme=true] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content,
.darktheme.darktheme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] [darktheme=true] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
[darktheme=true] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content,
.darktheme.darktheme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] [darktheme=true] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content,
[dir=rtl] .darktheme.darktheme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
[darktheme=true] .mat-badge-content,
.darktheme.darktheme .mat-badge-content {
  color: white;
  background: #5c6bc0;
}
.cdk-high-contrast-active [darktheme=true] .mat-badge-content, .cdk-high-contrast-active .darktheme.darktheme .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

[darktheme=true] .mat-badge-accent .mat-badge-content,
.darktheme.darktheme .mat-badge-accent .mat-badge-content {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=true] .mat-badge-warn .mat-badge-content,
.darktheme.darktheme .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
[darktheme=true] .mat-badge-disabled .mat-badge-content,
.darktheme.darktheme .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-badge-content,
.darktheme.darktheme .mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}
[darktheme=true] .mat-badge-small .mat-badge-content,
.darktheme.darktheme .mat-badge-small .mat-badge-content {
  font-size: 9px;
}
[darktheme=true] .mat-badge-large .mat-badge-content,
.darktheme.darktheme .mat-badge-large .mat-badge-content {
  font-size: 24px;
}
[darktheme=true] .mat-bottom-sheet-container,
.darktheme.darktheme .mat-bottom-sheet-container {
  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);
  background: #424242;
  color: white;
}
[darktheme=true] .mat-bottom-sheet-container,
.darktheme.darktheme .mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
[darktheme=true] .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
[darktheme=true] .mat-button-toggle-group:not([class*=mat-elevation-z]),
.darktheme.darktheme .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.darktheme.darktheme .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  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);
}
[darktheme=true] .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
[darktheme=true] .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.darktheme.darktheme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.darktheme.darktheme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
[darktheme=true] .mat-button-toggle,
.darktheme.darktheme .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-button-toggle .mat-button-toggle-focus-overlay,
.darktheme.darktheme .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-button-toggle-appearance-standard,
.darktheme.darktheme .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
[darktheme=true] .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.darktheme.darktheme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
[darktheme=true] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.darktheme.darktheme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #595959;
}
[darktheme=true] [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.darktheme.darktheme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #595959;
}
[darktheme=true] .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.darktheme.darktheme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #595959;
}
[darktheme=true] .mat-button-toggle-checked,
.darktheme.darktheme .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
[darktheme=true] .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.darktheme.darktheme .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
[darktheme=true] .mat-button-toggle-disabled,
.darktheme.darktheme .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
[darktheme=true] .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.darktheme.darktheme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
[darktheme=true] .mat-button-toggle-disabled.mat-button-toggle-checked,
.darktheme.darktheme .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
[darktheme=true] .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
[darktheme=true] .mat-button-toggle-group-appearance-standard,
.darktheme.darktheme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.darktheme.darktheme .mat-button-toggle-group-appearance-standard {
  border: solid 1px #595959;
}
[darktheme=true] .mat-button-toggle-appearance-standard .mat-button-toggle-label-content,
.darktheme.darktheme .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
[darktheme=true] .mat-button-toggle,
.darktheme.darktheme .mat-button-toggle {
  font-family: Roboto, sans-serif;
}
[darktheme=true] .mat-calendar-arrow,
.darktheme.darktheme .mat-calendar-arrow {
  fill: white;
}
[darktheme=true] .mat-datepicker-toggle,
[darktheme=true] .mat-datepicker-content .mat-calendar-next-button,
[darktheme=true] .mat-datepicker-content .mat-calendar-previous-button,
.darktheme.darktheme .mat-datepicker-toggle,
.darktheme.darktheme .mat-datepicker-content .mat-calendar-next-button,
.darktheme.darktheme .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
[darktheme=true] .mat-calendar-table-header-divider::after,
.darktheme.darktheme .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-calendar-table-header,
[darktheme=true] .mat-calendar-body-label,
.darktheme.darktheme .mat-calendar-table-header,
.darktheme.darktheme .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
[darktheme=true] .mat-calendar-body-cell-content,
[darktheme=true] .mat-date-range-input-separator,
.darktheme.darktheme .mat-calendar-body-cell-content,
.darktheme.darktheme .mat-date-range-input-separator {
  color: white;
  border-color: transparent;
}
[darktheme=true] .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.darktheme.darktheme .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-form-field-disabled .mat-date-range-input-separator,
.darktheme.darktheme .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-calendar-body-in-preview,
.darktheme.darktheme .mat-calendar-body-in-preview {
  color: rgba(255, 255, 255, 0.24);
}
[darktheme=true] .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.darktheme.darktheme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.darktheme.darktheme .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(255, 255, 255, 0.3);
}
[darktheme=true] .mat-calendar-body-in-range::before,
.darktheme.darktheme .mat-calendar-body-in-range::before {
  background: rgba(92, 107, 192, 0.2);
}
[darktheme=true] .mat-calendar-body-comparison-identical,
[darktheme=true] .mat-calendar-body-in-comparison-range::before,
.darktheme.darktheme .mat-calendar-body-comparison-identical,
.darktheme.darktheme .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
[darktheme=true] .mat-calendar-body-comparison-bridge-start::before,
[darktheme=true] [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.darktheme.darktheme .mat-calendar-body-comparison-bridge-start::before,
.darktheme.darktheme [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(92, 107, 192, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=true] .mat-calendar-body-comparison-bridge-end::before,
[darktheme=true] [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.darktheme.darktheme .mat-calendar-body-comparison-bridge-end::before,
.darktheme.darktheme [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(92, 107, 192, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=true] .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
[darktheme=true] .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.darktheme.darktheme .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.darktheme.darktheme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
[darktheme=true] .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
[darktheme=true] .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.darktheme.darktheme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.darktheme.darktheme .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
[darktheme=true] .mat-calendar-body-selected,
.darktheme.darktheme .mat-calendar-body-selected {
  background-color: #5c6bc0;
  color: white;
}
[darktheme=true] .mat-calendar-body-disabled > .mat-calendar-body-selected,
.darktheme.darktheme .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(92, 107, 192, 0.4);
}
[darktheme=true] .mat-calendar-body-today.mat-calendar-body-selected,
.darktheme.darktheme .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
[darktheme=true] .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
[darktheme=true] .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.darktheme.darktheme .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.darktheme.darktheme .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(92, 107, 192, 0.3);
}
@media (hover: hover) {
  [darktheme=true] .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
  .darktheme.darktheme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(92, 107, 192, 0.3);
  }
}
[darktheme=true] .mat-datepicker-content,
.darktheme.darktheme .mat-datepicker-content {
  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);
  background-color: #424242;
  color: white;
}
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 215, 64, 0.2);
}
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
[darktheme=true] .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.darktheme.darktheme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
[darktheme=true] .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.darktheme.darktheme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 215, 64, 0.4);
}
[darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
[darktheme=true] .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
[darktheme=true] .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.darktheme.darktheme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.darktheme.darktheme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 215, 64, 0.3);
}
@media (hover: hover) {
  [darktheme=true] .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
  .darktheme.darktheme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 215, 64, 0.3);
  }
}
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
[darktheme=true] .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.darktheme.darktheme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
[darktheme=true] .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.darktheme.darktheme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
[darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
[darktheme=true] .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
[darktheme=true] .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.darktheme.darktheme .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.darktheme.darktheme .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  [darktheme=true] .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
  .darktheme.darktheme .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
[darktheme=true] .mat-datepicker-content-touch,
.darktheme.darktheme .mat-datepicker-content-touch {
  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);
}
[darktheme=true] .mat-datepicker-toggle-active,
.darktheme.darktheme .mat-datepicker-toggle-active {
  color: #5c6bc0;
}
[darktheme=true] .mat-datepicker-toggle-active.mat-accent,
.darktheme.darktheme .mat-datepicker-toggle-active.mat-accent {
  color: #ffd740;
}
[darktheme=true] .mat-datepicker-toggle-active.mat-warn,
.darktheme.darktheme .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
[darktheme=true] .mat-date-range-input-inner[disabled],
.darktheme.darktheme .mat-date-range-input-inner[disabled] {
  color: rgba(255, 255, 255, 0.5);
}
[darktheme=true] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base,
.darktheme.darktheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
[darktheme=true] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring,
.darktheme.darktheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
[darktheme=true] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple,
.darktheme.darktheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
[darktheme=true] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring,
.darktheme.darktheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
[darktheme=true] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch,
.darktheme.darktheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
[darktheme=true] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target,
.darktheme.darktheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
[darktheme=true] .mat-calendar,
.darktheme.darktheme .mat-calendar {
  font-family: Roboto, sans-serif;
}
[darktheme=true] .mat-calendar-body,
.darktheme.darktheme .mat-calendar-body {
  font-size: 13px;
}
[darktheme=true] .mat-calendar-body-label,
[darktheme=true] .mat-calendar-period-button,
.darktheme.darktheme .mat-calendar-body-label,
.darktheme.darktheme .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
[darktheme=true] .mat-calendar-table-header th,
.darktheme.darktheme .mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
[darktheme=true] .mat-divider,
.darktheme.darktheme .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-divider-vertical,
.darktheme.darktheme .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-expansion-panel,
.darktheme.darktheme .mat-expansion-panel {
  background: #424242;
  color: white;
}
[darktheme=true] .mat-expansion-panel:not([class*=mat-elevation-z]),
.darktheme.darktheme .mat-expansion-panel:not([class*=mat-elevation-z]) {
  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);
}
[darktheme=true] .mat-action-row,
.darktheme.darktheme .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), [darktheme=true] .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), [darktheme=true] .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.darktheme.darktheme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.darktheme.darktheme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.darktheme.darktheme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  [darktheme=true] .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .darktheme.darktheme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
[darktheme=true] .mat-expansion-panel-header-title,
.darktheme.darktheme .mat-expansion-panel-header-title {
  color: white;
}
[darktheme=true] .mat-expansion-panel-header-description,
[darktheme=true] .mat-expansion-indicator::after,
.darktheme.darktheme .mat-expansion-panel-header-description,
.darktheme.darktheme .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
[darktheme=true] .mat-expansion-panel-header[aria-disabled=true],
.darktheme.darktheme .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
[darktheme=true] .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
[darktheme=true] .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.darktheme.darktheme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.darktheme.darktheme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
[darktheme=true] .mat-expansion-panel-header,
.darktheme.darktheme .mat-expansion-panel-header {
  height: 48px;
}
[darktheme=true] .mat-expansion-panel-header.mat-expanded,
.darktheme.darktheme .mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
[darktheme=true] .mat-expansion-panel-header,
.darktheme.darktheme .mat-expansion-panel-header {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
[darktheme=true] .mat-expansion-panel-content,
.darktheme.darktheme .mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
[darktheme=true] .mat-grid-tile-header,
[darktheme=true] .mat-grid-tile-footer,
.darktheme.darktheme .mat-grid-tile-header,
.darktheme.darktheme .mat-grid-tile-footer {
  font-size: 14px;
}
[darktheme=true] .mat-grid-tile-header .mat-line,
[darktheme=true] .mat-grid-tile-footer .mat-line,
.darktheme.darktheme .mat-grid-tile-header .mat-line,
.darktheme.darktheme .mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
[darktheme=true] .mat-grid-tile-header .mat-line:nth-child(n+2),
[darktheme=true] .mat-grid-tile-footer .mat-line:nth-child(n+2),
.darktheme.darktheme .mat-grid-tile-header .mat-line:nth-child(n+2),
.darktheme.darktheme .mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
[darktheme=true] .mat-icon.mat-primary,
.darktheme.darktheme .mat-icon.mat-primary {
  color: #5c6bc0;
}
[darktheme=true] .mat-icon.mat-accent,
.darktheme.darktheme .mat-icon.mat-accent {
  color: #ffd740;
}
[darktheme=true] .mat-icon.mat-warn,
.darktheme.darktheme .mat-icon.mat-warn {
  color: #f44336;
}
[darktheme=true] .mat-drawer-container,
.darktheme.darktheme .mat-drawer-container {
  background-color: #303030;
  color: white;
}
[darktheme=true] .mat-drawer,
.darktheme.darktheme .mat-drawer {
  background-color: #424242;
  color: white;
}
[darktheme=true] .mat-drawer.mat-drawer-push,
.darktheme.darktheme .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
[darktheme=true] .mat-drawer:not(.mat-drawer-side),
.darktheme.darktheme .mat-drawer:not(.mat-drawer-side) {
  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);
}
[darktheme=true] .mat-drawer-side,
.darktheme.darktheme .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-drawer-side.mat-drawer-end,
.darktheme.darktheme .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
[darktheme=true] [dir=rtl] .mat-drawer-side,
.darktheme.darktheme [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
[darktheme=true] [dir=rtl] .mat-drawer-side.mat-drawer-end,
.darktheme.darktheme [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-drawer-backdrop.mat-drawer-shown,
.darktheme.darktheme .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
[darktheme=true] .mat-step-header.cdk-keyboard-focused, [darktheme=true] .mat-step-header.cdk-program-focused, [darktheme=true] .mat-step-header:hover:not([aria-disabled]), [darktheme=true] .mat-step-header:hover[aria-disabled=false],
.darktheme.darktheme .mat-step-header.cdk-keyboard-focused,
.darktheme.darktheme .mat-step-header.cdk-program-focused,
.darktheme.darktheme .mat-step-header:hover:not([aria-disabled]),
.darktheme.darktheme .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(255, 255, 255, 0.04);
}
[darktheme=true] .mat-step-header:hover[aria-disabled=true],
.darktheme.darktheme .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  [darktheme=true] .mat-step-header:hover,
  .darktheme.darktheme .mat-step-header:hover {
    background: none;
  }
}
[darktheme=true] .mat-step-header .mat-step-label,
[darktheme=true] .mat-step-header .mat-step-optional,
.darktheme.darktheme .mat-step-header .mat-step-label,
.darktheme.darktheme .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
[darktheme=true] .mat-step-header .mat-step-icon,
.darktheme.darktheme .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
[darktheme=true] .mat-step-header .mat-step-icon-selected,
[darktheme=true] .mat-step-header .mat-step-icon-state-done,
[darktheme=true] .mat-step-header .mat-step-icon-state-edit,
.darktheme.darktheme .mat-step-header .mat-step-icon-selected,
.darktheme.darktheme .mat-step-header .mat-step-icon-state-done,
.darktheme.darktheme .mat-step-header .mat-step-icon-state-edit {
  background-color: #5c6bc0;
  color: white;
}
[darktheme=true] .mat-step-header.mat-accent .mat-step-icon,
.darktheme.darktheme .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=true] .mat-step-header.mat-accent .mat-step-icon-selected,
[darktheme=true] .mat-step-header.mat-accent .mat-step-icon-state-done,
[darktheme=true] .mat-step-header.mat-accent .mat-step-icon-state-edit,
.darktheme.darktheme .mat-step-header.mat-accent .mat-step-icon-selected,
.darktheme.darktheme .mat-step-header.mat-accent .mat-step-icon-state-done,
.darktheme.darktheme .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=true] .mat-step-header.mat-warn .mat-step-icon,
.darktheme.darktheme .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
[darktheme=true] .mat-step-header.mat-warn .mat-step-icon-selected,
[darktheme=true] .mat-step-header.mat-warn .mat-step-icon-state-done,
[darktheme=true] .mat-step-header.mat-warn .mat-step-icon-state-edit,
.darktheme.darktheme .mat-step-header.mat-warn .mat-step-icon-selected,
.darktheme.darktheme .mat-step-header.mat-warn .mat-step-icon-state-done,
.darktheme.darktheme .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
[darktheme=true] .mat-step-header .mat-step-icon-state-error,
.darktheme.darktheme .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
[darktheme=true] .mat-step-header .mat-step-label.mat-step-label-active,
.darktheme.darktheme .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
[darktheme=true] .mat-step-header .mat-step-label.mat-step-label-error,
.darktheme.darktheme .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
[darktheme=true] .mat-stepper-horizontal, [darktheme=true] .mat-stepper-vertical,
.darktheme.darktheme .mat-stepper-horizontal,
.darktheme.darktheme .mat-stepper-vertical {
  background-color: #424242;
}
[darktheme=true] .mat-stepper-vertical-line::before,
.darktheme.darktheme .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-horizontal-stepper-header::before,
[darktheme=true] .mat-horizontal-stepper-header::after,
[darktheme=true] .mat-stepper-horizontal-line,
.darktheme.darktheme .mat-horizontal-stepper-header::before,
.darktheme.darktheme .mat-horizontal-stepper-header::after,
.darktheme.darktheme .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
[darktheme=true] .mat-horizontal-stepper-header,
.darktheme.darktheme .mat-horizontal-stepper-header {
  height: 72px;
}
[darktheme=true] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
[darktheme=true] .mat-vertical-stepper-header,
.darktheme.darktheme .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.darktheme.darktheme .mat-vertical-stepper-header {
  padding: 24px 24px;
}
[darktheme=true] .mat-stepper-vertical-line::before,
.darktheme.darktheme .mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
[darktheme=true] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, [darktheme=true] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before,
.darktheme.darktheme .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,
.darktheme.darktheme .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
[darktheme=true] .mat-stepper-label-position-bottom .mat-stepper-horizontal-line,
.darktheme.darktheme .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
[darktheme=true] .mat-stepper-vertical, [darktheme=true] .mat-stepper-horizontal,
.darktheme.darktheme .mat-stepper-vertical,
.darktheme.darktheme .mat-stepper-horizontal {
  font-family: Roboto, sans-serif;
}
[darktheme=true] .mat-step-label,
.darktheme.darktheme .mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
[darktheme=true] .mat-step-sub-label-error,
.darktheme.darktheme .mat-step-sub-label-error {
  font-weight: normal;
}
[darktheme=true] .mat-step-label-error,
.darktheme.darktheme .mat-step-label-error {
  font-size: 16px;
}
[darktheme=true] .mat-step-label-selected,
.darktheme.darktheme .mat-step-label-selected {
  font-size: 16px;
  font-weight: 400;
}
[darktheme=true] .mat-sort-header-arrow,
.darktheme.darktheme .mat-sort-header-arrow {
  color: #c6c6c6;
}
[darktheme=true] .mat-toolbar,
.darktheme.darktheme .mat-toolbar {
  background: #212121;
  color: white;
}
[darktheme=true] .mat-toolbar.mat-primary,
.darktheme.darktheme .mat-toolbar.mat-primary {
  background: #5c6bc0;
  color: white;
}
[darktheme=true] .mat-toolbar.mat-accent,
.darktheme.darktheme .mat-toolbar.mat-accent {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=true] .mat-toolbar.mat-warn,
.darktheme.darktheme .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
[darktheme=true] .mat-toolbar .mat-form-field-underline,
[darktheme=true] .mat-toolbar .mat-form-field-ripple,
[darktheme=true] .mat-toolbar .mat-focused .mat-form-field-ripple,
.darktheme.darktheme .mat-toolbar .mat-form-field-underline,
.darktheme.darktheme .mat-toolbar .mat-form-field-ripple,
.darktheme.darktheme .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
[darktheme=true] .mat-toolbar .mat-form-field-label,
[darktheme=true] .mat-toolbar .mat-focused .mat-form-field-label,
[darktheme=true] .mat-toolbar .mat-select-value,
[darktheme=true] .mat-toolbar .mat-select-arrow,
[darktheme=true] .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.darktheme.darktheme .mat-toolbar .mat-form-field-label,
.darktheme.darktheme .mat-toolbar .mat-focused .mat-form-field-label,
.darktheme.darktheme .mat-toolbar .mat-select-value,
.darktheme.darktheme .mat-toolbar .mat-select-arrow,
.darktheme.darktheme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
[darktheme=true] .mat-toolbar .mat-input-element,
.darktheme.darktheme .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
[darktheme=true] .mat-toolbar-multiple-rows,
.darktheme.darktheme .mat-toolbar-multiple-rows {
  min-height: 64px;
}
[darktheme=true] .mat-toolbar-row, [darktheme=true] .mat-toolbar-single-row,
.darktheme.darktheme .mat-toolbar-row,
.darktheme.darktheme .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  [darktheme=true] .mat-toolbar-multiple-rows,
  .darktheme.darktheme .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  [darktheme=true] .mat-toolbar-row, [darktheme=true] .mat-toolbar-single-row,
  .darktheme.darktheme .mat-toolbar-row,
  .darktheme.darktheme .mat-toolbar-single-row {
    height: 56px;
  }
}
[darktheme=true] .mat-toolbar,
[darktheme=true] .mat-toolbar h1,
[darktheme=true] .mat-toolbar h2,
[darktheme=true] .mat-toolbar h3,
[darktheme=true] .mat-toolbar h4,
[darktheme=true] .mat-toolbar h5,
[darktheme=true] .mat-toolbar h6,
.darktheme.darktheme .mat-toolbar,
.darktheme.darktheme .mat-toolbar h1,
.darktheme.darktheme .mat-toolbar h2,
.darktheme.darktheme .mat-toolbar h3,
.darktheme.darktheme .mat-toolbar h4,
.darktheme.darktheme .mat-toolbar h5,
.darktheme.darktheme .mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0;
}
[darktheme=true] .mat-tree,
.darktheme.darktheme .mat-tree {
  background: #424242;
}
[darktheme=true] .mat-tree-node,
[darktheme=true] .mat-nested-tree-node,
.darktheme.darktheme .mat-tree-node,
.darktheme.darktheme .mat-nested-tree-node {
  color: white;
}
[darktheme=true] .mat-tree-node,
.darktheme.darktheme .mat-tree-node {
  min-height: 48px;
}
[darktheme=true] .mat-tree,
.darktheme.darktheme .mat-tree {
  font-family: Roboto, sans-serif;
}
[darktheme=true] .mat-tree-node,
[darktheme=true] .mat-nested-tree-node,
.darktheme.darktheme .mat-tree-node,
.darktheme.darktheme .mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
[darktheme=true] [sxplr-custom-cmp],
[darktheme=true] .sxplr-custom-cmp,
.darktheme.darktheme [sxplr-custom-cmp],
.darktheme.darktheme .sxplr-custom-cmp {
  color: white;
}
[darktheme=true] [sxplr-custom-cmp].hoverable,
[darktheme=true] .sxplr-custom-cmp.hoverable,
.darktheme.darktheme [sxplr-custom-cmp].hoverable,
.darktheme.darktheme .sxplr-custom-cmp.hoverable {
  padding: 1rem 1.3rem;
}
[darktheme=true] [sxplr-custom-cmp].hoverable:hover,
[darktheme=true] .sxplr-custom-cmp.hoverable:hover,
.darktheme.darktheme [sxplr-custom-cmp].hoverable:hover,
.darktheme.darktheme .sxplr-custom-cmp.hoverable:hover {
  cursor: pointer;
}
[darktheme=true] [sxplr-custom-cmp][card], [darktheme=true] [sxplr-custom-cmp].card,
[darktheme=true] .sxplr-custom-cmp[card],
[darktheme=true] .sxplr-custom-cmp.card,
.darktheme.darktheme [sxplr-custom-cmp][card],
.darktheme.darktheme [sxplr-custom-cmp].card,
.darktheme.darktheme .sxplr-custom-cmp[card],
.darktheme.darktheme .sxplr-custom-cmp.card {
  padding: 0 1em 0 1.5em;
  border-radius: 0.25em;
}
[darktheme=true] [sxplr-custom-cmp][bg], [darktheme=true] [sxplr-custom-cmp].bg,
[darktheme=true] .sxplr-custom-cmp[bg],
[darktheme=true] .sxplr-custom-cmp.bg,
.darktheme.darktheme [sxplr-custom-cmp][bg],
.darktheme.darktheme [sxplr-custom-cmp].bg,
.darktheme.darktheme .sxplr-custom-cmp[bg],
.darktheme.darktheme .sxplr-custom-cmp.bg {
  background-color: #303030;
}
[darktheme=true] [sxplr-custom-cmp][darker-bg], [darktheme=true] [sxplr-custom-cmp].darker-bg,
[darktheme=true] .sxplr-custom-cmp[darker-bg],
[darktheme=true] .sxplr-custom-cmp.darker-bg,
.darktheme.darktheme [sxplr-custom-cmp][darker-bg],
.darktheme.darktheme [sxplr-custom-cmp].darker-bg,
.darktheme.darktheme .sxplr-custom-cmp[darker-bg],
.darktheme.darktheme .sxplr-custom-cmp.darker-bg {
  background-color: #303030;
}
[darktheme=true] [sxplr-custom-cmp][text], [darktheme=true] [sxplr-custom-cmp].text,
[darktheme=true] .sxplr-custom-cmp[text],
[darktheme=true] .sxplr-custom-cmp.text,
.darktheme.darktheme [sxplr-custom-cmp][text],
.darktheme.darktheme [sxplr-custom-cmp].text,
.darktheme.darktheme .sxplr-custom-cmp[text],
.darktheme.darktheme .sxplr-custom-cmp.text {
  color: white;
}
[darktheme=true] [sxplr-custom-cmp][primary], [darktheme=true] [sxplr-custom-cmp].primary,
[darktheme=true] .sxplr-custom-cmp[primary],
[darktheme=true] .sxplr-custom-cmp.primary,
.darktheme.darktheme [sxplr-custom-cmp][primary],
.darktheme.darktheme [sxplr-custom-cmp].primary,
.darktheme.darktheme .sxplr-custom-cmp[primary],
.darktheme.darktheme .sxplr-custom-cmp.primary {
  color: #3f51b5;
}
[darktheme=true] [sxplr-custom-cmp][accent], [darktheme=true] [sxplr-custom-cmp].accent,
[darktheme=true] .sxplr-custom-cmp[accent],
[darktheme=true] .sxplr-custom-cmp.accent,
.darktheme.darktheme [sxplr-custom-cmp][accent],
.darktheme.darktheme [sxplr-custom-cmp].accent,
.darktheme.darktheme .sxplr-custom-cmp[accent],
.darktheme.darktheme .sxplr-custom-cmp.accent {
  color: #ffc107;
}
[darktheme=true] [sxplr-custom-cmp][warn], [darktheme=true] [sxplr-custom-cmp].warn,
[darktheme=true] .sxplr-custom-cmp[warn],
[darktheme=true] .sxplr-custom-cmp.warn,
.darktheme.darktheme [sxplr-custom-cmp][warn],
.darktheme.darktheme [sxplr-custom-cmp].warn,
.darktheme.darktheme .sxplr-custom-cmp[warn],
.darktheme.darktheme .sxplr-custom-cmp.warn {
  color: #f44336;
}
[darktheme=true] input[type=text], [darktheme=true] textarea,
.darktheme.darktheme input[type=text],
.darktheme.darktheme textarea {
  caret-color: white !important;
}

[darktheme=false] .mat-ripple-element,
.lighttheme.lighttheme .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
[darktheme=false] .mat-mdc-option,
.lighttheme.lighttheme .mat-mdc-option {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mat-mdc-option:hover:not(.mdc-list-item--disabled), [darktheme=false] .mat-mdc-option:focus:not(.mdc-list-item--disabled), [darktheme=false] .mat-mdc-option.mat-mdc-option-active, [darktheme=false] .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled),
.lighttheme.lighttheme .mat-mdc-option:hover:not(.mdc-list-item--disabled),
.lighttheme.lighttheme .mat-mdc-option:focus:not(.mdc-list-item--disabled),
.lighttheme.lighttheme .mat-mdc-option.mat-mdc-option-active,
.lighttheme.lighttheme .mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
  background: rgba(0, 0, 0, 0.04);
}
[darktheme=false] .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.lighttheme.lighttheme .mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=false] .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.lighttheme.lighttheme .mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-secondary, #ffd740);
}
[darktheme=false] .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.lighttheme.lighttheme .mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-optgroup-label,
.lighttheme.lighttheme .mat-mdc-optgroup-label {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-pseudo-checkbox-full {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled,
.lighttheme.lighttheme .mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
[darktheme=false] .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=false] .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #5c6bc0;
}
[darktheme=false] .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=false] .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #5c6bc0;
}
[darktheme=false] .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
[darktheme=false] .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.lighttheme.lighttheme .mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.lighttheme.lighttheme .mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
[darktheme=false] .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=false] .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
[darktheme=false] .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=false] .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
[darktheme=false] .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
[darktheme=false] .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.lighttheme.lighttheme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.lighttheme.lighttheme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
[darktheme=false] .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=false] .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #ffd740;
}
[darktheme=false] .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=false] .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #ffd740;
}
[darktheme=false] .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
[darktheme=false] .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.lighttheme.lighttheme .mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.lighttheme.lighttheme .mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
[darktheme=false] .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=false] .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #f44336;
}
[darktheme=false] .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=false] .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #f44336;
}
[darktheme=false] .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
[darktheme=false] .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after,
.lighttheme.lighttheme .mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full::after,
.lighttheme.lighttheme .mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full::after {
  color: #fafafa;
}
[darktheme=false] .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
[darktheme=false] .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal::after,
.lighttheme.lighttheme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal::after {
  color: #b0b0b0;
}
[darktheme=false] .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
[darktheme=false] .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,
.lighttheme.lighttheme .mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
  background: #b0b0b0;
}
[darktheme=false] .mat-app-background, [darktheme=false].mat-app-background,
.lighttheme.lighttheme .mat-app-background,
.lighttheme.lighttheme.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-elevation-z0, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z0,
.lighttheme.lighttheme .mat-elevation-z0,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z1, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z1,
.lighttheme.lighttheme .mat-elevation-z1,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z2, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z2,
.lighttheme.lighttheme .mat-elevation-z2,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z3, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z3,
.lighttheme.lighttheme .mat-elevation-z3,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z4, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z4,
.lighttheme.lighttheme .mat-elevation-z4,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z5, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z5,
.lighttheme.lighttheme .mat-elevation-z5,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z6, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z6,
.lighttheme.lighttheme .mat-elevation-z6,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z7, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z7,
.lighttheme.lighttheme .mat-elevation-z7,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z8, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z8,
.lighttheme.lighttheme .mat-elevation-z8,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z9, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z9,
.lighttheme.lighttheme .mat-elevation-z9,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z10, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z10,
.lighttheme.lighttheme .mat-elevation-z10,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z11, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z11,
.lighttheme.lighttheme .mat-elevation-z11,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z12, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z12,
.lighttheme.lighttheme .mat-elevation-z12,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z13, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z13,
.lighttheme.lighttheme .mat-elevation-z13,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z14, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z14,
.lighttheme.lighttheme .mat-elevation-z14,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z15, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z15,
.lighttheme.lighttheme .mat-elevation-z15,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z16, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z16,
.lighttheme.lighttheme .mat-elevation-z16,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z17, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z17,
.lighttheme.lighttheme .mat-elevation-z17,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z18, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z18,
.lighttheme.lighttheme .mat-elevation-z18,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z19, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z19,
.lighttheme.lighttheme .mat-elevation-z19,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z20, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z20,
.lighttheme.lighttheme .mat-elevation-z20,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z21, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z21,
.lighttheme.lighttheme .mat-elevation-z21,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z22, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z22,
.lighttheme.lighttheme .mat-elevation-z22,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z23, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z23,
.lighttheme.lighttheme .mat-elevation-z23,
.lighttheme.lighttheme .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);
}
[darktheme=false] .mat-elevation-z24, [darktheme=false] .mat-mdc-elevation-specific.mat-elevation-z24,
.lighttheme.lighttheme .mat-elevation-z24,
.lighttheme.lighttheme .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;
}

[darktheme=false] .mat-mdc-option,
.lighttheme.lighttheme .mat-mdc-option {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
}
[darktheme=false] .mat-mdc-card,
.lighttheme.lighttheme .mat-mdc-card {
  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);
  --mdc-elevated-card-container-color: #fff;
}
[darktheme=false] .mat-mdc-card-outlined,
.lighttheme.lighttheme .mat-mdc-card-outlined {
  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);
  --mdc-outlined-card-outline-color: #e0e0e0;
}
[darktheme=false] .mat-mdc-card-subtitle,
.lighttheme.lighttheme .mat-mdc-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-card-title,
.lighttheme.lighttheme .mat-mdc-card-title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-headline6-font-size, 20px);
  line-height: var(--mdc-typography-headline6-line-height, 32px);
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
          text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: var(--mdc-typography-headline6-text-transform, none);
}
[darktheme=false] .mat-mdc-card-subtitle,
.lighttheme.lighttheme .mat-mdc-card-subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
[darktheme=false] .mat-mdc-progress-bar,
.lighttheme.lighttheme .mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #5c6bc0;
}
[darktheme=false] .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots,
.lighttheme.lighttheme .mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(92, 107, 192, 0.25)'/%3E%3C/svg%3E");
}
[darktheme=false] .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar,
.lighttheme.lighttheme .mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
  background-color: rgba(92, 107, 192, 0.25);
}
[darktheme=false] .mat-mdc-progress-bar.mat-accent,
.lighttheme.lighttheme .mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #ffd740;
}
[darktheme=false] .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots,
.lighttheme.lighttheme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(255, 215, 64, 0.25)'/%3E%3C/svg%3E");
}
[darktheme=false] .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar,
.lighttheme.lighttheme .mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
  background-color: rgba(255, 215, 64, 0.25);
}
[darktheme=false] .mat-mdc-progress-bar.mat-warn,
.lighttheme.lighttheme .mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
}
[darktheme=false] .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots,
.lighttheme.lighttheme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E");
}
[darktheme=false] .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar,
.lighttheme.lighttheme .mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
  background-color: rgba(244, 67, 54, 0.25);
}
[darktheme=false] .mat-mdc-tooltip,
.lighttheme.lighttheme .mat-mdc-tooltip {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: white;
}
[darktheme=false] .mat-mdc-tooltip,
.lighttheme.lighttheme .mat-mdc-tooltip {
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}
[darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label,
.lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
.lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.87);
}
@media all {
  [darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder,
  .lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
@media all {
  [darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder,
  .lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
}
[darktheme=false] .mdc-text-field .mdc-text-field__input,
.lighttheme.lighttheme .mdc-text-field .mdc-text-field__input {
  caret-color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
[darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading,
.lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix,
.lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=false] .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix,
.lighttheme.lighttheme .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=false] .mdc-text-field--filled .mdc-text-field__ripple::before,
[darktheme=false] .mdc-text-field--filled .mdc-text-field__ripple::after,
.lighttheme.lighttheme .mdc-text-field--filled .mdc-text-field__ripple::before,
.lighttheme.lighttheme .mdc-text-field--filled .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mdc-text-field--filled:hover .mdc-text-field__ripple::before, [darktheme=false] .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before,
.lighttheme.lighttheme .mdc-text-field--filled:hover .mdc-text-field__ripple::before,
.lighttheme.lighttheme .mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-hover-opacity, 0.04);
}
[darktheme=false] .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before, [darktheme=false] .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before,
.lighttheme.lighttheme .mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple::before,
.lighttheme.lighttheme .mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple::before {
  opacity: var(--mdc-ripple-focus-opacity, 0.12);
}
[darktheme=false] .mdc-text-field--filled:not(.mdc-text-field--disabled),
.lighttheme.lighttheme .mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: whitesmoke;
}
[darktheme=false] .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.lighttheme.lighttheme .mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}
[darktheme=false] .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.lighttheme.lighttheme .mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mdc-text-field--filled .mdc-line-ripple::after,
.lighttheme.lighttheme .mdc-text-field--filled .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=false] .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
[darktheme=false] .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
[darktheme=false] .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.lighttheme.lighttheme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.lighttheme.lighttheme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
[darktheme=false] .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
[darktheme=false] .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.lighttheme.lighttheme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.lighttheme.lighttheme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=false] .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=false] .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.lighttheme.lighttheme .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.lighttheme.lighttheme .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-primary, #5c6bc0);
}
[dir=rtl] [darktheme=false] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .lighttheme.lighttheme .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [darktheme=false] .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .lighttheme.lighttheme .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] [darktheme=false] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .lighttheme.lighttheme .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [darktheme=false] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .lighttheme.lighttheme .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=false] .mdc-text-field--outlined .mdc-text-field__ripple::before,
[darktheme=false] .mdc-text-field--outlined .mdc-text-field__ripple::after,
.lighttheme.lighttheme .mdc-text-field--outlined .mdc-text-field__ripple::before,
.lighttheme.lighttheme .mdc-text-field--outlined .mdc-text-field__ripple::after {
  background-color: var(--mdc-ripple-color, transparent);
}
[dir=rtl] [darktheme=false] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .lighttheme.lighttheme .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [darktheme=false] .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .lighttheme.lighttheme .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[darktheme=false] .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.lighttheme.lighttheme .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(92, 107, 192, 0.87);
}
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--invalid .mdc-text-field__input,
.lighttheme.lighttheme .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=false] .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.lighttheme.lighttheme .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mdc-text-field--disabled .mdc-text-field__input,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__input {
  color: rgba(0, 0, 0, 0.38);
}
@media all {
  [darktheme=false] .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
@media all {
  [darktheme=false] .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}
[darktheme=false] .mdc-text-field--disabled .mdc-floating-label,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
.lighttheme.lighttheme .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mdc-text-field--disabled .mdc-text-field-character-counter,
[darktheme=false] .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field-character-counter,
.lighttheme.lighttheme .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mdc-text-field--disabled .mdc-text-field__icon--leading,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}
[darktheme=false] .mdc-text-field--disabled .mdc-text-field__icon--trailing,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}
[darktheme=false] .mdc-text-field--disabled .mdc-text-field__affix--prefix,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__affix--prefix {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mdc-text-field--disabled .mdc-text-field__affix--suffix,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__affix--suffix {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mdc-text-field--disabled .mdc-line-ripple::before,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.06);
}
[darktheme=false] .mdc-text-field--disabled .mdc-notched-outline__leading,
[darktheme=false] .mdc-text-field--disabled .mdc-notched-outline__notch,
[darktheme=false] .mdc-text-field--disabled .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-notched-outline__leading,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-notched-outline__notch,
.lighttheme.lighttheme .mdc-text-field--disabled .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.06);
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-text-field__input::placeholder,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-floating-label,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text,
  .lighttheme.lighttheme .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-text-field-character-counter,
  [darktheme=false] .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field-character-counter,
  .lighttheme.lighttheme .mdc-text-field--disabled + .mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-text-field__icon--leading,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-text-field__icon--trailing,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-text-field__affix--prefix,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__affix--prefix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-text-field__affix--suffix,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-line-ripple::before,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}
@media screen and (forced-colors: active), (-ms-high-contrast: active) {
  [darktheme=false] .mdc-text-field--disabled .mdc-notched-outline__leading,
  [darktheme=false] .mdc-text-field--disabled .mdc-notched-outline__notch,
  [darktheme=false] .mdc-text-field--disabled .mdc-notched-outline__trailing,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-notched-outline__leading,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-notched-outline__notch,
  .lighttheme.lighttheme .mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}
[darktheme=false] .mdc-text-field--disabled.mdc-text-field--filled,
.lighttheme.lighttheme .mdc-text-field--disabled.mdc-text-field--filled {
  background-color: #fafafa;
}
[dir=rtl] [darktheme=false] .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .lighttheme.lighttheme .mdc-text-field--end-aligned .mdc-text-field__input, [darktheme=false] .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .lighttheme.lighttheme .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] [darktheme=false] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .lighttheme.lighttheme .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [darktheme=false] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .lighttheme.lighttheme .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[darktheme=false] .mat-mdc-form-field-error,
.lighttheme.lighttheme .mat-mdc-form-field-error {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field-focus-overlay,
.lighttheme.lighttheme .mat-mdc-form-field-focus-overlay {
  background-color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay,
.lighttheme.lighttheme .mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
  opacity: 0.04;
}
[darktheme=false] .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay,
.lighttheme.lighttheme .mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
  opacity: 0.12;
}
[darktheme=false] .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after,
.lighttheme.lighttheme .mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after,
.lighttheme.lighttheme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix::after {
  color: rgba(92, 107, 192, 0.87);
}
[darktheme=false] .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after,
.lighttheme.lighttheme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix::after {
  color: rgba(255, 215, 64, 0.87);
}
[darktheme=false] .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after,
.lighttheme.lighttheme .mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix::after {
  color: rgba(244, 67, 54, 0.87);
}
[darktheme=false] .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after,
.lighttheme.lighttheme .mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field__input,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field__input {
  caret-color: var(--mdc-theme-secondary, #ffd740);
}
[darktheme=false] .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-secondary, #ffd740);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(255, 215, 64, 0.87);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=false] .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.lighttheme.lighttheme .mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-secondary, #ffd740);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field__input,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(244, 67, 54, 0.87);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
  caret-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
[darktheme=false] .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.lighttheme.lighttheme .mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
  border-color: var(--mdc-theme-error, #f44336);
}
[darktheme=false] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.lighttheme.lighttheme .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: 1px solid transparent;
}
[darktheme=false] [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch,
.lighttheme.lighttheme [dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
  border-left: none;
  border-right: 1px solid transparent;
}
[darktheme=false] .mat-mdc-form-field-infix,
.lighttheme.lighttheme .mat-mdc-form-field-infix {
  min-height: 56px;
}
[darktheme=false] .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,
.lighttheme.lighttheme .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 28px;
}
[darktheme=false] .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.lighttheme.lighttheme .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -34.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
[darktheme=false] .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,
.lighttheme.lighttheme .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
[darktheme=false] .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
.lighttheme.lighttheme .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 24px;
  padding-bottom: 8px;
}
[darktheme=false] .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,
.lighttheme.lighttheme .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 16px;
  padding-bottom: 16px;
}
[darktheme=false] .mdc-text-field__input,
.lighttheme.lighttheme .mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[darktheme=false] .mdc-text-field__affix,
.lighttheme.lighttheme .mdc-text-field__affix {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] [darktheme=false] .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [dir=rtl] .lighttheme.lighttheme .mdc-text-field--outlined.mdc-text-field--with-leading-icon, [darktheme=false] .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl], .lighttheme.lighttheme .mdc-text-field--outlined.mdc-text-field--with-leading-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[dir=rtl] [darktheme=false] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [dir=rtl] .lighttheme.lighttheme .mdc-text-field--outlined.mdc-text-field--with-trailing-icon, [darktheme=false] .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl], .lighttheme.lighttheme .mdc-text-field--outlined.mdc-text-field--with-trailing-icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=false] .mdc-text-field--textarea .mdc-text-field__input,
.lighttheme.lighttheme .mdc-text-field--textarea .mdc-text-field__input {
  line-height: 1.5rem;
}
[dir=rtl] [darktheme=false] .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [dir=rtl] .lighttheme.lighttheme .mdc-text-field--with-leading-icon.mdc-text-field--outlined, [darktheme=false] .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl], .lighttheme.lighttheme .mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[dir=rtl] [darktheme=false] .mdc-text-field--end-aligned .mdc-text-field__input, [dir=rtl] .lighttheme.lighttheme .mdc-text-field--end-aligned .mdc-text-field__input, [darktheme=false] .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl], .lighttheme.lighttheme .mdc-text-field--end-aligned .mdc-text-field__input[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=false] .mdc-floating-label,
.lighttheme.lighttheme .mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
}
[dir=rtl] [darktheme=false] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [dir=rtl] .lighttheme.lighttheme .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker), [darktheme=false] .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl], .lighttheme.lighttheme .mdc-floating-label--required:not(.mdc-floating-label--hide-required-marker)[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}
[darktheme=false] .mat-mdc-form-field-subscript-wrapper,
[darktheme=false] .mat-mdc-form-field-bottom-align::before,
.lighttheme.lighttheme .mat-mdc-form-field-subscript-wrapper,
.lighttheme.lighttheme .mat-mdc-form-field-bottom-align::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
[darktheme=false] .mat-mdc-form-field,
[darktheme=false] .mat-mdc-floating-label,
.lighttheme.lighttheme .mat-mdc-form-field,
.lighttheme.lighttheme .mat-mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
[darktheme=false] .mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above,
.lighttheme.lighttheme .mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
  font-size: calc(16px * var(--mat-mdc-form-field-floating-label-scale, 0.75));
}
[darktheme=false] .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.lighttheme.lighttheme .mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  font-size: 16px;
}
[darktheme=false] .mdc-menu-surface,
.lighttheme.lighttheme .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mdc-list-item__secondary-text,
.lighttheme.lighttheme .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
[darktheme=false] .mdc-list-item__overline-text,
.lighttheme.lighttheme .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
[darktheme=false] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__start,
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__content,
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__content,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__secondary-text,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__overline-text,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--selected .mdc-list-item__primary-text,
[darktheme=false] .mdc-list-item--activated .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item--selected .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=false] .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=false] .mdc-deprecated-list-group__subheader,
.lighttheme.lighttheme .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mdc-list-divider::after,
.lighttheme.lighttheme .mdc-list-divider::after {
  border-bottom-color: white;
}
[darktheme=false] .mdc-list-divider,
.lighttheme.lighttheme .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-mdc-select-value,
.lighttheme.lighttheme .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-mdc-select-placeholder,
.lighttheme.lighttheme .mat-mdc-select-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=false] .mat-mdc-select-disabled .mat-mdc-select-value,
.lighttheme.lighttheme .mat-mdc-select-disabled .mat-mdc-select-value {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-select-arrow,
.lighttheme.lighttheme .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow,
.lighttheme.lighttheme .mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
  color: rgba(92, 107, 192, 0.87);
}
[darktheme=false] .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow,
.lighttheme.lighttheme .mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
  color: rgba(255, 215, 64, 0.87);
}
[darktheme=false] .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,
.lighttheme.lighttheme .mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
[darktheme=false] .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow,
.lighttheme.lighttheme .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
  color: rgba(244, 67, 54, 0.87);
}
[darktheme=false] .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow,
.lighttheme.lighttheme .mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-select-panel,
.lighttheme.lighttheme .mat-mdc-select-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
[darktheme=false] .mat-mdc-select,
.lighttheme.lighttheme .mat-mdc-select {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
[darktheme=false] .mdc-menu-surface,
.lighttheme.lighttheme .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mdc-list-item__secondary-text,
.lighttheme.lighttheme .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
[darktheme=false] .mdc-list-item__overline-text,
.lighttheme.lighttheme .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
[darktheme=false] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__start,
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__content,
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__content,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__secondary-text,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__overline-text,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--selected .mdc-list-item__primary-text,
[darktheme=false] .mdc-list-item--activated .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item--selected .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=false] .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=false] .mdc-deprecated-list-group__subheader,
.lighttheme.lighttheme .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mdc-list-divider::after,
.lighttheme.lighttheme .mdc-list-divider::after {
  border-bottom-color: white;
}
[darktheme=false] .mdc-list-divider,
.lighttheme.lighttheme .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-mdc-autocomplete-panel,
.lighttheme.lighttheme .mat-mdc-autocomplete-panel {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
[darktheme=false] .mat-mdc-dialog-container,
.lighttheme.lighttheme .mat-mdc-dialog-container {
  --mdc-dialog-container-color: white;
  --mdc-dialog-with-divider-divider-color: rgba(0, 0, 0, 0.12);
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
[darktheme=false] .mat-mdc-dialog-container,
.lighttheme.lighttheme .mat-mdc-dialog-container {
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 24px;
  --mdc-dialog-supporting-text-size: 16px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.03125em;
}
[darktheme=false] .mat-mdc-standard-chip,
.lighttheme.lighttheme .mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
}
[darktheme=false] .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected, [darktheme=false] .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted,
.lighttheme.lighttheme .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,
.lighttheme.lighttheme .mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #5c6bc0;
  --mdc-chip-elevated-disabled-container-color: #5c6bc0;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
[darktheme=false] .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected, [darktheme=false] .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted,
.lighttheme.lighttheme .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,
.lighttheme.lighttheme .mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #ffd740;
  --mdc-chip-elevated-disabled-container-color: #ffd740;
  --mdc-chip-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, 0.87);
  --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected, [darktheme=false] .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted,
.lighttheme.lighttheme .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,
.lighttheme.lighttheme .mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-label-text-color: white;
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
}
[darktheme=false] .mat-mdc-chip-focus-overlay,
.lighttheme.lighttheme .mat-mdc-chip-focus-overlay {
  background: black;
}
[darktheme=false] .mat-mdc-chip,
.lighttheme.lighttheme .mat-mdc-chip {
  height: 32px;
}
[darktheme=false] .mat-mdc-standard-chip,
.lighttheme.lighttheme .mat-mdc-standard-chip {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=false] .mat-mdc-slide-toggle,
.lighttheme.lighttheme .mat-mdc-slide-toggle {
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-unselected-icon-color: #fff;
}
[darktheme=false] .mat-mdc-slide-toggle .mdc-form-field,
.lighttheme.lighttheme .mat-mdc-slide-toggle .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mat-mdc-slide-toggle .mdc-switch--disabled + label,
.lighttheme.lighttheme .mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-slide-toggle.mat-primary,
.lighttheme.lighttheme .mat-mdc-slide-toggle.mat-primary {
  --mdc-switch-selected-focus-state-layer-color: #3949ab;
  --mdc-switch-selected-handle-color: #3949ab;
  --mdc-switch-selected-hover-state-layer-color: #3949ab;
  --mdc-switch-selected-pressed-state-layer-color: #3949ab;
  --mdc-switch-selected-focus-handle-color: #1a237e;
  --mdc-switch-selected-hover-handle-color: #1a237e;
  --mdc-switch-selected-pressed-handle-color: #1a237e;
  --mdc-switch-selected-focus-track-color: #7986cb;
  --mdc-switch-selected-hover-track-color: #7986cb;
  --mdc-switch-selected-pressed-track-color: #7986cb;
  --mdc-switch-selected-track-color: #7986cb;
}
[darktheme=false] .mat-mdc-slide-toggle.mat-accent,
.lighttheme.lighttheme .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #ffb300;
  --mdc-switch-selected-handle-color: #ffb300;
  --mdc-switch-selected-hover-state-layer-color: #ffb300;
  --mdc-switch-selected-pressed-state-layer-color: #ffb300;
  --mdc-switch-selected-focus-handle-color: #ff6f00;
  --mdc-switch-selected-hover-handle-color: #ff6f00;
  --mdc-switch-selected-pressed-handle-color: #ff6f00;
  --mdc-switch-selected-focus-track-color: #ffd54f;
  --mdc-switch-selected-hover-track-color: #ffd54f;
  --mdc-switch-selected-pressed-track-color: #ffd54f;
  --mdc-switch-selected-track-color: #ffd54f;
}
[darktheme=false] .mat-mdc-slide-toggle.mat-warn,
.lighttheme.lighttheme .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}
[darktheme=false] .mat-mdc-slide-toggle,
.lighttheme.lighttheme .mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}
[darktheme=false] .mdc-form-field,
.lighttheme.lighttheme .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=false] .mat-mdc-radio-button .mdc-form-field,
.lighttheme.lighttheme .mat-mdc-radio-button .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mat-mdc-radio-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5c6bc0;
  --mdc-radio-selected-hover-icon-color: #5c6bc0;
  --mdc-radio-selected-icon-color: #5c6bc0;
  --mdc-radio-selected-pressed-icon-color: #5c6bc0;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #5c6bc0;
}
[darktheme=false] .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label,
.lighttheme.lighttheme .mat-mdc-radio-button.mat-primary .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-radio-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffd740;
}
[darktheme=false] .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label,
.lighttheme.lighttheme .mat-mdc-radio-button.mat-accent .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-radio-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
[darktheme=false] .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label,
.lighttheme.lighttheme .mat-mdc-radio-button.mat-warn .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-radio-button .mdc-radio,
.lighttheme.lighttheme .mat-mdc-radio-button .mdc-radio {
  padding: calc((40px - 20px) / 2);
}
[darktheme=false] .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before,
.lighttheme.lighttheme .mat-mdc-radio-button .mdc-radio .mdc-radio__background::before {
  top: calc(-1 * (40px - 20px) / 2);
  left: calc(-1 * (40px - 20px) / 2);
  width: 40px;
  height: 40px;
}
[darktheme=false] .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control,
.lighttheme.lighttheme .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
  top: calc((40px - 40px) / 2);
  right: calc((40px - 40px) / 2);
  left: calc((40px - 40px) / 2);
  width: 40px;
  height: 40px;
}
[darktheme=false] .mdc-form-field,
.lighttheme.lighttheme .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=false] .mat-mdc-slider,
.lighttheme.lighttheme .mat-mdc-slider {
  --mdc-slider-label-container-color: black;
  --mdc-slider-label-label-text-color: white;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-mdc-slider-value-indicator-opacity: 0.6;
}
[darktheme=false] .mat-mdc-slider.mat-primary,
.lighttheme.lighttheme .mat-mdc-slider.mat-primary {
  --mdc-slider-handle-color: #5c6bc0;
  --mdc-slider-focus-handle-color: #5c6bc0;
  --mdc-slider-hover-handle-color: #5c6bc0;
  --mdc-slider-active-track-color: #5c6bc0;
  --mdc-slider-inactive-track-color: #5c6bc0;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #5c6bc0;
  --mat-mdc-slider-ripple-color: #5c6bc0;
  --mat-mdc-slider-hover-ripple-color: rgba(92, 107, 192, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(92, 107, 192, 0.2);
}
[darktheme=false] .mat-mdc-slider.mat-accent,
.lighttheme.lighttheme .mat-mdc-slider.mat-accent {
  --mdc-slider-handle-color: #ffd740;
  --mdc-slider-focus-handle-color: #ffd740;
  --mdc-slider-hover-handle-color: #ffd740;
  --mdc-slider-active-track-color: #ffd740;
  --mdc-slider-inactive-track-color: #ffd740;
  --mdc-slider-with-tick-marks-active-container-color: #000;
  --mdc-slider-with-tick-marks-inactive-container-color: #ffd740;
  --mat-mdc-slider-ripple-color: #ffd740;
  --mat-mdc-slider-hover-ripple-color: rgba(255, 215, 64, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(255, 215, 64, 0.2);
}
[darktheme=false] .mat-mdc-slider.mat-warn,
.lighttheme.lighttheme .mat-mdc-slider.mat-warn {
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: #fff;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mat-mdc-slider-ripple-color: #f44336;
  --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, 0.05);
  --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, 0.2);
}
[darktheme=false] .mat-mdc-slider,
.lighttheme.lighttheme .mat-mdc-slider {
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}
[darktheme=false] .mdc-menu-surface,
.lighttheme.lighttheme .mdc-menu-surface {
  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);
  background-color: var(--mdc-theme-surface, #fff);
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item__primary-text {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mdc-list-item__secondary-text,
.lighttheme.lighttheme .mdc-list-item__secondary-text {
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
}
[darktheme=false] .mdc-list-item__overline-text,
.lighttheme.lighttheme .mdc-list-item__overline-text {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  background-color: transparent;
}
[darktheme=false] .mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mdc-list-item--with-trailing-icon .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item__end {
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__start,
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__content,
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__content,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 0.38;
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__primary-text {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__secondary-text,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled .mdc-list-item__overline-text,
.lighttheme.lighttheme .mdc-list-item--disabled .mdc-list-item__overline-text {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end,
.lighttheme.lighttheme .mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
  color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mdc-list-item--selected .mdc-list-item__primary-text,
[darktheme=false] .mdc-list-item--activated .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item--selected .mdc-list-item__primary-text,
.lighttheme.lighttheme .mdc-list-item--activated .mdc-list-item__primary-text {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=false] .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: var(--mdc-theme-primary, #5c6bc0);
}
[darktheme=false] .mdc-deprecated-list-group__subheader,
.lighttheme.lighttheme .mdc-deprecated-list-group__subheader {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mdc-list-divider::after,
.lighttheme.lighttheme .mdc-list-divider::after {
  border-bottom-color: white;
}
[darktheme=false] .mdc-list-divider,
.lighttheme.lighttheme .mdc-list-divider {
  background-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-mdc-menu-item[disabled],
[darktheme=false] .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
[darktheme=false] .mat-mdc-menu-item[disabled] .mat-icon-no-color,
.lighttheme.lighttheme .mat-mdc-menu-item[disabled],
.lighttheme.lighttheme .mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,
.lighttheme.lighttheme .mat-mdc-menu-item[disabled] .mat-icon-no-color {
  color: var(--mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38));
}
[darktheme=false] .mat-mdc-menu-item .mat-icon-no-color,
[darktheme=false] .mat-mdc-menu-submenu-icon,
.lighttheme.lighttheme .mat-mdc-menu-item .mat-icon-no-color,
.lighttheme.lighttheme .mat-mdc-menu-submenu-icon {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mat-mdc-menu-item:hover:not([disabled]),
[darktheme=false] .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
[darktheme=false] .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
[darktheme=false] .mat-mdc-menu-item-highlighted:not([disabled]),
.lighttheme.lighttheme .mat-mdc-menu-item:hover:not([disabled]),
.lighttheme.lighttheme .mat-mdc-menu-item.cdk-program-focused:not([disabled]),
.lighttheme.lighttheme .mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),
.lighttheme.lighttheme .mat-mdc-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
[darktheme=false] .mat-mdc-menu-content,
.lighttheme.lighttheme .mat-mdc-menu-content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle1-font-size, 16px);
  line-height: var(--mdc-typography-subtitle1-line-height, 28px);
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle1-text-transform, none);
  /* @alternate */
  line-height: 24px;
}
[darktheme=false] .mat-mdc-menu-content,
[darktheme=false] .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text,
.lighttheme.lighttheme .mat-mdc-menu-content,
.lighttheme.lighttheme .mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body1-font-size, 16px);
  line-height: var(--mdc-typography-body1-line-height, 24px);
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: var(--mdc-typography-body1-text-transform, none);
}
[darktheme=false] .mat-mdc-list-base,
.lighttheme.lighttheme .mat-mdc-list-base {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
[darktheme=false] .mat-mdc-list-option .mdc-list-item__start, [darktheme=false] .mat-mdc-list-option .mdc-list-item__end,
.lighttheme.lighttheme .mat-mdc-list-option .mdc-list-item__start,
.lighttheme.lighttheme .mat-mdc-list-option .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #5c6bc0;
  --mdc-checkbox-selected-hover-icon-color: #5c6bc0;
  --mdc-checkbox-selected-icon-color: #5c6bc0;
  --mdc-checkbox-selected-pressed-icon-color: #5c6bc0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-list-option .mdc-list-item__start, [darktheme=false] .mat-mdc-list-option .mdc-list-item__end,
.lighttheme.lighttheme .mat-mdc-list-option .mdc-list-item__start,
.lighttheme.lighttheme .mat-mdc-list-option .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5c6bc0;
  --mdc-radio-selected-hover-icon-color: #5c6bc0;
  --mdc-radio-selected-icon-color: #5c6bc0;
  --mdc-radio-selected-pressed-icon-color: #5c6bc0;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #5c6bc0;
}
[darktheme=false] .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label, [darktheme=false] .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label,
.lighttheme.lighttheme .mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled + label,
.lighttheme.lighttheme .mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-list-option.mat-accent .mdc-list-item__start, [darktheme=false] .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.lighttheme.lighttheme .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.lighttheme.lighttheme .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-list-option.mat-accent .mdc-list-item__start, [darktheme=false] .mat-mdc-list-option.mat-accent .mdc-list-item__end,
.lighttheme.lighttheme .mat-mdc-list-option.mat-accent .mdc-list-item__start,
.lighttheme.lighttheme .mat-mdc-list-option.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #ffd740;
  --mdc-radio-selected-hover-icon-color: #ffd740;
  --mdc-radio-selected-icon-color: #ffd740;
  --mdc-radio-selected-pressed-icon-color: #ffd740;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #ffd740;
}
[darktheme=false] .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label, [darktheme=false] .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label,
.lighttheme.lighttheme .mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled + label,
.lighttheme.lighttheme .mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-list-option.mat-warn .mdc-list-item__start, [darktheme=false] .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.lighttheme.lighttheme .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.lighttheme.lighttheme .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-list-option.mat-warn .mdc-list-item__start, [darktheme=false] .mat-mdc-list-option.mat-warn .mdc-list-item__end,
.lighttheme.lighttheme .mat-mdc-list-option.mat-warn .mdc-list-item__start,
.lighttheme.lighttheme .mat-mdc-list-option.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-mdc-radio-ripple-color: #000;
  --mat-mdc-radio-checked-ripple-color: #f44336;
}
[darktheme=false] .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label, [darktheme=false] .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label,
.lighttheme.lighttheme .mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled + label,
.lighttheme.lighttheme .mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
[darktheme=false] .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.lighttheme.lighttheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.lighttheme.lighttheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #5c6bc0;
}
[darktheme=false] .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
[darktheme=false] .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.lighttheme.lighttheme .mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #5c6bc0;
}
[darktheme=false] .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
[darktheme=false] .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
[darktheme=false] .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end,
.lighttheme.lighttheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.lighttheme.lighttheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.lighttheme.lighttheme .mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
[darktheme=false] .mat-mdc-list-base,
.lighttheme.lighttheme .mat-mdc-list-base {
  --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;
}
[darktheme=false] .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, [darktheme=false] .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, [darktheme=false] .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line,
.lighttheme.lighttheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.lighttheme.lighttheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.lighttheme.lighttheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
[darktheme=false] .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, [darktheme=false] .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, [darktheme=false] .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines,
.lighttheme.lighttheme .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.lighttheme.lighttheme .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.lighttheme.lighttheme .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
[darktheme=false] .mat-mdc-list-base,
.lighttheme.lighttheme .mat-mdc-list-base {
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 24px;
  --mdc-list-list-item-label-text-size: 16px;
  --mdc-list-list-item-label-text-tracking: 0.03125em;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
[darktheme=false] .mdc-list-group__subheader,
.lighttheme.lighttheme .mdc-list-group__subheader {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.009375em;
}
[darktheme=false] .mat-mdc-paginator,
.lighttheme.lighttheme .mat-mdc-paginator {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-mdc-paginator-icon,
.lighttheme.lighttheme .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-paginator-decrement,
[darktheme=false] .mat-mdc-paginator-increment,
.lighttheme.lighttheme .mat-mdc-paginator-decrement,
.lighttheme.lighttheme .mat-mdc-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-paginator-first,
[darktheme=false] .mat-mdc-paginator-last,
.lighttheme.lighttheme .mat-mdc-paginator-first,
.lighttheme.lighttheme .mat-mdc-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
[darktheme=false] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
[darktheme=false] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
[darktheme=false] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last,
.lighttheme.lighttheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,
.lighttheme.lighttheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,
.lighttheme.lighttheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,
.lighttheme.lighttheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
  border-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon,
.lighttheme.lighttheme .mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
  fill: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-mdc-paginator .mat-mdc-form-field-infix,
.lighttheme.lighttheme .mat-mdc-paginator .mat-mdc-form-field-infix {
  min-height: 40px;
}
[darktheme=false] .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label,
.lighttheme.lighttheme .mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
  top: 20px;
}
[darktheme=false] .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.lighttheme.lighttheme .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
  --mat-mdc-form-field-label-transform: translateY(
          -26.75px)
          scale(var(--mat-mdc-form-field-floating-label-scale, 0.75));
  transform: var(--mat-mdc-form-field-label-transform);
}
[darktheme=false] .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix,
.lighttheme.lighttheme .mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
[darktheme=false] .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix,
.lighttheme.lighttheme .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
[darktheme=false] .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix,
.lighttheme.lighttheme .mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
  padding-top: 8px;
  padding-bottom: 8px;
}
[darktheme=false] .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label,
.lighttheme.lighttheme .mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
  display: none;
}
[darktheme=false] .mat-mdc-paginator-container,
.lighttheme.lighttheme .mat-mdc-paginator-container {
  min-height: 56px;
}
[darktheme=false] .mat-mdc-paginator,
.lighttheme.lighttheme .mat-mdc-paginator {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-caption-font-size, 12px);
  line-height: var(--mdc-typography-caption-line-height, 20px);
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
          text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: var(--mdc-typography-caption-text-transform, none);
}
[darktheme=false] .mat-mdc-paginator .mat-mdc-select-value,
.lighttheme.lighttheme .mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}
[darktheme=false] .mat-mdc-tab, [darktheme=false] .mat-mdc-tab-link,
.lighttheme.lighttheme .mat-mdc-tab,
.lighttheme.lighttheme .mat-mdc-tab-link {
  background-color: transparent;
}
[darktheme=false] .mat-mdc-tab .mdc-tab__text-label, [darktheme=false] .mat-mdc-tab-link .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-link .mdc-tab__text-label {
  color: rgba(0, 0, 0, 0.6);
}
[darktheme=false] .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
[darktheme=false] .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element, [darktheme=false] .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
[darktheme=false] .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.lighttheme.lighttheme .mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple::before,
.lighttheme.lighttheme .mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=false] .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #5c6bc0;
}
[darktheme=false] .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=false] .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #5c6bc0);
}
[darktheme=false] .mdc-tab__ripple::before,
[darktheme=false] .mat-mdc-tab .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-link .mat-ripple-element,
.lighttheme.lighttheme .mdc-tab__ripple::before,
.lighttheme.lighttheme .mat-mdc-tab .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-header-pagination .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-link .mat-ripple-element {
  background-color: #5c6bc0;
}
[darktheme=false] .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=false] .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=false] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=false] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #ffd740;
}
[darktheme=false] .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=false] .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=false] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=false] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #ffd740);
}
[darktheme=false] .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
[darktheme=false] .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element, [darktheme=false] .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
[darktheme=false] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-accent .mdc-tab__ripple::before,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple::before,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
  background-color: #ffd740;
}
[darktheme=false] .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=false] .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=false] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label, [darktheme=false] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
  color: #f44336;
}
[darktheme=false] .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=false] .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=false] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, [darktheme=false] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336);
}
[darktheme=false] .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
[darktheme=false] .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element, [darktheme=false] .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
[darktheme=false] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
[darktheme=false] .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-warn .mdc-tab__ripple::before,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple::before,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
  background-color: #f44336;
}
[darktheme=false] .mat-mdc-tab-group.mat-background-primary, [darktheme=false] .mat-mdc-tab-nav-bar.mat-background-primary,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-background-primary,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-mdc-tab-header-with-background-background-color: #5c6bc0;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
[darktheme=false] .mat-mdc-tab-group.mat-background-accent, [darktheme=false] .mat-mdc-tab-nav-bar.mat-background-accent,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-background-accent,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-mdc-tab-header-with-background-background-color: #ffd740;
  --mat-mdc-tab-header-with-background-foreground-color: #000;
}
[darktheme=false] .mat-mdc-tab-group.mat-background-warn, [darktheme=false] .mat-mdc-tab-nav-bar.mat-background-warn,
.lighttheme.lighttheme .mat-mdc-tab-group.mat-background-warn,
.lighttheme.lighttheme .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-mdc-tab-header-with-background-background-color: #f44336;
  --mat-mdc-tab-header-with-background-foreground-color: #fff;
}
[darktheme=false] .mat-mdc-tab-header-pagination-chevron,
.lighttheme.lighttheme .mat-mdc-tab-header-pagination-chevron {
  border-color: var(--mdc-theme-on-surface, #000);
}
[darktheme=false] .mat-mdc-tab-header .mdc-tab,
.lighttheme.lighttheme .mat-mdc-tab-header .mdc-tab {
  height: 48px;
}
[darktheme=false] .mdc-tab,
.lighttheme.lighttheme .mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
[darktheme=false] .mat-mdc-checkbox .mdc-form-field,
.lighttheme.lighttheme .mat-mdc-checkbox .mdc-form-field {
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}
[darktheme=false] .mat-mdc-checkbox .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-checkbox .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
[darktheme=false] .mat-mdc-checkbox .mdc-checkbox__ripple,
.lighttheme.lighttheme .mat-mdc-checkbox .mdc-checkbox__ripple {
  background: #000;
}
[darktheme=false] .mat-mdc-checkbox.mat-primary,
.lighttheme.lighttheme .mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #5c6bc0;
  --mdc-checkbox-selected-hover-icon-color: #5c6bc0;
  --mdc-checkbox-selected-icon-color: #5c6bc0;
  --mdc-checkbox-selected-pressed-icon-color: #5c6bc0;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(92, 107, 192, 0.1);
}
[darktheme=false] .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.lighttheme.lighttheme .mat-mdc-checkbox.mat-primary .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #5c6bc0;
}
[darktheme=false] .mat-mdc-checkbox.mat-accent,
.lighttheme.lighttheme .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #ffd740;
  --mdc-checkbox-selected-hover-icon-color: #ffd740;
  --mdc-checkbox-selected-icon-color: #ffd740;
  --mdc-checkbox-selected-pressed-icon-color: #ffd740;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(255, 215, 64, 0.1);
}
[darktheme=false] .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.lighttheme.lighttheme .mat-mdc-checkbox.mat-accent .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #ffd740;
}
[darktheme=false] .mat-mdc-checkbox.mat-warn,
.lighttheme.lighttheme .mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element,
.lighttheme.lighttheme .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mat-mdc-checkbox-ripple .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.1);
}
[darktheme=false] .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple,
.lighttheme.lighttheme .mat-mdc-checkbox.mat-warn .mdc-checkbox--selected ~ .mdc-checkbox__ripple {
  background: #f44336;
}
[darktheme=false] .mat-mdc-checkbox-disabled label,
.lighttheme.lighttheme .mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-checkbox .mdc-checkbox,
.lighttheme.lighttheme .mat-mdc-checkbox .mdc-checkbox {
  padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2);
}
[darktheme=false] .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background,
.lighttheme.lighttheme .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
  top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
  left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
}
[darktheme=false] .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control,
.lighttheme.lighttheme .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
  top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
  width: var(--mdc-checkbox-touch-target-size, 40px);
  height: var(--mdc-checkbox-touch-target-size, 40px);
}
@media all and (-ms-high-contrast: none) {
  [darktheme=false] .mdc-checkbox .mdc-checkbox__focus-ring,
  .lighttheme.lighttheme .mdc-checkbox .mdc-checkbox__focus-ring {
    display: none;
  }
}
[darktheme=false] .mdc-form-field,
.lighttheme.lighttheme .mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=false] .mat-mdc-button.mat-unthemed,
.lighttheme.lighttheme .mat-mdc-button.mat-unthemed {
  --mdc-text-button-label-text-color: #000;
}
[darktheme=false] .mat-mdc-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #5c6bc0;
}
[darktheme=false] .mat-mdc-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #ffd740;
}
[darktheme=false] .mat-mdc-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
}
[darktheme=false] .mat-mdc-button[disabled][disabled],
.lighttheme.lighttheme .mat-mdc-button[disabled][disabled] {
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-text-button-label-text-color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-unelevated-button.mat-unthemed,
.lighttheme.lighttheme .mat-mdc-unelevated-button.mat-unthemed {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #000;
}
[darktheme=false] .mat-mdc-unelevated-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #5c6bc0;
  --mdc-filled-button-label-text-color: #fff;
}
[darktheme=false] .mat-mdc-unelevated-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #ffd740;
  --mdc-filled-button-label-text-color: #000;
}
[darktheme=false] .mat-mdc-unelevated-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
}
[darktheme=false] .mat-mdc-unelevated-button[disabled][disabled],
.lighttheme.lighttheme .mat-mdc-unelevated-button[disabled][disabled] {
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-label-text-color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-raised-button.mat-unthemed,
.lighttheme.lighttheme .mat-mdc-raised-button.mat-unthemed {
  --mdc-protected-button-container-color: #fff;
  --mdc-protected-button-label-text-color: #000;
}
[darktheme=false] .mat-mdc-raised-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #5c6bc0;
  --mdc-protected-button-label-text-color: #fff;
}
[darktheme=false] .mat-mdc-raised-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #ffd740;
  --mdc-protected-button-label-text-color: #000;
}
[darktheme=false] .mat-mdc-raised-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
}
[darktheme=false] .mat-mdc-raised-button[disabled][disabled],
.lighttheme.lighttheme .mat-mdc-raised-button[disabled][disabled] {
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation: 0;
}
[darktheme=false] .mat-mdc-outlined-button,
.lighttheme.lighttheme .mat-mdc-outlined-button {
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-mdc-outlined-button.mat-unthemed,
.lighttheme.lighttheme .mat-mdc-outlined-button.mat-unthemed {
  --mdc-outlined-button-label-text-color: #000;
}
[darktheme=false] .mat-mdc-outlined-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #5c6bc0;
}
[darktheme=false] .mat-mdc-outlined-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #ffd740;
}
[darktheme=false] .mat-mdc-outlined-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
}
[darktheme=false] .mat-mdc-outlined-button[disabled][disabled],
.lighttheme.lighttheme .mat-mdc-outlined-button[disabled][disabled] {
  --mdc-outlined-button-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-mdc-button, [darktheme=false] .mat-mdc-outlined-button,
.lighttheme.lighttheme .mat-mdc-button,
.lighttheme.lighttheme .mat-mdc-outlined-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
[darktheme=false] .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-button:hover .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
[darktheme=false] .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
[darktheme=false] .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-button:active .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
[darktheme=false] .mat-mdc-button.mat-primary, [darktheme=false] .mat-mdc-outlined-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-outlined-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #5c6bc0;
  --mat-mdc-button-ripple-color: rgba(92, 107, 192, 0.1);
}
[darktheme=false] .mat-mdc-button.mat-accent, [darktheme=false] .mat-mdc-outlined-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-outlined-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1);
}
[darktheme=false] .mat-mdc-button.mat-warn, [darktheme=false] .mat-mdc-outlined-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-outlined-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
[darktheme=false] .mat-mdc-raised-button, [darktheme=false] .mat-mdc-unelevated-button,
.lighttheme.lighttheme .mat-mdc-raised-button,
.lighttheme.lighttheme .mat-mdc-unelevated-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
[darktheme=false] .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
[darktheme=false] .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
[darktheme=false] .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
[darktheme=false] .mat-mdc-raised-button.mat-primary, [darktheme=false] .mat-mdc-unelevated-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-raised-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-unelevated-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=false] .mat-mdc-raised-button.mat-accent, [darktheme=false] .mat-mdc-unelevated-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-raised-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-unelevated-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
[darktheme=false] .mat-mdc-raised-button.mat-warn, [darktheme=false] .mat-mdc-unelevated-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-raised-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-unelevated-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=false] .mat-mdc-button.mat-mdc-button-base,
[darktheme=false] .mat-mdc-raised-button.mat-mdc-button-base,
[darktheme=false] .mat-mdc-unelevated-button.mat-mdc-button-base,
[darktheme=false] .mat-mdc-outlined-button.mat-mdc-button-base,
.lighttheme.lighttheme .mat-mdc-button.mat-mdc-button-base,
.lighttheme.lighttheme .mat-mdc-raised-button.mat-mdc-button-base,
.lighttheme.lighttheme .mat-mdc-unelevated-button.mat-mdc-button-base,
.lighttheme.lighttheme .mat-mdc-outlined-button.mat-mdc-button-base {
  height: 36px;
}
[darktheme=false] .mdc-button,
.lighttheme.lighttheme .mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
[darktheme=false] .mat-mdc-icon-button,
.lighttheme.lighttheme .mat-mdc-icon-button {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
[darktheme=false] .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
[darktheme=false] .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
[darktheme=false] .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
[darktheme=false] .mat-mdc-icon-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #5c6bc0;
  --mat-mdc-button-ripple-color: rgba(92, 107, 192, 0.1);
}
[darktheme=false] .mat-mdc-icon-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #ffd740;
  --mat-mdc-button-ripple-color: rgba(255, 215, 64, 0.1);
}
[darktheme=false] .mat-mdc-icon-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #f44336;
  --mat-mdc-button-ripple-color: rgba(244, 67, 54, 0.1);
}
[darktheme=false] .mat-mdc-icon-button.mat-primary,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #5c6bc0;
}
[darktheme=false] .mat-mdc-icon-button.mat-accent,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #ffd740;
}
[darktheme=false] .mat-mdc-icon-button.mat-warn,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
}
[darktheme=false] .mat-mdc-icon-button[disabled][disabled],
.lighttheme.lighttheme .mat-mdc-icon-button[disabled][disabled] {
  --mdc-icon-button-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-mdc-icon-button.mat-mdc-button-base,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-mdc-button-base {
  width: 48px;
  height: 48px;
  padding: 12px;
}
[darktheme=false] .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 48px;
  max-width: 48px;
}
[darktheme=false] .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}
[darktheme=false] .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
[darktheme=false] .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch,
.lighttheme.lighttheme .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 48px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 48px;
  transform: translate(-50%, -50%);
}
[darktheme=false] .mat-mdc-fab, [darktheme=false] .mat-mdc-mini-fab,
.lighttheme.lighttheme .mat-mdc-fab,
.lighttheme.lighttheme .mat-mdc-mini-fab {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
[darktheme=false] .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-fab:hover .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple::before {
  opacity: 0.04;
}
[darktheme=false] .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
[darktheme=false] .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before, [darktheme=false] .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-fab:active .mat-mdc-button-persistent-ripple::before,
.lighttheme.lighttheme .mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple::before {
  opacity: 0.12;
}
[darktheme=false] .mat-mdc-fab.mat-primary, [darktheme=false] .mat-mdc-mini-fab.mat-primary,
.lighttheme.lighttheme .mat-mdc-fab.mat-primary,
.lighttheme.lighttheme .mat-mdc-mini-fab.mat-primary {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=false] .mat-mdc-fab.mat-accent, [darktheme=false] .mat-mdc-mini-fab.mat-accent,
.lighttheme.lighttheme .mat-mdc-fab.mat-accent,
.lighttheme.lighttheme .mat-mdc-mini-fab.mat-accent {
  --mat-mdc-button-persistent-ripple-color: #000;
  --mat-mdc-button-ripple-color: rgba(0, 0, 0, 0.1);
}
[darktheme=false] .mat-mdc-fab.mat-warn, [darktheme=false] .mat-mdc-mini-fab.mat-warn,
.lighttheme.lighttheme .mat-mdc-fab.mat-warn,
.lighttheme.lighttheme .mat-mdc-mini-fab.mat-warn {
  --mat-mdc-button-persistent-ripple-color: #fff;
  --mat-mdc-button-ripple-color: rgba(255, 255, 255, 0.1);
}
[darktheme=false] .mat-mdc-fab.mat-unthemed, [darktheme=false] .mat-mdc-mini-fab.mat-unthemed,
.lighttheme.lighttheme .mat-mdc-fab.mat-unthemed,
.lighttheme.lighttheme .mat-mdc-mini-fab.mat-unthemed {
  --mdc-fab-container-color: #fff;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
[darktheme=false] .mat-mdc-fab.mat-primary, [darktheme=false] .mat-mdc-mini-fab.mat-primary,
.lighttheme.lighttheme .mat-mdc-fab.mat-primary,
.lighttheme.lighttheme .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #5c6bc0;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
[darktheme=false] .mat-mdc-fab.mat-accent, [darktheme=false] .mat-mdc-mini-fab.mat-accent,
.lighttheme.lighttheme .mat-mdc-fab.mat-accent,
.lighttheme.lighttheme .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #ffd740;
  --mdc-fab-icon-color: #000;
  --mat-mdc-fab-color: #000;
}
[darktheme=false] .mat-mdc-fab.mat-warn, [darktheme=false] .mat-mdc-mini-fab.mat-warn,
.lighttheme.lighttheme .mat-mdc-fab.mat-warn,
.lighttheme.lighttheme .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mdc-fab-icon-color: #fff;
  --mat-mdc-fab-color: #fff;
}
[darktheme=false] .mat-mdc-fab[disabled][disabled], [darktheme=false] .mat-mdc-mini-fab[disabled][disabled],
.lighttheme.lighttheme .mat-mdc-fab[disabled][disabled],
.lighttheme.lighttheme .mat-mdc-mini-fab[disabled][disabled] {
  --mdc-fab-container-color: rgba(0, 0, 0, 0.12);
  --mdc-fab-icon-color: rgba(0, 0, 0, 0.38);
  --mat-mdc-fab-color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mdc-fab--extended,
.lighttheme.lighttheme .mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-button-font-size, 14px);
  line-height: var(--mdc-typography-button-line-height, 36px);
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
          text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: var(--mdc-typography-button-text-transform, none);
}
[darktheme=false] .mat-mdc-snack-bar-container,
.lighttheme.lighttheme .mat-mdc-snack-bar-container {
  --mat-mdc-snack-bar-button-color: #ffd740;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
}
[darktheme=false] .mat-mdc-snack-bar-container,
.lighttheme.lighttheme .mat-mdc-snack-bar-container {
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
[darktheme=false] .mdc-data-table,
.lighttheme.lighttheme .mdc-data-table {
  background-color: var(--mdc-theme-surface, #fff);
  border-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mdc-data-table__row,
.lighttheme.lighttheme .mdc-data-table__row {
  background-color: inherit;
}
[darktheme=false] .mdc-data-table__header-cell,
.lighttheme.lighttheme .mdc-data-table__header-cell {
  background-color: var(--mdc-theme-surface, #fff);
}
[darktheme=false] .mdc-data-table__row--selected,
.lighttheme.lighttheme .mdc-data-table__row--selected {
  background-color: rgba(92, 107, 192, 0.04);
}
[darktheme=false] .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
[darktheme=false] .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
[darktheme=false] .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing,
.lighttheme.lighttheme .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
.lighttheme.lighttheme .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
.lighttheme.lighttheme .mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
  border-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mdc-data-table__cell,
[darktheme=false] .mdc-data-table__header-cell,
.lighttheme.lighttheme .mdc-data-table__cell,
.lighttheme.lighttheme .mdc-data-table__header-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mdc-data-table__pagination,
.lighttheme.lighttheme .mdc-data-table__pagination {
  border-top-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mdc-data-table__row:not(.mdc-data-table__row--selected):hover,
.lighttheme.lighttheme .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
  background-color: rgba(0, 0, 0, 0.04);
}
[darktheme=false] .mdc-data-table__header-cell,
.lighttheme.lighttheme .mdc-data-table__header-cell {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mdc-data-table__pagination-total,
[darktheme=false] .mdc-data-table__pagination-rows-per-page-label,
[darktheme=false] .mdc-data-table__cell,
.lighttheme.lighttheme .mdc-data-table__pagination-total,
.lighttheme.lighttheme .mdc-data-table__pagination-rows-per-page-label,
.lighttheme.lighttheme .mdc-data-table__cell {
  color: rgba(0, 0, 0, 0.87);
}
[dir=rtl] [darktheme=false] .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .lighttheme.lighttheme .mdc-data-table__pagination-button .mdc-button__icon, [darktheme=false] .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .lighttheme.lighttheme .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=false] .mat-mdc-table,
.lighttheme.lighttheme .mat-mdc-table {
  background: white;
}
[darktheme=false] .mat-mdc-table .mdc-data-table__row,
.lighttheme.lighttheme .mat-mdc-table .mdc-data-table__row {
  height: 52px;
}
[darktheme=false] .mat-mdc-table .mdc-data-table__pagination,
.lighttheme.lighttheme .mat-mdc-table .mdc-data-table__pagination {
  min-height: 52px;
}
[darktheme=false] .mat-mdc-table .mdc-data-table__header-row,
.lighttheme.lighttheme .mat-mdc-table .mdc-data-table__header-row {
  height: 56px;
}
[darktheme=false] .mdc-data-table__content,
.lighttheme.lighttheme .mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=false] .mdc-data-table__cell,
.lighttheme.lighttheme .mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-body2-font-size, 14px);
  line-height: var(--mdc-typography-body2-line-height, 20px);
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: var(--mdc-typography-body2-text-transform, none);
}
[darktheme=false] .mdc-data-table__header-cell,
.lighttheme.lighttheme .mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
  font-size: var(--mdc-typography-subtitle2-font-size, 14px);
  line-height: var(--mdc-typography-subtitle2-line-height, 22px);
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, 0.0071428571em);
  -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
          text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: var(--mdc-typography-subtitle2-text-transform, none);
}
[dir=rtl] [darktheme=false] .mdc-data-table__pagination-button .mdc-button__icon, [dir=rtl] .lighttheme.lighttheme .mdc-data-table__pagination-button .mdc-button__icon, [darktheme=false] .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl], .lighttheme.lighttheme .mdc-data-table__pagination-button .mdc-button__icon[dir=rtl] {
  /*rtl:begin:ignore*/
  /*rtl:end:ignore*/
}

[darktheme=false] .mat-mdc-progress-spinner,
.lighttheme.lighttheme .mat-mdc-progress-spinner {
  --mdc-circular-progress-active-indicator-color: #5c6bc0;
}
[darktheme=false] .mat-mdc-progress-spinner.mat-accent,
.lighttheme.lighttheme .mat-mdc-progress-spinner.mat-accent {
  --mdc-circular-progress-active-indicator-color: #ffd740;
}
[darktheme=false] .mat-mdc-progress-spinner.mat-warn,
.lighttheme.lighttheme .mat-mdc-progress-spinner.mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}
[darktheme=false] .mat-badge,
.lighttheme.lighttheme .mat-badge {
  position: relative;
}
[darktheme=false] .mat-badge.mat-badge,
.lighttheme.lighttheme .mat-badge.mat-badge {
  overflow: visible;
}
[darktheme=false] .mat-badge-hidden .mat-badge-content,
.lighttheme.lighttheme .mat-badge-hidden .mat-badge-content {
  display: none;
}
[darktheme=false] .mat-badge-content,
.lighttheme.lighttheme .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
[darktheme=false] .ng-animate-disabled .mat-badge-content,
[darktheme=false] .mat-badge-content._mat-animation-noopable,
.lighttheme.lighttheme .ng-animate-disabled .mat-badge-content,
.lighttheme.lighttheme .mat-badge-content._mat-animation-noopable {
  transition: none;
}
[darktheme=false] .mat-badge-content.mat-badge-active,
.lighttheme.lighttheme .mat-badge-content.mat-badge-active {
  transform: none;
}
[darktheme=false] .mat-badge-small .mat-badge-content,
.lighttheme.lighttheme .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
[darktheme=false] .mat-badge-small.mat-badge-above .mat-badge-content,
.lighttheme.lighttheme .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
[darktheme=false] .mat-badge-small.mat-badge-below .mat-badge-content,
.lighttheme.lighttheme .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
[darktheme=false] .mat-badge-small.mat-badge-before .mat-badge-content,
.lighttheme.lighttheme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] [darktheme=false] .mat-badge-small.mat-badge-before .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
[darktheme=false] .mat-badge-small.mat-badge-after .mat-badge-content,
.lighttheme.lighttheme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] [darktheme=false] .mat-badge-small.mat-badge-after .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
[darktheme=false] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content,
.lighttheme.lighttheme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] [darktheme=false] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
[darktheme=false] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content,
.lighttheme.lighttheme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] [darktheme=false] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
[darktheme=false] .mat-badge-medium .mat-badge-content,
.lighttheme.lighttheme .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
[darktheme=false] .mat-badge-medium.mat-badge-above .mat-badge-content,
.lighttheme.lighttheme .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
[darktheme=false] .mat-badge-medium.mat-badge-below .mat-badge-content,
.lighttheme.lighttheme .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
[darktheme=false] .mat-badge-medium.mat-badge-before .mat-badge-content,
.lighttheme.lighttheme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] [darktheme=false] .mat-badge-medium.mat-badge-before .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
[darktheme=false] .mat-badge-medium.mat-badge-after .mat-badge-content,
.lighttheme.lighttheme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] [darktheme=false] .mat-badge-medium.mat-badge-after .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
[darktheme=false] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content,
.lighttheme.lighttheme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] [darktheme=false] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
[darktheme=false] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content,
.lighttheme.lighttheme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] [darktheme=false] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
[darktheme=false] .mat-badge-large .mat-badge-content,
.lighttheme.lighttheme .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
[darktheme=false] .mat-badge-large.mat-badge-above .mat-badge-content,
.lighttheme.lighttheme .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
[darktheme=false] .mat-badge-large.mat-badge-below .mat-badge-content,
.lighttheme.lighttheme .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
[darktheme=false] .mat-badge-large.mat-badge-before .mat-badge-content,
.lighttheme.lighttheme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] [darktheme=false] .mat-badge-large.mat-badge-before .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
[darktheme=false] .mat-badge-large.mat-badge-after .mat-badge-content,
.lighttheme.lighttheme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] [darktheme=false] .mat-badge-large.mat-badge-after .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
[darktheme=false] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content,
.lighttheme.lighttheme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] [darktheme=false] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
[darktheme=false] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content,
.lighttheme.lighttheme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] [darktheme=false] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content,
[dir=rtl] .lighttheme.lighttheme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
[darktheme=false] .mat-badge-content,
.lighttheme.lighttheme .mat-badge-content {
  color: white;
  background: #5c6bc0;
}
.cdk-high-contrast-active [darktheme=false] .mat-badge-content, .cdk-high-contrast-active .lighttheme.lighttheme .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

[darktheme=false] .mat-badge-accent .mat-badge-content,
.lighttheme.lighttheme .mat-badge-accent .mat-badge-content {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-badge-warn .mat-badge-content,
.lighttheme.lighttheme .mat-badge-warn .mat-badge-content {
  color: white;
  background: #f44336;
}
[darktheme=false] .mat-badge-disabled .mat-badge-content,
.lighttheme.lighttheme .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-badge-content,
.lighttheme.lighttheme .mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, sans-serif;
}
[darktheme=false] .mat-badge-small .mat-badge-content,
.lighttheme.lighttheme .mat-badge-small .mat-badge-content {
  font-size: 9px;
}
[darktheme=false] .mat-badge-large .mat-badge-content,
.lighttheme.lighttheme .mat-badge-large .mat-badge-content {
  font-size: 24px;
}
[darktheme=false] .mat-bottom-sheet-container,
.lighttheme.lighttheme .mat-bottom-sheet-container {
  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);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-bottom-sheet-container,
.lighttheme.lighttheme .mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
[darktheme=false] .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
[darktheme=false] .mat-button-toggle-group:not([class*=mat-elevation-z]),
.lighttheme.lighttheme .mat-button-toggle-standalone:not([class*=mat-elevation-z]),
.lighttheme.lighttheme .mat-button-toggle-group:not([class*=mat-elevation-z]) {
  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);
}
[darktheme=false] .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
[darktheme=false] .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]),
.lighttheme.lighttheme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class*=mat-elevation-z]),
.lighttheme.lighttheme .mat-button-toggle-group-appearance-standard:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
[darktheme=false] .mat-button-toggle,
.lighttheme.lighttheme .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-button-toggle .mat-button-toggle-focus-overlay,
.lighttheme.lighttheme .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-button-toggle-appearance-standard,
.lighttheme.lighttheme .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
[darktheme=false] .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay,
.lighttheme.lighttheme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
[darktheme=false] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.lighttheme.lighttheme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px #e0e0e0;
}
[darktheme=false] [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle,
.lighttheme.lighttheme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px #e0e0e0;
}
[darktheme=false] .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle,
.lighttheme.lighttheme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px #e0e0e0;
}
[darktheme=false] .mat-button-toggle-checked,
.lighttheme.lighttheme .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-button-toggle-checked.mat-button-toggle-appearance-standard,
.lighttheme.lighttheme .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-button-toggle-disabled,
.lighttheme.lighttheme .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
[darktheme=false] .mat-button-toggle-disabled.mat-button-toggle-appearance-standard,
.lighttheme.lighttheme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
[darktheme=false] .mat-button-toggle-disabled.mat-button-toggle-checked,
.lighttheme.lighttheme .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
[darktheme=false] .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
[darktheme=false] .mat-button-toggle-group-appearance-standard,
.lighttheme.lighttheme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.lighttheme.lighttheme .mat-button-toggle-group-appearance-standard {
  border: solid 1px #e0e0e0;
}
[darktheme=false] .mat-button-toggle-appearance-standard .mat-button-toggle-label-content,
.lighttheme.lighttheme .mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  line-height: 48px;
}
[darktheme=false] .mat-button-toggle,
.lighttheme.lighttheme .mat-button-toggle {
  font-family: Roboto, sans-serif;
}
[darktheme=false] .mat-calendar-arrow,
.lighttheme.lighttheme .mat-calendar-arrow {
  fill: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-datepicker-toggle,
[darktheme=false] .mat-datepicker-content .mat-calendar-next-button,
[darktheme=false] .mat-datepicker-content .mat-calendar-previous-button,
.lighttheme.lighttheme .mat-datepicker-toggle,
.lighttheme.lighttheme .mat-datepicker-content .mat-calendar-next-button,
.lighttheme.lighttheme .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-calendar-table-header-divider::after,
.lighttheme.lighttheme .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-calendar-table-header,
[darktheme=false] .mat-calendar-body-label,
.lighttheme.lighttheme .mat-calendar-table-header,
.lighttheme.lighttheme .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-calendar-body-cell-content,
[darktheme=false] .mat-date-range-input-separator,
.lighttheme.lighttheme .mat-calendar-body-cell-content,
.lighttheme.lighttheme .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
[darktheme=false] .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lighttheme.lighttheme .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-form-field-disabled .mat-date-range-input-separator,
.lighttheme.lighttheme .mat-form-field-disabled .mat-date-range-input-separator {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-calendar-body-in-preview,
.lighttheme.lighttheme .mat-calendar-body-in-preview {
  color: rgba(0, 0, 0, 0.24);
}
[darktheme=false] .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lighttheme.lighttheme .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lighttheme.lighttheme .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: rgba(0, 0, 0, 0.18);
}
[darktheme=false] .mat-calendar-body-in-range::before,
.lighttheme.lighttheme .mat-calendar-body-in-range::before {
  background: rgba(92, 107, 192, 0.2);
}
[darktheme=false] .mat-calendar-body-comparison-identical,
[darktheme=false] .mat-calendar-body-in-comparison-range::before,
.lighttheme.lighttheme .mat-calendar-body-comparison-identical,
.lighttheme.lighttheme .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
[darktheme=false] .mat-calendar-body-comparison-bridge-start::before,
[darktheme=false] [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.lighttheme.lighttheme .mat-calendar-body-comparison-bridge-start::before,
.lighttheme.lighttheme [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(92, 107, 192, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=false] .mat-calendar-body-comparison-bridge-end::before,
[darktheme=false] [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.lighttheme.lighttheme .mat-calendar-body-comparison-bridge-end::before,
.lighttheme.lighttheme [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(92, 107, 192, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=false] .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
[darktheme=false] .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.lighttheme.lighttheme .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.lighttheme.lighttheme .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
[darktheme=false] .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
[darktheme=false] .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.lighttheme.lighttheme .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.lighttheme.lighttheme .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
[darktheme=false] .mat-calendar-body-selected,
.lighttheme.lighttheme .mat-calendar-body-selected {
  background-color: #5c6bc0;
  color: white;
}
[darktheme=false] .mat-calendar-body-disabled > .mat-calendar-body-selected,
.lighttheme.lighttheme .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(92, 107, 192, 0.4);
}
[darktheme=false] .mat-calendar-body-today.mat-calendar-body-selected,
.lighttheme.lighttheme .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
[darktheme=false] .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
[darktheme=false] .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lighttheme.lighttheme .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lighttheme.lighttheme .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(92, 107, 192, 0.3);
}
@media (hover: hover) {
  [darktheme=false] .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
  .lighttheme.lighttheme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(92, 107, 192, 0.3);
  }
}
[darktheme=false] .mat-datepicker-content,
.lighttheme.lighttheme .mat-datepicker-content {
  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);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before {
  background: rgba(255, 215, 64, 0.2);
}
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
[darktheme=false] .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
[darktheme=false] .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(255, 215, 64, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 215, 64, 0.4);
}
[darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
[darktheme=false] .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lighttheme.lighttheme .mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(255, 215, 64, 0.3);
}
@media (hover: hover) {
  [darktheme=false] .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
  .lighttheme.lighttheme .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(255, 215, 64, 0.3);
  }
}
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before {
  background: rgba(244, 67, 54, 0.2);
}
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before {
  background: rgba(249, 171, 0, 0.2);
}
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
[darktheme=false] .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
  background: linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
[darktheme=false] .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
  background: linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
}
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after {
  background: #a8dab5;
}
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range > .mat-calendar-body-selected {
  background: #46a35e;
}
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #f44336;
  color: white;
}
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(244, 67, 54, 0.4);
}
[darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected,
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
[darktheme=false] .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
[darktheme=false] .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.lighttheme.lighttheme .mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: rgba(244, 67, 54, 0.3);
}
@media (hover: hover) {
  [darktheme=false] .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
  .lighttheme.lighttheme .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: rgba(244, 67, 54, 0.3);
  }
}
[darktheme=false] .mat-datepicker-content-touch,
.lighttheme.lighttheme .mat-datepicker-content-touch {
  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);
}
[darktheme=false] .mat-datepicker-toggle-active,
.lighttheme.lighttheme .mat-datepicker-toggle-active {
  color: #5c6bc0;
}
[darktheme=false] .mat-datepicker-toggle-active.mat-accent,
.lighttheme.lighttheme .mat-datepicker-toggle-active.mat-accent {
  color: #ffd740;
}
[darktheme=false] .mat-datepicker-toggle-active.mat-warn,
.lighttheme.lighttheme .mat-datepicker-toggle-active.mat-warn {
  color: #f44336;
}
[darktheme=false] .mat-date-range-input-inner[disabled],
.lighttheme.lighttheme .mat-date-range-input-inner[disabled] {
  color: rgba(0, 0, 0, 0.38);
}
[darktheme=false] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base,
.lighttheme.lighttheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  width: 40px;
  height: 40px;
  padding: 8px;
}
[darktheme=false] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring,
.lighttheme.lighttheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
[darktheme=false] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple,
.lighttheme.lighttheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
[darktheme=false] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring,
.lighttheme.lighttheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
  max-height: 40px;
  max-width: 40px;
}
[darktheme=false] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch,
.lighttheme.lighttheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
  position: absolute;
  top: 50%;
  height: 40px;
  /* @noflip */ /*rtl:ignore*/
  left: 50%;
  width: 40px;
  transform: translate(-50%, -50%);
}
[darktheme=false] .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target,
.lighttheme.lighttheme .mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}
[darktheme=false] .mat-calendar,
.lighttheme.lighttheme .mat-calendar {
  font-family: Roboto, sans-serif;
}
[darktheme=false] .mat-calendar-body,
.lighttheme.lighttheme .mat-calendar-body {
  font-size: 13px;
}
[darktheme=false] .mat-calendar-body-label,
[darktheme=false] .mat-calendar-period-button,
.lighttheme.lighttheme .mat-calendar-body-label,
.lighttheme.lighttheme .mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
[darktheme=false] .mat-calendar-table-header th,
.lighttheme.lighttheme .mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
[darktheme=false] .mat-divider,
.lighttheme.lighttheme .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-divider-vertical,
.lighttheme.lighttheme .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-expansion-panel,
.lighttheme.lighttheme .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-expansion-panel:not([class*=mat-elevation-z]),
.lighttheme.lighttheme .mat-expansion-panel:not([class*=mat-elevation-z]) {
  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);
}
[darktheme=false] .mat-action-row,
.lighttheme.lighttheme .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), [darktheme=false] .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), [darktheme=false] .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]),
.lighttheme.lighttheme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),
.lighttheme.lighttheme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),
.lighttheme.lighttheme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  [darktheme=false] .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover,
  .lighttheme.lighttheme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
[darktheme=false] .mat-expansion-panel-header-title,
.lighttheme.lighttheme .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-expansion-panel-header-description,
[darktheme=false] .mat-expansion-indicator::after,
.lighttheme.lighttheme .mat-expansion-panel-header-description,
.lighttheme.lighttheme .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-expansion-panel-header[aria-disabled=true],
.lighttheme.lighttheme .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
[darktheme=false] .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
[darktheme=false] .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description,
.lighttheme.lighttheme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.lighttheme.lighttheme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
[darktheme=false] .mat-expansion-panel-header,
.lighttheme.lighttheme .mat-expansion-panel-header {
  height: 48px;
}
[darktheme=false] .mat-expansion-panel-header.mat-expanded,
.lighttheme.lighttheme .mat-expansion-panel-header.mat-expanded {
  height: 64px;
}
[darktheme=false] .mat-expansion-panel-header,
.lighttheme.lighttheme .mat-expansion-panel-header {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
[darktheme=false] .mat-expansion-panel-content,
.lighttheme.lighttheme .mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0178571429em;
}
[darktheme=false] .mat-grid-tile-header,
[darktheme=false] .mat-grid-tile-footer,
.lighttheme.lighttheme .mat-grid-tile-header,
.lighttheme.lighttheme .mat-grid-tile-footer {
  font-size: 14px;
}
[darktheme=false] .mat-grid-tile-header .mat-line,
[darktheme=false] .mat-grid-tile-footer .mat-line,
.lighttheme.lighttheme .mat-grid-tile-header .mat-line,
.lighttheme.lighttheme .mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
[darktheme=false] .mat-grid-tile-header .mat-line:nth-child(n+2),
[darktheme=false] .mat-grid-tile-footer .mat-line:nth-child(n+2),
.lighttheme.lighttheme .mat-grid-tile-header .mat-line:nth-child(n+2),
.lighttheme.lighttheme .mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
[darktheme=false] .mat-icon.mat-primary,
.lighttheme.lighttheme .mat-icon.mat-primary {
  color: #5c6bc0;
}
[darktheme=false] .mat-icon.mat-accent,
.lighttheme.lighttheme .mat-icon.mat-accent {
  color: #ffd740;
}
[darktheme=false] .mat-icon.mat-warn,
.lighttheme.lighttheme .mat-icon.mat-warn {
  color: #f44336;
}
[darktheme=false] .mat-drawer-container,
.lighttheme.lighttheme .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-drawer,
.lighttheme.lighttheme .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-drawer.mat-drawer-push,
.lighttheme.lighttheme .mat-drawer.mat-drawer-push {
  background-color: white;
}
[darktheme=false] .mat-drawer:not(.mat-drawer-side),
.lighttheme.lighttheme .mat-drawer:not(.mat-drawer-side) {
  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);
}
[darktheme=false] .mat-drawer-side,
.lighttheme.lighttheme .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-drawer-side.mat-drawer-end,
.lighttheme.lighttheme .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[darktheme=false] [dir=rtl] .mat-drawer-side,
.lighttheme.lighttheme [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[darktheme=false] [dir=rtl] .mat-drawer-side.mat-drawer-end,
.lighttheme.lighttheme [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-drawer-backdrop.mat-drawer-shown,
.lighttheme.lighttheme .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
[darktheme=false] .mat-step-header.cdk-keyboard-focused, [darktheme=false] .mat-step-header.cdk-program-focused, [darktheme=false] .mat-step-header:hover:not([aria-disabled]), [darktheme=false] .mat-step-header:hover[aria-disabled=false],
.lighttheme.lighttheme .mat-step-header.cdk-keyboard-focused,
.lighttheme.lighttheme .mat-step-header.cdk-program-focused,
.lighttheme.lighttheme .mat-step-header:hover:not([aria-disabled]),
.lighttheme.lighttheme .mat-step-header:hover[aria-disabled=false] {
  background-color: rgba(0, 0, 0, 0.04);
}
[darktheme=false] .mat-step-header:hover[aria-disabled=true],
.lighttheme.lighttheme .mat-step-header:hover[aria-disabled=true] {
  cursor: default;
}
@media (hover: none) {
  [darktheme=false] .mat-step-header:hover,
  .lighttheme.lighttheme .mat-step-header:hover {
    background: none;
  }
}
[darktheme=false] .mat-step-header .mat-step-label,
[darktheme=false] .mat-step-header .mat-step-optional,
.lighttheme.lighttheme .mat-step-header .mat-step-label,
.lighttheme.lighttheme .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
[darktheme=false] .mat-step-header .mat-step-icon,
.lighttheme.lighttheme .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
[darktheme=false] .mat-step-header .mat-step-icon-selected,
[darktheme=false] .mat-step-header .mat-step-icon-state-done,
[darktheme=false] .mat-step-header .mat-step-icon-state-edit,
.lighttheme.lighttheme .mat-step-header .mat-step-icon-selected,
.lighttheme.lighttheme .mat-step-header .mat-step-icon-state-done,
.lighttheme.lighttheme .mat-step-header .mat-step-icon-state-edit {
  background-color: #5c6bc0;
  color: white;
}
[darktheme=false] .mat-step-header.mat-accent .mat-step-icon,
.lighttheme.lighttheme .mat-step-header.mat-accent .mat-step-icon {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-step-header.mat-accent .mat-step-icon-selected,
[darktheme=false] .mat-step-header.mat-accent .mat-step-icon-state-done,
[darktheme=false] .mat-step-header.mat-accent .mat-step-icon-state-edit,
.lighttheme.lighttheme .mat-step-header.mat-accent .mat-step-icon-selected,
.lighttheme.lighttheme .mat-step-header.mat-accent .mat-step-icon-state-done,
.lighttheme.lighttheme .mat-step-header.mat-accent .mat-step-icon-state-edit {
  background-color: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-step-header.mat-warn .mat-step-icon,
.lighttheme.lighttheme .mat-step-header.mat-warn .mat-step-icon {
  color: white;
}
[darktheme=false] .mat-step-header.mat-warn .mat-step-icon-selected,
[darktheme=false] .mat-step-header.mat-warn .mat-step-icon-state-done,
[darktheme=false] .mat-step-header.mat-warn .mat-step-icon-state-edit,
.lighttheme.lighttheme .mat-step-header.mat-warn .mat-step-icon-selected,
.lighttheme.lighttheme .mat-step-header.mat-warn .mat-step-icon-state-done,
.lighttheme.lighttheme .mat-step-header.mat-warn .mat-step-icon-state-edit {
  background-color: #f44336;
  color: white;
}
[darktheme=false] .mat-step-header .mat-step-icon-state-error,
.lighttheme.lighttheme .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #f44336;
}
[darktheme=false] .mat-step-header .mat-step-label.mat-step-label-active,
.lighttheme.lighttheme .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-step-header .mat-step-label.mat-step-label-error,
.lighttheme.lighttheme .mat-step-header .mat-step-label.mat-step-label-error {
  color: #f44336;
}
[darktheme=false] .mat-stepper-horizontal, [darktheme=false] .mat-stepper-vertical,
.lighttheme.lighttheme .mat-stepper-horizontal,
.lighttheme.lighttheme .mat-stepper-vertical {
  background-color: white;
}
[darktheme=false] .mat-stepper-vertical-line::before,
.lighttheme.lighttheme .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-horizontal-stepper-header::before,
[darktheme=false] .mat-horizontal-stepper-header::after,
[darktheme=false] .mat-stepper-horizontal-line,
.lighttheme.lighttheme .mat-horizontal-stepper-header::before,
.lighttheme.lighttheme .mat-horizontal-stepper-header::after,
.lighttheme.lighttheme .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
[darktheme=false] .mat-horizontal-stepper-header,
.lighttheme.lighttheme .mat-horizontal-stepper-header {
  height: 72px;
}
[darktheme=false] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
[darktheme=false] .mat-vertical-stepper-header,
.lighttheme.lighttheme .mat-stepper-label-position-bottom .mat-horizontal-stepper-header,
.lighttheme.lighttheme .mat-vertical-stepper-header {
  padding: 24px 24px;
}
[darktheme=false] .mat-stepper-vertical-line::before,
.lighttheme.lighttheme .mat-stepper-vertical-line::before {
  top: -16px;
  bottom: -16px;
}
[darktheme=false] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after, [darktheme=false] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before,
.lighttheme.lighttheme .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,
.lighttheme.lighttheme .mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before {
  top: 36px;
}
[darktheme=false] .mat-stepper-label-position-bottom .mat-stepper-horizontal-line,
.lighttheme.lighttheme .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
  top: 36px;
}
[darktheme=false] .mat-stepper-vertical, [darktheme=false] .mat-stepper-horizontal,
.lighttheme.lighttheme .mat-stepper-vertical,
.lighttheme.lighttheme .mat-stepper-horizontal {
  font-family: Roboto, sans-serif;
}
[darktheme=false] .mat-step-label,
.lighttheme.lighttheme .mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
[darktheme=false] .mat-step-sub-label-error,
.lighttheme.lighttheme .mat-step-sub-label-error {
  font-weight: normal;
}
[darktheme=false] .mat-step-label-error,
.lighttheme.lighttheme .mat-step-label-error {
  font-size: 16px;
}
[darktheme=false] .mat-step-label-selected,
.lighttheme.lighttheme .mat-step-label-selected {
  font-size: 16px;
  font-weight: 400;
}
[darktheme=false] .mat-sort-header-arrow,
.lighttheme.lighttheme .mat-sort-header-arrow {
  color: #757575;
}
[darktheme=false] .mat-toolbar,
.lighttheme.lighttheme .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-toolbar.mat-primary,
.lighttheme.lighttheme .mat-toolbar.mat-primary {
  background: #5c6bc0;
  color: white;
}
[darktheme=false] .mat-toolbar.mat-accent,
.lighttheme.lighttheme .mat-toolbar.mat-accent {
  background: #ffd740;
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-toolbar.mat-warn,
.lighttheme.lighttheme .mat-toolbar.mat-warn {
  background: #f44336;
  color: white;
}
[darktheme=false] .mat-toolbar .mat-form-field-underline,
[darktheme=false] .mat-toolbar .mat-form-field-ripple,
[darktheme=false] .mat-toolbar .mat-focused .mat-form-field-ripple,
.lighttheme.lighttheme .mat-toolbar .mat-form-field-underline,
.lighttheme.lighttheme .mat-toolbar .mat-form-field-ripple,
.lighttheme.lighttheme .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
[darktheme=false] .mat-toolbar .mat-form-field-label,
[darktheme=false] .mat-toolbar .mat-focused .mat-form-field-label,
[darktheme=false] .mat-toolbar .mat-select-value,
[darktheme=false] .mat-toolbar .mat-select-arrow,
[darktheme=false] .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow,
.lighttheme.lighttheme .mat-toolbar .mat-form-field-label,
.lighttheme.lighttheme .mat-toolbar .mat-focused .mat-form-field-label,
.lighttheme.lighttheme .mat-toolbar .mat-select-value,
.lighttheme.lighttheme .mat-toolbar .mat-select-arrow,
.lighttheme.lighttheme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
[darktheme=false] .mat-toolbar .mat-input-element,
.lighttheme.lighttheme .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
[darktheme=false] .mat-toolbar-multiple-rows,
.lighttheme.lighttheme .mat-toolbar-multiple-rows {
  min-height: 64px;
}
[darktheme=false] .mat-toolbar-row, [darktheme=false] .mat-toolbar-single-row,
.lighttheme.lighttheme .mat-toolbar-row,
.lighttheme.lighttheme .mat-toolbar-single-row {
  height: 64px;
}
@media (max-width: 599px) {
  [darktheme=false] .mat-toolbar-multiple-rows,
  .lighttheme.lighttheme .mat-toolbar-multiple-rows {
    min-height: 56px;
  }
  [darktheme=false] .mat-toolbar-row, [darktheme=false] .mat-toolbar-single-row,
  .lighttheme.lighttheme .mat-toolbar-row,
  .lighttheme.lighttheme .mat-toolbar-single-row {
    height: 56px;
  }
}
[darktheme=false] .mat-toolbar,
[darktheme=false] .mat-toolbar h1,
[darktheme=false] .mat-toolbar h2,
[darktheme=false] .mat-toolbar h3,
[darktheme=false] .mat-toolbar h4,
[darktheme=false] .mat-toolbar h5,
[darktheme=false] .mat-toolbar h6,
.lighttheme.lighttheme .mat-toolbar,
.lighttheme.lighttheme .mat-toolbar h1,
.lighttheme.lighttheme .mat-toolbar h2,
.lighttheme.lighttheme .mat-toolbar h3,
.lighttheme.lighttheme .mat-toolbar h4,
.lighttheme.lighttheme .mat-toolbar h5,
.lighttheme.lighttheme .mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.0125em;
  margin: 0;
}
[darktheme=false] .mat-tree,
.lighttheme.lighttheme .mat-tree {
  background: white;
}
[darktheme=false] .mat-tree-node,
[darktheme=false] .mat-nested-tree-node,
.lighttheme.lighttheme .mat-tree-node,
.lighttheme.lighttheme .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] .mat-tree-node,
.lighttheme.lighttheme .mat-tree-node {
  min-height: 48px;
}
[darktheme=false] .mat-tree,
.lighttheme.lighttheme .mat-tree {
  font-family: Roboto, sans-serif;
}
[darktheme=false] .mat-tree-node,
[darktheme=false] .mat-nested-tree-node,
.lighttheme.lighttheme .mat-tree-node,
.lighttheme.lighttheme .mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
[darktheme=false] [sxplr-custom-cmp],
[darktheme=false] .sxplr-custom-cmp,
.lighttheme.lighttheme [sxplr-custom-cmp],
.lighttheme.lighttheme .sxplr-custom-cmp {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] [sxplr-custom-cmp].hoverable,
[darktheme=false] .sxplr-custom-cmp.hoverable,
.lighttheme.lighttheme [sxplr-custom-cmp].hoverable,
.lighttheme.lighttheme .sxplr-custom-cmp.hoverable {
  padding: 1rem 1.3rem;
}
[darktheme=false] [sxplr-custom-cmp].hoverable:hover,
[darktheme=false] .sxplr-custom-cmp.hoverable:hover,
.lighttheme.lighttheme [sxplr-custom-cmp].hoverable:hover,
.lighttheme.lighttheme .sxplr-custom-cmp.hoverable:hover {
  cursor: pointer;
}
[darktheme=false] [sxplr-custom-cmp][card], [darktheme=false] [sxplr-custom-cmp].card,
[darktheme=false] .sxplr-custom-cmp[card],
[darktheme=false] .sxplr-custom-cmp.card,
.lighttheme.lighttheme [sxplr-custom-cmp][card],
.lighttheme.lighttheme [sxplr-custom-cmp].card,
.lighttheme.lighttheme .sxplr-custom-cmp[card],
.lighttheme.lighttheme .sxplr-custom-cmp.card {
  padding: 0 1em 0 1.5em;
  border-radius: 0.25em;
}
[darktheme=false] [sxplr-custom-cmp][bg], [darktheme=false] [sxplr-custom-cmp].bg,
[darktheme=false] .sxplr-custom-cmp[bg],
[darktheme=false] .sxplr-custom-cmp.bg,
.lighttheme.lighttheme [sxplr-custom-cmp][bg],
.lighttheme.lighttheme [sxplr-custom-cmp].bg,
.lighttheme.lighttheme .sxplr-custom-cmp[bg],
.lighttheme.lighttheme .sxplr-custom-cmp.bg {
  background-color: #fafafa;
}
[darktheme=false] [sxplr-custom-cmp][darker-bg], [darktheme=false] [sxplr-custom-cmp].darker-bg,
[darktheme=false] .sxplr-custom-cmp[darker-bg],
[darktheme=false] .sxplr-custom-cmp.darker-bg,
.lighttheme.lighttheme [sxplr-custom-cmp][darker-bg],
.lighttheme.lighttheme [sxplr-custom-cmp].darker-bg,
.lighttheme.lighttheme .sxplr-custom-cmp[darker-bg],
.lighttheme.lighttheme .sxplr-custom-cmp.darker-bg {
  background-color: #fafafa;
}
[darktheme=false] [sxplr-custom-cmp][text], [darktheme=false] [sxplr-custom-cmp].text,
[darktheme=false] .sxplr-custom-cmp[text],
[darktheme=false] .sxplr-custom-cmp.text,
.lighttheme.lighttheme [sxplr-custom-cmp][text],
.lighttheme.lighttheme [sxplr-custom-cmp].text,
.lighttheme.lighttheme .sxplr-custom-cmp[text],
.lighttheme.lighttheme .sxplr-custom-cmp.text {
  color: rgba(0, 0, 0, 0.87);
}
[darktheme=false] [sxplr-custom-cmp][primary], [darktheme=false] [sxplr-custom-cmp].primary,
[darktheme=false] .sxplr-custom-cmp[primary],
[darktheme=false] .sxplr-custom-cmp.primary,
.lighttheme.lighttheme [sxplr-custom-cmp][primary],
.lighttheme.lighttheme [sxplr-custom-cmp].primary,
.lighttheme.lighttheme .sxplr-custom-cmp[primary],
.lighttheme.lighttheme .sxplr-custom-cmp.primary {
  color: #3f51b5;
}
[darktheme=false] [sxplr-custom-cmp][accent], [darktheme=false] [sxplr-custom-cmp].accent,
[darktheme=false] .sxplr-custom-cmp[accent],
[darktheme=false] .sxplr-custom-cmp.accent,
.lighttheme.lighttheme [sxplr-custom-cmp][accent],
.lighttheme.lighttheme [sxplr-custom-cmp].accent,
.lighttheme.lighttheme .sxplr-custom-cmp[accent],
.lighttheme.lighttheme .sxplr-custom-cmp.accent {
  color: #ffc107;
}
[darktheme=false] [sxplr-custom-cmp][warn], [darktheme=false] [sxplr-custom-cmp].warn,
[darktheme=false] .sxplr-custom-cmp[warn],
[darktheme=false] .sxplr-custom-cmp.warn,
.lighttheme.lighttheme [sxplr-custom-cmp][warn],
.lighttheme.lighttheme [sxplr-custom-cmp].warn,
.lighttheme.lighttheme .sxplr-custom-cmp[warn],
.lighttheme.lighttheme .sxplr-custom-cmp.warn {
  color: #f44336;
}
[darktheme=false] input[type=text],
.lighttheme.lighttheme input[type=text] {
  caret-color: black !important;
}

button[mat-icon-button] {
  width: 40px;
  height: 40px;
  font-size: 18px;
}

a[mat-list-item] > mat-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 2000px) {
  .col-xxl-2 {
    max-width: 16.67%;
    flex: 0 0 16.67%;
  }
}

[matListItemTitle] {
  text-wrap: nowrap;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/overwrite.scss?ngGlobalStyle ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.vw-col-1 {
  width: 8.3333333333vw;
}

.vw-col-1-nm {
  margin-left: -8.3333333333vw;
}

.vw-col-2 {
  width: 16.6666666667vw;
}

.vw-col-2-nm {
  margin-left: -16.6666666667vw;
}

.vw-col-3 {
  width: 25vw;
}

.vw-col-3-nm {
  margin-left: -25vw;
}

.vw-col-4 {
  width: 33.3333333333vw;
}

.vw-col-4-nm {
  margin-left: -33.3333333333vw;
}

.vw-col-5 {
  width: 41.6666666667vw;
}

.vw-col-5-nm {
  margin-left: -41.6666666667vw;
}

.vw-col-6 {
  width: 50vw;
}

.vw-col-6-nm {
  margin-left: -50vw;
}

.vw-col-7 {
  width: 58.3333333333vw;
}

.vw-col-7-nm {
  margin-left: -58.3333333333vw;
}

.vw-col-8 {
  width: 66.6666666667vw;
}

.vw-col-8-nm {
  margin-left: -66.6666666667vw;
}

.vw-col-9 {
  width: 75vw;
}

.vw-col-9-nm {
  margin-left: -75vw;
}

.vw-col-10 {
  width: 83.3333333333vw;
}

.vw-col-10-nm {
  margin-left: -83.3333333333vw;
}

.vw-col-11 {
  width: 91.6666666667vw;
}

.vw-col-11-nm {
  margin-left: -91.6666666667vw;
}

.vw-col-12 {
  width: 100vw;
}

.vw-col-12-nm {
  margin-left: -100vw;
}

@media (min-width: 576px) {
  .vw-col-sm-1 {
    width: 8.3333333333vw;
  }
  .vw-col-sm-1-nm {
    margin-left: -8.3333333333vw;
  }
  .vw-col-sm-2 {
    width: 16.6666666667vw;
  }
  .vw-col-sm-2-nm {
    margin-left: -16.6666666667vw;
  }
  .vw-col-sm-3 {
    width: 25vw;
  }
  .vw-col-sm-3-nm {
    margin-left: -25vw;
  }
  .vw-col-sm-4 {
    width: 33.3333333333vw;
  }
  .vw-col-sm-4-nm {
    margin-left: -33.3333333333vw;
  }
  .vw-col-sm-5 {
    width: 41.6666666667vw;
  }
  .vw-col-sm-5-nm {
    margin-left: -41.6666666667vw;
  }
  .vw-col-sm-6 {
    width: 50vw;
  }
  .vw-col-sm-6-nm {
    margin-left: -50vw;
  }
  .vw-col-sm-7 {
    width: 58.3333333333vw;
  }
  .vw-col-sm-7-nm {
    margin-left: -58.3333333333vw;
  }
  .vw-col-sm-8 {
    width: 66.6666666667vw;
  }
  .vw-col-sm-8-nm {
    margin-left: -66.6666666667vw;
  }
  .vw-col-sm-9 {
    width: 75vw;
  }
  .vw-col-sm-9-nm {
    margin-left: -75vw;
  }
  .vw-col-sm-10 {
    width: 83.3333333333vw;
  }
  .vw-col-sm-10-nm {
    margin-left: -83.3333333333vw;
  }
  .vw-col-sm-11 {
    width: 91.6666666667vw;
  }
  .vw-col-sm-11-nm {
    margin-left: -91.6666666667vw;
  }
  .vw-col-sm-12 {
    width: 100vw;
  }
  .vw-col-sm-12-nm {
    margin-left: -100vw;
  }
}
@media (min-width: 768px) {
  .vw-col-md-1 {
    width: 8.3333333333vw;
  }
  .vw-col-md-1-nm {
    margin-left: -8.3333333333vw;
  }
  .vw-col-md-2 {
    width: 16.6666666667vw;
  }
  .vw-col-md-2-nm {
    margin-left: -16.6666666667vw;
  }
  .vw-col-md-3 {
    width: 25vw;
  }
  .vw-col-md-3-nm {
    margin-left: -25vw;
  }
  .vw-col-md-4 {
    width: 33.3333333333vw;
  }
  .vw-col-md-4-nm {
    margin-left: -33.3333333333vw;
  }
  .vw-col-md-5 {
    width: 41.6666666667vw;
  }
  .vw-col-md-5-nm {
    margin-left: -41.6666666667vw;
  }
  .vw-col-md-6 {
    width: 50vw;
  }
  .vw-col-md-6-nm {
    margin-left: -50vw;
  }
  .vw-col-md-7 {
    width: 58.3333333333vw;
  }
  .vw-col-md-7-nm {
    margin-left: -58.3333333333vw;
  }
  .vw-col-md-8 {
    width: 66.6666666667vw;
  }
  .vw-col-md-8-nm {
    margin-left: -66.6666666667vw;
  }
  .vw-col-md-9 {
    width: 75vw;
  }
  .vw-col-md-9-nm {
    margin-left: -75vw;
  }
  .vw-col-md-10 {
    width: 83.3333333333vw;
  }
  .vw-col-md-10-nm {
    margin-left: -83.3333333333vw;
  }
  .vw-col-md-11 {
    width: 91.6666666667vw;
  }
  .vw-col-md-11-nm {
    margin-left: -91.6666666667vw;
  }
  .vw-col-md-12 {
    width: 100vw;
  }
  .vw-col-md-12-nm {
    margin-left: -100vw;
  }
}
@media (min-width: 992px) {
  .vw-col-lg-1 {
    width: 8.3333333333vw;
  }
  .vw-col-lg-1-nm {
    margin-left: -8.3333333333vw;
  }
  .vw-col-lg-2 {
    width: 16.6666666667vw;
  }
  .vw-col-lg-2-nm {
    margin-left: -16.6666666667vw;
  }
  .vw-col-lg-3 {
    width: 25vw;
  }
  .vw-col-lg-3-nm {
    margin-left: -25vw;
  }
  .vw-col-lg-4 {
    width: 33.3333333333vw;
  }
  .vw-col-lg-4-nm {
    margin-left: -33.3333333333vw;
  }
  .vw-col-lg-5 {
    width: 41.6666666667vw;
  }
  .vw-col-lg-5-nm {
    margin-left: -41.6666666667vw;
  }
  .vw-col-lg-6 {
    width: 50vw;
  }
  .vw-col-lg-6-nm {
    margin-left: -50vw;
  }
  .vw-col-lg-7 {
    width: 58.3333333333vw;
  }
  .vw-col-lg-7-nm {
    margin-left: -58.3333333333vw;
  }
  .vw-col-lg-8 {
    width: 66.6666666667vw;
  }
  .vw-col-lg-8-nm {
    margin-left: -66.6666666667vw;
  }
  .vw-col-lg-9 {
    width: 75vw;
  }
  .vw-col-lg-9-nm {
    margin-left: -75vw;
  }
  .vw-col-lg-10 {
    width: 83.3333333333vw;
  }
  .vw-col-lg-10-nm {
    margin-left: -83.3333333333vw;
  }
  .vw-col-lg-11 {
    width: 91.6666666667vw;
  }
  .vw-col-lg-11-nm {
    margin-left: -91.6666666667vw;
  }
  .vw-col-lg-12 {
    width: 100vw;
  }
  .vw-col-lg-12-nm {
    margin-left: -100vw;
  }
}
@media (min-width: 1200px) {
  .vw-col-xl-1 {
    width: 8.3333333333vw;
  }
  .vw-col-xl-1-nm {
    margin-left: -8.3333333333vw;
  }
  .vw-col-xl-2 {
    width: 16.6666666667vw;
  }
  .vw-col-xl-2-nm {
    margin-left: -16.6666666667vw;
  }
  .vw-col-xl-3 {
    width: 25vw;
  }
  .vw-col-xl-3-nm {
    margin-left: -25vw;
  }
  .vw-col-xl-4 {
    width: 33.3333333333vw;
  }
  .vw-col-xl-4-nm {
    margin-left: -33.3333333333vw;
  }
  .vw-col-xl-5 {
    width: 41.6666666667vw;
  }
  .vw-col-xl-5-nm {
    margin-left: -41.6666666667vw;
  }
  .vw-col-xl-6 {
    width: 50vw;
  }
  .vw-col-xl-6-nm {
    margin-left: -50vw;
  }
  .vw-col-xl-7 {
    width: 58.3333333333vw;
  }
  .vw-col-xl-7-nm {
    margin-left: -58.3333333333vw;
  }
  .vw-col-xl-8 {
    width: 66.6666666667vw;
  }
  .vw-col-xl-8-nm {
    margin-left: -66.6666666667vw;
  }
  .vw-col-xl-9 {
    width: 75vw;
  }
  .vw-col-xl-9-nm {
    margin-left: -75vw;
  }
  .vw-col-xl-10 {
    width: 83.3333333333vw;
  }
  .vw-col-xl-10-nm {
    margin-left: -83.3333333333vw;
  }
  .vw-col-xl-11 {
    width: 91.6666666667vw;
  }
  .vw-col-xl-11-nm {
    margin-left: -91.6666666667vw;
  }
  .vw-col-xl-12 {
    width: 100vw;
  }
  .vw-col-xl-12-nm {
    margin-left: -100vw;
  }
}
@media (min-width: 2000px) {
  .vw-col-xxl-1 {
    width: 8.3333333333vw;
  }
  .vw-col-xxl-1-nm {
    margin-left: -8.3333333333vw;
  }
  .vw-col-xxl-2 {
    width: 16.6666666667vw;
  }
  .vw-col-xxl-2-nm {
    margin-left: -16.6666666667vw;
  }
  .vw-col-xxl-3 {
    width: 25vw;
  }
  .vw-col-xxl-3-nm {
    margin-left: -25vw;
  }
  .vw-col-xxl-4 {
    width: 33.3333333333vw;
  }
  .vw-col-xxl-4-nm {
    margin-left: -33.3333333333vw;
  }
  .vw-col-xxl-5 {
    width: 41.6666666667vw;
  }
  .vw-col-xxl-5-nm {
    margin-left: -41.6666666667vw;
  }
  .vw-col-xxl-6 {
    width: 50vw;
  }
  .vw-col-xxl-6-nm {
    margin-left: -50vw;
  }
  .vw-col-xxl-7 {
    width: 58.3333333333vw;
  }
  .vw-col-xxl-7-nm {
    margin-left: -58.3333333333vw;
  }
  .vw-col-xxl-8 {
    width: 66.6666666667vw;
  }
  .vw-col-xxl-8-nm {
    margin-left: -66.6666666667vw;
  }
  .vw-col-xxl-9 {
    width: 75vw;
  }
  .vw-col-xxl-9-nm {
    margin-left: -75vw;
  }
  .vw-col-xxl-10 {
    width: 83.3333333333vw;
  }
  .vw-col-xxl-10-nm {
    margin-left: -83.3333333333vw;
  }
  .vw-col-xxl-11 {
    width: 91.6666666667vw;
  }
  .vw-col-xxl-11-nm {
    margin-left: -91.6666666667vw;
  }
  .vw-col-xxl-12 {
    width: 100vw;
  }
  .vw-col-xxl-12-nm {
    margin-left: -100vw;
  }
}
.fs-50 {
  font-size: 50%;
}

.fs-60 {
  font-size: 60%;
}

.fs-70 {
  font-size: 70%;
}

.fs-80 {
  font-size: 80%;
}

.fs-90 {
  font-size: 90%;
}

.fs-100 {
  font-size: 100%;
}

.fs-110 {
  font-size: 110%;
}

.fs-120 {
  font-size: 120%;
}

.fs-130 {
  font-size: 130%;
}

.fs-140 {
  font-size: 140%;
}

.fs-150 {
  font-size: 150%;
}

.fs-160 {
  font-size: 160%;
}

.fs-170 {
  font-size: 170%;
}

.fs-180 {
  font-size: 180%;
}

.fs-190 {
  font-size: 190%;
}

.fs-200 {
  font-size: 200%;
}

.sxplr-mxh-40vh {
  max-height: 40vh;
}

.sxplr-mxw-40vw {
  max-width: 40vw;
}

.sxplr-mxh-50vh {
  max-height: 50vh;
}

.sxplr-mxw-50vw {
  max-width: 50vw;
}

.sxplr-mxh-60vh {
  max-height: 60vh;
}

.sxplr-mxw-60vw {
  max-width: 60vw;
}

.sxplr-mxh-70vh {
  max-height: 70vh;
}

.sxplr-mxw-70vw {
  max-width: 70vw;
}

.sxplr-mxh-80vh {
  max-height: 80vh;
}

.sxplr-mxw-80vw {
  max-width: 80vw;
}

.sxplr-mxh-90vh {
  max-height: 90vh;
}

.sxplr-mxw-90vw {
  max-width: 90vw;
}

.sxplr-mxh-100vh {
  max-height: 100vh;
}

.sxplr-mxw-100vw {
  max-width: 100vw;
}

.sxplr-of-x-hidden {
  overflow-x: hidden !important;
}

.sxplr-of-y-hidden {
  overflow-y: hidden !important;
}

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

.sxplr-of-x-scroll {
  overflow-x: scroll !important;
}

.sxplr-of-y-scroll {
  overflow-y: scroll !important;
}

.sxplr-of-scroll {
  overflow: scroll !important;
}

.sxplr-of-x-auto {
  overflow-x: auto !important;
}

.sxplr-of-y-auto {
  overflow-y: auto !important;
}

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

.sxplr-of-x-visible {
  overflow-x: visible !important;
}

.sxplr-of-y-visible {
  overflow-y: visible !important;
}

.sxplr-of-visible {
  overflow: visible !important;
}

.sxplr-scale-50 {
  transform: scale(0.5);
}

.sxplr-scale-60 {
  transform: scale(0.6);
}

.sxplr-scale-70 {
  transform: scale(0.7);
}

.sxplr-scale-80 {
  transform: scale(0.8);
}

.sxplr-scale-90 {
  transform: scale(0.9);
}

.sxplr-scale-100 {
  transform: scale(1);
}

.transform-origin-left-center {
  transform-origin: 0% 50%;
}

.transform-origin-center {
  transform-origin: 50% 50%;
}

.w-50 {
  width: 50%;
}

.sxplr-w-50 {
  width: 50%;
}

.h-50 {
  width: 50%;
}

.sxplr-h-50 {
  height: 50%;
}

.w-60 {
  width: 60%;
}

.sxplr-w-60 {
  width: 60%;
}

.h-60 {
  width: 60%;
}

.sxplr-h-60 {
  height: 60%;
}

.w-70 {
  width: 70%;
}

.sxplr-w-70 {
  width: 70%;
}

.h-70 {
  width: 70%;
}

.sxplr-h-70 {
  height: 70%;
}

.w-80 {
  width: 80%;
}

.sxplr-w-80 {
  width: 80%;
}

.h-80 {
  width: 80%;
}

.sxplr-h-80 {
  height: 80%;
}

.w-90 {
  width: 90%;
}

.sxplr-w-90 {
  width: 90%;
}

.h-90 {
  width: 90%;
}

.sxplr-h-90 {
  height: 90%;
}

.w-100 {
  width: 100%;
}

.sxplr-w-100 {
  width: 100%;
}

.h-100 {
  width: 100%;
}

.sxplr-h-100 {
  height: 100%;
}

.sxplr-z-0 {
  z-index: 0;
}

.sxplr-z-1 {
  z-index: 1;
}

.sxplr-z-2 {
  z-index: 2;
}

.sxplr-z-3 {
  z-index: 3;
}

.sxplr-z-4 {
  z-index: 4;
}

.sxplr-z-5 {
  z-index: 5;
}

.sxplr-z-6 {
  z-index: 6;
}

.sxplr-z-7 {
  z-index: 7;
}

.sxplr-z-8 {
  z-index: 8;
}

.sxplr-z-9 {
  z-index: 9;
}

.sxplr-z-10 {
  z-index: 10;
}

.sxplr-pt-0 {
  padding-top: 0rem !important;
}

.sxplr-pb-0 {
  padding-bottom: 0rem !important;
}

.sxplr-pl-0 {
  padding-left: 0rem !important;
}

.sxplr-pr-0 {
  padding-right: 0rem !important;
}

.sxplr-p-0 {
  padding: 0rem !important;
}

.sxplr-mt-0 {
  margin-top: 0rem !important;
}

.sxplr-mb-0 {
  margin-bottom: 0rem !important;
}

.sxplr-ml-0 {
  margin-left: 0rem !important;
}

.sxplr-mr-0 {
  margin-right: 0rem !important;
}

.sxplr-m-0 {
  margin: 0rem !important;
}

.sxplr-pt-1 {
  padding-top: 0.5rem !important;
}

.sxplr-pb-1 {
  padding-bottom: 0.5rem !important;
}

.sxplr-pl-1 {
  padding-left: 0.5rem !important;
}

.sxplr-pr-1 {
  padding-right: 0.5rem !important;
}

.sxplr-p-1 {
  padding: 0.5rem !important;
}

.sxplr-mt-1 {
  margin-top: 0.5rem !important;
}

.sxplr-mb-1 {
  margin-bottom: 0.5rem !important;
}

.sxplr-ml-1 {
  margin-left: 0.5rem !important;
}

.sxplr-mr-1 {
  margin-right: 0.5rem !important;
}

.sxplr-m-1 {
  margin: 0.5rem !important;
}

.sxplr-pt-2 {
  padding-top: 1rem !important;
}

.sxplr-pb-2 {
  padding-bottom: 1rem !important;
}

.sxplr-pl-2 {
  padding-left: 1rem !important;
}

.sxplr-pr-2 {
  padding-right: 1rem !important;
}

.sxplr-p-2 {
  padding: 1rem !important;
}

.sxplr-mt-2 {
  margin-top: 1rem !important;
}

.sxplr-mb-2 {
  margin-bottom: 1rem !important;
}

.sxplr-ml-2 {
  margin-left: 1rem !important;
}

.sxplr-mr-2 {
  margin-right: 1rem !important;
}

.sxplr-m-2 {
  margin: 1rem !important;
}

.sxplr-pt-3 {
  padding-top: 1.5rem !important;
}

.sxplr-pb-3 {
  padding-bottom: 1.5rem !important;
}

.sxplr-pl-3 {
  padding-left: 1.5rem !important;
}

.sxplr-pr-3 {
  padding-right: 1.5rem !important;
}

.sxplr-p-3 {
  padding: 1.5rem !important;
}

.sxplr-mt-3 {
  margin-top: 1.5rem !important;
}

.sxplr-mb-3 {
  margin-bottom: 1.5rem !important;
}

.sxplr-ml-3 {
  margin-left: 1.5rem !important;
}

.sxplr-mr-3 {
  margin-right: 1.5rem !important;
}

.sxplr-m-3 {
  margin: 1.5rem !important;
}

.sxplr-pt-4 {
  padding-top: 2rem !important;
}

.sxplr-pb-4 {
  padding-bottom: 2rem !important;
}

.sxplr-pl-4 {
  padding-left: 2rem !important;
}

.sxplr-pr-4 {
  padding-right: 2rem !important;
}

.sxplr-p-4 {
  padding: 2rem !important;
}

.sxplr-mt-4 {
  margin-top: 2rem !important;
}

.sxplr-mb-4 {
  margin-bottom: 2rem !important;
}

.sxplr-ml-4 {
  margin-left: 2rem !important;
}

.sxplr-mr-4 {
  margin-right: 2rem !important;
}

.sxplr-m-4 {
  margin: 2rem !important;
}

.sxplr-pt-5 {
  padding-top: 2.5rem !important;
}

.sxplr-pb-5 {
  padding-bottom: 2.5rem !important;
}

.sxplr-pl-5 {
  padding-left: 2.5rem !important;
}

.sxplr-pr-5 {
  padding-right: 2.5rem !important;
}

.sxplr-p-5 {
  padding: 2.5rem !important;
}

.sxplr-mt-5 {
  margin-top: 2.5rem !important;
}

.sxplr-mb-5 {
  margin-bottom: 2.5rem !important;
}

.sxplr-ml-5 {
  margin-left: 2.5rem !important;
}

.sxplr-mr-5 {
  margin-right: 2.5rem !important;
}

.sxplr-m-5 {
  margin: 2.5rem !important;
}

.sxplr-pt-6 {
  padding-top: 3rem !important;
}

.sxplr-pb-6 {
  padding-bottom: 3rem !important;
}

.sxplr-pl-6 {
  padding-left: 3rem !important;
}

.sxplr-pr-6 {
  padding-right: 3rem !important;
}

.sxplr-p-6 {
  padding: 3rem !important;
}

.sxplr-mt-6 {
  margin-top: 3rem !important;
}

.sxplr-mb-6 {
  margin-bottom: 3rem !important;
}

.sxplr-ml-6 {
  margin-left: 3rem !important;
}

.sxplr-mr-6 {
  margin-right: 3rem !important;
}

.sxplr-m-6 {
  margin: 3rem !important;
}

.sxplr-pt-7 {
  padding-top: 3.5rem !important;
}

.sxplr-pb-7 {
  padding-bottom: 3.5rem !important;
}

.sxplr-pl-7 {
  padding-left: 3.5rem !important;
}

.sxplr-pr-7 {
  padding-right: 3.5rem !important;
}

.sxplr-p-7 {
  padding: 3.5rem !important;
}

.sxplr-mt-7 {
  margin-top: 3.5rem !important;
}

.sxplr-mb-7 {
  margin-bottom: 3.5rem !important;
}

.sxplr-ml-7 {
  margin-left: 3.5rem !important;
}

.sxplr-mr-7 {
  margin-right: 3.5rem !important;
}

.sxplr-m-7 {
  margin: 3.5rem !important;
}

.sxplr-pt-8 {
  padding-top: 4rem !important;
}

.sxplr-pb-8 {
  padding-bottom: 4rem !important;
}

.sxplr-pl-8 {
  padding-left: 4rem !important;
}

.sxplr-pr-8 {
  padding-right: 4rem !important;
}

.sxplr-p-8 {
  padding: 4rem !important;
}

.sxplr-mt-8 {
  margin-top: 4rem !important;
}

.sxplr-mb-8 {
  margin-bottom: 4rem !important;
}

.sxplr-ml-8 {
  margin-left: 4rem !important;
}

.sxplr-mr-8 {
  margin-right: 4rem !important;
}

.sxplr-m-8 {
  margin: 4rem !important;
}

.sxplr-pt-9 {
  padding-top: 4.5rem !important;
}

.sxplr-pb-9 {
  padding-bottom: 4.5rem !important;
}

.sxplr-pl-9 {
  padding-left: 4.5rem !important;
}

.sxplr-pr-9 {
  padding-right: 4.5rem !important;
}

.sxplr-p-9 {
  padding: 4.5rem !important;
}

.sxplr-mt-9 {
  margin-top: 4.5rem !important;
}

.sxplr-mb-9 {
  margin-bottom: 4.5rem !important;
}

.sxplr-ml-9 {
  margin-left: 4.5rem !important;
}

.sxplr-mr-9 {
  margin-right: 4.5rem !important;
}

.sxplr-m-9 {
  margin: 4.5rem !important;
}

.sxplr-pt-10 {
  padding-top: 5rem !important;
}

.sxplr-pb-10 {
  padding-bottom: 5rem !important;
}

.sxplr-pl-10 {
  padding-left: 5rem !important;
}

.sxplr-pr-10 {
  padding-right: 5rem !important;
}

.sxplr-p-10 {
  padding: 5rem !important;
}

.sxplr-mt-10 {
  margin-top: 5rem !important;
}

.sxplr-mb-10 {
  margin-bottom: 5rem !important;
}

.sxplr-ml-10 {
  margin-left: 5rem !important;
}

.sxplr-mr-10 {
  margin-right: 5rem !important;
}

.sxplr-m-10 {
  margin: 5rem !important;
}

.sxplr-mt-a {
  margin-top: auto !important;
}

.sxplr-mb-a {
  margin-bottom: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.sxplr-d-grid {
  display: grid !important;
}

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

.sxplr-align-items-center {
  align-items: center;
}

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

.sxplr-align-items-stretch {
  align-items: stretch;
}

.align-items-start {
  align-items: start;
}

.sxplr-align-items-start {
  align-items: start;
}

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

.sxplr-align-items-flex-end {
  align-items: flex-end;
}

.sxplr-justify-content-end {
  justify-content: end;
}

.sxplr-justify-content-center {
  justify-content: center;
}

.sxplr-justify-content-space-between {
  justify-content: space-between;
}

.sxplr-m-a {
  margin: auto;
}

.sxplr-muted {
  opacity: 0.75;
}

.sxplr-very-muted {
  opacity: 0.5;
}

.sxplr-extra-muted {
  opacity: 0.25;
}

.sxplr-position-relative {
  position: relative;
}

.sxplr-position-absolute {
  position: absolute;
}

.sxplr-bg-none {
  background: none !important;
}

.sxplr-box-shadow-none {
  box-shadow: none !important;
}

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

.sxplr-pe-all {
  pointer-events: all !important;
}

.sxplr-pe-none {
  pointer-events: none !important;
}

.sxplr-w-100 {
  width: 100%;
}

.sxplr-border {
  border-width: 1px;
}

.sxplr-flex-wrap-nowrap {
  flex-wrap: nowrap;
}

.sxplr-flex-wrap-wrap {
  flex-wrap: wrap;
}

.sxplr-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.sxplr-flex-row {
  flex-direction: row;
}

.sxplr-flex-column {
  flex-direction: column;
}

.sxplr-flex-var {
  flex: 1 1 0px;
}

.sxplr-flex-static {
  flex: 0 0 auto;
}

.sxplr-blink {
  animation: blink 500ms ease-in-out infinite alternate;
}

@keyframes blink {
  0% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.5;
  }
}
a[mat-raised-button] {
  text-decoration: none;
}

.sxplr-pe-none {
  pointer-events: none !important;
}

button.sxplr-list-like-button {
  width: 100%;
}
button.sxplr-list-like-button > .mdc-button__label {
  display: flex;
  width: 100%;
}
button.sxplr-list-like-button > .mdc-button__label > .sxplr-list-like-button-icon {
  width: 2rem;
  flex: 0 0 auto;
  margin: auto;
  font-size: 150%;
}
button.sxplr-list-like-button > .mdc-button__label > .sxplr-list-like-button-body {
  flex: 1 1 0px;
  display: flex;
  flex-direction: column;
  margin: 1rem;
}
button.sxplr-list-like-button > .mdc-button__label > .sxplr-list-like-button-body .sxplr-list-like-button-body-line {
  flex: 0 0 0px;
  text-align: start;
  line-height: 1.5rem;
}

div.section-divider {
  border-bottom-color: rgba(128, 128, 128, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 3rem 1rem;
}
/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/extra_styles.css?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************/

/* width */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2); 
  border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5); 
}

html,body
{
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
}

html
{
  font-size:90%;
}
body
{
  margin:0;
  border:0;

  /* required for fas tooltip directives */
  overflow:hidden;
}

.d-none
{
  display: none;
}

.touch-bottom.touch-left > .scale-bar-container
{
  bottom: 0;
  right: 0;
  left: auto;
}

div.scale-bar-container
{
  text-align: center;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  margin: 1em;
  bottom: 0;
  left: 0;
  padding: 2px;
  font-weight: 700;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}

div.scale-bar
{
  min-height: 1ex;
  background-color: #fff;
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
div.neuroglancer-rendered-data-panel
{
  position:relative;
}

.neuroglancer-position-widget-input-container,
.neuroglancer-viewer-top-row,
.neuroglancer-layer-panel
{
  display:none;
  visibility: hidden;
}

.neuroglancer-layer-side-panel
{
  display: none;
}

ul#statusContainer
{
  display:none;
}

.inputSearchContainer
{
  background:none;
  box-shadow:none;
  border:none;
  /* width:25em; */
  max-width:999999px;
}

.mute-text
{
  opacity:0.8;
}

div.scale-bar-container
{
  font-weight:500;
  color: #1a1a1a;
  background-color:hsla(0,0%,80%,0.5);
}

.touch-top.touch-left > label.perspective-panel-show-slice-views
{
  bottom: 0;
  right: 0;
}

label.perspective-panel-show-slice-views
{
  visibility: hidden;
  position: absolute;
}

label.perspective-panel-show-slice-views:hover
{
  text-decoration: underline
}

[darktheme="false"] .neuroglancer-panel
{
  border:2px solid rgba(255,255,255,0.9);
}

[darktheme="true"] .neuroglancer-panel
{
  border:2px solid rgba(30,30,30,0.9);
}

[darktheme="true"] a
{
  color:#d7e6f4;
}

[darktheme="true"] label.perspective-panel-show-slice-views:before
{
  color: #d7e6f4;
}

[darktheme="true"] .scale-bar-container
{
  color:#f2f2f2;
  background-color:hsla(0,0%,60%,0.2);
}

span.regionSelected
{
  color : rgba(219, 181, 86,1);
}

span.regionNotSelected,
span.regionSelected
{
  -webkit-user-select: none;
          user-select: none;
}

.cursor-default
{
  cursor: default!important;
}

markdown-dom pre code
{
  white-space:pre;
}

markdown-dom p
{
  margin: 0;
}

.highlight
{
  background-color:rgba(150,150,0,0.5);
}

.fa-none
{
  width:1em;
}

@keyframes explode
{
  0% {
    opacity: 0.0;
  }
  30% { 
    opacity: 1.0
  }
  100% {
    opacity: 0.0;
  }
}

.loadingAnimationDots:nth-child(1)
{
  animation: explode 1s ease infinite running;
}
.loadingAnimationDots:nth-child(2)
{
  animation: explode 1s ease 0.2s infinite running;  
}
.loadingAnimationDots:nth-child(3)
{
  animation: explode 1s ease 0.4s infinite running;  
}
.loadingAnimationDots:nth-child(4)
{
  animation: explode 1s ease 0.6s infinite running;  
}
.loadingAnimationDots:nth-child(5)
{
  animation: explode 1s ease 0.8s infinite running;  
}

.homeAnimationDots:nth-child(1)
{
  color: red;
}
.homeAnimationDots:nth-child(2)
{
  color: blue;
}
.homeAnimationDots:nth-child(3)
{
  color: green;
}

@keyframes spinning
{
  from {
    transform: rotate(0deg);
  }
  to{
    transform: rotate(359deg);
  }
}

#homeSpinning
{
  font-size: 200%;
}

.spinnerAnimationCircle
{
  width: 1em;
  height:1em;
  border-radius: 50%;
  border: 0.2em rgba(128,128,128,0.2) solid;
  border-top: 0.2em rgba(128,128,128,0.99) solid;
  animation: spinning 700ms linear infinite running;
}

.spinning
{
  animation: spinning 700ms linear infinite running;
}

.theme-controlled.btn,
.theme-controlled.btn,
.theme-controlled.btn
{
  border-radius:0;
  border: none;
}

[darktheme="true"] .theme-controlled.btn.btn-default
{
  background-color: rgba(50, 50 , 50, 1.0);
  color: rgba(230, 230, 230, 1.0);
}

[darktheme="true"] .theme-controlled.btn.btn-default.active
{
  background-color: rgba(70, 70 , 70, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.r-90
{
  transform: rotate(90deg)!important;
}

.r-270
{
  transform: rotate(270deg)!important;
}

.ws-normal
{
  white-space: normal!important;
}

.ws-no-wrap
{
  white-space: nowrap!important;
}

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

.w-3em
{
  width: 3em!important;
}
.w-5em
{
  width: 5em!important;
}
.w-10em
{
  width: 10em!important;
}
.w-20em
{
  width: 20em!important;
}

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

.mw-100
{
  max-width: 100%!important;
}

.mw-50
{
  max-width: 50%!important;
}

.mw-60
{
  max-width: 60%!important;
}

.mw-20em
{
  max-width: 20em!important;
}

.w-20em
{
  width: 20em!important;
}

.w-40em
{
  width: 40em!important;
}

.mh-20em
{
  max-height: 20em;
}

.max-h-10em
{
  max-height: 10em!important;
}

.pe-all
{
  pointer-events: all;
}

.h-0
{
  height: 0px;
}

.h-2rem
{
  height: 2rem!important;
}

.h-4rem
{
  height: 4rem!important;
}

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

.h-5em
{
  height: 5em!important;
}

.h-7em
{
  height:7em!important;
}
.h-10em
{
  height:10em!important;
}
.h-15em
{
  height:15em!important;
}
.h-20em
{
  height:20em!important;
}

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

.overflow-x-auto
{
  overflow-x: auto;
}

.overflow-x-scroll
{
  overflow-x: scroll;
}

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

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

.muted-7
{
  opacity: 0.7!important;
}

.muted
{
  opacity: 0.5!important;
}

.muted-3
{
  opacity: 0.3!important;
}

.card
{
  background:none;
  border:none;
}

.w-1em
{
  width: 1em;
}

.bs-border-box
{
  box-sizing: border-box;
}

.bs-content-box
{
  box-sizing: content-box;
}

/* required to hide  */
.cdk-global-scrollblock
{
  overflow-y:hidden !important;
}

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

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

.h-90vh
{
  height: 90vh!important;
}

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

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

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

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

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

.outline-none {
  outline: none;
}

.cursor-pointer {
  cursor: pointer!important;
}

.z-index-1
{
  z-index: 1!important;
}
.z-index-2
{
  z-index: 2!important;
}
.z-index-6
{
  z-index: 6!important;
}
.z-index-10
{
  z-index: 10!important;
}

.bg-none
{
  background: none!important;
}

.bg-50-grey-20
{
  background-color: rgba(128,128,128, 0.2);
}

.dot
{
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  border-radius: 50%;
}

/* temp */
/* https://github.com/angular/components/issues/4591#issuecomment-305046461 */
.mat-tab-body-wrapper
{
  flex-grow:1;
}

.box-shadow-none
{
  box-shadow: none!important;
}

/* this is required to physically link label with side bar */
.mat-drawer-content-overflow-visible > mat-drawer-content,
/* this is required to show the popout info of template and parcellation */
.mat-drawer-content-overflow-visible > mat-drawer > .mat-drawer-inner-container
{
  overflow: visible!important;
  /** monkey patch to hide sidebar */
  height: 99%;
}

mat-icon[fontset="fas"],
mat-icon[fontset="far"]
{
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* overwrite bootstrap adding underline to anchor on hover */
.no-hover:hover
{
  text-decoration: none!important;
}

.no-focus:focus
{
  outline: none!important;
}

.no-max-width
{
  max-width: none!important;
}

.min-h-2
{
  min-height: 1rem;
}

.min-h-4
{
  min-height: 2rem;
}

.w-30vw
{
  width: 30vw!important;
}

.h-30vw
{
  height: 30vw!important;
}

/* overwrite bootstrap default focus styling */
*:focus
{
  outline: none!important;
}

body::after
{
  content: '';
  position: fixed;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  font-size: 200%;
  color: rgba(128, 128, 128, 0.2);
  pointer-events: none;
  z-index: 99999;
}

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

.layerBrowserContainer
{
  margin:-1em!important;
}

.layerBrowserContainer .mat-dialog-container
{
  padding: 0!important;
  overflow: hidden;
  margin-top: 0.25rem;
}

.linear-gradient-fade:before {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  background:linear-gradient(transparent 50px, #424242);
}

.o-1
{
  opacity: 1.0!important;
}

.o-0
{
  opacity: 0.0!important;
}

.m-15
{
  margin: 15px;
}


.ml-15px-n
{
  margin-left: -15px!important;
}

.mr-15px-n
{
  margin-right: -15px!important;
}

.ml-24px-n
{
  margin-left: -24px!important;
}

.mr-24px-n
{
  margin-right: -24px!important;
}

.ml-4-n
{
  margin-left: -1rem!important;
}
.mr-4-n
{
  margin-right: -1rem!important;
}

.ml-5-n
{
  margin-left: -1.25rem!important;
}

.ml-8-n
{
  margin-left: -2rem!important;
}

.mr-5-n
{
  margin-right: -1.25rem!important;
}
.mt-4-n
{
  margin-top: -1rem!important;
}
.mt-1-n
{
  margin-top: -0.5rem!important;
}

.mb-6
{
  margin-bottom: 3rem!important;
}

.mat-card-sm > mat-dialog-container
{
  padding-left: 16px!important;
  padding-right: 16px!important;
  padding-top: 16px!important;
}

.sidenav-cover-header-container
{
  padding: 16px;
  margin: -16px!important;
  padding-top: 6rem;
}

.no-padding-dialog > mat-dialog-container
{
  padding:0 !important;
}
.h-50px
{
  height:50px;
}

.grid
{
  display: grid;
}

.grid.grid-col-5
{
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr auto auto auto auto;
  gap: 0.2rem 0.2rem;
}

.grid > .grid-wide-4
{
  grid-column: 1 / 5;
}

.v-center-text-span
{
  margin-top: auto;
  margin-bottom: auto;
}

.v-align-top
{
  vertical-align: top;
}

.text-overflow-ellipses
{
  text-overflow: ellipsis;
}

iav-cmp-viewer-container .mat-chip-set-wrapper
{
  flex-wrap: nowrap;
}

.wrapped-chips .mat-chip-set-wrapper
{
  flex-wrap: wrap;
}

quick-tour-unit svg
{
  pointer-events: none;
  stroke-width: 3px;
  stroke: rgb(255, 255, 255);
  stroke-linecap: round;
  stroke-linejoin: round;
}

how-to-cite img
{
  width: 100%;
}

/* this is required to set snackbar to be none-interactive */
/* ignore css lint error, they don't know what they are talking about */
.cdk-overlay-pane:has(> .sxplr-pe-none)
{
  pointer-events: none;
}

.virtual-scroll-viewport > .cdk-virtual-scroll-content-wrapper
{
  width: 100%;
}

.center-a-div
{
  display: grid;
  width: 100%;
  height: 100%;
}

.center-a-div > *
{
  place-self: center;
}

.overview-container
{
  margin-top: 1rem;
}

.annotation-tool-btn .mdc-button__label
{
  transform: translateX(0.7rem);
}


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